Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

glibc-gconv-extra-2.36-18.fc37 RPM for x86_64

From Fedora 37 updates for x86_64 / Packages / g

Name: glibc-gconv-extra Distribution: Fedora Project
Version: 2.36 Vendor: Fedora Project
Release: 18.fc37 Build date: Mon Nov 20 13:27:49 2023
Group: Unspecified Build host: buildvm-x86-19.iad2.fedoraproject.org
Size: 8206004 Source RPM: glibc-2.36-18.fc37.src.rpm
Packager: Fedora Project
Url: http://www.gnu.org/software/glibc/
Summary: All iconv converter modules for glibc.
This package contains all iconv converter modules built in glibc.

Provides

Requires

License

LGPLv2+ and LGPLv2+ with exceptions and GPLv2+ and GPLv2+ with exceptions and BSD and Inner-Net and ISC and Public Domain and GFDL

Changelog

* Mon Nov 20 2023 Florian Weimer <fweimer@redhat.com> - 2.36-18
  - Fix force-first handling in dlclose, take two (#2244992, #2246048)
* Thu Oct 26 2023 Carlos O'Donell <carlos@redhat.com> - 2.36-17
  - Revert "Fix force-first handling in dlclose" (#2246048)
* Fri Oct 20 2023 Florian Weimer <fweimer@redhat.com> - 2.36-16
  - Fix force-first handling in dlclose (#2244992)
* Thu Oct 19 2023 Florian Weimer <fweimer@redhat.com> - 2.36-15
  - Auto-sync with upstream branch release/2.36/master,
    commit 88d5d70b1e89c0a449352286134946e26f7a498a:
  - Revert "elf: Move l_init_called_next to old place of l_text_end in link map"
  - Revert "elf: Always call destructors in reverse constructor order (bug 30785)"
  - Revert "elf: Remove unused l_text_end field from struct link_map"
* Tue Oct 03 2023 Arjun Shankar <arjun@redhat.com> - 2.36-14
  - Auto-sync with upstream branch release/2.36/master,
    22955ad85186ee05834e47e665056148ca07699c:
  - tunables: Terminate if end of input is reached (CVE-2023-4911)
* Tue Oct 03 2023 Arjun Shankar <arjun@redhat.com> - 2.36-13
  - Auto-sync with upstream branch release/2.36/master,
    32957eb6a86acdbeec9f38a60a7d5a0ff32db03d:
  - Document CVE-2023-4806 and CVE-2023-5156 in NEWS
  - Fix leak in getaddrinfo introduced by the fix for CVE-2023-4806 [BZ #30843]
  - getaddrinfo: Fix use after free in getcanonname (CVE-2023-4806)
  - io: Fix record locking contants for powerpc64 with __USE_FILE_OFFSET64
  - CVE-2023-4527: Stack read overflow with large TCP responses in no-aaaa mode
* Mon Sep 11 2023 Florian Weimer <fweimer@redhat.com> - 2.36-12
  - Auto-sync with upstream branch release/2.36/master,
    commit f441cb9a70fa3f55e9bbd615924879d692d21a6c:
  - elf: Move l_init_called_next to old place of l_text_end in link map
  - elf: Remove unused l_text_end field from struct link_map
  - elf: Always call destructors in reverse constructor order (bug 30785)
  - elf: Do not run constructors for proxy objects
  - elf: Introduce to _dl_call_fini
  - x86: Fix incorrect scope of setting `shared_per_thread` [BZ# 30745]
  - x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.
  - x86: Fix slight bug in `shared_per_thread` cache size calculation.
  - x86: Increase `non_temporal_threshold` to roughly `sizeof_L3 / 4`
  - elf: _dl_find_object may return 1 during early startup (bug 30515)
  - io: Fix F_GETLK, F_SETLK, and F_SETLKW for powerpc64
  - io: Fix record locking contants on 32 bit arch with 64 bit default time_t (BZ#30477)
  - __check_pf: Add a cancellation cleanup handler [BZ #20975]
* Wed Aug 16 2023 Adam Williamson <awilliam@redhat.com> - 2.36-11
  - Backport CI config fixes from rawhide to try and fix CI
* Tue May 02 2023 Florian Weimer <fweimer@redhat.com> - 2.36-10
  - Auto-sync with upstream branch release/2.36/master,
    commit b7008a92f505632f32b313d1033d6d15c99a0b31:
  - gmon: Revert addition of tunables to the manual
  - gmon: Revert addition of tunables to preserve GLIBC_PRIVATE ABI
  - gmon: fix memory corruption issues [BZ# 30101]
  - gmon: improve mcount overflow handling [BZ# 27576]
  - gmon: Fix allocated buffer overflow (bug 29444)
  - posix: Fix system blocks SIGCHLD erroneously [BZ #30163]
  - x86_64: Fix asm constraints in feraiseexcept (bug 30305)
  - gshadow: Matching sgetsgent, sgetsgent_r ERANGE handling (bug 30151)
  - x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]
  - stdlib: Undo post review change to 16adc58e73f3 [BZ #27749]
  - elf: Smoke-test ldconfig -p against system /etc/ld.so.cache
  - Use 64-bit time_t interfaces in strftime and strptime (bug 30053)
  - elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]
  - cdefs: Limit definition of fortification macros
  - x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #29863]
* Tue Jan 10 2023 Carlos O'Donell <carlos@redhat.com> - 2.36-9
  - Auto-sync with upstream branch release/2.36/master,
    commit e05036b194559cbfcdfcfb1b920d37b939e3e35c:
  - time: Set daylight to 1 for matching DST/offset change (bug 29951)
  - elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)
  - x86: Fix -Os build (BZ #29576)
  - sunrpc: Suppress GCC -Os warning on user2netname
  - locale: prevent maybe-uninitialized errors with -Os [BZ #19444]
  - time: Use 64 bit time on tzfile
  - nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)
  - nis: Build libnsl with 64 bit time_t
  - Apply asm redirections in syslog.h before first use [BZ #27087]
  - x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]
  - elf: Fix rtld-audit trampoline for aarch64
* Mon Nov 14 2022 Arjun Shankar <arjun@redhat.com> - 2.36-8
  - Auto-sync with upstream branch release/2.36/master,
    commit 0f90d6204d79223fd32248c774df0cb7f0e604de:
  - Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)
  - mktime: improve heuristic for ca-1986 Indiana DST
  - Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]
  - LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].
  - linux: Fix fstatat on MIPSn64 (BZ #29730)
  - longlong.h: update from GCC for LoongArch clz/ctz support
  - elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x
  - linux: Fix generic struct_stat for 64 bit time (BZ# 29657)
  - Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)
  - Fix BZ #29463 in the ibm128 implementation of y1l too
  - elf: Do not completely clear reused namespace in dlmopen (bug 29600)
  - nss: Use shared prefix in IPv4 address in tst-reload1
  - nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)
  - nss: Implement --no-addrconfig option for getent
  - Ensure calculations happen with desired rounding mode in y1lf128
* Mon Oct 17 2022 Carlos O'Donell <carlos@redhat.com> - 2.36-7
  - Enable ELF DT_HASH for shared objects and the dynamic loader (#2129358)
* Fri Oct 07 2022 Arjun Shankar <arjun@redhat.com> - 2.36-6
  - Auto-sync with upstream branch release/2.36/master,
    commit 2bd815d8347851212b9a91dbdca8053f4dbdac87:
  - nscd: Drop local address tuple variable [BZ #29607]
  - x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementations
  - x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementation
  - x86-64: Require BMI2 for AVX2 (raw|w)memchr implementations
  - x86-64: Require BMI2 for AVX2 wcs(n)cmp implementations
  - x86-64: Require BMI2 for AVX2 strncmp implementation
  - x86-64: Require BMI2 for AVX2 strcmp implementation
  - x86-64: Require BMI2 for AVX2 str(n)casecmp implementations
  - x86: include BMI1 and BMI2 in x86-64-v3 level
  - hppa: undef __ASSUME_SET_ROBUST_LIST
  - hppa: Fix initialization of dp register [BZ 29635]
  - stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)
  - get_nscd_addresses: Fix subscript typos [BZ #29605]
  - m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
  - gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)
  - elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)
  - elf: Rename _dl_sort_maps parameter from skip to force_first
  - scripts/dso-ordering-test.py: Generate program run-time dependencies
  - elf: Fix hwcaps string size overestimation
* Fri Sep 23 2022 Florian Weimer <fweimer@redhat.com> - 2.36-5
  - Remove .annobin* symbols from ld.so (#2126477)
* Wed Sep 14 2022 Florian Weimer <fweimer@redhat.com> - 2.36-4
  - Auto-sync with upstream branch release/2.36/master,
    commit df51334828f2af214105aad82042140ee3a6de0a:
  - elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhere
  - NEWS: Note bug 12154 and bug 29305 as fixed
  - resolv: Fix building tst-resolv-invalid-cname for earlier C standards
  - nss_dns: Rewrite _nss_dns_gethostbyname4_r using current interfaces
  - resolv: Add new tst-resolv-invalid-cname
  - nss_dns: In gaih_getanswer_slice, skip strange aliases (bug 12154)
  - nss_dns: Rewrite getanswer_r to match getanswer_ptr (bug 12154, bug 29305)
  - nss_dns: Remove remnants of IPv6 address mapping
  - nss_dns: Rewrite _nss_dns_gethostbyaddr2_r and getanswer_ptr
  - nss_dns: Split getanswer_ptr from getanswer_r
  - resolv: Add DNS packet parsing helpers geared towards wire format
  - resolv: Add internal __ns_name_length_uncompressed function
  - resolv: Add the __ns_samebinaryname function
  - resolv: Add internal __res_binary_hnok function
  - resolv: Add tst-resolv-aliases
  - resolv: Add tst-resolv-byaddr for testing reverse lookup
  - nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]
  - Add NEWS entry for CVE-2022-39046
  - syslog: Remove extra whitespace between timestamp and message (BZ#29544)
  - elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ #29539)
  - Apply asm redirections in wchar.h before first use (rhbz#2115752)
  - elf: Call __libc_early_init for reused namespaces (bug 29528)
  - syslog: Fix large messages (BZ#29536)
  - Linux: Fix enum fsconfig_command detection in <sys/mount.h> (rhbz#2126522)
  - linux: Fix sys/mount.h usage with kernel headers (rhbz#2126522)
  - linux: Use compile_c_snippet to check linux/mount.h availability
  - linux: Mimic kernel defition for BLOCK_SIZE
  - linux: Use compile_c_snippet to check linux/pidfd.h availability
  - glibcextract.py: Add compile_c_snippet
* Tue Sep 06 2022 Arjun Shankar <arjun@redhat.com> - 2.36-3
  - Co-Authored-By: Benjamin Herrenschmidt <benh@amazon.com>
  - Retain .gnu_debuglink section in libc.so.6 (#2090744)
  - Remove redundant ld.so debuginfo file (#2090744)
* Tue Aug 23 2022 Arjun Shankar <arjun@redhat.com> - 2.36-2
  - Auto-sync with upstream branch release/2.36/master,
    commit 5c62874f423af93e97b51bc9a57af228a546156f:
  - NEWS: Add entry for bug 28846
  - socket: Check lengths before advancing pointer in CMSG_NXTHDR
  - alpha: Fix generic brk system call emulation in __brk_call (bug 29490)
  - Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485)
  - elf: Replace `strcpy` call with `memcpy` [BZ #29454]
  - Update syscall lists for Linux 5.19
  - dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)
* Wed Aug 03 2022 Carlos O'Donell <carlos@redhat.com> - 2.36-1
  - Auto-sync with upstream branch release/2.36/master,
    commit 33f1b4c1452b33991e670f636ebe98b90a405e10:
  - wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency
  - stdlib: Suppress gcc diagnostic that char8_t is a keyword in C++20 in uchar.h.
  - Create ChangeLog.old/ChangeLog.25. (tag: glibc-2.36)
  - Prepare for glibc 2.36 release.
  - Update install.texi, and regenerate INSTALL.
  - Update NEWS bug list.
  - Update libc.pot for 2.36 release.
  - tst-pidfd.c: UNSUPPORTED if we get EPERM on valid pidfd_getfd call
  - stdlib: Tuned down tst-arc4random-thread internal parameters
  - LoongArch: Add greg_t and gregset_t.
  - LoongArch: Fix VDSO_HASH and VDSO_NAME.
  - riscv: Update rv64 libm test ulps
  - riscv: Update nofpu libm test ulps
* Wed Jul 27 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-32
  - Auto-sync with upstream branch master,
    commit eaad4f9e8f07fc43618f6c8635a7e82831a423dd:
  - arc4random: simplify design for better safety
  - LoongArch: Update NEWS and README for the LoongArch port.
  - LoongArch: Update build-many-glibcs.py for the LoongArch Port.
  - LoongArch: Hard Float Support
  - LoongArch: Build Infrastructure
  - LoongArch: Add ABI Lists
  - LoongArch: Linux ABI
  - LoongArch: Linux Syscall Interface
  - LoongArch: Atomic and Locking Routines
  - LoongArch: Generic <math.h> and soft-fp Routines
  - LoongArch: Thread-Local Storage Support
  - LoongArch: ABI Implementation
  - LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.py
  - LoongArch: Add LoongArch entries to config.h.in
  - struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64
  - Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)
  - manual: Add documentation for arc4random functions
  - s390x: Add optimized chacha20
  - powerpc64: Add optimized chacha20
  - x86: Add AVX2 optimized chacha20
  - x86: Add SSE2 optimized chacha20
  - aarch64: Add optimized chacha20
  - benchtests: Add arc4random benchtest
  - stdlib: Add arc4random tests
  - stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
  - locale: Optimize tst-localedef-path-norm
  - malloc: Simplify implementation of __malloc_assert
  - Update scripts/config.* files from upstream GNU config version
  - linux: return UNSUPPORTED from tst-mount if entering mount namespace fails
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.35.9000-31
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sun Jul 17 2022 Patsy Griffin <patsy@redhat.com> - 2.35.9000-30
  - Auto-sync with upstream branch master,
    commit 49889fb256a7f9b894b2d16fea23de1ac25b65e2.
  - x86: Add support to build st{p|r}{n}{cpy|cat} with explicit ISA level
  - x86: Add support to build wcscpy with explicit ISA level
  - x86: Add support to build strcmp/strlen/strchr with explicit ISA level
  - elf: Fix wrong fscanf usage on tst-pldd
  - Apply asm redirections in stdio.h before first use [BZ #27087]
  - S390: Define SINGLE_THREAD_BY_GLOBAL only on s390x
  - x86: Add missing rtm tests for strcmp family
  - x86: Remove unneeded rtld-wmemcmp
  - x86: Move wcslen SSE2 implementation to multiarch/wcslen-sse2.S
  - x86: Move wcschr SSE2 implementation to multiarch/wcschr-sse2.S
  - x86: Move strcat SSE2 implementation to multiarch/strcat-sse2.S
  - x86: Move strchr SSE2 implementation to multiarch/strchr-sse2.S
  - x86: Move strrchr SSE2 implementation to multiarch/strrchr-sse2.S
  - x86: Move memrchr SSE2 implementation to multiarch/memrchr-sse2.S
  - x86: Move strcpy SSE2 implementation to multiarch/strcpy-sse2.S
  - x86: Move strlen SSE2 implementation to multiarch/strlen-sse2.S
  - x86: Move strcmp SSE42 implementation to multiarch/strcmp-sse4_2.S
  - x86: Move wcscmp SSE2 implementation to multiarch/wcscmp-sse2.S
  - x86: Move strcmp SSE2 implementation to multiarch/strcmp-sse2.S
  - x86: Rename STRCASECMP_NONASCII macro to STRCASECMP_L_NONASCII
  - nptl: Fix ___pthread_unregister_cancel_restore asynchronous restore
  - x86: Remove __mmask intrinsics in strstr-avx512.c
  - x86: Remove generic strncat, strncpy, and stpncpy implementations
  - i386: Remove -Wa,-mtune=i686
  - x86-64: Remove redundant strcspn-generic/strpbrk-generic/strspn-generic
  - elf: Rename tst-audit26 to tst-audit28
  - x86-64: Don't mark symbols as hidden in strcmp-XXX.S
  - stdlib: Tests for mbrtoc8, c8rtomb, and the char8_t typedef.
  - stdlib: Implement mbrtoc8, c8rtomb, and the char8_t typedef.
  - gconv: Correct Big5-HKSCS conversion to preserve all state bits. [BZ #25744]
  - aarch64: Optimize string functions with shrn instruction
  - test-container: return UNSUPPORTED for ENOSPC on clone()
  - x86: Add support for building {w}memcmp{eq} with explicit ISA level
  - x86: Add support for building {w}memset{_chk} with explicit ISA level
  - x86: Add support for building {w}memmove{_chk} with explicit ISA level
  - x86: Add support for building str{c|p}{brk|spn} with explicit ISA level
  - x86: Add comment explaining no Slow_SSE4_2 check in ifunc-sse4_2
  - Replace __libc_multiple_threads with __libc_single_threaded
  - linux: Add mount_setattr
  - linux: Add tst-mount to check for Linux new mount API
  - linux: Add open_tree
  - linux: Add fspick
  - linux: Add fsconfig
  - AArch64: Reset HWCAP2_AFP bits in FPCR for default fenv
  - elf: Fix direction of NODELETE log messages during symbol lookup
* Fri Jul 08 2022 Stephen Gallagher <sgallagh@redhat.com> - 2.35.9000-29
  - Modify glibc autorequires to exclude %dist
* Tue Jul 05 2022 Florian Weimer <fweimer@redhat.com> - 2.35.9000-28
  - ppc64le: Increase Clang compatibility of float128 redirects (#2100546)
* Tue Jul 05 2022 Florian Weimer <fweimer@redhat.com> - 2.35.9000-27
  - Auto-sync with upstream branch master,
    commit 7519dee356a0ab21c8990e59ed05dd48a4e573a0:
  - malloc: Simplify checked_request2size interface
  - stdlib: Simplify buffer management in canonicalize
  - localedef: Support building for older C standards
  - de_DE: Convert to UTF-8
  - locale: localdef input files are now encoded in UTF-8
  - locale: Introduce translate_unicode_codepoint into linereader.c
  - locale: Fix signed char bug in lr_getc
  - locale: Turn ADDC and ADDS into functions in linereader.c
  - libc-symbols.h: remove unused macros
* Mon Jul 04 2022 Carlos O'Donell <carlos@redhat.com> - 2.35.9000-26
  - Auto-sync with upstream branch master,
    commit 8ee2c043cfb35c48b45c7c5aed4022a8a7352bdc.
  - Fix hurd namespace issues for internal signal functions
  - argp: Remove old includes in !_LIBC case
  - Use GCC 12 branch in build-many-glibcs.py
  - Refactor internal-signals.h
  - riscv: Use memcpy to handle unaligned access when fixing R_RISCV_RELATIVE
  - AArch64: Add asymmetric faulting mode for tag violations in mem.tagging tunable
  - linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)
  - x86: Add missing IS_IN (libc) check to strncmp-sse4_2.S
  - x86: Add missing IS_IN (libc) check to strcspn-sse4.c
  - x86: Add missing IS_IN (libc) check to memmove-ssse3.S
  - x86-64: Properly indent X86_IFUNC_IMPL_ADD_VN arguments
  - x86-64: Small improvements to dl-trampoline.S
  - x86: Move mem{p}{mov|cpy}_{chk_}erms to its own file
  - x86: Move and slightly improve memset_erms
  - x86: Add definition for __wmemset_chk AVX2 RTM in ifunc impl list
  - linux: Remove unnecessary nice.c and signal.c
  - nptl: Remove unused members from struct pthread
  - Linux: Forward declaration of struct iovec for process_madvise
  - x86: Add more feature definitions to isa-level.h
* Wed Jun 29 2022 DJ Delorie <dj@redhat.com> - 2.35.9000-25
  - Rebuild for fixed CI test for bz699724
* Tue Jun 28 2022 DJ Delorie <dj@redhat.com> - 2.35.9000-24
  - Auto-sync with upstream branch master,
    commit a3563f3f369878467dd74aeb360448119a7a4b41.
  - elf: Fix -DNDEBUG warning in _dl_start_args_adjust
  - elf: Fix compile error with -Werror and -DNDEBUG
  - x86-64: Only define used SSE/AVX/AVX512 run-time resolvers
  - x86: Move CPU_FEATURE{S}_{USABLE|ARCH}_P to isa-level.h
  - x86: Fix backwards Prefer_No_VZEROUPPER check in ifunc-evex.h
  - x86: Rename strstr_sse2 to strstr_generic as it uses string/strstr.c
  - x86: Remove unused file wmemcmp-sse4
  - x86: Put wcs{n}len-sse4.1 in the sse4.1 text section
  - x86: Align entry for memrchr to 64-bytes.
  - Makerules: Remove no-op -Wl,-d when linking libc_pic.os
  - m68k: optimize RTLD_START
  - misc: Optimize internal usage of __libc_single_threaded
  - linux: Add move_mount
  - linux: Add fsmount
  - linux: Add fsopen
  - resolv/tst-resolv-noaaaa: Support building for older C standards
  - resolv: Implement no-aaaa stub resolver option
  - support: Change non-address output format of support_format_dns_packet
  - riscv: Use elf_machine_rela_relative to handle R_RISCV_RELATIVE
  - x86: Remove faulty sanity tests for RTLD build with no multiarch
  - stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]
  - x86: Replace all sse instructions with vex equivilent in avx+ files
  - x86: Add support for compiling {raw|w}memchr with high ISA level
  - x86: Add defines / utilities for making ISA specific x86 builds
  - stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]
  - stdlib: Remove trailing whitespace from Makefile
  - debug: make __read_chk a cancellation point (bug 29274)
  - s390: use LC_ALL=C for readelf call
  - s390: use $READELF
* Mon Jun 20 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-23
  - Auto-sync with upstream branch master,
    commit e5446dfea11e969212939197b606424a718d9b65:
  - i386: Fix include paths for strspn, strcspn, and strpbrk
  - elf: Silence GCC 11/12 false positive warning
  - x86: Rename generic functions with unique postfix for clarity
  - x86: Add BMI1/BMI2 checks for ISA_V3 check
  - x86-64: Handle fewer relocation types for RTLD_BOOTSTRAP
  - aarch64: Handle fewer relocations for RTLD_BOOTSTRAP
  - riscv: Change the relocations handled for RTLD_BOOTSTRAP
  - x86: Cleanup bounds checking in large memcpy case
  - x86: Add bounds `x86_non_temporal_threshold`
  - Remove remnant reference to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
  - elf: Remove ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA
  - x86: Add sse42 implementation to strcmp's ifunc
  - x86: Fix misordered logic for setting `rep_movsb_stop_threshold`
  - elf: Refine direct extern access diagnostics to protected symbol
  - Avoid -Wstringop-overflow= warning in iconv module.
  - Add bounds check to __libc_ifunc_impl_list
  - libio: Avoid RMW of flags2 outside lock (BZ #27842)
  - x86: Optimize svml_s_tanhf4_core_sse4.S
  - x86: Optimize svml_s_tanhf8_core_avx2.S
  - x86: Add data file that can be shared by tanhf-avx2 and tanhf-sse4
  - x86: Optimize svml_s_tanhf16_core_avx512.S
  - x86: Improve svml_s_atanhf4_core_sse4.S
  - x86: Improve svml_s_atanhf8_core_avx2.S
  - x86: Improve svml_s_atanhf16_core_avx512.S
  - x86: Align varshift table to 32-bytes
  - x86: Add copyright to strpbrk-c.c
* Thu Jun 09 2022 Florian Weimer <fweimer@redhat.com> - 2.35.9000-22
  - Auto-sync with upstream branch master,
    commit ace9e3edbca62d978b1e8f392d8a5d78500272d9:
  - nss: handle stat failure in check_reload_and_get (BZ #28752)
  - nss: add assert to DB_LOOKUP_FCT (BZ #28752)
  - x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]
  - nptl_db: disable DT_RELR on libthread_db.so
  - elf: add missing newlines in lateglobal test
  - nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
  - x86: ZERO_UPPER_VEC_REGISTERS_RETURN_XTEST expect no transactions
  - x86: Shrink code size of memchr-evex.S
  - x86: Shrink code size of memchr-avx2.S
  - x86: Optimize memrchr-avx2.S
  - x86: Optimize memrchr-evex.S
  - x86: Optimize memrchr-sse2.S
  - Benchtests: Improve memrchr benchmarks
  - x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`
  - x86: Create header for VEC classes in x86 strings library
  - powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]
  - AArch64: Sort makefile entries
  - AArch64: Add SVE memcpy
  - x86_64: Add strstr function with 512-bit EVEX
  - scripts/glibcelf.py: Add PT_AARCH64_MEMTAG_MTE constant
* Mon Jun 06 2022 Carlos O'Donell <carlos@redhat.com> - 2.35.9000-21
  - Auto-sync with upstream branch master,
    commit 999835533bc60fbd0b0b65d2412a6742e5a54b9d:
  - socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)
  - Declare timegm for ISO C2X
  - Add PT_AARCH64_MEMTAG_MTE from Linux 5.18 to elf.h
  - grep: egrep -> grep -E, fgrep -> grep -F
  - string.h: Fix boolean spelling in comments
  - elf: Add #include <errno.h> for use of E* constants.
  - elf: Add #include <sys/param.h> for MAX usage.
  - linux: Add process_mrelease
  - linux: Add process_madvise
  - linux: Set tst-pidfd-consts unsupported for kernels headers older than 5.10
  - testrun.sh: Support passing strace and valgrind arguments
  - Linux: Adjust struct rseq definition to current kernel version
  - iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)
  - catgets: Use 64 bit stat for __open_catalog (BZ# 29211)
  - inet: Use 64 bit stat for ruserpass (BZ# 29210)
  - socket: Use 64 bit stat for isfdtype (BZ# 29209)
  - posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)
  - posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)
  - misc: Use 64 bit stat for getusershell (BZ# 29203)
  - misc: Use 64 bit stat for daemon (BZ# 29203)
  - linux: use statx for fstat if neither newfstatat nor fstatat64 is present
  - Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.h
  - Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.h
  - i686: Use generic sincosf implementation for SSE2 version
  - benchtests: Add workload name for sincosf
  - i686: Use generic sinf implementation for SSE2 version
  - i686: Use generic cosf implementation for SSE2 version
  - benchtests: Add workload name for cosf
  - x86_64: Optimize sincos where sin/cos is optimized (bug 29193)
  - manual: fix reference to source file
  - Add SOL_SMC from Linux 5.18 to bits/socket.h
  - elf: Remove _dl_skip_args
  - x86_64: Remove _dl_skip_args usage
  - sparc: Remove _dl_skip_args usage
  - sh: Remove _dl_skip_args usage
  - s390: Remove _dl_skip_args usage
  - riscv: Remove _dl_skip_args usage
  - nios2: Remove _dl_skip_args usage (BZ# 29187)
  - mips: Remove _dl_skip_args usage
  - microblaze: Remove _dl_skip_args usage
  - m68k: Remove _dl_skip_args usage
  - ia64: Remove _dl_skip_args usage
  - i686: Remove _dl_skip_args usage
  - hppa: Remove _dl_skip_args usage (BZ# 29165)
  - csky: Remove _dl_skip_args usage
  - arc: Remove _dl_skip_args usage
  - arm: Remove _dl_skip_args usage
  - alpha: Remove _dl_skip_args usage
  - benchtests: Improve benchtests for strstr, memmem, and memchr
  - dlsym: Make RTLD_NEXT prefer default version definition [BZ #14932]
  - x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOT
  - x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlen
  - Update kernel version to 5.18 in header constant tests
  - String: Improve overflow test coverage for strnlen
* Thu May 26 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-20
  - Auto-sync with upstream branch master,
    commit 3d9926663cba19f40d26d8a8ab3b2a7cc09ffb13:
  - Update syscall-names.list for Linux 5.18
  - Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
  - Use Linux 5.18 in build-many-glibcs.py
  - stdio-common: Simplify printf_unknown interface in vfprintf-internal.c
  - stdio-common: Move union printf_arg int <printf.h>
  - stdio-common: Add printf specifier registry to <printf.h>
  - elf/dl-reloc.c: Copyright The GNU Toolchain Authors
  - benchtests: Improve bench-strnlen.c
  - math: Add math-use-builtins-fabs (BZ#29027)
  - linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.h
  - Revert "[ARM][BZ #17711] Fix extern protected data handling"
  - Revert "[AArch64][BZ #17711] Fix extern protected data handling"
  - elf: Rewrite long RESOLVE_MAP macro to an always_inline static function
* Mon May 23 2022 DJ Delorie <dj@redhat.com> - 2.35.9000-19
  - Auto-sync with upstream branch master,
    commit 748df8126ac69e68e0b94e236ea3c2e11b1176cb.
  - dlfcn: Move RTLD_DEFAULT/RTLD_NEXT outside __USE_GNU
  - elf: Optimize _dl_new_hash in dl-new-hash.h
  - nss: Optimize nss_hash in nss_hash.c
  - benchtests: Add benchtests for dl_elf_hash, dl_new_hash and nss_hash
  - nss: Add tests for the nss_hash in nss_hash.h
  - elf: Add tests for the dl hash funcs (_dl_new_hash and _dl_elf_hash)
  - elf: Refactor dl_new_hash so it can be tested / benchmarked
  - locale: Add more cached data to LC_CTYPE
  - locale: Remove private union from struct __locale_data
  - locale: Remove cleanup function pointer from struct __localedata
  - locale: Call _nl_unload_locale from _nl_archive_subfreeres
  - stdio-common: Add tst-memstream-string for open_memstream overflow
  - __printf_fphex always uses LC_NUMERIC
  - vfprintf: Consolidate some multibyte/wide character processing
  - vfprintf: Move argument processing into vfprintf-process-arg.c
  - stdio-common: Add tst-vfprintf-width-i18n to cover numeric field width
  - string.h: fix __fortified_attr_access macro call [BZ #29162]
  - Enable DT_RELR in glibc shared libraries and PIEs automatically
  - S390: Enable static PIE
  - linux: Add tst-pidfd.c
  - linux: Add P_PIDFD
  - linux: Add pidfd_send_signal
  - linux: Add pidfd_getfd
  - linux: Add pidfd_open
  - aarch64: Move ld.so _start to separate file and drop _dl_skip_args
  - linux: Add a getauxval test [BZ #23293]
  - rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args const
  - rtld: Use generic argv adjustment in ld.so [BZ #23293]
  - scripts/glibcelf.py: Add *T_RISCV_* constants
  - Remove dl-librecon.h header.
  - elf: Remove ldconfig kernel version check
  - Remove kernel version check
  - linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)
  - csu: Implement and use _dl_early_allocate during static startup
  - Linux: Introduce __brk_call for invoking the brk system call
  - sys/cdefs.h: Do not require C++ compilers to define __STDC__
  - fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]
  - Update RISC-V specific ELF definitions
* Mon May 16 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-18
  - Auto-sync with upstream branch master,
    commit 9403b71ae97e3f1a91c796ddcbb4e6f044434734:
  - x86_64: Remove bzero optimization
  - RISC-V: Use an autoconf template to produce `preconfigure'
  - MIPS: Use an autoconf template to produce `preconfigure'
  - m68k: Use an autoconf template to produce `preconfigure'
  - C-SKY: Use an autoconf template to produce `preconfigure'
  - Remove configure fno_unit_at_a_time
  - stdio: Remove the usage of $(fno-unit-at-a-time) for siglist.c
  - stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c
  - Add declare_object_symbol_alias for assembly codes (BZ #28128)
  - wcrtomb: Make behavior POSIX compliant
* Tue May 10 2022 Patsy Griffin <patsy@redhat.com> - 2.35.9000-17
  - Auto-sync with upstream branch master,
    commit 8162147872491bb5b48e91543b19c49a29ae6b6d.
  - nptl: Add backoff mechanism to spinlock loop
  - Linux: Implement a useful version of _startup_fatal
  - ia64: Always define IA64_USE_NEW_STUB as a flag macro
  - linux: Fix posix_spawn return code if clone fails (BZ#29109)
  - benchtests: Add wcrtomb microbenchmark
  - clock_settime/clock_gettime: Use __nonnull to avoid null pointer
  - clock_adjtime: Use __nonnull to avoid null pointer
  - ntp_xxxtimex: Use __nonnull to avoid null pointer
  - adjtimex/adjtimex64: Use __nonnull to avoid null pointer
  - hurd spawni: Fix reauthenticating closed fds
  - Linux: Define MMAP_CALL_INTERNAL
  - i386: Honor I386_USE_SYSENTER for 6-argument Linux system calls
  - i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.S
  - manual: Clarify that abbreviations of long options are allowed
* Tue May 03 2022 Florian Weimer <fweimer@redhat.com> - 2.35.9000-16
  - Auto-sync with upstream branch master,
    commit 8e28aa3a51bf0ef3683f2aed4b5b448744897b66:
  - elf: Remove fallback to the start of DT_STRTAB for dladdr
  - powerpc32: Remove unused HAVE_PPC_SECURE_PLT
  - dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
  - manual: Document the dlinfo function
  - Do not use --hash-style=both for building glibc shared objects
  - benchtests: Better libmvec integration
  - benchtests: Add UNSUPPORTED benchmark status
  - linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t (BZ#29097)
  - Use __ehdr_start rather than _begin in _dl_start_final
  - sysdeps: Add 'get_fast_jitter' interace in fast-jitter.h
  - posix/glob.c: update from gnulib
  - benchtests: Add pthread-mutex-locks bench
  - linux: Fix missing internal 64 bit time_t stat usage
  - elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libraries (BZ #28868)
  - posix: Remove unused definition on _Fork
  - NEWS: Mention DT_RELR support
  - elf: Add more DT_RELR tests
  - elf: Properly handle zero DT_RELA/DT_REL values
  - elf: Support DT_RELR relative relocation format [BZ #27924]
  - Add GLIBC_ABI_DT_RELR for DT_RELR support
  - elf: Define DT_RELR related macros and types
  - elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOC
  - i386: Regenerate ulps
  - dlfcn: Do not use rtld_active () to determine ld.so state (bug 29078)
  - INSTALL: Rephrase -with-default-link documentation
* Mon Apr 25 2022 Carlos O'Donell <carlos@redhat.com> - 2.35.9000-15
  - Auto-sync with upstream branch master,
    commit 1305edd42c44fee6f8660734d2dfa4911ec755d6:
  - elf: Move post-relocation code of _dl_start into _dl_start_final
  - misc: Fix rare fortify crash on wchar funcs. [BZ 29030]
  - elf: Remove unused enum allowmask
  - scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlier
  - x86: Optimize {str|wcs}rchr-evex
  - x86: Optimize {str|wcs}rchr-avx2
  - x86: Optimize {str|wcs}rchr-sse2
  - benchtests: Improve bench-strrchr
  - x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32
  - Default to --with-default-link=no (bug 25812)
  - scripts: Add glibcelf.py module
  - Add locale for syr_SY
  - elf: Move elf_dynamic_do_Rel RTLD_BOOTSTRAP branches outside
  - m68k: Handle fewer relocations for RTLD_BOOTSTRAP (#BZ29071)
  - nptl: Fix pthread_cancel cancelhandling atomic operations
  - x86: Fix missing __wmemcmp def for disable-multiarch build
  - elf: Remove __libc_init_secure
* Tue Apr 19 2022 DJ Delorie <dj@redhat.com> - 2.35.9000-14
  - Auto-sync with upstream branch master,
    commit 78fb88827362fbd2cc8aa32892ae5b015106e25c.
  - mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)
  - x86: Cleanup page cross code in memcmp-avx2-movbe.S
  - x86: Remove memcmp-sse4.S
  - x86: Optimize memcmp SSE2 in memcmp.S
  - misc: Use 64 bit time_t interfaces on syslog
  - misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
  - misc: syslog: Use fixed-sized buffer and remove memstream
  - misc: syslog: Simplify implementation
  - misc: syslog: Fix indentation and style
  - misc: Add syslog test
  - support: Add xmkfifo
  - stdio: Split __get_errname definition from errlist.c
  - x86: Reduce code size of mem{move|pcpy|cpy}-ssse3
  - x86: Remove mem{move|cpy}-ssse3-back
  - x86: Remove str{p}{n}cpy-ssse3
  - x86: Remove str{n}cat-ssse3
  - x86: Remove str{n}{case}cmp-ssse3
  - x86: Remove {w}memcmp-ssse3
  - nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
  - S390: Add new s390 platform z16.
  - Replace {u}int_fast{16|32} with {u}int32_t
  - stdlib: Reflow and sort most variable assignments
  - elf: Fix memory leak in _dl_find_object_update (bug 29062)
  - hurd: Define ELIBEXEC
  - hurd: Fix arbitrary error code
  - NEWS: Move PLT tracking slowdown to glibc 2.35.
  - Remove _dl_skip_args_internal declaration
  - test-container: Fix "unused code" warnings on HURD
  - Add .clang-format style file
  - manual: Avoid name collision in libm ULP table [BZ #28956]
* Tue Apr 12 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-13
  - Add entry for Tarifit language locale for Morocco, and
  - Auto-sync with upstream branch master,
    commit 1a85970f41ea1e5abe6da2298a5e8fedcea26b70:
  - powerpc: Relocate stinfo->main
  - powerpc64: Set up thread register for _dl_relocate_static_pie
  - powerpc64: Use medium model toc accesses throughout
  - linux: Constify rfv variable in dl_vdso_vsym
  - string: Replace outdated comments in strlen().
  - S390: Fix elf/tst-audit25[ab]
  - sparc64: Remove fcopysign{f} implementation
  - alpha: Remove fcopysign{f} implementation
  - math: Use builtin for ldbl-96 copysign
  - ia64: Remove fcopysign{f} implementation
  - x86: Remove fcopysign{f} implementation
  - powerpc: Remove fcopysign{f} implementation
  - Add rif_MA locale [BZ #27781]
  - tests/string: Drop simple/stupid/builtin tests
  - test-memcpy: Actually reverse source and destination
  - benchtests: Only build libmvec benchmarks iff $(build-mathvec) is set
* Tue Apr 05 2022 Florian Weimer <fweimer@redhat.com> - 2.35.9000-12
  - Auto-sync with upstream branch master,
    commit 053fe273434056f551ed8f81daf750db9dab5931:
  - linux: Fix __closefrom_fallback iterates until max int (BZ#28993)
  - Remove -z combreloc and HAVE_Z_COMBRELOC
  - sparc: Remove s_abs implementations
  - ia64: Remove fabs implementations
  - x86: Remove fabs{f} implementation
  - alpha: Remove s_abs implementations
  - Allow for unpriviledged nested containers
  - Increase the test timeout of some string tests
  - realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]
  - stdlib: Fix tst-getrandom memcmp call
  - stdlib: Fix tst-rand48.c printf types
  - elf: Remove unused functions from tst-audit25(a,b)
  - nptl: Use libc-diag.h with tst-thread-setspecific
  - crypt: Remove unused variable on cert test
  - elf: Remove unused variables in tests
  - elf: Fix wrong fscanf usage on tst-pldd
  - posix: Remove unused variable on tst-_Fork.c
  - resolv: Initialize loop variable on tst-resolv-trailing
  - locale: Remove set but unused variable on ld-collate.c
  - localedate: Fix printf type on tst_mbrtowc
  - localedata: Remove unused variables in tests
  - x86: Small improvements for wcslen
  - x86: Small improvements for wcscpy-ssse3
  - debug: Improve fdelt_chk error message
  - Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.h
  - x86: Remove AVX str{n}casecmp
  - x86: Add EVEX optimized str{n}casecmp
  - x86: Add AVX2 optimized str{n}casecmp
  - string: Expand page cross test cases in test-strncmp.c
  - string: Expand page cross test cases in test-strcmp.c
  - x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S
  - x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
  - string: Expand page cross tests in test-strncasecmp.c
  - string: Expand page cross tests in test-strcasecmp.c
  - benchtests: Use json-lib in bench-strncasecmp.c
  - benchtests: Use json-lib in bench-strcasecmp.c
  - x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
  - x86: Remove strspn-sse2.S and use the generic implementation
  - x86: Remove strpbrk-sse2.S and use the generic implementation
  - x86: Remove strcspn-sse2.S and use the generic implementation
  - x86: Optimize strspn in strspn-c.c
  - x86: Optimize strcspn and strpbrk in strcspn-c.c
  - benchtests: Use json-lib in bench-strspn.c
  - benchtests: Use json-lib in bench-strpbrk.c
  - x86: Code cleanup in strchr-evex and comment justifying branch
  - x86: Code cleanup in strchr-avx2 and comment justifying branch
  - benchtests: Add random benchmark in bench-strchr.c
  - benchtests: Use json-lib in bench-strchr.c
  - Update kernel version to 5.17 in tst-mman-consts.py
  - iconvdata: Fix enum type on UTF-7
  - nscd: Remove unused variable
  - support: Fix support_process_state_wait path size calculation
  - support: Remove unused extract_8 function
  - locale: Remove ununsed wctype_table_get function
  - gmon: Remove unused sprofil.c functions
  - Update syscall lists for Linux 5.17
  - Fix ununsed fstatat64_time64_statx
  - malloc: Fix duplicate inline for do_set_mxfast
  - elf: Remove inline _dl_dprintf
  - configure.ac: fix bashisms in configure.ac
  - getaddrinfo: Refactor code for readability
  - Use Linux 5.17 in build-many-glibcs.py
  - resolv: Fix unaligned accesses to fields in HEADER struct
  - gai_init: Avoid jumping from if condition to its else counterpart
  - gaiconf_init: Refactor some bits for readability
  - gethosts: Return EAI_MEMORY on allocation failure
  - gaih_inet: Split result generation into its own function
  - gaih_inet: split loopback lookup into its own function
  - gaih_inet: make gethosts into a function
  - gaih_inet: separate nss lookup loop into its own function
  - gaih_inet: Split nscd lookup code into its own function.
  - gaih_inet: Split simple gethostbyname into its own function
  - gaih_inet: make numeric lookup a separate routine
  - gaih_inet: Simplify service resolution
  - getaddrinfo: Fix leak with AI_ALL [BZ #28852]
  - gaih_inet: Simplify canon name resolution
  - Simplify allocations and fix merge and continue actions [BZ #28931]
  - iconv: Add UTF-7-IMAP variant in utf-7.c
  - iconv: make utf-7.c able to use variants
  - iconv: Better mapping to RFC for UTF-7
  - iconv: Always encode "optional direct" UTF-7 characters
  - stdio-common: Add wide stream coverage to tst-vfprintf-user-type
  - libio: Flush-only _IO_str_overflow must not return EOF (bug 28949)
  - libio: Convert tst_swprintf to the test framework
  - scripts/dso-ordering-test.py: Fix C&P error in * callrefs processing
  - stdio-common: Generate ja_JP.EUC-JP locale
  - stdio-common: Re-flow and sort Makefile variables
  - nss: Sort tests and tests-container and put one test per line
  - benchtests: Use "=" instead of ":=" [BZ #28970]
  - hppa: Use END instead of PSEUDO_END in swapcontext.S
* Tue Mar 15 2022 DJ Delorie <dj@redhat.com> - 2.35.9000-11
  - Auto-sync with upstream branch master,
    commit d05e6dc8d1032e1732542a48e0fb895432008b6e.
  - hppa: Implement swapcontext in assembler (bug 28960)
  - associate a deallocator for iconv_open
  - associate a deallocation for opendir
  - Add access function attributes to epoll_wait
  - Add access function attributes to grp and shadow headers
  - Define ISO 639-3 "tok" [BZ #28950]
  - nss: Protect against errno changes in function lookup (bug 28953)
  - nss: Do not mention NSS test modules in <gnu/lib-names.h>
  - malloc: Exit early on test failure in tst-realloc
  - Add some missing access function attributes
  - libio: Ensure output buffer for wchars (bug #28828)
  - inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory
  - inet: Remove strdupa from nrl_domainname()
  - inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)
  - benchtests: make compare_strings.py accept string as attribute value
* Wed Mar 09 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-10
  - Drop glibc-rh1070416.patch; nscd related, thus no longer relevant.
* Tue Mar 08 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-9
  - Auto-sync with upstream branch master,
    commit 6de743a4e31a94e3d022e64a90c9082290a5a573:
  - x86_64: Fix code formatting of vectorized math functions
  - pthread: Do not overwrite tests-time64
  - x86_64: Fix svml_s_acosf16_core_avx512.S code formatting
  - i386: Remove libc-do-syscall from sysdep-dl-routines [BZ #28936]
  - linux/i386: remove dead assignment of sysdep-dl-routines
* Tue Mar 08 2022 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.35.9000-8
  - Fix version check to accommodate gettext snapshot builds in rawhide.
* Tue Mar 01 2022 Carlos O'Donell <carlos@redhat.com> - 2.35.9000-7
  - Auto-sync with upstream branch master,
    commit 2bbc694df279020a6620096d31c1e05c93966f9b:
  - nptl: Fix cleanups for stack grows up [BZ# 28899]
  - manual: SA_ONSTACK is ignored without alternate stack
  - io: Add fsync call in tst-stat
  - Linux: Consolidate auxiliary vector parsing (redo)
* Fri Feb 25 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-6
  - Auto-sync with upstream branch master,
    commit 1fe00d3eb602a0754873b536dc92fb6226759ee4:
  - build: Properly generate .d dependency files [BZ #28922]
  - benchtests: Generate .d dependency files [BZ #28922]
  - benchtests: Remove duplicated loop in bench-bzero-walk.c
  - localedata: Do not generate output if warnings were present.
  - localedef: Update LC_MONETARY handling (Bug 28845)
  - localedef: Handle symbolic links when generating locale-archive
  - benchtests: Add small sizes (<= 64) to bench-bzero-walk.c
  - math: Add more input to atanh accuracy tests
  - resolv: Fix tst-resolv tests for 2.35 ABIs and later
  - x86_64: Disable libmvec tests if multiarch not enabled [BZ# 28869]
  - benchtests: Add benches for memset with 0 value
  - i686: Remove bzero optimizations
  - s390: Remove bzero optimizations
  - powerpc: Remove powerpc64 bzero optimizations
  - powerpc: Remove powerpc32 bzero optimizations
  - sparc: Remove bzero optimization
  - ia64: Remove bzero optimization
  - alpha: Remove bzero optimization
  - x86_64: Remove bcopy optimizations
  - i386: Remove bcopy optimizations
  - powerpc: Remove bcopy optimizations
  - ia64: Remove bcopy
  - hppa: Fix warnings from _dl_lookup_address
  - hppa: Revise gettext trampoline design
* Wed Feb 23 2022 Carlos O'Donell <carlos@redhat.com> - 2.35.9000-5
  - Fix locale-archive generation (#2057697)
* Tue Feb 22 2022 Carlos O'Donell <carlos@redhat.com> - 2.35.9000-4
  - Auto-sync with upstream branch master,
    commit fdc1ae67fef27eea1445bab4bdfe2f0fb3bc7aa1:
  - Add SOL_MPTCP, SOL_MCTP from Linux 5.16 to bits/socket.h
  - elf: Check invalid hole in PT_LOAD segments [BZ #28838]
  - realpath: Do not copy result on failure (BZ #28815)
  - x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c
  - x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]
  - hppa: Fix swapcontext
  - x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]
  - string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]
  - microblaze: Use the correct select syscall (BZ #28883)
  - Update kernel version to 5.16 in tst-mman-consts.py
  - pthread: Use 64 bit time_t stat internally for sem_open (BZ #28880)
  - x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]
  - String: Strength memset tests in test-memset.c
  - x86-64: Define __memcmpeq in ld.so
  - htl: Destroy thread-specific data before releasing joins
  - htl: Fix initializing the key lock
  - mach: Fix LLL_SHARED value
  - htl: Make pthread_[gs]etspecific not check for key validity
  - x86-64: Remove bzero weak alias in SS2 memset
  - hppa: Fix typo
  - linux: Use socket-constants-time64.h on tst-socket-timestamp-compat
  - x86/configure.ac: Define PI_STATIC_AND_HIDDEN/SUPPORT_STATIC_PIE
  - Fix elf/tst-audit2 on hppa
  - x86: Use CHECK_FEATURE_PRESENT on PCONFIG
  - x86: Don't check PTWRITE in tst-cpu-features-cpuinfo.c
  - x86: Set .text section in memset-vec-unaligned-erms
  - Linux: Include <dl-auxv.h> in dl-sysdep.c only for SHARED
  - Revert "Linux: Consolidate auxiliary vector parsing"
  - String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'
  - Use binutils 2.38 branch in build-many-glibcs.py
  - elf: Remove LD_USE_LOAD_BIAS
  - malloc: Remove LD_TRACE_PRELINKING usage from mtrace
  - elf: Remove prelink support
  - Linux: Consolidate auxiliary vector parsing
  - Linux: Assume that NEED_DL_SYSINFO_DSO is always defined
  - Linux: Remove DL_FIND_ARG_COMPONENTS
  - Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE
  - elf: Merge dl-sysdep.c into the Linux version
  - hppa: Fix bind-now audit (BZ #28857)
* Tue Feb 15 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-3
  - Reduce installed size of some langpacks by de-duplicating LC_CTYPE
* Thu Feb 10 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-2
  - Drop glibc-fedora-localedef.patch and adjust locale installation
    accordingly so that installed content remains unchanged.
* Wed Feb 09 2022 Florian Weimer <fweimer@redhat.com> - 2.35.9000-1
  - Auto-sync with upstream branch master,
    commit 3d9f171bfb5325bd5f427e9fc386453358c6e840:
  - x86-64: Optimize bzero
  - benchtests: Add benches for bzero
  - linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865]
  - x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)
  - benchtests: Sort benches in Makefile
  - Benchtests: Add length zero benchmark for memset in bench-memset.c
  - x86: Improve vec generation in memset-vec-unaligned-erms.S
  - x86-64: Add vector tan/tanf to libmvec microbenchmark
  - x86-64: Add vector erfc/erfcf to libmvec microbenchmark
  - x86-64: Add vector asinh/asinhf to libmvec microbenchmark
  - x86-64: Add vector tanh/tanhf to libmvec microbenchmark
  - x86-64: Add vector erf/erff to libmvec microbenchmark
  - x86-64: Add vector acosh/acoshf to libmvec microbenchmark
  - x86-64: Add vector atanh/atanhf to libmvec microbenchmark
  - x86-64: Add vector log1p/log1pf to libmvec microbenchmark
  - x86-64: Add vector log2/log2f to libmvec microbenchmark
  - x86-64: Add vector log10/log10f to libmvec microbenchmark
  - x86-64: Add vector atan2/atan2f to libmvec microbenchmark
  - x86-64: Add vector cbrt/cbrtf to libmvec microbenchmark
  - x86-64: Add vector sinh/sinhf to libmvec microbenchmark
  - x86-64: Add vector expm1/expm1f to libmvec microbenchmark
  - x86-64: Add vector cosh/coshf to libmvec microbenchmark
  - x86-64: Add vector exp10/exp10f to libmvec microbenchmark
  - x86-64: Add vector exp2/exp2f to libmvec microbenchmark
  - x86-64: Add vector hypot/hypotf to libmvec microbenchmark
  - x86-64: Add vector asin/asinf to libmvec microbenchmark
  - x86-64: Add vector atan/atanf to libmvec microbenchmark
  - elf: Replace tst-audit24bmod2.so with tst-audit24bmod2
  - x86_64/multiarch: Sort sysdep_routines and put one entry per line
  - string: Sort headers, routines, tests and tests-translation
  - x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
  - Benchtests: move 'alloc_bufs' from loop in bench-memset.c
  - x86-64: Fix strcmp-evex.S
  - x86-64: Fix strcmp-avx2.S
  - x86-64: Add vector acos/acosf to libmvec microbenchmark
  - benchtests: Add more coverage for strcmp and strncmp benchmarks
  - x86: Optimize strcmp-evex.S
  - x86: Optimize strcmp-avx2.S
  - string: Improve coverage in test-strcmp.c and test-strncmp.c
  - string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].
  - Open master branch for glibc 2.36 development
* Tue Feb 08 2022 Florian Weimer <fweimer@redhat.com> - 2.35-2
  - Auto-sync with upstream branch release/2.35/master,
    commit 24962427071fa532c3c48c918e9d64d719cc8a6c:
  - Add BZ#28860 reference on NEWS
  - linux: Fix missing __convert_scm_timestamps (BZ #28860)
* Thu Feb 03 2022 Florian Weimer <fweimer@redhat.com> - 2.35-1
  - glibc 2.35 upstream release
  - Auto-sync with upstream branch release/2.35/master,
    commit a2f1675634b3513c09c38e55e6766e8c05768b1f:
  - linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850]
  - posix: Fix tst-spawn6 terminal handling (BZ #28853)
  - Regenerate configure
  - Create ChangeLog.old/ChangeLog.24.
  - Prepare for glibc 2.35 release.
  - Regenerate configure.
  - Update install.texi, and regenerate INSTALL.
  - Update NEWS bug list.
  - Update NEWS.
  - Update translations.
  - Linux: Use ptrdiff_t for __rseq_offset
  - Fix elf/tst-audit25a with default bind now toolchains
  - posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actions_addtcsetpgrp_np
  - or1k: Define PI_STATIC_AND_HIDDEN
  - SET_RELHOOK: merge i386 and x86_64, and move to sysdeps/mach/hurd/x86
  - elf: Fix runtime linker auditing on aarch64 (BZ #26643)
  - elf: Issue la_symbind for bind-now (BZ #23734)
  - elf: Fix initial-exec TLS access on audit modules (BZ #28096)
  - elf: Add la_activity during application exit
  - localedata: Adjust C.UTF-8 to align with C/POSIX.
  - localedef: Fix handling of empty mon_decimal_point (Bug 28847)
  - malloc: Fix tst-mallocalign1 macro spacing.
* Tue Feb 01 2022 Florian Weimer <fweimer@redhat.com> - 2.34.9000-39
  - Drop glibc-temp-Wno-use-after-free.patch, fixed upstream.
  - Auto-sync with upstream branch master,
    commit 3fb18fd80c5900cc82748f3320b30516c57d24da:
  - elf: Add <dl-r_debug.h>
  - Mention _FORTIFY_SOURCE=3 for gcc12 in NEWS
  - malloc: Fix -Wuse-after-free warning in tst-mallocalign1 [BZ #26779]
  - Update libc.pot for 2.35 release.
  - tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837]
  - Add prelink removal plan on NEWS
  - Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg
  - linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ#28350)
  - support: Add support_socket_so_timestamp_time64
  - Fix elf/loadfail test build dependencies
  - Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader)
  - x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]
  - Guard tst-valgrind-smoke.out with run-built-tests
  - hurd: Add posix_spawnattr_tc{get,set}pgrp_np on libc.abilist
  - Avoid -Wuse-after-free in tests [BZ #26779].
  - elf: Replace tst-p_alignmod1-editX with a python script
  - stdlib: Avoid -Wuse-after-free in __add_to_environ [BZ #26779]
  - io: Fix use-after-free in ftw [BZ #26779]
  - intl: Avoid -Wuse-after-free [BZ #26779]
  - elf: Fix use-after-free in ldconfig [BZ #26779]
  - posix: Add terminal control setting support for posix_spawn
* Mon Jan 24 2022 DJ Delorie <dj@redhat.com> - 2.34.9000-38
  - Auto-sync with upstream branch master,
    commit 5b8e7980c5dabd9aaefeba4f0208baa8cf7653ee.
  - Linux: Detect user namespace support in io/tst-getcwd-smallbuff
  - Fix handling of unterminated bracket expressions in fnmatch (bug 28792)
  - realpath: Avoid overwriting preexisting error (CVE-2021-3998)
  - elf: Add a test for PT_LOAD segments with invalid p_align [BZ #28688]
  - elf: Add a test for PT_LOAD segments with p_align == 1 [BZ #28688]
  - elf: Add a test for PT_LOAD segments with mixed p_align [BZ #28676]
  - Add and use link-test-modules-rpath-link [BZ #28455]
  - tst-realpath-toolong: Fix hurd build
  - getcwd: Set errno to ERANGE for size == 1 (CVE-2021-3999)
  - Add valgrind smoke test
  - htl: Fix cleaning the reply port
  - elf: Properly align all PT_LOAD segments [BZ #28676]
  - realpath: Set errno to ENAMETOOLONG for result larger than PATH_MAX [BZ #28770]
  - support: Add helpers to create paths longer than PATH_MAX
  - nptl: Effectively skip CAS in spinlock loop
  - mips: Move DT_MIPS into <ldsodefs.h>
  - x86_64: Document libmvec vector functions accuracy [BZ #28766]
  - x86: Black list more Intel CPUs for TSX [BZ #27398]
  - elf: Fix tst-align3
  - elf: Move _dl_setup_hash to its own file
  - htl: Fix build error in annexc
  - elf: Reinstate tst-audit17
  - x86: use default cache size if it cannot be determined [BZ #28784]
  - rt/tst-mqueue*: Return UNSUPPORTED when mq_open fails with ENOSYS
  - Linux: Add epoll_pwait2 (BZ #27359)
  - Properly handle --disable-default-pie [BZ #28780]
  - elf: Fix 64 time_t support for installed statically binaries
  - Revert "elf: Fix 64 time_t support for installed statically binaries"
  - CVE-2022-23218: Buffer overflow in sunrpc svcunix_create (bug 28768)
  - sunrpc: Test case for clnt_create "unix" buffer overflow (bug 22542)
  - CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" (bug 22542)
  - socket: Add the __sockaddr_un_set function
  - elf/tst-dl_find_object: Disable subtests for non-contiguous maps (bug 28732)
  - elf: Set l_contiguous to 1 for the main map in more cases
  - elf: Introduce rtld_setup_main_map
  - hurd: Make RPC input array parameters const
  - hurd: optimize exec cleanup
  - hurd: Add __rtld_execve
  - hurd: Fix exec() leak on proc_task2proc failure
  - htl: Hide __pthread_attr's __schedparam type [BZ #23088]
  - htl: Clear kernel_thread field before releasing the thread structure
  - hurd: drop SA_SIGINFO availability xfail
  - hurd: Fix timer/clock_getres crash on NULL res parameter
  - hurd: Fix pthread_kill on exiting/ted thread
  - [hurd] Drop spurious #ifdef SHARED
  - [hurd] Call _dl_sort_maps_init in _dl_sysdep_start
  - elf tst-dl_find_object: Fix typo
  - s390x: Use <gcc-macros.h> in early HWCAP check
  - x86: Add x86-64-vN check to early startup
  - powerpc64le: Use <gcc-macros.h> in early HWCAP check
  - Add --with-rtld-early-cflags configure option
  - elf: Split dl-printf.c from dl-misc.c
  - elf/Makefile: Reflow and sort most variable assignments
  - Generate gcc-macros.h
  - x86: HAVE_X86_LAHF_SAHF, HAVE_X86_MOVBE and -march=x86-64-vN (bug 28782)
  - math: Add more inputs to atan2 accuracy tests [BZ #28765]
  - Disable debuginfod in printer tests [BZ #28757]
  - Update syscall lists for Linux 5.16
  - i386: Remove broken CAN_USE_REGISTER_ASM_EBP (bug 28771)
  - stdlib: Fix formatting of tests list in Makefile
  - stdlib: Sort tests in Makefile
  - x86_64: Fix SSE4.2 libmvec atan2 function accuracy [BZ #28765]
  - debug: Synchronize feature guards in fortified functions [BZ #28746]
  - debug: Autogenerate _FORTIFY_SOURCE tests
  - Do not build libresolv module with 64 bit time_t flags
  - Revert "linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)"
  - Revert "support: Add support_socket_so_timestamp_time64"
  - timezone: Fix tst-bz28707 Makefile rule
  - linux: Fix ancillary 64-bit time timestamp conversion (BZ #28349, BZ #28350)
  - support: Add support_socket_so_timestamp_time64
  - elf: Fix 64 time_t support for installed statically binaries
  - Enable _FORTIFY_SOURCE=3 for gcc 12 and above
  - manual: Drop obsolete @refill
  - aarch64: Add HWCAP2_ECV from Linux 5.16
  - Use Linux 5.16 in build-many-glibcs.py
  - x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]
  - x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755]
  - math: Fix float conversion regressions with gcc-12 [BZ #28713]
  - elf: Simplify software TM implementation in _dl_find_object
  - Restore ENTRY_POINT definition on hppa, ia64 (bug 28749)
  - elf: Fix fences in _dl_find_object_update (bug 28745)
  - ttydefaults.h: Fix CSTATUS to control-t
  - AArch64: Check for SVE in ifuncs [BZ #28744]
  - debug: Remove catchsegv and libSegfault (BZ #14913)
  - Documentation for OpenRISC port
  - build-many-glibcs.py: add OpenRISC support
  - or1k: Build Infrastructure
  - or1k: ABI lists
  - or1k: Linux ABI
  - or1k: Linux Syscall Interface
  - or1k: math soft float support
  - or1k: Atomics and Locking primitives
  - or1k: Thread Local Storage support
  - or1k: startup and dynamic linking code
  - or1k: ABI Implementation
  - linux/syscalls: Add or1k_atomic syscall for OpenRISC
  - elf: Add reloc for OpenRISC
  - elf: Add a comment after trailing backslashes
  - elf: Also try DT_RUNPATH for LD_AUDIT dlopen [BZ #28455]
  - elf: Fix tst-linkall-static link when pthread is not in libc
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.34.9000-37
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Jan 04 2022 Florian Weimer <fweimer@redhat.com> - 2.34.9000-36
  - Auto-sync with upstream branch master,
    commit 28713c06129f8f64f88c423266e6ff2880216509:
  - elf: Sort tests and modules-names
  - hurd: nuke all unknown ports on exec
  - hurd: Fix auth port leak
  - Remove stale reference to libanl.a
  - elf: Add <dl-debug.h>
  - Properly check linker option in LIBC_LINKER_FEATURE [BZ #28738]
  - hurd: Implement _S_msg_get_dtable
  - Update automatically-generated copyright dates
  - Sync move-if-change from Gnulib, updating copyright
  - Update copyright dates not handled by scripts/update-copyrights.
  - Update copyright dates with scripts/update-copyrights
  - hurd: Use __trivfs_server_name instead of trivfs_server_name
  - hurd: Bump BRK_START to 0x20000000
  - hurd: Avoid overzealous shared objects constraints
  - time: Refactor timesize.h for some ABIs
  - hurd: Make getrandom a stub inside the random translator
  - open64: Force O_LARGEFILE on all architectures
  - x86-64: Add vector tan/tanf implementation to libmvec
  - x86-64: Add vector erfc/erfcf implementation to libmvec
  - resolv: Do not install libanl.so symbolic link
  - resolv: Do not build libanl.so for ABIs starting at 2.35
  - timezone: test-case for BZ #28707
  - timezone: handle truncated timezones from tzcode-2021d and later (BZ #28707)
  - x86-64: Add vector asinh/asinhf implementation to libmvec
  - x86-64: Add vector tanh/tanhf implementation to libmvec
  - x86-64: Add vector erf/erff implementation to libmvec
  - x86-64: Add vector acosh/acoshf implementation to libmvec
  - x86-64: Add vector atanh/atanhf implementation to libmvec
  - x86-64: Add vector log1p/log1pf implementation to libmvec
  - x86-64: Add vector log2/log2f implementation to libmvec
  - x86-64: Add vector log10/log10f implementation to libmvec
  - x86-64: Add vector atan2/atan2f implementation to libmvec
  - x86-64: Add vector cbrt/cbrtf implementation to libmvec
  - x86-64: Add vector sinh/sinhf implementation to libmvec
  - x86-64: Add vector expm1/expm1f implementation to libmvec
  - x86-64: Add vector cosh/coshf implementation to libmvec
  - x86-64: Add vector exp10/exp10f implementation to libmvec
  - x86-64: Add vector exp2/exp2f implementation to libmvec
  - x86-64: Add vector hypot/hypotf implementation to libmvec
  - x86-64: Add vector asin/asinf implementation to libmvec
  - x86-64: Add vector atan/atanf implementation to libmvec
* Wed Dec 29 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-35
  - Auto-sync with upstream branch master,
    commit 5d28a8962dcb6ec056b81d730e3c6fb57185a210:
  - elf: Add _dl_find_object function
  - malloc: Remove memusage.h
  - malloc: Use hp-timing on libmemusage
  - Remove atomic-machine.h atomic typedefs
  - malloc: Remove atomic_* usage
  - microblaze: Add missing implementation when !__ASSUME_TIME64_SYSCALLS
  - elf: Do not fail for failed dlmopen on audit modules (BZ #28061)
  - elf: Issue audit la_objopen for vDSO
  - elf: Add audit tests for modules with TLSDESC
  - elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)
  - elf: Add _dl_audit_pltexit
  - elf: Add _dl_audit_pltenter
  - elf: Add _dl_audit_preinit
  - elf: Add _dl_audit_symbind_alt and _dl_audit_symbind
  - elf: Add _dl_audit_objclose
  - elf: Add _dl_audit_objsearch
  - elf: Add _dl_audit_activity_map and _dl_audit_activity_nsid
  - elf: Add _dl_audit_objopen
  - hurd: Fix static-PIE startup
  - hurd: let csu initialize tls
  - hurd: Fix XFAIL-ing mallocfork2 tests
  - hurd: XFAIL more tests that require setpshared support
  - malloc: Add missing shared thread library flags
  - stdio-common: Fix %m sprintf test output for GNU/Hurd
  - x86: Optimize L(less_vec) case in memcmpeq-evex.S
  - x86: Optimize L(less_vec) case in memcmp-evex-movbe.S
  - elf: Remove AArch64 from comment for AT_MINSIGSTKSZ
  - math: Properly cast X_TLOSS to float [BZ #28713]
  - Set default __TIMESIZE default to 64
  - stdio: Implement %#m for vfprintf and related functions
  - elf: Remove unused NEED_DL_BASE_ADDR and _dl_base_addr
  - x86-64: Add vector acos/acosf implementation to libmvec
  - intl/plural.y: Avoid conflicting declarations of yyerror and yylex
  - elf: Remove excessive p_align check on PT_LOAD segments [BZ #28688]
  - s_sincosf.h: Change pio4 type to float [BZ #28713]
  - Linux: Fix 32-bit vDSO for clock_gettime on powerpc32
  - Regenerate ulps on x86_64 with GCC 12
  - Add ARPHRD_CAN, ARPHRD_MCTP to net/if_arp.h
  - Remove ununsed tcb-offset
  - riscv: align stack before calling _dl_init [BZ #28703]
  - riscv: align stack in clone [BZ #28702]
  - elf: Fix tst-cpu-features-cpuinfo for KVM guests on some AMD systems [BZ #28704]
  - powerpc64[le]: Allocate extra stack frame on syscall.S
  - Update copyright header in recently merged ab_GE locale
  - fortify: Fix spurious warning with realpath
* Tue Dec 28 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-34
  - armhfp, i686: Revert 64-bit time_t/off_t for internal use (#2034715)
* Fri Dec 17 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-33
  - Auto-sync with upstream branch master,
    commit b99b0f93ee8762fe53ff65802deb6f00700b9924:
  - nss: Use "files dns" as the default for the hosts database (#2033020)
  - arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macro
  - Fix The GNU ToolChain Authors copyright notice
  - Remove upper limit on tunable MALLOC_MMAP_THRESHOLD
  - localedata: add new locale ab_GE
  - Fix __minimal_malloc segfaults in __mmap due to stack-protector
  - __glibc_unsafe_len: Fix comment
  - malloc: Enable huge page support on main arena
  - malloc: Move MORECORE fallback mmap to sysmalloc_mmap_fallback
  - malloc: Add Huge Page support to arenas
  - malloc: Add Huge Page support for mmap
  - malloc: Move mmap logic to its own function
  - malloc: Add THP/madvise support for sbrk
  - malloc: Add madvise support for Transparent Huge Pages
  - powerpc: Use global register variable in <thread_pointer.h>
  - Use LFS and 64 bit time for installed programs (swbz#15333)
* Wed Dec 15 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-32
  - Do not use --enable-static-pie configure flag since it is now ignored
* Wed Dec 15 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-31
  - Drop glibc-fedora-revert-PT_LOAD-segment-align.patch; fix applied upstream
  - Auto-sync with upstream branch master,
    commit 4435c29892c43ae9908a42e591747be63102689b:
  - Support target specific ALIGN for variable alignment test [BZ #28676]
  - NEWS: Document LD_PREFER_MAP_32BIT_EXEC as x86-64 only
  - elf: Align argument of __munmap to page size [BZ #28676]
* Tue Dec 14 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-30
  - Add glibc-fedora-revert-PT_LOAD-segment-align.patch to revert upstream
    commits 718fdd87b1b9 and fc2334ab32e0.
  - Auto-sync with upstream branch master,
    commit 0884724a95b60452ad483dbe086d237d02ba624d:
  - intl: Emit no lines in bison generated files
  - hurd: Do not set PIE_UNSUPPORTED
  - NEWS: Move LD_PREFER_MAP_32BIT_EXEC
  - mach: Fix spurious inclusion of stack_chk_fail_local in libmachuser.a
  - Disable DT_RUNPATH on NSS tests [BZ #28455]
  - sysdeps: Simplify sin Taylor Series calculation
  - math: Remove the error handling wrapper from hypot and hypotf
  - math: Use fmin/fmax on hypot
  - aarch64: Add math-use-builtins-f{max,min}.h
  - math: Add math-use-builtinds-fmin.h
  - math: Add math-use-builtinds-fmax.h
  - math: Remove powerpc e_hypot
  - i386: Move hypot implementation to C
  - math: Use an improved algorithm for hypotl (ldbl-128)
  - math: Use an improved algorithm for hypotl (ldbl-96)
  - math: Improve hypot performance with FMA
  - math: Use an improved algorithm for hypot (dbl-64)
  - math: Simplify hypotf implementation
  - Cleanup encoding in comments
  - Replace --enable-static-pie with --disable-default-pie
  - hurd: Add rules for static PIE build
  - hurd: Fix gmon-static
  - x86-64: Remove LD_PREFER_MAP_32BIT_EXEC support [BZ #28656]
  - elf: Use errcode instead of (unset) errno in rtld_chain_load
  - Add a testcase to check alignment of PT_LOAD segment [BZ #28676]
  - elf: Properly align PT_LOAD segments [BZ #28676]
  - elf: Install a symbolic link to ld.so as /usr/bin/ld.so
  - nptl: Add one more barrier to nptl/tst-create1
  - Remove TLS_TCB_ALIGN and TLS_INIT_TCB_ALIGN
  - nptl: rseq failure after registration on main thread is fatal
  - nptl: Add public rseq symbols and <sys/rseq.h>
  - nptl: Add glibc.pthread.rseq tunable to control rseq registration
  - Linux: Use rseq to accelerate sched_getcpu
  - nptl: Add rseq registration
  - nptl: Introduce THREAD_GETMEM_VOLATILE
  - nptl: Introduce <tcb-access.h> for THREAD_* accessors
  - nptl: Add <thread_pointer.h> for defining __thread_pointer
  - String: test-memcpy used unaligned types for buffers [BZ 28572]
  - localedef: check magic value on archive load [BZ #28650]
  - x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNI
  - linux: Add generic ioctl implementation
  - linux: Add generic syscall implementation
  - misc, nptl: Remove stray references to __condvar_load_64_relaxed
  - csu: Always use __executable_start in gmon-start.c
  - elf: execve statically linked programs instead of crashing [BZ #28648]
  - Add --with-timeoutfactor=NUM to specify TIMEOUTFACTOR
* Mon Dec 13 2021 Arjun Shankar <arjun@redhat.com> - 2.34.9000-29
  - Remove nscd (#1905142)
    https://fedoraproject.org/wiki/Changes/RemoveNSCD
* Fri Dec 10 2021 Pavel Březina <pbrezina@redhat.com> - 2.34.9000-28
  - /etc/nsswitch.conf is now owned by authselect (rhbz#2023741)
* Thu Dec 09 2021 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.34.9000-27
  - Set BuildFlagsNonshared only if _annotated_build is set.
* Sat Dec 04 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-26
  - Drop glibc-rh2026399.patch, not needed anymore due to upstream fix.
  - Auto-sync with upstream branch master,
    commit 4df1fa6ddc8925a75f3da644d5da3bb16eb33f02:
  - x86-64: Use notl in EVEX strcmp (#2026399)
  - nptl: Increase default TCB alignment to 32
  - elf: add definition for ELF_NOTE_FDO and NT_FDO_PACKAGING_METADATA note
  - AArch64: Improve A64FX memcpy
  - AArch64: Optimize memcmp
  - powerpc64[le]: Fix CFI and LR save address for asm syscalls [BZ #28532]
  - linux: Implement pipe in terms of __NR_pipe2
  - linux: Implement mremap in C
  - linux: Add prlimit64 C implementation
  - elf: Include <stdbool.h> in tst-tls20.c
  - elf: Include <stdint.h> in tst-tls20.c
  - hurd: Let report-wait use a weak reference to _hurd_itimer_thread
* Sat Dec 04 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-25
  - x86_64: Disable additional EVEX string functions (#2026399)
* Fri Dec 03 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-24
  - x86_64: Disable EVEX *cmp* string functions (#2026399)
* Thu Dec 02 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-23
  - Drop glibc-sdt-headers.patch; the official systemtap headers work again.
* Thu Nov 25 2021 Carlos O'Donell <carlos@redhat.com> - 2.34.9000-22
  - Auto-sync with upstream branch master,
    commit 137ed5ac440a4d3cf4178ce97f349b349a9c2c66:
  - linux: Use /proc/stat fallback for __get_nprocs_conf (BZ #28624)
  - linux: Add fanotify_mark C implementation
  - linux: Only build fstatat fallback if required
  - regex: fix buffer read overrun in search [BZ#28470]
  - x86-64: Add vector sin/sinf to libmvec microbenchmark
  - x86-64: Add vector pow/powf to libmvec microbenchmark
  - x86-64: Add vector log/logf to libmvec microbenchmark
  - x86-64: Add vector exp/expf to libmvec microbenchmark
  - x86-64: Add vector cos/cosf to libmvec microbenchmark
  - io: Refactor close_range and closefrom
  - nptl: Do not set signal mask on second setjmp return [BZ #28607]
  - powerpc: Define USE_PPC64_NOTOC iff compiler supports it
  - setjmp: Replace jmp_buf-macros.h with jmp_buf-macros.sym
  - Update kernel version to 5.15 in tst-mman-consts.py
  - socket: Do not use AF_NETLINK in __opensock
  - elf: Move la_activity (LA_ACT_ADD) after _dl_add_to_namespace_list() (BZ #28062)
  - Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.h
  - malloc: Fix malloc debug for 2.35 onwards
  - elf: Introduce GLRO (dl_libc_freeres), called from __libc_freeres
  - nptl: Extract <bits/atomic_wide_counter.h> from pthread_cond_common.c

Files

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/f1fd38b5b9ecdeb364fd26e9a95aa5468c7dc1
/usr/lib/.build-id/04
/usr/lib/.build-id/04/b4bee9246e9140b475c0e50e203407f5c388cf
/usr/lib/.build-id/04/d94158e45205850fd54f938ac6229c6895afc2
/usr/lib/.build-id/05
/usr/lib/.build-id/05/1d0c0f8afdfa6cbd3ebbf1a26606dcc434a40a
/usr/lib/.build-id/05/e116aeecc5a91a50723a420ece69aa18fa2d3f
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/8ba1e324c4ac761feec57cb5d385ff18d9f0be
/usr/lib/.build-id/0a/98d0e80095b87f0c5f023bc1084f892bae268c
/usr/lib/.build-id/0d/059f887fd69b4355ec48fde770911d653a4291
/usr/lib/.build-id/10
/usr/lib/.build-id/10/039bed87caf245c49e074cf8b012d88399a88d
/usr/lib/.build-id/10/4e687b2a51687f86c19c7bc1d770ec2383563e
/usr/lib/.build-id/11
/usr/lib/.build-id/11/3223108af790c3426cf499a52ac171609764fb
/usr/lib/.build-id/11/6cbe62492e8b2f18273d34b7ec97f46e4c1e25
/usr/lib/.build-id/11/d12067d082339cf8ea216171c5cdffefbc18c9
/usr/lib/.build-id/13
/usr/lib/.build-id/13/9b0c1390130a0d25732e3318a27c5d2f508261
/usr/lib/.build-id/13/aae26ed8adfe6f0ddcde2122b815c2883821f5
/usr/lib/.build-id/15
/usr/lib/.build-id/15/71f6aa8c027598b8a8ea3f94363c7ae248d7a6
/usr/lib/.build-id/17
/usr/lib/.build-id/17/4917b7d1f2c782d3975fb84d5799633116a8cd
/usr/lib/.build-id/18
/usr/lib/.build-id/18/7bb0f455007acd0c89d5b7aa5603d6f997459f
/usr/lib/.build-id/18/e6db71c2fdc29ff33ef3b1b4f747a9b75dc87b
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/95f60c57712c74dbdcc1a31781e31d87a5ec39
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/186c7e173f265fe6238fc50a2be8b89013f33a
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/5a7967a24a2d3740ce4d2c4b51216c5ab629d3
/usr/lib/.build-id/1c/7b62480a5f44041277880b0618cf935dd948ae
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/27cf81141d8705bf5e8ab8ec41eff2e5209a64
/usr/lib/.build-id/1e/b408903173249c9219b1786ccc8e7547d1f19d
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/ffcd93db2ab5b456b32f4bf66b73acc77c07aa
/usr/lib/.build-id/20
/usr/lib/.build-id/20/48c840270d6690692506194ccc0958fadbdb96
/usr/lib/.build-id/20/af15ea51af251b7c8e8284aee73c7f6fffebe4
/usr/lib/.build-id/21
/usr/lib/.build-id/21/c00c9de90cedc95a588eb379fbb220ca6393ac
/usr/lib/.build-id/22
/usr/lib/.build-id/22/2da54fa5ff5e5433a31c9c318604ee918a596e
/usr/lib/.build-id/22/eefbcb70825285aaea09b80c7d8c06b6f4e260
/usr/lib/.build-id/24
/usr/lib/.build-id/24/5d24791f3f58b1956dca192b5c2e38cc4def12
/usr/lib/.build-id/25
/usr/lib/.build-id/25/1a0bd1f59443468efbc8d810cd3c5f17bd7323
/usr/lib/.build-id/25/50b75ef91998a79c5b3e6f1ac26bf185a2ebb5
/usr/lib/.build-id/26
/usr/lib/.build-id/26/e1675021113200af0492c8159c75e8b7d47b06
/usr/lib/.build-id/26/f05fd03dd0738a47970c26b8cb1712741eccad
/usr/lib/.build-id/29
/usr/lib/.build-id/29/b08a84c3a677e63d05fb7cf8c938190911c430
/usr/lib/.build-id/2a/ea2bd3f0d541d755bd8cf20a1a219a4d25c38a
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/37d885f41c9f75a17a8ea8efe0234755e0da2d
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/7592184b361f27b0a4b0aeebc4e706600acb34
/usr/lib/.build-id/32
/usr/lib/.build-id/32/edb51aedc2c775fe61fb2499858ad2a3aa3814
/usr/lib/.build-id/33
/usr/lib/.build-id/33/97dd42c44d3aa482c0d1922c00659367a49f6c
/usr/lib/.build-id/34
/usr/lib/.build-id/34/db2b60ab5a0d04fff50fda70add72a9d4dc9e3
/usr/lib/.build-id/38
/usr/lib/.build-id/38/61762c841053a176f8cbfffa6e9081d7123b47
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/37bb6f5170d1807a2f25e383d330abc4454c9a
/usr/lib/.build-id/3a/b8dc384f3bde0044cfdf0938af880913df5e02
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/8c22d0de4af1deb828dfea5c806f4a62f9ddaa
/usr/lib/.build-id/3d/fd8ed3b025512e7149a7ec246d80f8eb83ab0d
/usr/lib/.build-id/3e
/usr/lib/.build-id/3e/ccb392b068aba85c5fad6cad46ccc2a44fbc87
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/5ef078349a99195029b75ebfd8ea5fbddaeb4c
/usr/lib/.build-id/45
/usr/lib/.build-id/45/a4587d8236750a6e854595245fe418ca624db7
/usr/lib/.build-id/47
/usr/lib/.build-id/47/c04bb6c9f6119d62c6deeab4d31587263d1b57
/usr/lib/.build-id/49
/usr/lib/.build-id/49/4f0e7655530d8ff4d6963cc91eabb3086692db
/usr/lib/.build-id/49/6b76dac7b921be4220a2f1c68e2e294d36ab52
/usr/lib/.build-id/49/6c962b3cf0af66b03d770991cc31f5c21756d4
/usr/lib/.build-id/49/77947c130b125ef10f166aae7a1df24d10c90e
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/84d05ec796769eb47890bf0819b4053866325d
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/0c030112dcf477cb50de01ffe214b6eee139f8
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/b8664c1534353faff214008f99c04636f01516
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/6a7de1550c99cca71583cf17a6b4a4ad4c8253
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/7b7ec30730b200addb4632a7184f160c2f8e56
/usr/lib/.build-id/4e/e322365a0948760366dfdad85ee21aabc4a31c
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/fd12c3da5914821e9fa7067d851947ce8efa18
/usr/lib/.build-id/50
/usr/lib/.build-id/50/2b80a08a046ee83319a3b72ba528fb165d513c
/usr/lib/.build-id/50/964b4b8a118696c57b1d7d8fcf2e0800271f3f
/usr/lib/.build-id/50/dbe05166648f2fe6fa780490594ea32247e247
/usr/lib/.build-id/51
/usr/lib/.build-id/51/a01a4590e2aca910837ec5273e3070d9eb9913
/usr/lib/.build-id/51/b058ec1a9f41a4dd11acf985fcb4cf10993b18
/usr/lib/.build-id/52
/usr/lib/.build-id/52/00b7c27b1482df76cbeb5cbfbfda7bcc2cc59a
/usr/lib/.build-id/53
/usr/lib/.build-id/53/55c2575791125ee4cf6ac52d1548dbf815032d
/usr/lib/.build-id/53/d6483ed9e7c2aa56bfea5efef062d4aeb93f0e
/usr/lib/.build-id/54
/usr/lib/.build-id/54/f6d57199216b32fb5097d910fe5f54048782b7
/usr/lib/.build-id/56
/usr/lib/.build-id/56/77a16fcc8b68d80b9a2497472eda074a0061eb
/usr/lib/.build-id/57/c70dbae99a9ced7e3757bc4a7d84c126fc3b5c
/usr/lib/.build-id/59
/usr/lib/.build-id/59/6e38e92dfd285e093eec32d702d50a5aae7ba3
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/8ef95fa55050d3f909f00e29263ac657151a62
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/c05c40729441dacc2e8c56a6107a5923b03af4
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/224139ad245a2e2c014c54046b7d67f6942457
/usr/lib/.build-id/5c/4c2413bed5ac799928bcfd2dc2aa197a6cdb29
/usr/lib/.build-id/5c/ce69808b8626367e9c34e17488042e56bce24b
/usr/lib/.build-id/5d/3e3d5aa654beeb11d05b8c897057e63e69e3fb
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/361ddb6dae6ddfb781181b92a10c84a0895e47
/usr/lib/.build-id/5e/c5013c1815a8c690a720fdc6032b94fc1e2c23
/usr/lib/.build-id/5f/8a8815807bccd728ad624bfe33febd5e2cab4e
/usr/lib/.build-id/61
/usr/lib/.build-id/61/1b64102744abdf16235513ff5d70198212691d
/usr/lib/.build-id/62
/usr/lib/.build-id/62/d0248b23b34e6612e7e5d30f92ca172b8f49f8
/usr/lib/.build-id/64/a32ce091e5684cb6fbf44489bc1f0fc199b97b
/usr/lib/.build-id/64/b4b5feae9ca04eb9fc8a3e8044e52074f34586
/usr/lib/.build-id/65
/usr/lib/.build-id/65/077d69502c78cf0e55ff0d13d91a68299267f8
/usr/lib/.build-id/65/fd3ccf5dc2a7756562032ef2dc6be360d41b87
/usr/lib/.build-id/66
/usr/lib/.build-id/66/67d3cafe185b4a4ed4d7cb29c2547008b61290
/usr/lib/.build-id/69
/usr/lib/.build-id/69/2a56c1048024bb14815254948723ac8653435f
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/922338ce039c88f5fc6a76c039ec7c8ff8de17
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/55e14f9b8f90da30c6a14331b6c3c425a2a94f
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/26c183171f4147b348e394a0900fd0c5eb6c35
/usr/lib/.build-id/70
/usr/lib/.build-id/70/ceb6e8150aec0f991d288eee53bfa90da0dbaa
/usr/lib/.build-id/70/d1bebe6512ff567ac45a88d0ba053b56fe3348
/usr/lib/.build-id/73
/usr/lib/.build-id/73/183f75ff098f6c18a1af6abf3653e755550cdb
/usr/lib/.build-id/73/a36fcd5c48ede143ad30b4d5ebad202106a9ad
/usr/lib/.build-id/74
/usr/lib/.build-id/74/6c1adb28432e671b613cd244053dccabfce13d
/usr/lib/.build-id/75
/usr/lib/.build-id/75/ae85a5112ad8c5cef533c89c1e996b0da2e6c2
/usr/lib/.build-id/77
/usr/lib/.build-id/77/1a40987a4f243aa402d170bd9d61595ca33a73
/usr/lib/.build-id/78
/usr/lib/.build-id/78/be9df2160b17fef9ba874f4b82763fae2283ad
/usr/lib/.build-id/79
/usr/lib/.build-id/79/470ff223fcf50fb870a75f61b766b0d6f6efd7
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/5eb445aa4422c1ece3ffd84242aa1444072ecc
/usr/lib/.build-id/7a/92eba7fd628d6d88e6c0372c3d89e40837b0bd
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/35a16b5405834cca3051ee0cfbef6a3a38939c
/usr/lib/.build-id/7b/a5d9aebfc397096e8d82d7c8d0f35fe10cff33
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/8b962a6010c58f0cb1d2bf28b1f03e7c739818
/usr/lib/.build-id/7d/abab73910d9d5b4e4be29e54e2b0388f7146e7
/usr/lib/.build-id/7d/baf40c52ce304e664cb45f37cfbef9a864dcab
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/60659a6e2eaa7927db4066e1443f3e5539b7a0
/usr/lib/.build-id/7f/8680aadc805cbb4c93e1a3fa6eb551d65a4b16
/usr/lib/.build-id/7f/b8cc80b258ba79223e0d5f5b2a64b1761c74af
/usr/lib/.build-id/82
/usr/lib/.build-id/82/6e8754dd7e0cfccc95abc680eb06c045a665df
/usr/lib/.build-id/84
/usr/lib/.build-id/84/263fe9c322b5c77158d389487f530f5a468c9f
/usr/lib/.build-id/84/6bf8464af05c5dbfd4f4580dd690b9429908ef
/usr/lib/.build-id/85/54e6c6f0498010beb9ea28d050ef4fcff45709
/usr/lib/.build-id/86
/usr/lib/.build-id/86/c3747a2c47767fc2926475367fb4ffdc8b9b0c
/usr/lib/.build-id/88
/usr/lib/.build-id/88/e0090ff9e9f435edf6b854f3b8e5dc88c6f41a
/usr/lib/.build-id/89
/usr/lib/.build-id/89/acdbab3993734ca89046574cb98bfe233b006c
/usr/lib/.build-id/8b
/usr/lib/.build-id/8b/554c36fc3e5df14e5e9c2300733a7ec690d0e0
/usr/lib/.build-id/8c/6cb767d6135258bcd069c0f0bdb23b2c379fab
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/2f3c5630391d67ff18648592226e601c885875
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/50ef7e10fdd8feedf7937648ad6d1f0802ba41
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/62ceff32e4269cdf2573d14e67e36996fc0202
/usr/lib/.build-id/8f/bbb2d4134d070a555f0dbcd01535dd2c1db45e
/usr/lib/.build-id/91
/usr/lib/.build-id/91/807f2554326101dcb2c2b7cd98a307995372cf
/usr/lib/.build-id/93
/usr/lib/.build-id/93/bd04ebe001aba997ce02c4993ba81de4d702c6
/usr/lib/.build-id/94
/usr/lib/.build-id/94/aeed04338d3574bad00685f1e9de81d1fe2fda
/usr/lib/.build-id/97
/usr/lib/.build-id/97/12b9d5ad476f2eb05d61b3587b5f706001f96b
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/1d83c4028c8721802e8c7dd373fc568247aeff
/usr/lib/.build-id/9a/6d10d49b22d2320ca5e1be64540ff6d6ae7947
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/94571f8fbe4f33504a0caeb4de8bc25c9c3e71
/usr/lib/.build-id/9e/c8ec5422fa0922ad1a7ed2cc19c1c04cfac4c8
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/01b887768b580e09e41ee22db413ad0b28b435
/usr/lib/.build-id/a2/798033864334435ca0eccb25b592d8aa23c481
/usr/lib/.build-id/a2/929b0f5480d0535560370bbaf437844d7492a7
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/3b3b557fe7ece85fe6ad0863b02beb9016c000
/usr/lib/.build-id/a3/476daf3483d02c3471978e2ff2f9e3421a746b
/usr/lib/.build-id/a3/beef8208666d7a14a6b72fdd1a5f9ee4077f6a
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/9d339d29ce0ca256dfe61c03529360df9c6467
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/5d400a6a9a24eb7c66c83ee49c7b6f71f5d5f9
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/80579035895b0c7c7c3b70eaaf5519f9e5d1f2
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/5ba96310ab53eea751eeb4d232fc6556fde22e
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/883279407c73c3a7f45b0f01605be669e6441d
/usr/lib/.build-id/a9/f737b8b8135035eae861078f495c1b6873e75e
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/0d4da3d5f1e8e72bfea8258a1742014113f902
/usr/lib/.build-id/ab/4247bb74457c5b179ee5678553d3b0f0c5afe8
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/0833ad0444fb8781f94049e84f59ebe58ecac7
/usr/lib/.build-id/ac/3d06ffb1e33b6812ef263f3f2843319deffa77
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/4e83ac6c188cededa6ecf99e3f4b6c7ecfd528
/usr/lib/.build-id/ad/5db510ee1a9f459e1e0b1fb526a1e65e2bb46a
/usr/lib/.build-id/ad/e2c4308bfa3c54387943ce443ea166e62dee67
/usr/lib/.build-id/ae/2b18d596a9bc2b0a6b4e092be6162f57e26c72
/usr/lib/.build-id/ae/399ee60fd06250f30e5bfd848afb1e4fbf3c06
/usr/lib/.build-id/ae/79c7b465dbf3e0283952796184eb7f13f76695
/usr/lib/.build-id/ae/881a823085929f6b17bd973ca610fbcad6cd71
/usr/lib/.build-id/af
/usr/lib/.build-id/af/8717f1ef4297fd0040e3b657b7a4bf3941fcaa
/usr/lib/.build-id/af/dd1478810f24f84af99667a70d8a1cbac43c3c
/usr/lib/.build-id/b0
/usr/lib/.build-id/b0/e360f2cb4598315f8f01b501bf01fc9840cb61
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/ef475abc5796632f33f34a29898eca4046edc8
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/0cfc41bb218e577e849ba3c05e8f7e6f436958
/usr/lib/.build-id/b2/1f0ab8099b3be7e980d0d38a09c953787627ba
/usr/lib/.build-id/b7/456bb2b70cbd19a53c0c505d9e29a0ea793ca2
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/49e81829612527d88a4319b3e3a6503f9602ff
/usr/lib/.build-id/ba/54fc6ffe920d443d69743f99aab59723b336de
/usr/lib/.build-id/bb/5380f43a1bbaa352577c7a5a87cf28d4eaf2d5
/usr/lib/.build-id/bb/b075c81523bb9538ab5fd23a47991f891d9ba1
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/0491bf2a2801868434d940eb385da3023f8239
/usr/lib/.build-id/bd/678097d2c6c51433d4cb8f4d60d7d6072b1ff9
/usr/lib/.build-id/bf
/usr/lib/.build-id/bf/31071390b3d8fcb7dd7adb108fe8768d9db579
/usr/lib/.build-id/bf/663394ba97394f2636ca7606b5dad337f7b02a
/usr/lib/.build-id/bf/76abcb29eadb26609ab7a0a9b8b3b53de68cfe
/usr/lib/.build-id/bf/79f508571e2df7d89cfd75c7fe409807b5735a
/usr/lib/.build-id/c1/46dd030d857fe949197edceb359094b49acdb9
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/fd56b389e47b2b7131946fb3f57b6e894428c3
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/bc5914bab8c42b0eaf36e5599375750a6c2058
/usr/lib/.build-id/c7/c7973061a3be69f0b425fb7f69629f837b8661
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/42fdc4eb83ecbb1f0f2fce47cda85a486d0ae9
/usr/lib/.build-id/c9/a87c2fd8ae9cdb988ab4066d0f23dc2841550d
/usr/lib/.build-id/c9/b011f344012b3402a431d7265a744a85de5ced
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/76adc9b24418c154a551a8f34d3fb5ff709f47
/usr/lib/.build-id/ca/84ae9531c9dafe59ead73677202f57cae226fe
/usr/lib/.build-id/ca/8eb8b6f2f16546822d60a3e3b80fb010edd10e
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/4e50741920096c5a6d2f1f39b83e34bafddff2
/usr/lib/.build-id/d0/01ccd0b4a92edfb864108fb8bfb87ba3e5ed11
/usr/lib/.build-id/d0/e84fb2a57823e652245450d18ba86a3f6684f2
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/59c044952ba0e9d2cc7d40232f56709267c90c
/usr/lib/.build-id/d1/786793d3ac2d12de454080d79cf29f23227cf3
/usr/lib/.build-id/d1/f7c41ed4a311aafc1aeeb501046169178bc060
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/9719e740f0772cbd1c3ca04a58f4c29310a27a
/usr/lib/.build-id/d4/dd899dc72c13ad30e633424e767434aeba7b07
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/d79f72118fa48ea672331a56bfc3ceb6c9a0e9
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/b96009c84ec82a06c722671f6c835feb41057e
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/fde42a5ebcf4b5f5394d3213a38281b2ca0319
/usr/lib/.build-id/d8
/usr/lib/.build-id/d8/7d7e062ecced0849852bbb9a98a0ef9d50a629
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/91067a8c1d1acada9f0e01ad363dcd36b3b70f
/usr/lib/.build-id/da
/usr/lib/.build-id/da/32a911a6e5d7d81a49a37999acedee45f685f1
/usr/lib/.build-id/da/3a16a1c70b96925b83664c698ef8cd726199b2
/usr/lib/.build-id/da/be3c17537967eacb4ee96e993cc7cc79624e18
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/ae437540aae003912d2cc92e81f666983b67ea
/usr/lib/.build-id/de
/usr/lib/.build-id/de/0bb1c6ed6b6fe6d29d30861cdd2dfd947eb12e
/usr/lib/.build-id/de/8f7624546325d75eeea9221cea7fd446c072c9
/usr/lib/.build-id/df
/usr/lib/.build-id/df/aeaf3fc0020fdec1c337f862ac37fe3ff4c97c
/usr/lib/.build-id/df/b81866b2fc1a8c29a32f731af1c67867fb350c
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/323cfaa05dfbfdb9400690847d0ec097368df3
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/44c6aa33ab3475745625430a2eeba49b9e5e1e
/usr/lib/.build-id/e2/4e899c7765f9f8883ea7bfb5efc6709d7b0094
/usr/lib/.build-id/e2/dc4925c927c9ab127b47608c36715a7ceb4134
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/3c5051f3514834e4bebc359bed0ed820b29e48
/usr/lib/.build-id/e4/8218f7ad2222e00e96c2de79a0976f9aa38b52
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/56aa23555c9a8a6cbacc49280527ece3611f7b
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/1092aedb409bbd135fa60170a09398e21ccc58
/usr/lib/.build-id/e6/24d9d27ec8b1c968e834d0dfa61a2e011dc14e
/usr/lib/.build-id/e6/797f36c981d734d183a2ae843c53faec745581
/usr/lib/.build-id/e6/9025f55582ae0b1197cf55e301dd4445e64f7f
/usr/lib/.build-id/e6/ea747f69a17e0746abe88d036a9d46e2d63ec2
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/40137ced730d8fdac4d094c65e7e1fffe1e8ab
/usr/lib/.build-id/e8
/usr/lib/.build-id/e8/6ed05d876b7dbbf9f1a949db227b1ff1781834
/usr/lib/.build-id/e8/7085ca7bfbb374d758f2619d8c110c48370440
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/9543ed56de96eeea13a39db1280d0ba319a37d
/usr/lib/.build-id/ea/7a91aabaa77bf73045a857a81696dd1a657568
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/b02481e54faa856dcd66c818bc8c1b3ba55125
/usr/lib/.build-id/eb/da347ac7500d70f28950c3b50a2610c0957e9b
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/376c6b414a2e662c17e8efcf6d15e7f8a24e9a
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/37e93825709a4a4aa1eac38cbeca7ce25914b9
/usr/lib/.build-id/ee
/usr/lib/.build-id/ee/164a71e7abc04bda1e9585e6ca7bcbb9d92698
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/44a3618739ef71449a93b9aff3852a914aab72
/usr/lib/.build-id/ef/f1d7439ae2b03fa71b877c50c64e406e34ca3e
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/5199808d6d671c581308cedcdd4183f761bec2
/usr/lib/.build-id/f0/7c5c56644b276b058038200c09a190e03d4cdc
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/087e95fbc586f20235b887428f92eecee305c5
/usr/lib/.build-id/f1/cf1f7cbb86908b486096a7db1624e7524b77fa
/usr/lib/.build-id/f2/344ccf4f2a973443060da714e92d8cd4adbba1
/usr/lib/.build-id/f2/5a3ca67df9f82102b701e01a92667c9ac84239
/usr/lib/.build-id/f2/e6ccefcc2979be0eb77f8f74eee2c757205e9c
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/57b86ad0f5d1e6b12749c4d832f89c9c0f1241
/usr/lib/.build-id/f5/c8fac230dd75f13efa1c2582c84cc21a5ec6b6
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/a724dbc800ed4d31bf4075e76111edaae68169
/usr/lib/.build-id/f8/b1ec38f86c1356f0d56928c8abac128e98f0da
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/cbffc5878491a483ab9c13970d1259910d56d2
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/2e0affb5cfcad8c849e33788d13fd92841d974
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/38f9c99e90d05753c3847f3153428831e67adf
/usr/lib/.build-id/fd/69d365ca70f634b55b8774b98de1da7177850e
/usr/lib64/gconv/ARMSCII-8.so
/usr/lib64/gconv/ASMO_449.so
/usr/lib64/gconv/BIG5.so
/usr/lib64/gconv/BIG5HKSCS.so
/usr/lib64/gconv/BRF.so
/usr/lib64/gconv/CP10007.so
/usr/lib64/gconv/CP1125.so
/usr/lib64/gconv/CP1250.so
/usr/lib64/gconv/CP1251.so
/usr/lib64/gconv/CP1253.so
/usr/lib64/gconv/CP1254.so
/usr/lib64/gconv/CP1255.so
/usr/lib64/gconv/CP1256.so
/usr/lib64/gconv/CP1257.so
/usr/lib64/gconv/CP1258.so
/usr/lib64/gconv/CP737.so
/usr/lib64/gconv/CP770.so
/usr/lib64/gconv/CP771.so
/usr/lib64/gconv/CP772.so
/usr/lib64/gconv/CP773.so
/usr/lib64/gconv/CP774.so
/usr/lib64/gconv/CP775.so
/usr/lib64/gconv/CP932.so
/usr/lib64/gconv/CSN_369103.so
/usr/lib64/gconv/CWI.so
/usr/lib64/gconv/DEC-MCS.so
/usr/lib64/gconv/EBCDIC-AT-DE-A.so
/usr/lib64/gconv/EBCDIC-AT-DE.so
/usr/lib64/gconv/EBCDIC-CA-FR.so
/usr/lib64/gconv/EBCDIC-DK-NO-A.so
/usr/lib64/gconv/EBCDIC-DK-NO.so
/usr/lib64/gconv/EBCDIC-ES-A.so
/usr/lib64/gconv/EBCDIC-ES-S.so
/usr/lib64/gconv/EBCDIC-ES.so
/usr/lib64/gconv/EBCDIC-FI-SE-A.so
/usr/lib64/gconv/EBCDIC-FI-SE.so
/usr/lib64/gconv/EBCDIC-FR.so
/usr/lib64/gconv/EBCDIC-IS-FRISS.so
/usr/lib64/gconv/EBCDIC-IT.so
/usr/lib64/gconv/EBCDIC-PT.so
/usr/lib64/gconv/EBCDIC-UK.so
/usr/lib64/gconv/EBCDIC-US.so
/usr/lib64/gconv/ECMA-CYRILLIC.so
/usr/lib64/gconv/EUC-CN.so
/usr/lib64/gconv/EUC-JISX0213.so
/usr/lib64/gconv/EUC-JP-MS.so
/usr/lib64/gconv/EUC-JP.so
/usr/lib64/gconv/EUC-KR.so
/usr/lib64/gconv/EUC-TW.so
/usr/lib64/gconv/GB18030.so
/usr/lib64/gconv/GBBIG5.so
/usr/lib64/gconv/GBGBK.so
/usr/lib64/gconv/GBK.so
/usr/lib64/gconv/GEORGIAN-ACADEMY.so
/usr/lib64/gconv/GEORGIAN-PS.so
/usr/lib64/gconv/GOST_19768-74.so
/usr/lib64/gconv/GREEK-CCITT.so
/usr/lib64/gconv/GREEK7-OLD.so
/usr/lib64/gconv/GREEK7.so
/usr/lib64/gconv/HP-GREEK8.so
/usr/lib64/gconv/HP-ROMAN8.so
/usr/lib64/gconv/HP-ROMAN9.so
/usr/lib64/gconv/HP-THAI8.so
/usr/lib64/gconv/HP-TURKISH8.so
/usr/lib64/gconv/IBM037.so
/usr/lib64/gconv/IBM038.so
/usr/lib64/gconv/IBM1004.so
/usr/lib64/gconv/IBM1008.so
/usr/lib64/gconv/IBM1008_420.so
/usr/lib64/gconv/IBM1025.so
/usr/lib64/gconv/IBM1026.so
/usr/lib64/gconv/IBM1046.so
/usr/lib64/gconv/IBM1047.so
/usr/lib64/gconv/IBM1097.so
/usr/lib64/gconv/IBM1112.so
/usr/lib64/gconv/IBM1122.so
/usr/lib64/gconv/IBM1123.so
/usr/lib64/gconv/IBM1124.so
/usr/lib64/gconv/IBM1129.so
/usr/lib64/gconv/IBM1130.so
/usr/lib64/gconv/IBM1132.so
/usr/lib64/gconv/IBM1133.so
/usr/lib64/gconv/IBM1137.so
/usr/lib64/gconv/IBM1140.so
/usr/lib64/gconv/IBM1141.so
/usr/lib64/gconv/IBM1142.so
/usr/lib64/gconv/IBM1143.so
/usr/lib64/gconv/IBM1144.so
/usr/lib64/gconv/IBM1145.so
/usr/lib64/gconv/IBM1146.so
/usr/lib64/gconv/IBM1147.so
/usr/lib64/gconv/IBM1148.so
/usr/lib64/gconv/IBM1149.so
/usr/lib64/gconv/IBM1153.so
/usr/lib64/gconv/IBM1154.so
/usr/lib64/gconv/IBM1155.so
/usr/lib64/gconv/IBM1156.so
/usr/lib64/gconv/IBM1157.so
/usr/lib64/gconv/IBM1158.so
/usr/lib64/gconv/IBM1160.so
/usr/lib64/gconv/IBM1161.so
/usr/lib64/gconv/IBM1162.so
/usr/lib64/gconv/IBM1163.so
/usr/lib64/gconv/IBM1164.so
/usr/lib64/gconv/IBM1166.so
/usr/lib64/gconv/IBM1167.so
/usr/lib64/gconv/IBM12712.so
/usr/lib64/gconv/IBM1364.so
/usr/lib64/gconv/IBM1371.so
/usr/lib64/gconv/IBM1388.so
/usr/lib64/gconv/IBM1390.so
/usr/lib64/gconv/IBM1399.so
/usr/lib64/gconv/IBM16804.so
/usr/lib64/gconv/IBM256.so
/usr/lib64/gconv/IBM273.so
/usr/lib64/gconv/IBM274.so
/usr/lib64/gconv/IBM275.so
/usr/lib64/gconv/IBM277.so
/usr/lib64/gconv/IBM278.so
/usr/lib64/gconv/IBM280.so
/usr/lib64/gconv/IBM281.so
/usr/lib64/gconv/IBM284.so
/usr/lib64/gconv/IBM285.so
/usr/lib64/gconv/IBM290.so
/usr/lib64/gconv/IBM297.so
/usr/lib64/gconv/IBM420.so
/usr/lib64/gconv/IBM423.so
/usr/lib64/gconv/IBM424.so
/usr/lib64/gconv/IBM437.so
/usr/lib64/gconv/IBM4517.so
/usr/lib64/gconv/IBM4899.so
/usr/lib64/gconv/IBM4909.so
/usr/lib64/gconv/IBM4971.so
/usr/lib64/gconv/IBM500.so
/usr/lib64/gconv/IBM5347.so
/usr/lib64/gconv/IBM803.so
/usr/lib64/gconv/IBM850.so
/usr/lib64/gconv/IBM851.so
/usr/lib64/gconv/IBM852.so
/usr/lib64/gconv/IBM855.so
/usr/lib64/gconv/IBM856.so
/usr/lib64/gconv/IBM857.so
/usr/lib64/gconv/IBM858.so
/usr/lib64/gconv/IBM860.so
/usr/lib64/gconv/IBM861.so
/usr/lib64/gconv/IBM862.so
/usr/lib64/gconv/IBM863.so
/usr/lib64/gconv/IBM864.so
/usr/lib64/gconv/IBM865.so
/usr/lib64/gconv/IBM866.so
/usr/lib64/gconv/IBM866NAV.so
/usr/lib64/gconv/IBM868.so
/usr/lib64/gconv/IBM869.so
/usr/lib64/gconv/IBM870.so
/usr/lib64/gconv/IBM871.so
/usr/lib64/gconv/IBM874.so
/usr/lib64/gconv/IBM875.so
/usr/lib64/gconv/IBM880.so
/usr/lib64/gconv/IBM891.so
/usr/lib64/gconv/IBM901.so
/usr/lib64/gconv/IBM902.so
/usr/lib64/gconv/IBM903.so
/usr/lib64/gconv/IBM9030.so
/usr/lib64/gconv/IBM904.so
/usr/lib64/gconv/IBM905.so
/usr/lib64/gconv/IBM9066.so
/usr/lib64/gconv/IBM918.so
/usr/lib64/gconv/IBM921.so
/usr/lib64/gconv/IBM922.so
/usr/lib64/gconv/IBM930.so
/usr/lib64/gconv/IBM932.so
/usr/lib64/gconv/IBM933.so
/usr/lib64/gconv/IBM935.so
/usr/lib64/gconv/IBM937.so
/usr/lib64/gconv/IBM939.so
/usr/lib64/gconv/IBM943.so
/usr/lib64/gconv/IBM9448.so
/usr/lib64/gconv/IEC_P27-1.so
/usr/lib64/gconv/INIS-8.so
/usr/lib64/gconv/INIS-CYRILLIC.so
/usr/lib64/gconv/INIS.so
/usr/lib64/gconv/ISIRI-3342.so
/usr/lib64/gconv/ISO-2022-CN-EXT.so
/usr/lib64/gconv/ISO-2022-CN.so
/usr/lib64/gconv/ISO-2022-JP-3.so
/usr/lib64/gconv/ISO-2022-JP.so
/usr/lib64/gconv/ISO-2022-KR.so
/usr/lib64/gconv/ISO-IR-197.so
/usr/lib64/gconv/ISO-IR-209.so
/usr/lib64/gconv/ISO646.so
/usr/lib64/gconv/ISO8859-10.so
/usr/lib64/gconv/ISO8859-11.so
/usr/lib64/gconv/ISO8859-13.so
/usr/lib64/gconv/ISO8859-14.so
/usr/lib64/gconv/ISO8859-16.so
/usr/lib64/gconv/ISO8859-2.so
/usr/lib64/gconv/ISO8859-3.so
/usr/lib64/gconv/ISO8859-4.so
/usr/lib64/gconv/ISO8859-5.so
/usr/lib64/gconv/ISO8859-6.so
/usr/lib64/gconv/ISO8859-7.so
/usr/lib64/gconv/ISO8859-8.so
/usr/lib64/gconv/ISO8859-9.so
/usr/lib64/gconv/ISO8859-9E.so
/usr/lib64/gconv/ISO_10367-BOX.so
/usr/lib64/gconv/ISO_11548-1.so
/usr/lib64/gconv/ISO_2033.so
/usr/lib64/gconv/ISO_5427-EXT.so
/usr/lib64/gconv/ISO_5427.so
/usr/lib64/gconv/ISO_5428.so
/usr/lib64/gconv/ISO_6937-2.so
/usr/lib64/gconv/ISO_6937.so
/usr/lib64/gconv/JOHAB.so
/usr/lib64/gconv/KOI-8.so
/usr/lib64/gconv/KOI8-R.so
/usr/lib64/gconv/KOI8-RU.so
/usr/lib64/gconv/KOI8-T.so
/usr/lib64/gconv/KOI8-U.so
/usr/lib64/gconv/LATIN-GREEK-1.so
/usr/lib64/gconv/LATIN-GREEK.so
/usr/lib64/gconv/MAC-CENTRALEUROPE.so
/usr/lib64/gconv/MAC-IS.so
/usr/lib64/gconv/MAC-SAMI.so
/usr/lib64/gconv/MAC-UK.so
/usr/lib64/gconv/MACINTOSH.so
/usr/lib64/gconv/MIK.so
/usr/lib64/gconv/NATS-DANO.so
/usr/lib64/gconv/NATS-SEFI.so
/usr/lib64/gconv/PT154.so
/usr/lib64/gconv/RK1048.so
/usr/lib64/gconv/SAMI-WS2.so
/usr/lib64/gconv/SHIFT_JISX0213.so
/usr/lib64/gconv/SJIS.so
/usr/lib64/gconv/T.61.so
/usr/lib64/gconv/TCVN5712-1.so
/usr/lib64/gconv/TIS-620.so
/usr/lib64/gconv/TSCII.so
/usr/lib64/gconv/UHC.so
/usr/lib64/gconv/VISCII.so
/usr/lib64/gconv/gconv-modules.d/gconv-modules-extra.conf
/usr/lib64/gconv/libCNS.so
/usr/lib64/gconv/libGB.so
/usr/lib64/gconv/libISOIR165.so
/usr/lib64/gconv/libJIS.so
/usr/lib64/gconv/libJISX0213.so
/usr/lib64/gconv/libKSC.so


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 18:50:33 2024