From fb09cc3402599753dae9fe8bc9ecbc9e89c3298f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Sat, 28 Mar 2026 15:36:04 +0100 Subject: [PATCH] sys-libs/glibc: keyword 2.43-r1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 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 --- sys-libs/glibc/glibc-2.43-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/glibc/glibc-2.43-r1.ebuild b/sys-libs/glibc/glibc-2.43-r1.ebuild index 35dcbba64cda6..da262238c52d9 100644 --- a/sys-libs/glibc/glibc-2.43-r1.ebuild +++ b/sys-libs/glibc/glibc-2.43-r1.ebuild @@ -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"