From d63801823dbf093463661dfeb653f66670bd0d3e Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 28 Dec 2024 18:01:35 +0100 Subject: [PATCH] package/mpdecimal: bump to version 4.0.0 While 2.5.1 -> 4.0.0 may seems like a big jump with lots of versions skipped, in fact 4.0.0 is the immediate next release after 2.5.1. Changelog at: https://www.bytereef.org/mpdecimal/changelog.html Build tested successfully with test-pkg, including with the one reverse dependency of mpdecimal: the python3 decimal module: https://gitlab.com/tpetazzoni/buildroot/-/pipelines/1604635008. The license file was renamed from LICENSE.txt to COPYRIGHT.txt. The license is still BSD-2-Clause, but the formatting changed: the license text is no longer inside a C-style comment, but just plain text, and the copyright years were updated. Signed-off-by: Thomas Petazzoni Signed-off-by: Julien Olivain --- package/mpdecimal/mpdecimal.hash | 4 ++-- package/mpdecimal/mpdecimal.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/mpdecimal/mpdecimal.hash b/package/mpdecimal/mpdecimal.hash index 81150c7575..53ca182287 100644 --- a/package/mpdecimal/mpdecimal.hash +++ b/package/mpdecimal/mpdecimal.hash @@ -1,4 +1,4 @@ # From http://www.bytereef.org/mpdecimal/download.html -sha256 9f9cd4c041f99b5c49ffb7b59d9f12d95b683d88585608aa56a6307667b2b21f mpdecimal-2.5.1.tar.gz +sha256 942445c3245b22730fd41a67a7c5c231d11cb1b9936b9c0f76334fb7d0b4468c mpdecimal-4.0.0.tar.gz # Locally computed -sha256 b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a LICENSE.txt +sha256 2713324211652ce4a60e6e21e54f9dc3004299e591b0933a352f1a89c5fb53c2 COPYRIGHT.txt diff --git a/package/mpdecimal/mpdecimal.mk b/package/mpdecimal/mpdecimal.mk index aa322df340..a2ab18523b 100644 --- a/package/mpdecimal/mpdecimal.mk +++ b/package/mpdecimal/mpdecimal.mk @@ -5,10 +5,10 @@ ################################################################################ MPDECIMAL_SITE = http://www.bytereef.org/software/mpdecimal/releases -MPDECIMAL_VERSION = 2.5.1 +MPDECIMAL_VERSION = 4.0.0 MPDECIMAL_INSTALL_STAGING = YES MPDECIMAL_LICENSE = BSD-2-Clause -MPDECIMAL_LICENSE_FILES = LICENSE.txt +MPDECIMAL_LICENSE_FILES = COPYRIGHT.txt MPDECIMAL_CONF_OPTS = LD="$(TARGET_CC)" # threads are only needed for tests