Fedora Packages

glibc-langpack-kl-2.41-11.fc42 in Fedora 42

↵ Return to the main page of glibc-langpack-kl
View build
Search for updates

Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files

Changelog

Date Author Change
2025-08-26 Florian Weimer <fweimer at redhat dot com> - 2.41-11 - Auto-sync with upstream branch release/2.41/master, commit a52c9b75c70124fe4f69e6b0ed288e2c14bd7ce9: - Optimize __libc_tsd_* thread variable access - i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221] - i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129] - i386: Update ___tls_get_addr to preserve vector registers - elf: Preserve _rtld_global layout for the release branch - elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor - elf: Fix handling of symbol versions which hash to zero (bug 29190) - x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212] - x86-64: Add GLIBC_ABI_GNU2_TLS version [BZ #33129] - elf: Compile _dl_debug_state separately (bug 33224) - elf: Restore support for _r_debug interpositions and copy relocations - elf: Introduce _dl_debug_change_state - elf: Introduce separate _r_debug_array variable - Use TLS initial-exec model for __libc_tsd_CTYPE_* thread variables [BZ #33234] - ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483) - Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower} - Remove <libc-tsd.h> - AArch64: Improve codegen SVE log1p helper - AArch64: Optimise SVE FP64 Hyperbolics - AArch64: Optimize SVE exp functions - AArch64: Improve codegen in SVE log1p - AArch64: Optimize inverse trig functions - AArch64: Optimize algorithm in users of SVE expf helper - AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112] - nptl: Fix SYSCALL_CANCEL for return values larger than INT_MAX (BZ 33245)
2025-08-01 Florian Weimer <fweimer at redhat dot com> - 2.41-10 - Auto-sync with upstream branch release/2.41/master, commit 513629b14d43bffd83985ffb9cf10e5599e649d2: - elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943) - elf: Extract rtld_setup_phdr function from dl_main - elf: Do not add a copy of _dl_find_object to libc.so - stdlib: resolve a double lock init issue after fork [BZ #32994]
2025-07-24 Florian Weimer <fweimer at redhat dot com> - 2.41-9 - Auto-sync with upstream branch release/2.41/master, commit e7c419a2957590fb657900fc92a89708f41abd9d: - iconv: iconv -o should not create executable files (bug 33164) - CVE-2025-8058: Fix double-free after allocation failure in regcomp (#2383154)
2025-06-26 Florian Weimer <fweimer at redhat dot com> - 2.41-8 - Revert: Replace stale files in /usr/sbin with symlinks on unmerged systems (rhbz#2357798)
2025-06-20 Florian Weimer <fweimer at redhat dot com> - 2.41-7 - Auto-sync with upstream branch release/2.41/master, commit 6e489c17f827317bcf8544efefa65f13b5a079dc: - ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE-2025-5702) - ppc64le: Revert "powerpc : Add optimized memchr for POWER10" (Bug 33059) - ppc64le: Revert "powerpc: Fix performance issues of strcmp power10" (CVE-2025-5702) - ppc64le: Revert "powerpc: Optimized strncmp for power10" (CVE-2025-5745) - elf: Keep using minimal malloc after early DTV resize (bug 32412) - nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)
2025-05-13 Zbigniew Jędrzejewski-Szmek <zbyszek at in dot waw dot pl> - 2.41-6 - Replace stale files in /usr/sbin with symlinks on unmerged systems (rhbz#2357798)
2025-04-25 Frédéric Bérat <fberat at redhat dot com> - 2.41-5 - Update riscv64 handling (thanks David Abdurachmanov)
2025-04-17 Frédéric Bérat <fberat at redhat dot com> - 2.41-4 - Resolve stdio flushing issues (#2359737)
2025-04-14 Florian Weimer <fweimer at redhat dot com> - 2.41-3 - Auto-sync with upstream branch release/2.41/master, commit 046b33800c3e8c7ac21b48e3ce5dbed8901f7e37: - x86: Detect Intel Diamond Rapids - x86: Handle unknown Intel processor with default tuning - x86: Add ARL/PTL/CWF model detection support - x86: Optimize xstate size calculation - elf: Fix arm-linux-gnueabihf build break from b861755a84 - elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653) - x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread - x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810) - x86: Skip XSAVE state size reset if ISA level requires XSAVE - x86_64: Add atanh with FMA - x86_64: Add sinh with FMA - x86_64: Add tanh with FMA - nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782)
2025-03-13 Florian Weimer <fweimer at redhat dot com> - 2.41-2 - Auto-sync with upstream branch release/2.41/master, commit 98c712855d6606d078aaabaa7ef24b695c3f0349: - nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786) - nptl: clear the whole rseq area before registration - Linux: Remove attribute access from sched_getattr (bug 32781) - math: Remove an extra semicolon in math function declarations - posix: Move environ helper variables next to environ definition (bug 32541) - configure: Fix spelling of -Wl,--no-error-execstack option - elf: Check if __attribute__ ((aligned (65536))) is supported - static-pie: Skip the empty PT_LOAD segment at offset 0 [BZ #32763] - Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717] - AArch64: Use prefer_sve_ifuncs for SVE memset - AArch64: Add SVE memset - math: Improve layout of exp/exp10 data - aarch64: Add GCS test with signal handler - aarch64: Add GCS tests for dlopen - aarch64: Add GCS tests for transitive dependencies - aarch64: Add tests for Guarded Control Stack - aarch64: Add configure checks for GCS support - AArch64: Improve codegen for SVE powf - AArch64: Improve codegen for SVE pow - AArch64: Improve codegen for SVE erfcf - Aarch64: Improve codegen in SVE exp and users, and update expf_inline - Aarch64: Improve codegen in SVE asinh - RISC-V: Fix IFUNC resolver cannot access gp pointer - math: Add optimization barrier to ensure a1 + u.d is not reused [BZ #30664] - math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 (bug 32694) - x86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL compiler [BZ #32723]

Dependencies

Provides

  • glibc-langpack
  • glibc-langpack-kl
  • glibc-langpack-kl(x86-64)

Files


Sources on Pagure