sys-libs/glibc: keyword 2.43-r1

Patchset changelog:
e89f91b763 (HEAD -> gentoo/2.43, tag: gentoo/glibc-2.43-2, gentoo/gentoo/2.43) resolv: Check hostname for validity (CVE-2026-4438)
19cf43a95c resolv: Count records correctly (CVE-2026-4437)
102c0f14d6 posix: Run tst-wordexp-reuse-mem test
035a3b754a hurd: enable ldconfig
d249c8ba42 Add -lmachuser -lhurduser to libc.so on GNU/Hurd.
d93a22d2c8 aarch64: Tests for locking GCS
b745cf6dd2 aarch64: Lock GCS status at startup
1bb8c9a05c tests: aarch64: fix makefile dependencies for dlopen tests for BTI
522abb88a3 malloc: Avoid accessing /sys/kernel/mm files
ac1d318aa2 Add BZ 33904 entry to NEWS
b2e0ebc3ba debug: Fix build with --enable-fortify-source=1 (BZ 33904)
eaa36e569a nss: Missing checks in __nss_configure_lookup, __nss_database_get (bug 28940)
7d1e597476 Linux: In getlogin_r, use utmp fallback only for specific errors
c19373bd72 nss: Introduce dedicated struct nss_database_for_fork type
4e7a1009c7 Don't include <bits/openat2.h> directly (bug 33848)
d9f7d850fd po: Incorporate translatins (nl updated, ar new)
efbd0cfd3b Fix ldbl-128ibm ceill, floorl, roundl and truncl zero-sign handling

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2026-03-28 15:36:04 +01:00
parent e06bc77e34
commit fb09cc3402
+1 -1
View File
@@ -43,7 +43,7 @@ HOMEPAGE="https://www.gnu.org/software/libc/"
if [[ ${PV} == *9999 ]]; then
inherit git-r3
else
#KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" verify-sig? ( mirror://gnu/glibc/${P}.tar.xz.sig )"
SRC_URI+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz"