diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-09-10 12:00:19 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-09-10 12:00:27 +0200 |
commit | 1464aeb695ba671c0014dbad34aa75c3e2bc6beb (patch) | |
tree | 156c31379a3986e9d103c85425e5533fcd283b17 /sys-libs | |
parent | www-apps/bareos-webui: fix variable order (diff) | |
download | gentoo-1464aeb695ba671c0014dbad34aa75c3e2bc6beb.tar.gz gentoo-1464aeb695ba671c0014dbad34aa75c3e2bc6beb.tar.bz2 gentoo-1464aeb695ba671c0014dbad34aa75c3e2bc6beb.zip |
sys-libs/glibc: keyword 2.40-r1 (patchset 2)
Patchset changelog 2.40-1..2.40-2
f61fca7a38 (HEAD -> gentoo/2.40, tag: gentoo/glibc-2.40-2, gentoo/gentoo/2.40) nptl: Use <support/check.h> facilities in tst-setuid3
0f60d4d989 posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64
625f28f37c ungetc: Fix backup buffer leak on program exit [BZ #27821]
4348baff73 ungetc: Fix uninitialized read when putting into unused streams [BZ #27821]
4f306811cc Make tst-ungetc use libsupport
2341a365a1 stdio-common: Add test for vfscanf with matches longer than INT_MAX [BZ #27650]
9fe945b2c3 support: Add FAIL test failure helper
5a2286d324 string: strerror, strsignal cannot use buffer after dlmopen (bug 32026)
085b07a2a2 Define __libc_initial for the static libc
f18fdb2d5b x86: Fix bug in strchrnul-evex512 [BZ #32078]
1f0421b6f6 x32/cet: Support shadow stack during startup for Linux 6.10
ee3da9240a x86-64: Remove sysdeps/x86_64/x32/dl-machine.h
8278116368 support: Add options list terminator to the test driver
517c7bde24 manual/stdio: Further clarify putc, putwc, getc, and getwc
e76110d4a5 Fix name space violation in fortify wrappers (bug 32052)
19439efc69 x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop (bug 32047)
fbc119618a resolv: Fix tst-resolv-short-response for older GCC (bug 32042)
c6405760ab Add mremap tests
838cc2d078 mremap: Update manual entry
b8a78f7355 linux: Update the mremap C implementation [BZ #31968]
b2e3445d1a Enhanced test coverage for strncmp, wcsncmp
c05d9a0887 Enhance test coverage for strnlen, wcsnlen
5a493d15d3 manual: make setrlimit() description less ambiguous
c8e7cf32af manual/stdio: Clarify putc and putwc
930bc483ea malloc: add multi-threaded tests for aligned_alloc/calloc/malloc
15cd292187 malloc: avoid global locks in tst-aligned_alloc-lib.c
e9eb3e67aa Fix version number in NEWS file
9b32dfa728 manual: Do not mention STATIC_TLS in dynamic linker hardening recommendations
ee6621db67 resolv: Do not wait for non-existing second DNS response after error (bug 30081)
5e27afbeef resolv: Allow short error responses to match any query (bug 31890)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.40-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/glibc-2.40-r1.ebuild b/sys-libs/glibc/glibc-2.40-r1.ebuild index bb266a4825ee..1c018dc68f75 100644 --- a/sys-libs/glibc/glibc-2.40-r1.ebuild +++ b/sys-libs/glibc/glibc-2.40-r1.ebuild @@ -41,7 +41,7 @@ HOMEPAGE="https://www.gnu.org/software/libc/" if [[ ${PV} == 9999* ]]; then inherit git-r3 else - #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa -ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa -ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" SRC_URI="mirror://gnu/glibc/${P}.tar.xz" SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz" fi |