diff options
author | 2025-01-23 13:03:13 +0100 | |
---|---|---|
committer | 2025-01-23 14:59:48 +0100 | |
commit | 18ec4be7c8526a0adb89279c09e2eff6da2acece (patch) | |
tree | 31914acc0e483ac370032d21a4e145190060b876 /sys-libs/glibc | |
parent | dev-qt/qt-creator: add 15.0.1 (diff) | |
download | gentoo-18ec4be7c8526a0adb89279c09e2eff6da2acece.tar.gz gentoo-18ec4be7c8526a0adb89279c09e2eff6da2acece.tar.bz2 gentoo-18ec4be7c8526a0adb89279c09e2eff6da2acece.zip |
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@gentoo.org>
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r-- | sys-libs/glibc/glibc-2.40-r8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |