↵ Return to the main page of glibc-langpack-be
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
Date | Author | Change |
---|---|---|
2025-06-21 | Florian Weimer <fweimer at redhat dot com> - 2.40-26 | - Remove glibc-rh1889892-*.patch, now backported upstream. - Auto-sync with upstream branch release/2.40/master, commit dbc83657e290bdad3245259be80fb84cbe10304c: - 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) - libio: Fix a deadlock after fork in popen - 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 - x86: Use `Avoid_Non_Temporal_Memset` to control non-temporal path - 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: clear the whole rseq area before registration - math: Improve layout of exp/exp10 data - AArch64: Use prefer_sve_ifuncs for SVE memset - AArch64: Add SVE memset - math: Improve layout of expf data - AArch64: Remove zva_128 from memset - AArch64: Optimize memset - AArch64: Improve generic strlen - 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 - AArch64: Improve codegen in SVE expm1f and users - AArch64: Improve codegen for SVE log1pf users - AArch64: Improve codegen for SVE logs - AArch64: Improve codegen in SVE tans - AArch64: Improve codegen in AdvSIMD asinh - AArch64: Improve codegen of AdvSIMD expf family - AArch64: Improve codegen of AdvSIMD atan(2)(f) - AArch64: Improve codegen of AdvSIMD logf function family - AArch64: Improve codegen in users of ADVSIMD log1p helper - AArch64: Improve codegen in AdvSIMD logs - AArch64: Improve codegen in AdvSIMD pow - AArch64: Remove SVE erf and erfc tables - AArch64: Small optimisation in AdvSIMD erf and erfc - AArch64: Simplify rounding-multiply pattern in several AdvSIMD routines - AArch64: Improve codegen in users of ADVSIMD expm1f helper - AArch64: Improve codegen in users of AdvSIMD log1pf helper - AArch64: Improve codegen in SVE F32 logs - AArch64: Improve codegen in SVE expf & related routines - aarch64: Avoid redundant MOVs in AdvSIMD F32 logs - math: Add optimization barrier to ensure a1 + u.d is not reused [BZ #30664] |
2025-04-18 | Frédéric Bérat <fberat at redhat dot com> - 2.40-25 | - Update riscv64 handling (thanks David Abdurachmanov) (RHEL-87574) |
2025-04-08 | Frédéric Bérat <fberat at redhat dot com> - 2.40-24 | - Resolve stdio flushing issues (#2359737) |
2025-03-13 | Florian Weimer <fweimer at redhat dot com> - 2.40-23 | - PTHREAD_COND_INITIALIZER compatibility with previous glibc versions (#1889892) |
2025-03-07 | Carlos O'Donell <carlos at redhat dot com> - 2.40-22 | - Fix missed wakeup in POSIX thread condition variables (#1889892) |
2025-01-25 | Florian Weimer <fweimer at redhat dot com> - 2.40-21 | - setenv/putenv: Use new upstream free(environ) workaround (#2341908) (glibc-rh2341908.patch replaces glibc-environ-malloc.patch) - Auto-sync with upstream branch release/2.40/master, commit 85668221974db44459527e04d04f77ca8f8e3115: - stdlib: Test using setenv with updated environ [BZ #32588] - malloc: obscure calloc use in tst-calloc - Hide all malloc functions from compiler [BZ #32366] |
2025-01-23 | Florian Weimer <fweimer at redhat dot com> - 2.40-20 | - CVE-2025-0577: getrandom, arc4random can be predictable after fork (#2338960) |
2025-01-23 | Florian Weimer <fweimer at redhat dot com> - 2.40-19 | - Apply patch to improve compatibility with environ/malloc misuse |
2025-01-23 | Florian Weimer <fweimer at redhat dot com> - 2.40-18 | - Auto-sync with upstream branch release/2.40/master, commit 7d4b6bcae91f29d7b4daf15bab06b66cf1d2217c: - Fix underallocation of abort_msg_s struct (CVE-2025-0395) - Fix missing randomness in __gen_tempname (bug 32214) |
2024-12-17 | Florian Weimer <fweimer at redhat dot com> - 2.40-17 | - Auto-sync with upstream branch release/2.40/master, commit 94e4a8c7d68129075f1b494a0b26151a4f989b36: - x86: Avoid integer truncation with large cache sizes (bug 32470) - nptl: initialize cpu_id_start prior to rseq registration - nptl: initialize rseq area prior to registration - elf: handle addition overflow in _dl_find_object_update_1 [BZ #32245] |