commit:     c0ad0cdbd19dc72ed5fd83b223f7fe4809d2201d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 19:27:51 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 19:28:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ad0cdb

sys-libs/glibc: keyword 2.41-r1

Patchset changelog 2.41-1..2.41-2
241a42c9aa (HEAD -> gentoo/2.41, tag: gentoo/glibc-2.41-2, gentoo/gentoo/2.41) 
nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782)
220dc18854 nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions 
(bug 32786)
d6167c1f90 nptl: clear the whole rseq area before registration
a8ceead7f8 Linux: Remove attribute access from sched_getattr (bug 32781)
a819a35bb4 math: Remove an extra semicolon in math function declarations
eb4db403b0 posix: Move environ helper variables next to environ definition (bug 
32541)
fe070c5842 configure: Fix spelling of -Wl,--no-error-execstack option
72df14acb8 elf: Check if __attribute__ ((aligned (65536))) is supported
2867b5b53c static-pie: Skip the empty PT_LOAD segment at offset 0 [BZ #32763]
e24b9a76e4 Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is 
used [PR32717]
222389b527 AArch64: Use prefer_sve_ifuncs for SVE memset
2ac2f2406c AArch64: Add SVE memset
81070cbe90 math: Improve layout of exp/exp10 data
5b84b064ea aarch64: Add GCS test with signal handler
f623d892a5 aarch64: Add GCS tests for dlopen
0dee7e017a aarch64: Add GCS tests for transitive dependencies
592b33fdeb aarch64: Add tests for Guarded Control Stack
fe5dd6603e aarch64: Add configure checks for GCS support
25e97e446c AArch64: Improve codegen for SVE powf
73c32fe519 AArch64: Improve codegen for SVE pow
bbf48d89ba AArch64: Improve codegen for SVE erfcf
a360ec7f8b Aarch64: Improve codegen in SVE exp and users, and update expf_inline
c4698147cf Aarch64: Improve codegen in SVE asinh
ded4251664 RISC-V: Fix IFUNC resolver cannot access gp pointer
4ed5ce2f6b math: Add optimization barrier to ensure a1 + u.d is not reused [BZ 
#30664]
3e026aa703 math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 
(bug 32694)
a9e18aa520 x86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL compiler [BZ 
#32723]
b7e7ad6f2f Fix tst-aarch64-pkey to handle ENOSPC as not supported
af942a8ab4 assert: Add test for CVE-2025-0395
91b9e3668f math: Fix tanf for some inputs (BZ 32630)
42338a894e nptl: Correct stack size attribute when stack grows up [BZ #32574]
accba8296b math: Fix sinhf for some inputs (BZ 32627)
76ef108ef1 math: Fix log10p1f internal table value (BZ 32626)

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 sys-libs/glibc/glibc-2.41-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-2.41-r1.ebuild 
b/sys-libs/glibc/glibc-2.41-r1.ebuild
index 24920d625aa7..c1c453c31a8e 100644
--- a/sys-libs/glibc/glibc-2.41-r1.ebuild
+++ b/sys-libs/glibc/glibc-2.41-r1.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

Reply via email to