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.9000-24.fc38 RPM for ppc64le

From Fedora Rawhide for ppc64le / g

Name: glibc-gconv-extra Distribution: Fedora Project
Version: 2.36.9000 Vendor: Fedora Project
Release: 24.fc38 Build date: Wed Jan 25 09:23:21 2023
Group: Unspecified Build host: buildvm-ppc64le-33.iad2.fedoraproject.org
Size: 51353476 Source RPM: glibc-2.36.9000-24.fc38.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

* Wed Jan 25 2023 Florian Weimer <fweimer@redhat.com> - 2.36.9000-24
  - Auto-sync with upstream branch master,
    commit 0d50f477f47ba637b54fb03ac48d769ec4543e8d:
  - stdio-common: Handle -1 buffer size in __sprintf_chk & co (bug 30039)
  - Document '%F' format specifier
  - sparc (64bit): Regenerate ulps
  - ia64: Regenerate ulps
  - Update libc.pot for 2.37 release.
  - x86: Cache computation for AMD architecture.
  - manual: Fix typo
  - Add STATX_DIOALIGN from Linux 6.1 to bits/statx-generic.h
  - Add IPPROTO_L2TP from Linux 6.1 to netinet/in.h
  - AArch64: Improve strrchr
  - AArch64: Optimize strnlen
  - AArch64: Optimize strlen
  - AArch64: Optimize strcpy
  - AArch64: Improve strchrnul
  - AArch64: Optimize strchr
  - AArch64: Improve strlen_asimd
  - AArch64: Optimize memrchr
  - AArch64: Optimize memchr
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.36.9000-23
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Tue Jan 17 2023 Florian Weimer <fweimer@redhat.com> - 2.36.9000-22
  - Auto-sync with upstream branch master,
    commit 569cfcc6bf35c28112ca8d7112e9eb4a22bed5b8:
  - hurd: Fix _NOFLSH value
  - elf: Fix GL(dl_phdr) and GL(dl_phnum) for static builds [BZ #29864]
  - string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]
  - scripts/build-many-glibcs.py: Remove unused RANLIB and STRIP option
  - configure: Move nm, objdump, and readelf to LIBC_PROG_BINUTILS
* Wed Jan 11 2023 Patsy Griffin <patsy@redhat.com> - 2.36.9000-21
  - Auto-sync with upstream branch master,
    commit 2d2d7e1a8f2e62b442ae8978f0a6c17f385575c4.
  - configure: Allow user override LD, AR, OBJCOPY, and GPROF
  - math: Suppress -O0 warnings for soft-fp fsqrt [BZ #19444]
  - sunrpc: Suppress GCC -O1 warning on user2netname [BZ #19444]
  - locale: Use correct buffer size for utf8_sequence_error [BZ #19444]
  - Add HWCAP2_SVE_EBF16 from Linux 6.1 to AArch64 bits/hwcap.h
  - Add _FORTIFY_SOURCE implementation documentation [BZ #28998]
  - Update copyright dates not handled by scripts/update-copyrights
  - Update copyright dates with scripts/update-copyrights
  - Remove trailing whitespace in gmp.h
  - Remove trailing whitespace
  - C2x semantics for <tgmath.h>
  - time: Set daylight to 1 for matching DST/offset change (bug 29951)
  - Fix ldbl-128 built-in function use
  - x86: Check minimum/maximum of non_temporal_threshold [BZ #29953]
  - i686: Regenerate ulps
* Mon Jan 02 2023 Arjun Shankar <arjun@redhat.com> - 2.36.9000-20
  - Drop glibc-rh2155825.patch; fix applied upstream, and
  - Auto-sync with upstream branch master,
    commit 5f55b22f4b3ea14c777a60f239d25dc4555eb804:
  - hurd getcwd: Fix memory leak on error
  - hurd fcntl: Make LOCKED macro more robust
  - hurd: Make dl-sysdep __sbrk check __vm_allocate call
  - htl: Drop duplicate check in __pthread_stack_alloc
  - hurd hurdstartup: Initialize remaining fields of hurd_startup_data
  - hurd _S_msg_add_auth: Initialize new arrays to 0
  - htl: Check error returned by __getrlimit
  - getdelim: ensure error indicator is set on error (bug 29917)
  - htl: Fix sem_wait race between read and gsync_wait
  - Avoid use of atoi in malloc
  - Linux: Pass size argument of epoll_create to the kernel
  - Simplify scripts/cross-test-ssh.sh configuration.
  - Define MADV_COLLAPSE from Linux 6.1
  - powerpc64: Increase SIGSTKSZ and MINSIGSTKSZ
  - Update all PO files in preparation for release.
  - Update kernel version to 6.1 in header constant tests
  - Update syscall lists for Linux 6.1
  - libio: Convert __vswprintf_internal to buffers (bug 27857)
  - libio: Convert __obstack_vprintf_internal to buffers (bug 27124)
  - libio: Convert __vdprintf_internal to buffers
  - libio: Convert __vasprintf_internal to buffers
  - libio: Convert __vsprintf_internal to buffers
  - stdio-common: Add lock optimization to vfprintf and vfwprintf
  - stdio-common: Convert vfprintf and related functions to buffers
  - stdio-common: Add __translated_number_width
  - stdio-common: Add __printf_function_invoke
  - stdio-common: Introduce buffers for implementing printf
  - locale: Implement struct grouping_iterator
  - Use Linux 6.1 in build-many-glibcs.py
  - Avoid use of atoi in some places in libc
* Thu Dec 22 2022 Florian Weimer <fweimer@redhat.com> - 2.36.9000-19
  - Fix epoll_create regression (#2155825)
* Mon Dec 19 2022 Florian Weimer <fweimer@redhat.com> - 2.36.9000-18
  - Auto-sync with upstream branch master,
    commit c1c0dea38833751f36a145c322ce53c9a08332e1:
  - Linux: Remove epoll_create, inotify_init from syscalls.list (#2154747)
  - Linux: Reflow and sort some Makefile variables
  - mach: Drop remnants of old_CFLAGS
  - mach: Fix passing -ffreestanding when checking for gnumach headers
  - Force use of -ffreestanding when checking for gnumach headers
  - elf: Fix tst-relro-symbols.py argument passing
  - x86: Prevent SIGSEGV in memcmp-sse2 when data is concurrently modified [BZ #29863]
  - Allow _Qp_fgt in sparc64 localplt.data
* Mon Dec 12 2022 DJ Delorie <dj@redhat.com> - 2.36.9000-17
  - Auto-sync with upstream branch master,
    commit 5dcd2d0ad02ff12c76355ef4f40947c1857ac482.
  - stdlib: Move _IO_cleanup to call_function_static_weak
  - elf: Do not assume symbol order on tst-audit25{a,b}
  - 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
  - realloc: Return unchanged if request is within usable size
  - Linux: Consolidate typesizes.h
  - Linux: Make generic fcntl.h the default one
  - Linux: make generic xstatver.h the default one
  - Linux: Remove generic sysdep
  - Linux: Assume and consolidate shutdown wire-up syscall
  - Linux: Assume and consolidate listen wire-up syscall
  - Linux: Assume and consolidate socketpair wire-up syscall
  - Linux: Assume and consolidate socket wire-up syscall
  - Linux: Assume and consolidate bind wire-up syscall
  - Linux: consolidate ____longjmp_chk
  - Linux: consolidate sendfile implementation
  - Linux: consolidate unlink implementation
  - Linux: consolidate symlink implementation
  - Linux: consolidate rmdir implementation
  - Linux: consolidate readlink implementation
  - Linux: consolidate mkdir implementation
  - Linux: consolidate link implementation
  - Linux: consolidate lchown implementation
  - Linux: consolidate inotify_init implementation
  - Lninux: consolidate epoll_create implementation
  - Linux: consolidate dup2 implementation
  - Linux: consolidate chown implementation
  - Linux: consolidate chmod implementation
  - linux: Consolidate dl-origin.c
  - linux: Use long int for syscall return value
  - LoongArch: Use medium cmodel build libc_nonshared.a.
  - x86_64: State assembler is being tested on sysdeps/x86/configure
  - configure: Remove AS check
  - configure: Remove check if ld is GNU
  - configure: Remove check if as is GNU
  - configure: Move locale tools early
* Mon Dec 05 2022 Arjun Shankar <arjun@redhat.com> - 2.36.9000-16
  - Auto-sync with upstream branch master,
    commit 8fb923ddc38dd5f4bfac4869d70fd80483fdb87a:
  - hurd: Make getrandom cache the server port
  - powerpc64: Remove old strncmp optimization
  - x86-64 strncpy: Properly handle the length parameter [BZ# 29839]
  - x86-64 strncat: Properly handle the length parameter [BZ# 24097]
  - ARC: update definitions in elf/elf.h
  - scripts: Add "|" operator support to glibcpp's parsing
  - Apply asm redirections in syslog.h before first use [BZ #27087]
  - LoongArch: Add support for ilogb[f]
  - LoongArch: Add support for scalb[f]
  - LoongArch: Add support for scalbn[f]
  - LoongArch: Use __builtin_logb{,f} with GCC >= 13
  - Use GCC builtins for logb functions if desired.
  - LoongArch: Use __builtin_llrint{,f} with GCC >= 13
  - Use GCC builtins for llrint functions if desired.
  - LoongArch: Use __builtin_lrint{,f} with GCC >= 13
  - Use GCC builtins for lrint functions if desired.
  - LoongArch: Use __builtin_rint{,f} with GCC >= 13
* Mon Nov 28 2022 Florian Weimer <fweimer@redhat.com> - 2.36.9000-15
  - Auto-sync with upstream branch master,
    commit f704192911c6c7b65a54beab3ab369fca7609a5d:
  - x86/fpu: Factor out shared avx2/avx512 code in svml_{s|d}_wrapper_impl.h
  - x86/fpu: Cleanup code in svml_{s|d}_wrapper_impl.h
  - x86/fpu: Reformat svml_{s|d}_wrapper_impl.h
  - x86/fpu: Fix misspelled evex512 section in variety of svml files
  - x86/fpu: Add missing ISA sections to variety of svml files
  - stdio-common: Add missing dependencies (bug 29780)
  - i386: Avoid rely on linker optimization to avoid relocation
  - elf: Fix rtld-audit trampoline for aarch64
  - Define in_int32_t_range to check if the 64 bit time_t syscall should be used
* Mon Nov 14 2022 Arjun Shankar <arjun@redhat.com> - 2.36.9000-14
  - Auto-sync with upstream branch master,
    commit 94628de77888c3292fc103840731ff85f283368e:
  - elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)
  - LoongArch: Hard Float Support for fmaximum_mag_num{f/ }, fminimum_mag_num{f/ }.
  - LoongArch: Hard Float Support for fmaximum_mag{f/ }, fminimum_mag{f/ }.
  - LoongArch: Hard Float Support for fmaxmag{f/ }, fminmag{f/ }.
  - LoongArch: Hard Float Support for fmaximum_num{f/ }, fminimum_num{f/ }.
  - LoongArch: Hard Float Support for fmaximum{f/ }, fminimum{f/ }.
  - LoongArch: Hard Float Support for float-point classification functions.
  - LoongArch: Use __builtin_{fma, fmaf} to implement function {fma, fmaf}.
* Thu Nov 10 2022 Florian Weimer <fweimer@redhat.com> - 2.36.9000-13
  - Auto-sync with upstream branch master,
    commit 22a46dee24351fd5f4f188ad80554cad79c82524:
  - Linux: Support __IPC_64 in sysvctl *ctl command arguments (bug 29771)
  - riscv: Get level 3 cache's information
  - debug: Fix typo in tests-unsupported rule
  - iconvdata/tst-table-charmap.sh: remove handling of old, borrowed format
  - Makerules: Generate shlib.lds with -fuse-ld=bfd
  - x86: Add avx2 optimized functions for the wchar_t strcpy family
  - x86: Add evex optimized functions for the wchar_t strcpy family
  - x86: Optimize and shrink st{r|p}{n}{cat|cpy}-avx2 functions
  - x86: Optimize and shrink st{r|p}{n}{cat|cpy}-evex functions
  - benchtests: Make str{n}{cat|cpy} benchmarks output json
  - x86: Use VMM API in memcmpeq-evex.S and minor changes
  - x86: Use VMM API in memcmp-evex-movbe.S and minor changes
  - string: Add len=0 to {w}memcmp{eq} tests and benchtests
  - Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)
  - hurd: Add sigtimedwait and sigwaitinfo support
* Mon Nov 07 2022 DJ Delorie <dj@redhat.com> - 2.36.9000-12
  - Auto-sync with upstream branch master,
    commit 8d291eabd541029d7ac705cc1ea112c58dfbb05f.
  - Apply asm redirection in gmp.h before first use
  - Rewrite find_cxx_header config configure.ac
  - elf/tlsdeschtab.h: Add the Malloc return value check in _dl_make_tlsdesc_dynamic()
  - elf: Disable some subtests of ifuncmain1, ifuncmain5 for !PIE
  - posix: Make posix_spawn extensions available by default
  - x86_64: Implement evex512 version of strrchr and wcsrchr
  - elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)
  - LoongArch: Fix ABI related macros in elf.h to keep consistent with binutils[1].
  - scripts/glibcelf.py: Properly report <elf.h> parsing failures
  - elf: Rework exception handling in the dynamic loader [BZ #25486]
  - linux: Drop useless include from fstatat.c
  - Fix OOB read in stdlib thousand grouping parsing [BZ #29727]
  - linux: Fix fstatat on MIPSn64 (BZ #29730)
  - elf: Remove allocate use on _dl_debug_printf
  - nptl: Fix pthread_create.c build with clang
  - allocate_once: Apply asm redirection before first use
  - alloc_buffer: Apply asm redirection before first use
  - configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
  - Disable use of -fsignaling-nans if compiler does not support it
  - intl: Fix clang -Wunused-but-set-variable on plural.c
  - Apply asm redirection in not-cancel before first use
  - malloc: Use uintptr_t for pointer alignment
  - Use uintptr_t in fts for pointer alignment
  - Fix build with GCC 13 _FloatN, _FloatNx built-in functions
  - elf: Build tst-relr-mod[34]a.so with $(LDFLAGS-rpath-ORIGIN)
  - x86-64: Improve evex512 version of strlen functions
  - Correctly determine libc.so 'OUTPUT_FORMAT' when cross-compiling.
  - Remove unused scratch_buffer_dupfree
  - Fix elf/tst-dlmopen-twice not to exhaust static TLS
  - Use uintptr_t in string/tester for pointer alignment
  - stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)
  - Fix resource/bug-ulimit1 test
  - Fix missing NUL terminator in stdio-common/scanf13 test
  - Fix off-by-one OOB read in elf/tst-tls20
  - elf: Fix alloca size in _dl_debug_vdprintf
  - malloc: Use uintptr_t in alloc_buffer
  - Fix invalid pointer dereference in wcpcpy_chk
  - Fix invalid pointer dereference in wcscpy_chk
  - aarch64: Fix the extension header write in getcontext and swapcontext
  - aarch64: Don't build wordcopy
  - scripts: Use bool in tunables initializer
  - longlong.h: update from GCC for LoongArch clz/ctz support
* Thu Oct 27 2022 Patsy Griffin <patsy@redhat.com> - 2.36.9000-11
  - Auto-sync with upstream branch master,
    commit 6f360366f7f76b158a0f4bf20d42f2854ad56264.
  - elf: Introduce to _dl_call_fini
  - ld.so: Export tls_init_tp_called as __rtld_tls_init_tp_called
  - scripts/localplt.awk: Handle DT_JMPREL with empty PLT (for C-SKY)
  - Remove lingering libSegfault Makefile entries
  - aarch64: Use memcpy_simd as the default memcpy
  - aarch64: Cleanup memset ifunc
  - elf: Reinstate on DL_DEBUG_BINDINGS _dl_lookup_symbol_x
  - x86_64: Implement evex512 version of strchrnul, strchr and wcschr
  - linux: Fix generic struct_stat for 64 bit time (BZ# 29657)
  - manual: Add missing % in int conversion list
  - Avoid undefined behaviour in ibm128 implementation of llroundl (BZ #29488)
  - Remove all assembly optimizations for htonl and htons
  - Remove htonl.S for i386/x86_64
  - Fix BZ #29463 in the ibm128 implementation of y1l too
  - Add ADDRB from Linux 6.0 to bits/termios-c_cflag.h
  - x86: Use `testb` for FSRM check in memmove-vec-unaligned-erms
  - x86: Use `testb` for case-locale check in str{n}casecmp-sse42
  - x86: Use `testb` for case-locale check in str{n}casecmp-sse2
  - x86: Use `testb` for case-locale check in str{n}casecmp-avx2
  - x86: Add support for VEC_SIZE == 64 in strcmp-evex.S impl
  - x86: Remove AVX512-BVMI2 instruction from strrchr-evex.S
  - sysdeps: arm: Fix preconfigure script for ARMv8/v9 targets [BZ #29698]
  - nis: Fix nis_print_directory
  - linux: Avoid shifting a negative signed on POSIX timer interface
  - Bench: Improve benchtests for memchr, strchr, strnlen, strrchr
  - x86: Optimize strrchr-evex.S and implement with VMM headers
  - x86: Optimize memrchr-evex.S
  - x86: Optimize strnlen-evex.S and implement with VMM headers
  - x86: Shrink / minorly optimize strchr-evex and implement with VMM headers
  - x86: Optimize memchr-evex.S and implement with VMM headers
  - x86_64: Implement evex512 version of memchr, rawmemchr and wmemchr
  - String: Improve test coverage for memchr
  - Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources
  - Introduce <pointer_guard.h>, extracted from <sysdep.h>
  - x86-64: Move LP_SIZE definition to its own header
  - math: Fix asin and acos invalid exception with old gcc
  - x86: Update strlen-evex-base to use new reg/vec macros.
  - x86: Remove now unused vec header macros.
  - x86: Update memset to use new VEC macros
  - x86: Update memmove to use new VEC macros
  - x86: Update memrchr to use new VEC macros
  - x86: Update VEC macros to complete API for evex/evex512 impls
  - elf: Do not completely clear reused namespace in dlmopen (bug 29600)
  - malloc: Switch global_max_fast to uint8_t
  - Add NT_S390_PV_CPU_DATA from Linux 6.0 to elf.h
  - Add AArch64 HWCAP2_EBF16 from Linux 6.0 to bits/hwcap.h
  - String: Improve test coverage for memchr
  - elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support
  - socket: Use offsetof in SUN_LEN (bug 29578)
  - Expose all MAP_ constants in <sys/mman.h> unconditionally (bug 29375)
  - LoongArch: Fix the condition to use PC-relative addressing in start.S
  - arm: Enable USE_ATOMIC_COMPILER_BUILTINS (BZ #24774)
  - csu: Disable stack protector for static-reloc for static-pie
  - NEWS: Fix grammar
  - elf: Simplify output of hwcap subdirectories in ld.so help
  - elf: Remove _dl_string_hwcap
  - Add NEWS entry for legacy hwcaps removal
  - elf: Remove hwcap and bits_hwcap fields from struct cache_entry
  - elf: Remove hwcap parameter from add_to_cache signature
  - elf: Remove legacy hwcaps support from ldconfig
  - elf: Remove legacy hwcaps support from the dynamic loader
  - x86_64: Remove platform directory library loading test
  - Update to Unicode 15.0.0 [BZ #29604]
  - Update kernel version to 6.0 in header constant tests
  - x86: Fix -Os build (BZ #29576)
  - sunrpc: Suppress GCC -Os warning on user2netname
  - rt: Initialize mq_send input on tst-mqueue{5,6}
  - posix: Suppress -Os may be used uninitialized warnings on regexec
  - posix: Suppress -Os warnings on fnmatch
  - locale: prevent maybe-uninitialized errors with -Os [BZ #19444]
  - Regenerate sysdeps/mach/hurd/bits/errno.h
  - Update syscall lists for Linux 6.0
  - nscd: Drop local address tuple variable [BZ #29607]
  - Use Linux 6.0 in build-many-glibcs.py
  - 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
  - x86: Cleanup pthread_spin_{try}lock.S
  - Benchtests: Add bench for pthread_spin_{try}lock and mutex_trylock
* Mon Oct 17 2022 Carlos O'Donell <carlos@redhat.com> - 2.36.9000-10
  - Enable ELF DT_HASH for shared objects and the dynamic loader (#2129358)
* Mon Oct 03 2022 DJ Delorie <dj@redhat.com> - 2.36.9000-9
  - Auto-sync with upstream branch master,
    commit 114e299ca66353fa7be1ee45bb4e1307d3de1fa2.
  - x86: Remove .tfloat usage
  - nptl: Convert tst-setuid2 to test-driver
  - support: Add xpthread_cond_signal wrapper
  - hppa: Fix initialization of dp register [BZ 29635]
  - Fix iseqsig for _FloatN and _FloatNx in C++ with GCC 13
  - malloc: Do not clobber errno on __getrandom_nocancel (BZ #29624)
  - stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)
  - LoongArch: Add static PIE support
  - Benchtest: Add additional benchmarks for strlen and strnlen
  - x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]
  - Update _FloatN header support for C++ in GCC 13
  - hurd: Fix typo
  - get_nscd_addresses: Fix subscript typos [BZ #29605]
  - hurd: Increase SOMAXCONN to 4096
  - Use atomic_exchange_release/acquire
* Fri Sep 23 2022 Patsy Griffin <patsy@redhat.com> - 2.36.9000-8
  - Auto-sync with upstream branch master,
    commit c02e29a0ba47d636281e1a026444a1a0a254aa12.
  - nss: Use shared prefix in IPv4 address in tst-reload1
  - nss: Enhance tst-reload1 coverage and logging
  - Use C11 atomics instead of atomic_decrement_and_test
  - Use C11 atomics instead of atomic_increment(_val)
  - Use C11 atomics instead of atomic_and/or
  - malloc: Print error when oldsize is not equal to the current size.
  - Use '%z' instead of '%Z' on printf functions
  - elf: Extract glibcelf constants from <elf.h>
  - scripts: Enhance glibcpp to do basic macro processing
  - scripts: Extract glibcpp.py from check-obsolete-constructs.py
  - riscv: Remove RV32 floating point functions
  - riscv: Consolidate the libm-test-ulps
  - hurd: Fix SIOCADD/DELRT ioctls
  - hurd: Drop struct rtentry and in6_rtmsg
  - hurd: Add _IOT_ifrtreq to <net/route.h>
  - elf: Use C11 atomics on _dl_mcount
  - hurd: Use IF_NAMESIZE rather than IFNAMSIZ
  - hurd: Add ifrtreq structure to net/route.h
  - hppa: undef __ASSUME_SET_ROBUST_LIST
  - linux: Use same type for MMAP2_PAGE_UNIT
  - m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
  - nss: Fix tst-nss-files-hosts-long on single-stack hosts (bug 24816)
  - nss: Implement --no-addrconfig option for getent
  - gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)
  - elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)
  - Linux: Do not skip d_ino == 0 entries in readdir, readdir64 (bug 12165)
  - hurd: Factorize at/non-at functions
  - tst-sprintf-errno: Update Hurd message length
  - RISC-V: Allow long jumps to __syscall_error
  - hurd: Make readlink* just reopen the file used for stat
  - hurd: Fix readlink() hanging on fifo
  - Fix BRE typos in check-safety.sh
  - Makerules: fix MAKEFLAGS assignment for upcoming make-4.4 [BZ# 29564]
  - Use relaxed atomics since there is no MO dependence
* Wed Sep 14 2022 Florian Weimer <fweimer@redhat.com> - 2.36.9000-7
  - Remove .annobin* symbols from ld.so (#2126477)
* Tue Sep 13 2022 Florian Weimer <fweimer@redhat.com> - 2.36.9000-6
  - Drop glibc-deprecated-selinux-makedb.patch.  Upstream has been ported
    to new libselinux.
  - Auto-sync with upstream branch master,
    commit f278835f594740f5913001430641cf1da4878670:
  - makedb: fix build with libselinux >= 3.1 (Bug 26233)
  - tst-sprintf-errno: Update Hurd message output
  - Use C11 atomics instead of atomic_decrement(_val)
  - Use C11 atomics instead atomic_add(_zero)
  - mktime: improve heuristic for ca-1986 Indiana DST
  - Assume HAVE_TZSET in time/mktime.c
  - elf: Fix hwcaps string size overestimation
  - errlist: add missing entry for EDEADLOCK (bug 29545)
  - Do not define static_assert or thread_local in headers for C2x
  - malloc: Use C11 atomics rather than atomic_exchange_and_add
  - Add NEWS entry for CVE-2022-39046
  - elf: Rename _dl_sort_maps parameter from skip to force_first
  - scripts/dso-ordering-test.py: Generate program run-time dependencies
  - math: x86: Use prefix for FP_INIT_ROUNDMODE
  - scripts/build-many-glibcs.py: Use https:// for sourceware.org Git clones
  - debug: test for more required cacellation points (BZ# 29274)
  - elf.h: Remove duplicate definition of VER_FLG_WEAK
  - syslog: Remove extra whitespace between timestamp and message (BZ#29544)
  - LoongArch: Add soft float support.
  - elf: Restore how vDSO dependency is printed with LD_TRACE_LOADED_OBJECTS (BZ #29539)
  - nptl: x86_64: Use same code for CURRENT_STACK_FRAME and stackinfo_get_sp
* Mon Sep 05 2022 Arjun Shankar <arjun@redhat.com> - 2.36.9000-5
  - 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 30 2022 DJ Delorie <dj@redhat.com> - 2.36.9000-4
  - Auto-sync with upstream branch master,
    commit c7509d49c4e8fa494120c5ead21338559dad16f5.
  - Apply asm redirections in wchar.h before first use
  - resolv: Fix building tst-resolv-invalid-cname for earlier C standards
  - syslog: Fix large messages (BZ#29536)
  - posix: Fix macro expansion producing 'defined' has undefined behavior
  - stdlib: Fix macro expansion producing 'defined' has undefined behavior
  - S390: Always use svc 0
  - 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
  - LoongArch: Use __builtin_{fmax,fmaxf,fmin,fminf} with GCC >= 13
  - LoongArch: Fix ptr mangling/demangling features.
  - nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]
  - Add test for bug 29530
  - Makeconfig: Set pie-ccflag to -fPIE by default [BZ# 29514]
  - hurd: Fix vm_size_t incoherencies
  - mach: Make xpg_strerror_r set a message on error
  - mach: Fix incoherency between perror and strerror
  - elf: Call __libc_early_init for reused namespaces (bug 29528)
  - csu: Change start code license to have link exception
  - s390: Move hwcaps/platform names out of _rtld_global_ro
  - Revert "Detect ld.so and libc.so version inconsistency during startup"
  - Add NT_LOONGARCH_* from Linux 5.19 to elf.h
  - Detect ld.so and libc.so version inconsistency during startup
  - Merge getopt patch from Gnulib
  - Merge _GL_UNUSED C23 patch from Gnulib
  - LoongArch: Fix dl-machine.h code formatting.
  - scripts/glibcelf.py: Add hashing support
  - hurd: Fix starting static binaries with stack protection enabled
  - htl: Make pthread*_cond_timedwait register wref before releasing mutex
  - htl: make __pthread_hurd_cond_timedwait_internal check mutex is held
  - Add AArch64 HWCAP2_* constants from Linux 5.19
* Mon Aug 22 2022 Arjun Shankar <arjun@redhat.com> - 2.36.9000-3
  - Auto-sync with upstream branch master,
    commit a727220b37efc9d4d558a77c5fc57f3af99a4829:
  - Add AGROUP from Linux 5.19 to sys/acct.h, remove Alpha version (bug 29502)
  - alpha: Fix generic brk system call emulation in __brk_call (bug 29490)
  - hurd: Assume non-suid during bootstrap
* Thu Aug 18 2022 Patsy Griffin <patsy@redhat.com> - 2.36.9000-2
  - Auto-sync with upstream branch master,
    commit 9125e43daf92e3d4e69044a54b9fe9ed88c861ad.
  - Use binutils 2.39 branch in build-many-glibcs.py
  - S390: Fix werror=unused-variable in ifunc-impl-list.c.
  - Ensure calculations happen with desired rounding mode in y1lf128
  - localedata: Convert French language locales (fr_*) to UTF-8
  - Linux: Fix enum fsconfig_command detection in <sys/mount.h>
  - elf: Run tst-audit-tlsdesc, tst-audit-tlsdesc-dlopen everywhere
  - Move ip_mreqn structure from Linux to generic
  - malloc: Do not use MAP_NORESERVE to allocate heap segments
  - Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485)
  - non-linux: bits/in.h: Add more RFC options
* Mon Aug 15 2022 Florian Weimer <fweimer@redhat.com> - 2.36.9000-1
  - Auto-sync with upstream branch master,
    commit 453b88efe6fa79f5c7c6fccc3a520c75fdd43074:
  - arm: Remove nested functionf rom relocate_pc24
  - linux: Fix sys/mount.h usage with kernel headers
  - 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
  - LoongArch: Add pointer mangling support.
  - AArch64: Fix typo in sve configure check (BZ# 29394)
  - libio: Improve performance of IO locks
  - tst-process_madvise: Check process_madvise-syscall support.
  - elf.h: Add ELFCOMPRESS_ZSTD
  - inet: Turn __ivaliduser into a compatibility symbol
  - x86: Fix `#define STRCPY` guard in strcpy-sse2.S
  - elf: Replace `strcpy` call with `memcpy` [BZ #29454]
  - soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hf
  - i386: Use cmpl instead of cmp
  - i386: Use fldt instead of fld on e_logl.S
  - i386: Replace movzx with movzbl
  - dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)
  - malloc: Correct the documentation of the top_pad default
  - i386: Remove RELA support
  - arm: Remove RELA support
  - Remove ldd libc4 support
  - Assume only FLAG_ELF_LIBC6 suport
  - Remove left over LD_LIBRARY_VERSION usages
  - Linux: Remove exit system call from _exit
  - LoongArch: Add vdso support for gettimeofday.
  - Update kernel version to 5.19 in header constant tests
  - assert: Do not use stderr in libc-internal assert
  - nptl: Remove uses of assert_perror
  - stdio: Clean up __libc_message after unconditional abort
  - Update syscall lists for Linux 5.19
  - Use Linux 5.19 in build-many-glibcs.py
  - socket: Check lengths before advancing pointer in CMSG_NXTHDR
  - Don't use unsupported format string in ld.so (bug 29427)
  - htl: Let pthread_self and cancellability called early
  - stdlib: Simplify arc4random_uniform
  - malloc: Use __getrandom_nocancel during tcache initiailization
  - Remove spurious references to _dl_open_hook
  - Open master branch for glibc 2.37 development
* 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

Files

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/edb9981c157f7e694a35a4ce34ca0c7f59a149
/usr/lib/.build-id/01
/usr/lib/.build-id/01/1429810649472439f2d43138cf377fec89e5e8
/usr/lib/.build-id/01/6c778700c9255679a6896fcfaf4ebcd809a0c0
/usr/lib/.build-id/02
/usr/lib/.build-id/02/b856f7820f02eb83da13686452d65937903ed9
/usr/lib/.build-id/04
/usr/lib/.build-id/04/636c9c72c55fcc2a4adf0aa9f28b667e28134b
/usr/lib/.build-id/06
/usr/lib/.build-id/06/5f2e3179a1ff34b03cfa7787689b3e122687a6
/usr/lib/.build-id/07
/usr/lib/.build-id/07/57fab9fcf9f09e59f57880861ed61e2e32df75
/usr/lib/.build-id/08
/usr/lib/.build-id/08/30e2dbb3ee02bcf2e4287d1d4ac5b0ea9325ed
/usr/lib/.build-id/09
/usr/lib/.build-id/09/0edc0503a574fe94eaf9d2c27fdc4f9dd321de
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/ae7f153d085fd1fc4222e619fb6f67da4ad72e
/usr/lib/.build-id/0a/d37b06185fdd47eac188d2b4d0ba4c787f4903
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/bb63897ff23fb27fa5c0ca887709fd60e1abbc
/usr/lib/.build-id/0c
/usr/lib/.build-id/0c/d20dec984cfcb5d05db8af4f95892a901949e6
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/916178fbbcdf0a260c960e8d2fb69689466351
/usr/lib/.build-id/0e/b559fed9a4b5929c3f19d896477e18fdd93e63
/usr/lib/.build-id/0e/cb1265dde6980d4ab1c5bb285e060c3ab8d726
/usr/lib/.build-id/10
/usr/lib/.build-id/10/45c1e8e72bc59c7d4e7947b462017b88ad898b
/usr/lib/.build-id/11
/usr/lib/.build-id/11/c72f12484669c29ce184806ec3f228b512c5cc
/usr/lib/.build-id/18/416768479b5386c7d61610adc2720611f16a93
/usr/lib/.build-id/1a
/usr/lib/.build-id/1a/0e5645c65dd12957b6fa88e0c7490d3999c7ea
/usr/lib/.build-id/1a/de8145eb146b80157a683ca5a7ad0ac2adbcb6
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/5ad18681da64570f12b18b88859425d2498520
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/b613f205551e2a7a18a28b20fcc136a84aeae2
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/1ed711013b098d3dc20780f1397286837f3f18
/usr/lib/.build-id/1e/9618f17fc8321c73645c8cbde9555b8c9d67ea
/usr/lib/.build-id/1e/f819a0c4d726a844ad2d50d3dccdaa31b0391e
/usr/lib/.build-id/22
/usr/lib/.build-id/22/046c86bd0939ebf1e25f1de1d574a33642e38e
/usr/lib/.build-id/27
/usr/lib/.build-id/27/51c76de9b6e30d53a1b3f6c0e83ebc2854a793
/usr/lib/.build-id/27/90e123605b3fdc526702917e51bddfb84cc7ef
/usr/lib/.build-id/28
/usr/lib/.build-id/28/5f40dc28d0878d8f6ed704a28eccf14847290a
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/52588c6c01926cde010ec057055d6485c0c1b8
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/0115f5f4b993f5c48042514731bc30aa18a142
/usr/lib/.build-id/2d
/usr/lib/.build-id/2d/61df243083c04a7533e439042455596396a429
/usr/lib/.build-id/2d/a4a997e9d14a002c98e7320667c1183346baa3
/usr/lib/.build-id/2d/b25a69f15ac9a6e744c261eab7b7a4ab8a8f2e
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/4a7ba90e0a36a279bb1049aaef3ae3db17d195
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/9279818181760225213866c74a4971ac01a6a2
/usr/lib/.build-id/30
/usr/lib/.build-id/30/c63d13ca1d8cf5cfb16dedeaf0819ef49839a2
/usr/lib/.build-id/31
/usr/lib/.build-id/31/3bfcc08da5d77a3a39f2e521b6da99463db4e2
/usr/lib/.build-id/32
/usr/lib/.build-id/32/755f00629620f397771ce38c546ab252eee3f0
/usr/lib/.build-id/33
/usr/lib/.build-id/33/7962c69fad03ccee754025744c16b3d27518ac
/usr/lib/.build-id/35
/usr/lib/.build-id/35/b69bef19e8766ac45463900a309129f828d9ac
/usr/lib/.build-id/36
/usr/lib/.build-id/36/40c51fcaa7a9c564768dd1319538c7eaa6e24d
/usr/lib/.build-id/37
/usr/lib/.build-id/37/33e9d13a216f2cf294aa5c5d134387511b4583
/usr/lib/.build-id/37/48ddb459553a023eb5ca9b8e123131d8b781a4
/usr/lib/.build-id/39
/usr/lib/.build-id/39/b61cfc222bdee9945d07b6c123870cd568c1fd
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/f882f0c8f8d11b45cf0f32254b1a66fd85597e
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/9a97824160253fff47886cc8ca7f6013d50853
/usr/lib/.build-id/40
/usr/lib/.build-id/40/7fa81954c18dafd5820aeef6655e999c4ac05e
/usr/lib/.build-id/43
/usr/lib/.build-id/43/2f1973e5df8f3be277b473127cd85af50ecfa5
/usr/lib/.build-id/43/871f97b6650f922e5871d35a1e803956a445fe
/usr/lib/.build-id/44
/usr/lib/.build-id/44/0371f6a5be3d83bd1cb535de5f32bd9949a9e2
/usr/lib/.build-id/44/71ceb1ad3fc57dab049c7e16c12131c72f166c
/usr/lib/.build-id/44/84f4457319fc1771d8c2b7ce24cec62b655a5d
/usr/lib/.build-id/45
/usr/lib/.build-id/45/44c7f98666c2ddcd3c1b0b9c86535d263bdbd3
/usr/lib/.build-id/45/669600de1e7f3fd9b3a4c5633536c4d3f17843
/usr/lib/.build-id/47/10260f184cffd7699bc18cc9f2d39889d616f6
/usr/lib/.build-id/47/511c1b80e96c79131d325e4ed2cdae57cdae61
/usr/lib/.build-id/47/f62286284d281c1fe578b8b0432a05429fb841
/usr/lib/.build-id/48
/usr/lib/.build-id/48/3857317eff0013febb9cd2f88e6b4b67307d22
/usr/lib/.build-id/48/5b5c4363c99e225807ba1fd0eec295284acfc6
/usr/lib/.build-id/48/fec8b40bb0879e2c2be8461bdd72a0e33a8193
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/57d500f32c135e4ab5c65ea826959cde2aa9aa
/usr/lib/.build-id/4a/af884784a44f158966cc017f942e2ae3f48d91
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/a9241cc64ee9d81bccb9d9171a1fb30987eada
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/eb53714c3d1d0cb7ea67038df13122fae18c51
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/3d253370e562e56db0d03574d75406ef708ff9
/usr/lib/.build-id/4e
/usr/lib/.build-id/4e/654f4f10145a7f546996baaddcae17440351d9
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/999fb1f358a965ceb561f44f26cb4de781e62c
/usr/lib/.build-id/50
/usr/lib/.build-id/50/ba125f962d1689f556c798667cea041a9b82ac
/usr/lib/.build-id/52
/usr/lib/.build-id/52/6e28630a48d28b1f9bf968443de4f7a5c03822
/usr/lib/.build-id/52/f726071d2b638fab830dc61391cb3d3428162c
/usr/lib/.build-id/53
/usr/lib/.build-id/53/59664cee3949b53fb286c61fa13c684e589a23
/usr/lib/.build-id/54
/usr/lib/.build-id/54/0400cbe8ea6e345dfa12eae127dddf10d0e435
/usr/lib/.build-id/54/0dedbd57d6a5791cd2ebb5ad37add238293c5a
/usr/lib/.build-id/54/58931d70626ee9aa7847e286a22601d2d6c37f
/usr/lib/.build-id/55
/usr/lib/.build-id/55/041433391d502b76a54f63be74dbc6d77e8ff5
/usr/lib/.build-id/57
/usr/lib/.build-id/57/8daa0ee142047dde35b8913083f265b7db4a73
/usr/lib/.build-id/58
/usr/lib/.build-id/58/3a9b4e1675e0ec6e61e38711ce71cc7715f4cd
/usr/lib/.build-id/58/4a752c83e8fda6ba088d85f2d090b3b3d029e4
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/3d7eb617b82bd5c2fbaa8f1a1eaada280bbd01
/usr/lib/.build-id/5a/b551d803fb6134565c9e86f4e24c63c78ddf4d
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/7bc45e6c3f3735588804ef4059091f2f021b2e
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/8e26208ff8060861baa825c30c9cb017551452
/usr/lib/.build-id/5f/a988d53413660751243e89624c3206532e4ee6
/usr/lib/.build-id/60
/usr/lib/.build-id/60/514232d3eded08e1238dde92c2bda0ac2c9135
/usr/lib/.build-id/60/5446bfae67497e1a60159ce21ce3d216d83f6c
/usr/lib/.build-id/61
/usr/lib/.build-id/61/fcf779c96618762da6b4227fe486b3ca7c3e96
/usr/lib/.build-id/64
/usr/lib/.build-id/64/58e9a5f81978bffc4f7a595565b8bccabe58a4
/usr/lib/.build-id/64/f531da2f5e64cfdd61bb6a4ac52a41eb28b6b5
/usr/lib/.build-id/65
/usr/lib/.build-id/65/25ee43f249e5e18f9b6fb285ef811de9aedd45
/usr/lib/.build-id/65/780e3985dad32bde6728ef94b3d9e47528f8ba
/usr/lib/.build-id/66
/usr/lib/.build-id/66/093518f189bc2d41c59844bb07cd687a4ba331
/usr/lib/.build-id/67
/usr/lib/.build-id/67/a9bcd6583faee7c7af2cdd7c21b205ea787e00
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/38e2dc89e6431560c2279ae0ca6de0dff7a841
/usr/lib/.build-id/6f/4264742c47707a3fadfa25b01ff41c70eec2cc
/usr/lib/.build-id/70
/usr/lib/.build-id/70/c5234ab05f51b92695eb6341d012fdbe19bb54
/usr/lib/.build-id/71
/usr/lib/.build-id/71/075164ff055ebb559c601d50f78102454bcf92
/usr/lib/.build-id/72
/usr/lib/.build-id/72/226f82810cd9a17983adce9ac8ac3bc90bc993
/usr/lib/.build-id/72/b988a340d57ab5cc5cef333770bad64fd6a60d
/usr/lib/.build-id/73
/usr/lib/.build-id/73/035bbdf502ffed24b1709ff92e71f73d931657
/usr/lib/.build-id/75/e6c3e3765e5bd296041f5a5e6731cb622ab27e
/usr/lib/.build-id/76
/usr/lib/.build-id/76/c7a7d6b938248efeba6a6ecaec0867f3e6c208
/usr/lib/.build-id/77
/usr/lib/.build-id/77/abdc909335b2ad28ad92d49de7fae10887b671
/usr/lib/.build-id/79/8992289d602187b37787a3a99f5a0bb6383bfc
/usr/lib/.build-id/79/abb8524fdbcb98cac0e424d96841a1c3ab0289
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/1b45ffb8be82311ac9c9dfd84dd6a8ea1902fe
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/780f6a0a02dedbdceb23e5a2374dae0978ab8b
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/6cfcc96bed1d4177c3aa3d04902248a139bb91
/usr/lib/.build-id/7f/9eb1adae35bbb1b0447980934e94990bbb419a
/usr/lib/.build-id/81
/usr/lib/.build-id/81/815e84faf67711370c18f8224924690c75f0ad
/usr/lib/.build-id/82
/usr/lib/.build-id/82/8cb031c3e91ade03e17be479f1f31a0dbe1790
/usr/lib/.build-id/83
/usr/lib/.build-id/83/0c249a9b0ed1d2f1d2102ae8a528fad14a4e2c
/usr/lib/.build-id/84/21bb17e67b36ebf233b06989589a7893c8e20d
/usr/lib/.build-id/86/c447a8c427bc752feeef7cefd866fc1b8c8d97
/usr/lib/.build-id/86/defb841fdca09e787096aaa529919b001109b8
/usr/lib/.build-id/87
/usr/lib/.build-id/87/6ec6af20c0d9387d5e5e5b727c0ccf5dd215b2
/usr/lib/.build-id/88
/usr/lib/.build-id/88/8ba431e02e4fdc54f9f95ac7879e63e423eb81
/usr/lib/.build-id/88/c757b9b5ed10bcdda3eecca303a3c46b4492a6
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/1d74d17e608d403040b52e33500d00bc4fbad2
/usr/lib/.build-id/8b/9a3f8527ee502fdd92981f922407843e39d82c
/usr/lib/.build-id/8c/658152f675e65fab649145c78c7b0673798c79
/usr/lib/.build-id/8c/883863c143c9fd6d93a6f7781f119f1294d140
/usr/lib/.build-id/8c/a8c02d9dad01a7fd6a36a874de8a019e52f870
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/a2250018e57f7ae89f6b2602d4362285f06c3b
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/493474a7fcaed545288e37b9efbbf3ac3cc9c3
/usr/lib/.build-id/8f/afb21529a410bec560d3cf6ee4f73b40752988
/usr/lib/.build-id/90/04f78cd63dcc7eb653705e4af100118e6f1f76
/usr/lib/.build-id/90/d5bff279355bb9d40ca34555a29e72b3dd4fab
/usr/lib/.build-id/90/e5fca0402cdc93327a6e4750c33367ac16218b
/usr/lib/.build-id/91
/usr/lib/.build-id/91/6111a61b370d98b2c2fe205d5f11d108fa7cb0
/usr/lib/.build-id/91/b12c12e63207365f474261273bcc95f0169dcb
/usr/lib/.build-id/92
/usr/lib/.build-id/92/ec90ebf98e1eb2087f2997fbe4631819516114
/usr/lib/.build-id/93
/usr/lib/.build-id/93/7f1696b5b0b2d4b9c50b944596682b25d84e16
/usr/lib/.build-id/95/a34c66de2bbdbe42235baf2f62f599c0d095f6
/usr/lib/.build-id/96
/usr/lib/.build-id/96/024a4698ddc49dd840dadf76fde6d4a58d4dbd
/usr/lib/.build-id/96/2f3f75a44e3e43369b540c81c377f3eb34dca1
/usr/lib/.build-id/97
/usr/lib/.build-id/97/2a866360c5464c7b738cadf178d122ce1fe52a
/usr/lib/.build-id/97/3d77ae6efc04db6b8dcb40ce856b85d9fef0cc
/usr/lib/.build-id/98/4fdcc0e3dd2770b03cfb136f32adc5ca394604
/usr/lib/.build-id/99
/usr/lib/.build-id/99/221ce5af930f6fe43869d4109fdb894b111fe7
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/6ac07c53482d2eb39c5b7b946d209b312202eb
/usr/lib/.build-id/9a/b89d257c0d63107798135f13c26cc3708ddf63
/usr/lib/.build-id/9c
/usr/lib/.build-id/9c/9e79e8a1ec636b5977cf6e7f5e914a2ba80789
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/80fd1aee7a48187aef9f5a61a5cbae84eec29b
/usr/lib/.build-id/9e/815ce22d6776f1dde59c08ae32de9358f55357
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/21958b2294e478d41b701727cd72f281729f8a
/usr/lib/.build-id/9f/bc3613e4590fd65fd60067106f4a3d8ffbc3dd
/usr/lib/.build-id/9f/cb559063bea94e03cb7435873d6c7cb565b9fb
/usr/lib/.build-id/a0/6ddf6cb9effe7bd8ff0020d7770e84a573b6b7
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/021803c333b74babeb37d227140f94662a928c
/usr/lib/.build-id/a1/e0e476594b4dec2d1a7d0e6c3c19178870086a
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/cd28948bdaf5573ca4fca2ba347ed89e57e07e
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/075903c616648f473567f6d0cc9dc918845ea4
/usr/lib/.build-id/a3/170992a89f8279b1107376ee65497a470ca4e1
/usr/lib/.build-id/a4/1544f22e7fe7ce5dbf082abad53a42b23c379e
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/8c7b2a5042a1f53adbd4e00e172acfd16839f1
/usr/lib/.build-id/a5/dea725104d285d2fe23f76b707523cefcb10ee
/usr/lib/.build-id/a9/d5666b4f2685773b25c3dcf13bdaf638d4837d
/usr/lib/.build-id/a9/eef362376dd0db13fecf4a522e7c5128c24c2a
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/b556be74825c2e3d11cb5f18d9c69a3dbf3890
/usr/lib/.build-id/ab/c5e0e59282e928718231577435c4a5d2a78178
/usr/lib/.build-id/ab/dee12a8baabbfe933f2690277bb1bd8b050eda
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/82f2eba2b63a0ad8ebd9f717a2cd4529cd79ed
/usr/lib/.build-id/ac/8e264524fb1b8336e8121371bf0512eccb3665
/usr/lib/.build-id/ac/ff01eaebcd6cda0eb02d0ddff5240ef533beb5
/usr/lib/.build-id/af
/usr/lib/.build-id/af/0452aa50e4addb8ad11fa4dcd1ecc7aaa8e6df
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/01ebcbeff1d33842e64b81d96f24f1c7258848
/usr/lib/.build-id/b1/e4b0c8af9d89e022edf92d36ff5e9ff478caf6
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/3d9c35f8552c57568655524937cea23dcc4fcd
/usr/lib/.build-id/b2/e00fadefdd84317b37720c927e06bc05c4af57
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/f51b0e1feab667d4b7993e5cafea4ca8361aea
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/d1f84a7a78e11d5e2f8415fa1ce11b474413f4
/usr/lib/.build-id/b8
/usr/lib/.build-id/b8/2145a6d3e820e5deb91c6c6ef753f6001d4e2f
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/b1b678006606e96976fe8fe253abeb3d24fa94
/usr/lib/.build-id/ba/d4cb4f75734edaaf57914a560e6c251946d8ae
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/579082b7baabfd2ae11ee52b6a36238a3bfd15
/usr/lib/.build-id/bb/64d9b6697ed71c5b394b8913fd65561ee04974
/usr/lib/.build-id/bb/8a7c49f11efe1151098587a7aac5eec27a5e18
/usr/lib/.build-id/be
/usr/lib/.build-id/be/5bcbd11937d5a05c439a191462271db424fbbd
/usr/lib/.build-id/bf/59a35f12d2986f6b4aba264cc1003f58588ee8
/usr/lib/.build-id/bf/805eb3cd2885a43ec271a83039ba2dd1eecb34
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/6745a6257768e1df6bc3525509489d3424bfb3
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/c5ffeacff1ffc7b8c61c8e09bfad3a216a8ce3
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/cce1f60dbb009add6164aad29f5fe438d5afd6
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/a167c6e7ff18713f30698ab62cfe7f6ca9a202
/usr/lib/.build-id/c4/f04b454c9e1cad8f97899ee40468b00bf002ef
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/2241cf900a2e1c4d554e09f2ee11b3a2b9157f
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/0156220d4bddcb9cb85c8d0f4e04d7ab93177b
/usr/lib/.build-id/c6/812fab12b3888135dfa68b41cb98c188a3573b
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/0e1d5e2e6ff7f7567524e2406d91d4f16c8aa2
/usr/lib/.build-id/c7/e0eddd0ff0c1976b0b87233d371f68d16fc02e
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/4054aa4497fdc647987ec6860df80325d7c618
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/1d46ecf6119a89702fdc995528329af4d3abcf
/usr/lib/.build-id/cd/18f1605df1c989489210186be0de355d2ac106
/usr/lib/.build-id/cd/f4a3e505cac83fbc8e2ee07a205446bc73687e
/usr/lib/.build-id/ce/a8ae9b1e94d369101a77b7c48144f68eafb952
/usr/lib/.build-id/ce/c96d319c5cc42e44bab7f3a899974b68e293c3
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/20824af5d5209d7f1fc57bf5987e2afb75fe27
/usr/lib/.build-id/cf/acd341ab86e304ee606067430032406c8ddf6b
/usr/lib/.build-id/cf/db6a892f03fd95adbc91ce69c94794d38b082a
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/fedee7911fff5e5185a8d006a7cc348f8bb038
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/7804111f07c6dd7a676dac57dd394ac7733209
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/3bfef6e4331afd7e9be9aec807910c16089f40
/usr/lib/.build-id/d2/71b14299b9b33cc39c5537d7124f76ba166b63
/usr/lib/.build-id/d2/a7ea4555ca98bb9997e22a5a2c0f3cb16bb416
/usr/lib/.build-id/d2/e971d783a554d604282ba9aecb62b41d68bd67
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/41141a8a18d6eddba21ac30d2e92d406d8d981
/usr/lib/.build-id/d3/536f6ce16b0c2c572f2c2799a37918959dff09
/usr/lib/.build-id/d3/70ad719c5a5f0156246b91216a4e01daa04e3a
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/cca4d233629e2e0ca57ab4dd1e6e2fb07db184
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/15a82c9a24e989c0a2b90b2b24d7d656b718eb
/usr/lib/.build-id/d6/4cc10627cba7f8611460b607072c6bef612a44
/usr/lib/.build-id/d7/08967a411e9b8d40a234cacccbae45b0a992b6
/usr/lib/.build-id/db
/usr/lib/.build-id/db/2096870bfe098dca8a7f803024580715c9bca1
/usr/lib/.build-id/dd
/usr/lib/.build-id/dd/7596a58c9289735ab06b342757b0bd35525d58
/usr/lib/.build-id/df
/usr/lib/.build-id/df/9048e1f1facbaac63f8a198e2db7cc218c3068
/usr/lib/.build-id/e0
/usr/lib/.build-id/e0/df5d1ffcf02f4af78e95505f17f99ed4e7ee4f
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/2ccf7c5dd6b3cefba3d9198f1bd38fe43ba9d3
/usr/lib/.build-id/e1/381897faff984694f905ba9ae1abb1eafd558a
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/53dc71da059ae49b860e524361d8de1cbf1670
/usr/lib/.build-id/e3/cd7e9dd84463145d1ea3b3dec4df20fff5b3a9
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/fda36bb2f21e053ff99e887fcc64dedd254c93
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/0b9af674e2f0b306c99a2e0c0daaf28a2fdd9a
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/8c47125a7b692582709d6fdfa79927b100b720
/usr/lib/.build-id/e9/badf30fdc00728fbba38e2991249e67f792fd8
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/6ae1c250c8711b24a79c6475c99be5840371d2
/usr/lib/.build-id/ec
/usr/lib/.build-id/ec/66da9ff101cb2136922607e667fc94d8c0c184
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/97af4ef9b817b97bcbea0fc0a62729bf5a0664
/usr/lib/.build-id/ef/abcc886f46172715d3da28cae379c1327f0a95
/usr/lib/.build-id/ef/dc820158718b50c95f3eb4d8560b86eaf24f3d
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/d17cdc4d850b1cc428015e8d53009f13bf37f7
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/dee87c650ddeb9599ff2212fdd729661e63b2b
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/f3cd3ec08287973fe5df527751f496ee60f8f2
/usr/lib/.build-id/f7
/usr/lib/.build-id/f7/21314cf00fefdbf9727f0c7408df1b089863cd
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/7497c2c19d1e0133a425800aeb1abcae249371
/usr/lib/.build-id/f8/bc3afe5f992cd4a373b18d25a04babd5de826e
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/d9816f81e8707a421318bfd3f817239fe428f5
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/0a9ceffa5b166f31ec98d86b3491fe189d1dcd
/usr/lib/.build-id/fa/61992ddd2789a9ce18f7fc5f5ad5f568ed5c40
/usr/lib/.build-id/fb
/usr/lib/.build-id/fb/5594f0952cfd3b222a464606bd7e340842d10e
/usr/lib/.build-id/fd
/usr/lib/.build-id/fd/c55072471c30ed2c28c3e879ef86be832f991d
/usr/lib/.build-id/fe/87a29e1a39f7a585d1905bfe190e529b19f8c4
/usr/lib/.build-id/fe/ed98f60d20a7aa081ca696cac39200af111aa2
/usr/lib/.build-id/ff/6b3266a9b9355d5601a5a1506e10121a0f9279
/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, Wed Feb 1 02:15:19 2023