commit: 18ec4be7c8526a0adb89279c09e2eff6da2acece Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Thu Jan 23 12:03:13 2025 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Thu Jan 23 13:59:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18ec4be7
sys-libs/glibc: keyword 2.40-r8 Patchset changelog 2.40-7..2.40-8 f37769b877 (HEAD -> gentoo/2.40, tag: gentoo/glibc-2.40-8, gentoo/gentoo/2.40) Fix underallocation of abort_msg_s struct (CVE-2025-0395) d6df843eca Fix missing randomness in __gen_tempname (bug 32214) e4ef305fc4 hppa: Simplify handling of sanity check errors in clone.S. aea26c8570 hppa: Fix strace detach-vfork test 098aaa8d6b x86: Avoid integer truncation with large cache sizes (bug 32470) 4c028395a1 linux: Fix tst-syscall-restart.c on old gcc (BZ 32283) 70258d6110 math: Exclude internal math symbols for tests [BZ #32414] 199b0f2247 malloc: add indirection for malloc(-like) functions in tests [BZ #32366] 2d6ede43d6 nptl: initialize cpu_id_start prior to rseq registration 38d45c44c5 nptl: initialize rseq area prior to registration Bug: https://bugs.gentoo.org/948592 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-libs/glibc/glibc-2.40-r8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/glibc/glibc-2.40-r8.ebuild b/sys-libs/glibc/glibc-2.40-r8.ebuild index 181d92fc3d5b..360b295ae1b4 100644 --- a/sys-libs/glibc/glibc-2.40-r8.ebuild +++ b/sys-libs/glibc/glibc-2.40-r8.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 ~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+=" https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz" fi