Fedora Packages

glibc-langpack-ber-2.42-9.fc43 in Fedora 43

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

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

Changelog

Date Author Change
2026-01-23 Florian Weimer <fweimer at redhat dot com> - 2.42-9 - Ignore LD_PROFILE if LD_PROFILE_OUTPUT is not set (#2432405)
2026-01-23 Florian Weimer <fweimer at redhat dot com> - 2.42-8 - Auto-sync with upstream branch release/2.42/master, commit cbf39c26b25801e9bc88499b4fd361ac172d4125: - posix: Reset wordexp_t fields with WRDE_REUSE (CVE-2025-15281) - resolv: Fix NSS DNS backend for getnetbyaddr (CVE-2026-0915) - memalign: reinstate alignment overflow check (CVE-2026-0861)
2026-01-13 Florian Weimer <fweimer at redhat dot com> - 2.42-7 - Switch currency symbol for the bg_BG locale to euro (#2429016)
2026-01-12 Frédéric Bérat <fberat at redhat dot com> - 2.42-6 - Auto-sync with upstream branch master, commit f122d0b4d145814869bf10c56db1d971bcba55c5: - nptl: Optimize trylock for high cache contention workloads (BZ #33704) (Sunil K Pandey) - support: Exit on consistency check failure in resolv_response_add_name (Florian Weimer) - support: Fix FILE * leak in check_for_unshare_hints in test-container (Florian Weimer) - sprof: fix -Wformat warnings on 32-bit hosts (Collin Funk) - sprof: check pread size and offset for overflow (DJ Delorie)
2025-12-15 Frédéric Bérat <fberat at redhat dot com> - 2.42-5 - Auto-sync with upstream branch master, commit b11411fe2ee7a8f3c3a2c1ee99c1729adb9a0efe: - posix: Fix invalid flags test for p{write,read}v2 (Yury Khrustalev) - ppc64le: Power 10 rawmemchr clobbers v20 (bug #33091) (Sachin Monga) - ppc64le: Restore optimized strncmp for power10 (Sachin Monga) - ppc64le: Restore optimized strcmp for power10 (Sachin Monga) - AArch64: Fix and improve SVE pow(f) special cases (Pierre Blanchard) - AArch64: fix SVE tanpi(f) [BZ #33642] (Pierre Blanchard) - AArch64: Fix instability in AdvSIMD sinh (Joe Ramsay) - AArch64: Fix instability in AdvSIMD tan (Joe Ramsay) - AArch64: Optimise SVE scalar callbacks (Joe Ramsay) - aarch64: fix includes in SME tests (Yury Khrustalev) - aarch64: fix cfi directives around __libc_arm_za_disable (Yury Khrustalev) - x86: fix wmemset ifunc stray '!' (bug 33542) (Jiamei Xie) - aarch64: tests for SME (Yury Khrustalev) - aarch64: clear ZA state of SME before clone and clone3 syscalls (Yury Khrustalev) - aarch64: define macro for calling __libc_arm_za_disable (Yury Khrustalev) - x86: Detect Intel Nova Lake Processor (Sunil K Pandey) - x86: Detect Intel Wildcat Lake Processor (Sunil K Pandey) - nptl: Fix MADV_GUARD_INSTALL logic for thread without guard page (BZ 33356) (Adhemerval Zanella) - nss: Group merge does not react to ERANGE during merge (bug 33361) (Florian Weimer) - libio: Define AT_RENAME_* with the same tokens as Linux (Florian Weimer) - AArch64: Fix SVE powf routine [BZ #33299] (Pierre Blanchard) - i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129] (H.J. Lu)
2025-08-19 Florian Weimer <fweimer at redhat dot com> - 2.42-4 - Add marker symbol versions GLIBC_ABI_DT_X86_64_PLT, GLIBC_ABI_GNU2_TLS, GLIBC_ABI_GNU_TLS, following upstream. - Auto-sync with upstream branch release/2.42/master, commit 7a8f3c6ee4b565a02da4ba0dad9aaeaeed4639ce: - x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212] - x86-64: Add GLIBC_ABI_GNU2_TLS version [BZ #33129] - i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221] - Use TLS initial-exec model for __libc_tsd_CTYPE_* thread variables [BZ #33234] - malloc: Fix checking for small negative values of tcache_key - malloc: Make sure tcache_key is odd enough - malloc: Fix MAX_TCACHE_SMALL_SIZE - malloc: Remove redundant NULL check
2025-08-08 Frédéric Bérat <fberat at redhat dot com> - 2.42-3 - Auto-sync with upstream branch release/2.42/master, commit c5476b7907d01207ede6bf57b26cef151b601f35: - hurd: support: Fix running SGID tests - Revert "tst-freopen4-main.c: Call support_capture_subprocess with chroot" - tst-env-setuid: Delete LD_DEBUG_OUTPUT output - tst-freopen4-main.c: Call support_capture_subprocess with chroot - tst-fopen-threaded.c: Delete temporary file - Delete temporary files in support_subprocess - nptl: Fix SYSCALL_CANCEL for return values larger than INT_MAX (BZ 33245)
2025-08-01 Florian Weimer <fweimer at redhat dot com> - 2.42-2 - Auto-sync with upstream branch release/2.42/master, commit 5e298d2d937b6da06500478be956abeb24357e05: - elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943) - elf: Extract rtld_setup_phdr function from dl_main - stdlib: resolve a double lock init issue after fork [BZ #32994]
2025-07-30 Florian Weimer <fweimer at redhat dot com> - 2.42-1 - Drop 0001-Revert-Linux-Keep-termios-ioctl-constants-strictly-i.patch, merged upstream. - Auto-sync with upstream branch release/2.42/master, commit bc13db73937730401d592b33092db6df806d193e: - inet-fortified: fix namespace violation (bug 33227) - Bump version number to 2.42 - math: Update auto-libm-tests-in with ldbl-128ibm compoundn/pown failures - INSTALL: Update newest tested binutils version - elf: Compile _dl_debug_state separately (bug 33224) - sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag - Disable SFrame support by default - math: xfail some pown and compoundn tests for ibm128-libgcc - posix: Fix double-free after allocation failure in regcomp (bug 33185) - Revert "Linux: Keep termios ioctl constants strictly internal" - termios: manual: document the SPEED_MAX and BAUD_MAX constants - termios: SPEED_MAX and BAUD_MAX constants - termios: move the baud_t interface from __USE_MISC to __USE_GNU - termios: manual: improve the explanation of various tty concepts - termios: manual: remove duplicate cfgetospeed() definition - termios: manual: fix typo: tcsettattr -> tcsetattr - elf: Initialize GLRO (dl_read_only_area) after static dlopen (bug 33139) - x86-64: Properly compile ISA optimized modf and modff - x86-64: Compile ISA versions of modf/modff with -fno-stack-protector - iconv: iconv -o should not create executable files (bug 33164)
2025-07-23 Fedora Release Engineering <releng at fedoraproject dot org> - 2.41.9000-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild

Dependencies

Provides

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

Files


Sources on Pagure