Fedora Packages

glibc-langpack-ka-2.33-5.fc34 in Fedora 34

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

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

Changelog

Date Author Change
2021-03-16 Florian Weimer <fweimer at redhat dot com> - 2.33-5 - Import patches from the upstream glibc 2.33 branch, up to commit db32fc27e7bdfb5468200a94e9152bcc1c971d25: - test-container: Always copy test-specific support files [BZ #27537] - nptl: Remove private futex optimization [BZ #27304] - pthread_once hangs when init routine throws an exception [BZ #18435] - elf: ld.so --help calls _dl_init_paths without a main map (#1609351) - elf: Always set l in _dl_init_paths (bug 23462) - x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444] - io: Return EBAFD for negative file descriptor on fstat (BZ #27559) - nscd: Fix double free in netgroupcache [BZ #27462] - x86: Set minimum x86-64 level marker [BZ #27318]
2021-03-04 Florian Weimer <fweimer at redhat dot com> - 2.33-4 - Import patch from the upstream glibc 2.33 branch, up to commit 3e880d733753183696d1a81c34caef3a9add2b0c. - nss: Re-enable NSS module loading after chroot [BZ #27389]
2021-03-02 Florian Weimer <fweimer at redhat dot com> - 2.33-3 - Import patches from the upstream glibc 2.33 branch, up to commit 71b2463f6178a6097532dcfe8948bffbe2376dfb. - x86: Add CPU-specific diagnostics to ld.so --list-diagnostics - x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfield - ld.so: Implement the --list-diagnostics option
2021-02-19 Florian Weimer <fweimer at redhat dot com> - 2.33-2 - Re-enable -Werror; GCC PR 98512 workaround applied upstream - Import patches from the upstream glibc 2.33 branch, up to commit 8d4241b8976273513e72cc1c5f6b1af3e11f0792. - string: Work around GCC PR 98512 in rawmemchr - S390: Add new hwcap values. - tunables: Disallow negative values for some tunables - x86: Use SIZE_MAX instead of (long int)-1 for tunable range value - tunables: Simplify TUNABLE_SET interface - nsswitch: return result when nss database is locked [BZ #27343]
2021-02-15 Florian Weimer <fweimer at redhat dot com> - 2.33-1 - Switch to glibc 2.33 upstream release tarball
2021-01-27 Arjun Shankar <arjun at redhat dot com> - 2.32.9000-29 - Auto-sync with upstream branch master, commit df359a25ba6f6bda06104229fbfe284c1fb30915: - Revert "Make libc symbols hidden in static PIE" [BZ #27237] - benchtests: Do not build bench-timing-type with MODULE_NAME=libc - aarch64: Fix the list of tested IFUNC variants [BZ #26818] - Update INSTALL with package versions that are known to work - aarch64: Move and update the definition of MTE_ENABLED - Fix misplaced const - Update C-SKY libm-test-ulps - manual: Correct argument order in mount examples [BZ #27207] - linux: mips: Fix getdents64 fallback on mips64-n32 - x86: Properly match CPU features in /proc/cpuinfo [BZ #27222] - x86-64: Update tst-glibc-hwcaps-2.c for x86-64 baseline - powerpc64: Select POWER9 machine for the scv instruction - x86: Check ifunc resolver with CPU_FEATURE_USABLE [BZ #27072] - Revert "linux: Move {f}xstat{at} to compat symbols" for static build - aarch64: revert memcpy optimze for kunpeng to avoid performance degradation - Make libc symbols hidden in static PIE - csu: Move static pie self relocation later [BZ #27072] - Use hidden visibility for early static PIE code - csu: Avoid weak ref for __ehdr_start in static PIE - configure: Check for static PIE support - elf: Avoid RELATIVE relocs in __tunables_init - elf: Make the tunable struct definition internal only - <sys/platform/x86.h>: Remove the C preprocessor magic - posix: Fix fnmatch.c on bootstrap - stdlib: Add testcase for BZ #26241 - posix: Fix regex_internal.h on bootstrap - Use <startup.h> in __libc_init_secure - elf: Avoid RELATIVE relocation for _dl_sysinfo - libmvec: Add extra-test-objs to test-extras - Hurd: Add rtld-strncpy-c.c - Update MIPS libm-test-ulps. - Update arm libm-test-ulps. - Update powerpc-nofpu libm-test-ulps. - Update hppa libm-test-ulps - ARC: nofpu: Regenerate ulps - ld.so: Add --list-tunables to print tunable values - math/test-tgmath2: Fix fabs failure when no long double - x86: Move x86 processor cache info to cpu_features - Fix x86 build with --enable-tunable=no - ifuncmain6pie: Remove the circular IFUNC dependency [BZ #20019]
2021-01-26 Fedora Release Engineering <releng at fedoraproject dot org> - 2.32.9000-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2021-01-23 Arjun Shankar <arjun at redhat dot com> - 2.32.9000-27 - Introduce new glibc-doc.noarch subpackage (#1346925) - Move the reference manual info pages from glibc-devel to glibc-doc - Move debugger interface documentation from glibc to glibc-doc - Remove unnecessary README, INSTALL, NEWS files from glibc - Remove unnecessary README.timezone and gai.conf files from glibc-common
2021-01-14 Arjun Shankar <arjun at redhat dot com> - 2.32.9000-26 - Deprecate nscd (#1905135) - https://fedoraproject.org/wiki/Changes/DeprecateNSCD
2021-01-13 Carlos O'Donell <carlos at redhat dot com> - 2.32.9000-25 - Auto-sync with upstream branch master, commit cf1290064598def8dfeddec3d86d98495aee1fba: - Use the right argument code in unnormal tests - ldconfig/x86: Store ISA level in cache and aux cache - elf: work around a gcc bug in elf_get_dynamic_info - x86: Set header.feature_1 in TCB for always-on CET [BZ #27177] - posix: consume less entropy on tempname - Makerules: Do not require startup files for format.lds probe object - install: Replace scripts/output-format.sed with objdump -f [BZ #26559] - math: Add BZ#18980 fix back on dbl-64 cosh - posix: Sync tempname with gnulib [BZ #26648] - posix: Fix return value of system if shell can not be executed [BZ #27053] - support: Add xchmod wrapper - Update STATX_ATTR_DAX value from Linux 5.10. - riscv: Initialize $gp before resolving the IRELATIVE relocation - riscv: support GNU indirect function - posix: Correct attribute access mode on readlinkat [BZ #27024]. - Add xfchmod to libsupport - Add xchdir to libsupport. - POSIX locale: Fix typo in comment - ARC: Regenerate ulps - mntent: Use __putc_unlocked instead of fputc_unlocked - aarch64: define PI_STATIC_AND_HIDDEN - Update NEWS for CVE-2019-25013. - x86: Support GNU_PROPERTY_X86_ISA_1_V[234] marker [BZ #26717] - Remove dbl-64/wordsize-64 (part 2) - Remove dbl-64/wordsize-64 - Add SEGV_MTEAERR and SEGV_MTESERR from Linux 5.10. - support: Add support_small_thread_stack_size - stdlib: Sync canonicalize with gnulib [BZ #10635] [BZ #26592] [BZ #26341] [BZ #24970] - malloc: Add scratch_buffer_dupfree - Import filename.h from gnulib - Import idx.h from gnulib - alpha: Provide wait4 for static library [BZ #27150] - aarch64: push the set of rules before falling into slow path - nptl: Fix comment typo in pthread_cond_wait.c - x86: Check IFUNC definition in unrelocated executable [BZ #20019] - hurd: Fix mmap(!MAP_FIXED) on bogus address

Dependencies

Provides

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

Files


Sources on Pagure