]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libseccomp: upgrade 2.5.4 -> 2.5.5
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 19 Dec 2023 09:29:59 +0000 (17:29 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Dec 2023 08:43:38 +0000 (08:43 +0000)
Changelog:
==========
Update the syscall table for Linux v6.7-rc3

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libseccomp/libseccomp_2.5.5.bb [moved from meta/recipes-support/libseccomp/libseccomp_2.5.4.bb with 96% similarity]

similarity index 96%
rename from meta/recipes-support/libseccomp/libseccomp_2.5.4.bb
rename to meta/recipes-support/libseccomp/libseccomp_2.5.5.bb
index 505c21917b2175da2a6f000a2f7e50243cfc11ee..a9c617fe9eb9e8566e8cb0aa2c1507169696f3bd 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=7c13b3376cea0ce68d2d2da0a1b3a72c"
 
 DEPENDS += "gperf-native"
 
-SRCREV = "f33f95014b36f97b42f0c2290e96d5c31647ed10"
+SRCREV = "f0b04ab0b4fc0bc2cde6da1f407b4a487fe6d78f"
 
 SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.5;protocol=https \
            file://run-ptest \
@@ -55,4 +55,4 @@ FILES:${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug"
 
 RDEPENDS:${PN}-ptest = "coreutils bash"
 
-PV = "2.5.4"
+PV = "2.5.5"