From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD2F81584F2 for ; Sat, 15 Mar 2025 19:30:05 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 96A193430D1 for ; Sat, 15 Mar 2025 19:30:05 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 780541102B7; Sat, 15 Mar 2025 19:30:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 6D8BF1102B7 for ; Sat, 15 Mar 2025 19:30:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 15A233430D1 for ; Sat, 15 Mar 2025 19:30:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8338211A8 for ; Sat, 15 Mar 2025 19:30:01 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1742066904.c0ad0cdbd19dc72ed5fd83b223f7fe4809d2201d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/glibc/glibc-2.41-r1.ebuild X-VCS-Directories: sys-libs/glibc/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c0ad0cdbd19dc72ed5fd83b223f7fe4809d2201d X-VCS-Branch: master Date: Sat, 15 Mar 2025 19:30:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 00bbaff0-c996-43ab-88fc-15eeca4b9afe X-Archives-Hash: 33290709197c58a75aa43a01950689bf commit: c0ad0cdbd19dc72ed5fd83b223f7fe4809d2201d Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Mar 15 19:27:51 2025 +0000 Commit: Andreas K. Hüttel gentoo 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 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