[Buildroot] [git commit] package/cmocka: bump to version 2.0.0
Julien Olivain
ju.o at free.fr
Sat Dec 13 19:59:45 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=856d88d9a079a5d874e984fec65a6f7456143267
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
The license file has been renamed [1].
Release notes:
https://gitlab.com/cmocka/cmocka/-/releases/cmocka-2.0.0
[1] https://gitlab.com/cmocka/cmocka/-/commit/01cd73ee646870ba5c94a4b53a873229956a2d02
Signed-off-by: Dario Binacchi <dario.binacchi at amarulasolutions.com>
[Julien: add pgp signature comment in hash file]
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/cmocka/cmocka.hash | 7 ++++---
package/cmocka/cmocka.mk | 6 +++---
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/package/cmocka/cmocka.hash b/package/cmocka/cmocka.hash
index 8dc0532388..ff561f06b4 100644
--- a/package/cmocka/cmocka.hash
+++ b/package/cmocka/cmocka.hash
@@ -1,3 +1,4 @@
-# Locally computed:
-sha256 58435b558766d7f4c729ba163bdf3aec38bed3bc766dab684e3526ed0aa7c780 cmocka-1.1.8.tar.xz
-sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 COPYING
+# Locally computed, after checking pgp signature from:
+# https://cmocka.org/files/2.0/cmocka-2.0.0.tar.xz.asc
+sha256 b5686c51ea92d142958d68e5dcb932f9bfc32cd3dd01c524f9d4aa863ebc3d9c cmocka-2.0.0.tar.xz
+sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
diff --git a/package/cmocka/cmocka.mk b/package/cmocka/cmocka.mk
index 04a0640f4c..0ee18e2931 100644
--- a/package/cmocka/cmocka.mk
+++ b/package/cmocka/cmocka.mk
@@ -4,11 +4,11 @@
#
################################################################################
-CMOCKA_VERSION = 1.1.8
+CMOCKA_VERSION = 2.0.0
CMOCKA_SOURCE = cmocka-$(CMOCKA_VERSION).tar.xz
-CMOCKA_SITE = https://cmocka.org/files/1.1
+CMOCKA_SITE = https://cmocka.org/files/2.0
CMOCKA_LICENSE = Apache-2.0
-CMOCKA_LICENSE_FILES = COPYING
+CMOCKA_LICENSE_FILES = LICENSE
CMOCKA_INSTALL_STAGING = YES
CMOCKA_CONF_OPTS = -DWITH_EXAMPLES=OFF
More information about the buildroot
mailing list