commit: afa21e5f726b56b58296ea671d85dfd7df445c8f Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat Jan 17 21:44:31 2026 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat Jan 17 21:45:54 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa21e5f
sys-libs/glibc: keyword 2.42-r4 Patchset changelog b97e8d478d (HEAD -> gentoo/2.42, tag: gentoo/glibc-2.42-6, gentoo/gentoo/2.42) resolv: Fix NSS DNS backend for getnetbyaddr (CVE-2026-0915) f91d323d96 memalign: reinstate alignment overflow check (CVE-2026-0861) deb6ee6565 nptl: Optimize trylock for high cache contention workloads (BZ #33704) 25b6617f2b support: Exit on consistency check failure in resolv_response_add_name be69d86325 support: Fix FILE * leak in check_for_unshare_hints in test-container ef5cdb7b23 sprof: fix -Wformat warnings on 32-bit hosts c7870f0013 sprof: check pread size and offset for overflow Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-libs/glibc/glibc-2.42-r4.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-libs/glibc/glibc-2.42-r4.ebuild b/sys-libs/glibc/glibc-2.42-r4.ebuild index c5b106938d5b..1b540a155ee3 100644 --- a/sys-libs/glibc/glibc-2.42-r4.ebuild +++ b/sys-libs/glibc/glibc-2.42-r4.ebuild @@ -43,8 +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="" + 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"
