↵ Return to the main page of glibc-langpack-ayc
View build
Search for updates
Package Info (Data from x86_64 build)
🠗 Changelog
🠗 Dependencies
🠗 Provides
🠗 Files
| Date | Author | Change |
|---|---|---|
| 2026-04-30 | Florian Weimer <fweimer at redhat dot com> - 2.43-4 | - Add downstream patches with fixes for vulnerabilities. - Fix buffer overflow in scanf %mc (CVE-2026-5450) - Fix ns_sprintrrf buffer overreads (CVE-2026-6238) - Fix ns_sprintrrf buffer overflow in TSIG record processing (CVE-2026-5435) - Fix memory corruption in ungetwc (CVE-2026-5928) - Auto-sync with upstream branch release/2.43/master, commit 8362e8ce10b24068bacc19552c128dd10e082fd9: - iconv: Use pending character state in IBM1390, IBM1399 character sets (CVE-2026-4046) |
| 2026-04-07 | Frédéric Bérat <fberat at redhat dot com> - 2.43-3 | - Auto-sync with upstream branch release/2.43/master, commit ce1013a197eb4a3b8ff2b07e0672f4d0b976ce7c: - tests: fix tst-rseq with Linux 7.0 (Michael Jeanson) - riscv: Resolve calls to memcpy using memcpy-generic in early startup (Adhemerval Zanella Netto) - elf: Use dl-symbol-redir-ifunc.h instead _dl_strlen (Adhemerval Zanella) - elf: parse /proc/self/maps as the last resort to find the gap for tst-link-map-contiguous-ldso (Xi Ruoyao) - resolv: Check hostname for validity (CVE-2026-4438) (Carlos O'Donell) - resolv: Count records correctly (CVE-2026-4437) (Carlos O'Donell) - posix: Run tst-wordexp-reuse-mem test (Florian Weimer) - aarch64: Tests for locking GCS (Yury Khrustalev) - aarch64: Lock GCS status at startup (Yury Khrustalev) - tests: aarch64: fix makefile dependencies for dlopen tests for BTI (Yury Khrustalev) - malloc: Avoid accessing /sys/kernel/mm files (Wilco Dijkstra) - Add BZ 33904 entry to NEWS (Adhemerval Zanella) - debug: Fix build with --enable-fortify-source=1 (BZ 33904) (Adhemerval Zanella) |
| 2026-02-19 | Frédéric Bérat <fberat at redhat dot com> - 2.43-2 | - Auto-sync with upstream branch release/2.43/master, commit 48f5a05a7a1eeb9e0567ab429f654648f831307f: - nss: Missing checks in __nss_configure_lookup, __nss_database_get (bug 28940) (Florian Weimer) - Linux: In getlogin_r, use utmp fallback only for specific errors (Florian Weimer) - nss: Introduce dedicated struct nss_database_for_fork type (Florian Weimer) - Don't include <bits/openat2.h> directly (bug 33848) (Andreas Schwab) |
| 2026-01-26 | Frédéric Bérat <fberat at redhat dot com> - 2.43-1 | - Auto-sync with upstream branch master, commit 144ba302089cff5a2f2e1c9e1280faea9da9f8cc: - po: Incorporate translatins (nl updated, ar new) (Andreas K. Hüttel) - Fix ldbl-128ibm ceill, floorl, roundl and truncl zero-sign handling (Aurelien Jarno) - NEWS: add new section 2.43.1 (Andreas K. Hüttel) - Replace advisories directory with file ADVISORIES (Andreas K. Hüttel) - Create ChangeLog.old/ChangeLog.32 (Andreas K. Hüttel) - version.h, include/features.h: Increase version number (Andreas K. Hüttel) - contrib.texi: Add missing accent (Andreas K. Hüttel) - tst-cond23: add <support/test-driver.h> include (Aurelien Jarno) - install.texi, INSTALL: update versions (Andreas K. Hüttel) - contrib.texi: Updates (Andreas K. Hüttel) - NEWS: Insert list of fixed security advisories (Andreas K. Hüttel) - NEWS: Mention build issues due to const-preserving macros (Andreas K. Hüttel) - NEWS: Insert list of fixed bugs (Andreas K. Hüttel) - NEWS: Editorial changes (Andreas K. Hüttel) - NEWS: Additional items and minor consolidation (Andreas K. Hüttel) - NEWS: Group ISO C23 related changes (Andreas K. Hüttel) - po: Incorporate translations (Andreas K. Hüttel) - Update advisory text for GLIBC-SA-2026-0003 (Adhemerval Zanella) - Add advisory text for CVE-2025-15281 (Carlos O'Donell) - posix: Reset wordexp_t fields with WRDE_REUSE (CVE-2025-15281 / BZ 33814) (Adhemerval Zanella) - libc.pot: regenerate (Andreas K. Hüttel) - Linux: fix tst-copy_file_range-large failure in 32-bit glibc build on 64-bit kernel [BZ 33790] (Xi Ruoyao) |
| 2026-01-19 | Frédéric Bérat <fberat at redhat dot com> - 2.42.9000-25 | - Auto-sync with upstream branch master, commit 7b543dcdf97d07fd4346feb17916e08fe83ad0ae: - elf: Ignore LD_PROFILE if LD_PROFILE_OUTPUT is not set (bug 33797) (Florian Weimer) - hurd: make __thread_set_pcsptp align stack (Samuel Thibault) - Update advisory text for CVE-2026-0951 (Carlos O'Donell) - Add advisory text for CVE-2026-0951 (Carlos O'Donell) - Add advisory text for CVE-2026-0861 (Siddhesh Poyarekar) - resolv: Fix NSS DNS backend for getnetbyaddr (CVE-2026-0915) (Carlos O'Donell) - memalign: reinstate alignment overflow check (CVE-2026-0861) (Siddhesh Poyarekar) - malloc: Add tst-mallocfork to tests-exclude-threaded exception list (Arjun Shankar) - aarch64: Fix LD_AUDIT with GCS in permissive mode (Adhemerval Zanella) - aarch64: Add LD_PRELOAD tests for GCS handling (Adhemerval Zanella) - aarch64: Add LD_AUDIT tests for BTI handling (Adhemerval Zanella) - aarch64: Add LD_PRELOAD tests for BTI handling (Adhemerval Zanella) - Revert "x86: Do not use __builtin_fpclassify for _Float64x/long double" (Adhemerval Zanella) - Revert "x86: Do not use __builtin_isinf_sign for _Float64x/long double" (Adhemerval Zanella) - aarch64: update NEWS for 2.43 release (Yury Khrustalev) - aarch64: Add LD_DEBUG=security to log BTI and GCS warnings (Yury Khrustalev) - tst-if_nameindex.c: Fix minimum buffer size (Samuel Thibault) - ldbl-128ibm-compat: Add local aliases for printf family symbols (Sachin Monga) - math: Fix powerpc64le -Os build after 6b7067460f (Adhemerval Zanella) - x86: Fix x86_64 build failure with -Os (BZ 33367) (Adhemerval Zanella) - math: Sync acosh from CORE-MATH (Adhemerval Zanella) - math: Sync atanh from CORE-MATH (Adhemerval Zanella) - math: Sync asinh from CORE-MATH (Adhemerval Zanella) - aarch64: Fix error messages for GCS and BTI incompatible modules (Yury Khrustalev) |
| 2026-01-19 | Frédéric Bérat <fberat at redhat dot com> - 2.42.9000-24 | - Removed previously added reverts as they were committed upstream |
| 2026-01-16 | Fedora Release Engineering <releng at fedoraproject dot org> - 2.42.9000-23 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild |
| 2026-01-13 | Florian Weimer <fweimer at redhat dot com> - 2.42.9000-22 | - Revert <math.h> changes for fpclassify et al. because of C++ bugs (#2428799) |
| 2026-01-12 | Frédéric Bérat <fberat at redhat dot com> - 2.42.9000-21 | - Auto-sync with upstream branch master, commit e539a269990dac3ff4d2432c0eb6966a5ee4f274: - hurd: Fix sigreturn clobbering some xmm registers (Samuel Thibault) - Linux: test sizes larger than UINT_MAX for copy_file_range (Xi Ruoyao) - Update the bundled <linux/fuse.h> userspace header from Linux 6.18 (Xi Ruoyao) - Linux: fix copy_file_range test on Linux >= 6.18 (Xi Ruoyao) - Switch currency symbol for the bg_BG locale to euro (Florian Weimer) |
| 2026-01-09 | Florian Weimer <fweimer at redhat dot com> - 2.42.9000-20 | - Work around GCC problem that makes diagnostics pragmas ineffective (#2426825) |