Message ID | 20250618172131.2131228-1-peter.marko@siemens.com |
---|---|
State | New |
Headers | show |
Series | glibc: stable 2.39 branch updates | expand |
On 6/18/25 19:21, Peter Marko via lists.openembedded.org wrote: > SRCBRANCH ?= "release/2.41/master" > PV = "2.41+git" > The subject made me scratch my head a bit until I noticed that it doesn't look correct: it should be 2.41 instead of 2.39
Well spotted. Copy+paste error from my scarthgap commit. New patch was sent. Peter > -----Original Message----- > From: Gyorgy Sarvari <skandigraun@gmail.com> > Sent: Wednesday, June 18, 2025 19:38 > To: Marko, Peter (FT D EU SK BFS1) <Peter.Marko@siemens.com>; > openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH] glibc: stable 2.39 branch updates > > On 6/18/25 19:21, Peter Marko via lists.openembedded.org wrote: > > SRCBRANCH ?= "release/2.41/master" > > PV = "2.41+git" > > > The subject made me scratch my head a bit until I noticed that it > doesn't look correct: it should be 2.41 instead of 2.39
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc index d84106fb95..2d31131e03 100644 --- a/meta/recipes-core/glibc/glibc-version.inc +++ b/meta/recipes-core/glibc/glibc-version.inc @@ -1,6 +1,6 @@ SRCBRANCH ?= "release/2.41/master" PV = "2.41+git" -SRCREV_glibc ?= "5b4c4617016d28569106549dff6f9fec73eed5ce" +SRCREV_glibc ?= "0c76c951620f9e12df2a89b2c684878b55bb6795" SRCREV_localedef ?= "fab74f31b3811df543e24b6de47efdf45b538abc" GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https" diff --git a/meta/recipes-core/glibc/glibc/0001-Propagate-ffile-prefix-map-from-CFLAGS-to-ASFLAGS.patch b/meta/recipes-core/glibc/glibc/0001-Propagate-ffile-prefix-map-from-CFLAGS-to-ASFLAGS.patch index 862c7b9086..b42b186418 100644 --- a/meta/recipes-core/glibc/glibc/0001-Propagate-ffile-prefix-map-from-CFLAGS-to-ASFLAGS.patch +++ b/meta/recipes-core/glibc/glibc/0001-Propagate-ffile-prefix-map-from-CFLAGS-to-ASFLAGS.patch @@ -13,7 +13,7 @@ diff --git a/Makeconfig b/Makeconfig index e35c5cfe4e..7a19c731c6 100644 --- a/Makeconfig +++ b/Makeconfig -@@ -1176,7 +1176,7 @@ endif +@@ -1172,7 +1172,7 @@ endif # The assembler can generate debug information too. ifndef ASFLAGS diff --git a/meta/recipes-core/glibc/glibc/0023-tests-Skip-2-qemu-tests-that-can-hang-in-oe-selftest.patch b/meta/recipes-core/glibc/glibc/0023-tests-Skip-2-qemu-tests-that-can-hang-in-oe-selftest.patch index 71777d3f2c..50d80ed577 100644 --- a/meta/recipes-core/glibc/glibc/0023-tests-Skip-2-qemu-tests-that-can-hang-in-oe-selftest.patch +++ b/meta/recipes-core/glibc/glibc/0023-tests-Skip-2-qemu-tests-that-can-hang-in-oe-selftest.patch @@ -40,7 +40,7 @@ index 8a755293b3..22dafcaad1 100644 # tests # process_madvise requires CAP_SYS_ADMIN. -@@ -277,9 +278,10 @@ tests-time64 += \ +@@ -282,9 +283,10 @@ tests-time64 += \ tst-ntp_gettimex-time64 \ tst-ppoll-time64 \ tst-prctl-time64 \ diff --git a/meta/recipes-core/glibc/glibc_2.41.bb b/meta/recipes-core/glibc/glibc_2.41.bb index 82dcf08fcd..731b9ee255 100644 --- a/meta/recipes-core/glibc/glibc_2.41.bb +++ b/meta/recipes-core/glibc/glibc_2.41.bb @@ -17,7 +17,7 @@ Allows for ASLR bypass so can bypass some hardening, not an exploit in itself, m easier access for another. 'ASLR bypass itself is not a vulnerability.'" CVE_STATUS_GROUPS += "CVE_STATUS_STABLE_BACKPORTS" -CVE_STATUS_STABLE_BACKPORTS = "" +CVE_STATUS_STABLE_BACKPORTS = "CVE-2025-4802 CVE-2025-5702 CVE-2025-5745" CVE_STATUS_STABLE_BACKPORTS[status] = "cpe-stable-backport: fix available in used git hash" DEPENDS += "gperf-native bison-native"