summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-version.inc
diff options
context:
space:
mode:
authorDeepthi Hemraj <Deepthi.Hemraj@windriver.com>2023-10-02 20:09:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-03 22:18:27 +0100
commitc6ed95a7e41bccf809e273a14bc7592b9ff77352 (patch)
treea466c16f56f41c7712e856bdc5f6ea27e65f82f8 /meta/recipes-core/glibc/glibc-version.inc
parent3edb9acca18171894771c36c19b0c2e905852ce5 (diff)
downloadpoky-c6ed95a7e41bccf809e273a14bc7592b9ff77352.tar.gz
glibc: stable 2.38 branch updates.
Below commits on glibc-2.38 stable branch are updated. 0e1ef6779a (HEAD -> release/2.38/master, origin/release/2.38/master) manual/jobs.texi: Add missing @item EPERM for getpgid d94461bb86 string: Fix tester build with fortify enable with gcc < 12 63250e9c57 iconv: restore verbosity with unrecognized encoding names (bug 30694) 00ae4f10b5 getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806) b25508dd77 CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode 89da8bc588 NEWS: Add the 2.38.1 bug list d3ba6c1333 elf: Move l_init_called_next to old place of l_text_end in link map 750f19526a elf: Remove unused l_text_end field from struct link_map a3189f66a5 elf: Always call destructors in reverse constructor order (bug 30785) 7ae211a01b elf: Do not run constructors for proxy objects 92201f16cb libio: Fix oversized __io_vtables 5bdef6f27c io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64 0024-CVE-2023-4527.patch is dropped (From OE-Core rev: eae8634ff7a7dd6f84c4607b5f1b0c6fe5e39f37) Signed-off-by: Deepthi Hemraj <Deepthi.Hemraj@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc/glibc-version.inc')
-rw-r--r--meta/recipes-core/glibc/glibc-version.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index a907444f50..f5ebbb2ee6 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@
1SRCBRANCH ?= "release/2.38/master" 1SRCBRANCH ?= "release/2.38/master"
2PV = "2.38+git" 2PV = "2.38+git"
3SRCREV_glibc ?= "1aed90c9c8f8be9f68b58e96b6e4cd0fc08eb2b1" 3SRCREV_glibc ?= "0e1ef6779a90bc0f8a05bc367796df2793deecaa"
4SRCREV_localedef ?= "e0eca29583b9e0f62645c4316ced93cf4e4e26e1" 4SRCREV_localedef ?= "e0eca29583b9e0f62645c4316ced93cf4e4e26e1"
5 5
6GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https" 6GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git;protocol=https"