diff mbox series

[08/21] libjitterentropy: upgrade 3.6.0 -> 3.6.1

Message ID 1734425887-18069-8-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [01/21] appstream: upgrade 1.0.3 -> 1.0.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Dec. 17, 2024, 8:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
 * Add more test code
 * Add support for SunPRO compiler
 * Fix compilation on OpenBSD by replacing sed with tr
 * internal timer: Add support for Apple
 * Various small fixes to compilation to imporve portability

Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
 .../{libjitterentropy_3.6.0.bb => libjitterentropy_3.6.1.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-support/libjitterentropy/{libjitterentropy_3.6.0.bb => libjitterentropy_3.6.1.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb
similarity index 95%
rename from meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb
rename to meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb
index e9ff898617..35be1e2e50 100644
--- a/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.0.bb
+++ b/meta/recipes-support/libjitterentropy/libjitterentropy_3.6.1.bb
@@ -10,7 +10,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=18a5cada7ee95e61db4180f0cb4a69cf \
                     file://LICENSE.bsd;md5=66a5cedaf62c4b2637025f049f9b826f \
                     "
 SRC_URI = "git://github.com/smuellerDD/jitterentropy-library.git;branch=master;protocol=https"
-SRCREV = "7199c8959347b0e8342df7dc6e0c1fc4b484d2fb"
+SRCREV = "16c9e5c93e614f0df25f1cb30d0730102e6f4e41"
 S = "${WORKDIR}/git"
 
 do_configure[noexec] = "1"