diff mbox series

glibc: stable 2.37 branch updates.

Message ID 20230217133416.2352274-1-yashinde145@gmail.com
State Accepted, archived
Commit 262ee4d12fd82f1722b0ac859d95fdfd7640cb95
Headers show
Series glibc: stable 2.37 branch updates. | expand

Commit Message

Yash Shinde Feb. 17, 2023, 1:34 p.m. UTC
Below commits on glibc-2.37 stable branch are updated.

d8e1a7590d elf: Smoke-test ldconfig -p against system /etc/ld.so.cache
6fe86ecd78 NEWS: Document CVE-2023-25139.
07b9521fc6 Account for grouping in printf width (bug 30068)
fb7b95dc47 Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
9f8513dc64 LoongArch: Add new relocation types.
020b43544a cdefs: Limit definition of fortification macros

Signed-off-by: Yash Shinde <Yash.Shinde@windriver.com>
---
 meta/recipes-core/glibc/glibc-version.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Yash Shinde Feb. 17, 2023, 1:39 p.m. UTC | #1
Regression tests are performed and below is test summary.

FAIL            PASS         UNSUPPORTED        XFAIL       XPASS

Before :     191              4396                    38                         16               2

After:         192              4398                    38                         16               2

Diff:             1                    2                       0                            0               0

The test summary file tests.sum (after glibc update) is attached.
Yash Shinde Feb. 17, 2023, 1:46 p.m. UTC | #2
Regression tests are performed and below is test summary.

FAIL            PASS         UNSUPPORTED        XFAIL       XPASS

Before :     191              4396                    38                         16               2

After:         192              4398                    38                         16               2

Diff:             1                    2                       0                            0               0

The test summary file tests.sum (after glibc update) is attached.
diff mbox series

Patch

diff --git a/meta/recipes-core/glibc/glibc-version.inc b/meta/recipes-core/glibc/glibc-version.inc
index bf6a8c9bd4..1b8665a9d8 100644
--- a/meta/recipes-core/glibc/glibc-version.inc
+++ b/meta/recipes-core/glibc/glibc-version.inc
@@ -1,6 +1,6 @@ 
 SRCBRANCH ?= "release/2.37/master"
 PV = "2.37"
-SRCREV_glibc ?= "a704fd9a133bfb10510e18702f48a6a9c88dbbd5"
+SRCREV_glibc ?= "d8e1a7590d375159fb5aac07ad8111ab4699e994" 
 SRCREV_localedef ?= "794da69788cbf9bf57b59a852f9f11307663fa87"
 
 GLIBC_GIT_URI ?= "git://sourceware.org/git/glibc.git"