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

glibc-gconv-extra-2.42-6.fc43 RPM for s390x

From Fedora 43 testing updates for s390x / Packages / g

Name: glibc-gconv-extra Distribution: Fedora Project
Version: 2.42 Vendor: Fedora Project
Release: 6.fc43 Build date: Mon Jan 12 12:48:21 2026
Group: Unspecified Build host: buildvm-s390x-07.s390.fedoraproject.org
Size: 7073694 Source RPM: glibc-2.42-6.fc43.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

LGPL-2.1-or-later AND SunPro AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later WITH GNU-compiler-exception AND GPL-2.0-only AND ISC AND LicenseRef-Fedora-Public-Domain AND HPND AND CMU-Mach AND LGPL-2.0-or-later AND Unicode-3.0 AND GFDL-1.1-or-later AND GPL-1.0-or-later AND FSFUL AND MIT AND Inner-Net-2.0 AND X11 AND GPL-2.0-or-later WITH GCC-exception-2.0 AND GFDL-1.3-only AND GFDL-1.1-only

Changelog

* Mon Jan 12 2026 Frédéric Bérat <fberat@redhat.com> - 2.42-6
  - Auto-sync with upstream branch master,
    commit f122d0b4d145814869bf10c56db1d971bcba55c5:
  - nptl: Optimize trylock for high cache contention workloads (BZ #33704) (Sunil K Pandey)
  - support: Exit on consistency check failure in resolv_response_add_name (Florian Weimer)
  - support: Fix FILE * leak in check_for_unshare_hints in test-container (Florian Weimer)
  - sprof: fix -Wformat warnings on 32-bit hosts (Collin Funk)
  - sprof: check pread size and offset for overflow (DJ Delorie)
* Mon Dec 15 2025 Frédéric Bérat <fberat@redhat.com> - 2.42-5
  - Auto-sync with upstream branch master,
    commit b11411fe2ee7a8f3c3a2c1ee99c1729adb9a0efe:
  - posix: Fix invalid flags test for p{write,read}v2 (Yury Khrustalev)
  - ppc64le: Power 10 rawmemchr clobbers v20 (bug #33091) (Sachin Monga)
  - ppc64le: Restore optimized strncmp for power10 (Sachin Monga)
  - ppc64le: Restore optimized strcmp for power10 (Sachin Monga)
  - AArch64: Fix and improve SVE pow(f) special cases (Pierre Blanchard)
  - AArch64: fix SVE tanpi(f) [BZ #33642] (Pierre Blanchard)
  - AArch64: Fix instability in AdvSIMD sinh (Joe Ramsay)
  - AArch64: Fix instability in AdvSIMD tan (Joe Ramsay)
  - AArch64: Optimise SVE scalar callbacks (Joe Ramsay)
  - aarch64: fix includes in SME tests (Yury Khrustalev)
  - aarch64: fix cfi directives around __libc_arm_za_disable (Yury Khrustalev)
  - x86: fix wmemset ifunc stray '!' (bug 33542) (Jiamei Xie)
  - aarch64: tests for SME (Yury Khrustalev)
  - aarch64: clear ZA state of SME before clone and clone3 syscalls (Yury Khrustalev)
  - aarch64: define macro for calling __libc_arm_za_disable (Yury Khrustalev)
  - x86: Detect Intel Nova Lake Processor (Sunil K Pandey)
  - x86: Detect Intel Wildcat Lake Processor (Sunil K Pandey)
  - nptl: Fix MADV_GUARD_INSTALL logic for thread without guard page (BZ 33356) (Adhemerval Zanella)
  - nss: Group merge does not react to ERANGE during merge (bug 33361) (Florian Weimer)
  - libio: Define AT_RENAME_* with the same tokens as Linux (Florian Weimer)
  - AArch64: Fix SVE powf routine [BZ #33299] (Pierre Blanchard)
  - i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129] (H.J. Lu)
* Tue Aug 19 2025 Florian Weimer <fweimer@redhat.com> - 2.42-4
  - Add marker symbol versions GLIBC_ABI_DT_X86_64_PLT, GLIBC_ABI_GNU2_TLS,
    GLIBC_ABI_GNU_TLS, following upstream.
  - Auto-sync with upstream branch release/2.42/master,
    commit 7a8f3c6ee4b565a02da4ba0dad9aaeaeed4639ce:
  - x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]
  - x86-64: Add GLIBC_ABI_GNU2_TLS version [BZ #33129]
  - i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]
  - Use TLS initial-exec model for __libc_tsd_CTYPE_* thread variables [BZ #33234]
  - malloc: Fix checking for small negative values of tcache_key
  - malloc: Make sure tcache_key is odd enough
  - malloc: Fix MAX_TCACHE_SMALL_SIZE
  - malloc: Remove redundant NULL check
* Fri Aug 08 2025 Frédéric Bérat <fberat@redhat.com> - 2.42-3
  - Auto-sync with upstream branch release/2.42/master,
    commit c5476b7907d01207ede6bf57b26cef151b601f35:
  - hurd: support: Fix running SGID tests
  - Revert "tst-freopen4-main.c: Call support_capture_subprocess with chroot"
  - tst-env-setuid: Delete LD_DEBUG_OUTPUT output
  - tst-freopen4-main.c: Call support_capture_subprocess with chroot
  - tst-fopen-threaded.c: Delete temporary file
  - Delete temporary files in support_subprocess
  - nptl: Fix SYSCALL_CANCEL for return values larger than INT_MAX (BZ 33245)
* Fri Aug 01 2025 Florian Weimer <fweimer@redhat.com> - 2.42-2
  - Auto-sync with upstream branch release/2.42/master,
    commit 5e298d2d937b6da06500478be956abeb24357e05:
  - elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)
  - elf: Extract rtld_setup_phdr function from dl_main
  - stdlib: resolve a double lock init issue after fork [BZ #32994]
* Wed Jul 30 2025 Florian Weimer <fweimer@redhat.com> - 2.42-1
  - Drop 0001-Revert-Linux-Keep-termios-ioctl-constants-strictly-i.patch,
    merged upstream.
  - Auto-sync with upstream branch release/2.42/master,
    commit bc13db73937730401d592b33092db6df806d193e:
  - inet-fortified: fix namespace violation (bug 33227)
  - Bump version number to 2.42
  - math: Update auto-libm-tests-in with ldbl-128ibm compoundn/pown failures
  - INSTALL: Update newest tested binutils version
  - elf: Compile _dl_debug_state separately (bug 33224)
  - sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
  - Disable SFrame support by default
  - math: xfail some pown and compoundn tests for ibm128-libgcc
  - posix: Fix double-free after allocation failure in regcomp (bug 33185)
  - Revert "Linux: Keep termios ioctl constants strictly internal"
  - termios: manual: document the SPEED_MAX and BAUD_MAX constants
  - termios: SPEED_MAX and BAUD_MAX constants
  - termios: move the baud_t interface from __USE_MISC to __USE_GNU
  - termios: manual: improve the explanation of various tty concepts
  - termios: manual: remove duplicate cfgetospeed() definition
  - termios: manual: fix typo: tcsettattr -> tcsetattr
  - elf: Initialize GLRO (dl_read_only_area) after static dlopen (bug 33139)
  - x86-64: Properly compile ISA optimized modf and modff
  - x86-64: Compile ISA versions of modf/modff with -fno-stack-protector
  - iconv: iconv -o should not create executable files (bug 33164)
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.41.9000-24
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jul 18 2025 Adam Williamson <awilliam@redhat.com> - 2.41.9000-23
  - Revert "Linux: Keep termios ioctl constants strictly internal" to fix wine build
* Fri Jul 18 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-22
  - Build without SFrame stack trace format information
* Thu Jul 17 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-21
  - Auto-sync with upstream branch master,
    commit 0263528f8dd60cf58976e2d516b7c9edb16ae6f8:
  - malloc: fix definition for MAX_TCACHE_SMALL_SIZE
  - SFrame: Add tests that uses DWARF backtracer
  - configure: Add --enable-sframe option
  - elf: Add SFrame stack tracing
  - aarch64: Add SFrame support for aarch64 architecture
  - x86: Add SFrame support for x86 architecture
  - elf: Add SFrame support to _dl_find_object function
  - x86_64: Optimize modf/modff for x86_64-v2
  - Linux: Keep termios ioctl constants strictly internal
  - termios: Move isatty, __isatty_nostatus from io
  - termios: Reflow and sort Makefile
  - Remove termios2 ioctl defintions from public headers
  - elf: Remove now pointless empty ld.so.conf files in single tests
  - support: Always run ldconfig in containered tests
  - Makefile: Add ld.so.conf with libgcc dir to testroot.pristine
  - Makeconfig: Add libgcc directory to rtld-prefix search path
  - Mark support for lock elision as deprecated.
  - x86: Avoid vector/r16-r31 registers and memcpy/memset in mcount_internal
  - fstat: add test and documentation for an edge case.
  - fstatat: extend tests and documentation
  - elf: Restore support for _r_debug interpositions and copy relocations
  - elf: Introduce _dl_debug_change_state
  - elf: Introduce separate _r_debug_array variable
  - manual: Remove '.info' suffix in manual names passed to @ref [BZ #32962].
  - elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088]
  - stdlib: Fix __libc_message_impl iovec size (BZ 32947)
  - AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
  - malloc: Cleanup tcache_init()
  - malloc: replace instances of __builtin_expect with __glibc_unlikely
  - malloc: refactored aligned_OK and misaligned_chunk
  - elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload}
  - powerpc: Remove modf optimization
  - powerpc: Remove modff optimization
  - manual: Add missing free to open_memstream example [BZ #27866]
  - Linux: Convert '__close_nocancel_nostatus' to a standalone handler
  - Linux: Fix '__close_nocancel_nostatus' clobbering 'errno' [BZ #33035]
  - inet: Implement inet_ntoa on top of inet_ntop
  - resolv: Optimize inet_ntop
  - resolve: Proper indent resolv/inet_ntop.c
  - benchtests: Add IPv6 inet_ntop benchmark
  - benchtests: Add IPv4 inet_ntop benchmark
  - posix: Fix fnmatch build with gcc-16
  - powerpc: use .machine power10 in POWER10 assembler sources
* Sun Jun 22 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-20
  - Remove glibc-rh2368545.patch, applied upstream.
  - Auto-sync with upstream branch master,
    commit b3b0d0308c95d213f019b19c33abf1b06911f528:
  - i386: Update ___tls_get_addr to preserve vector registers
  - manual: Clarify renameat documentation
  - posix: Add nonnull attribute to glob_pattern_p.
  - math: Simplify and optimize modf implementation
  - math: Simplify and optimize modff implementation
  - AArch64: Improve codegen SVE log1p helper
  - AArch64: Optimise SVE FP64 Hyperbolics
  - AArch64: Optimize SVE exp functions
  - Fix termios related targets
  - malloc: Cleanup _mid_memalign
  - aarch64: simplify calls to __libc_arm_za_disable in assembly
  - aarch64: GCS: use internal struct in __alloc_gcs
  - powerpc: Remove assembler workarounds
  - malloc: Fix tests-malloc-largetcache tests
  - Add TCPI_OPT_USEC_TS from Linux 6.14 and TCPI_OPT_TFO_CHILD from 6.15 to netinet/tcp.h.
  - linux/termios: regression test for termios speed functions
  - include/array_length.h: add array_foreach[_const] macros
  - termios: unify the naming of the termios speed fields
  - termios: add new baud_t interface, defined to be explicitly numeric
  - manual: document all the termios Bxxx constants in the manual
  - termios: merge the termios baud definitions
  - hurd+generic/termios: make speed_t an unsigned int
  - termios: change the generic cfsetspeed() to support arbitrary speeds
  - hurd/termios: remove USE_OLD_TTY
  - linux: implement arbitrary and split speeds in termios
  - linux/termios/powerpc: deal with powerpc-unique ioctl emulation
  - linux/ioctls: use <linux/sockios.h> for sockios ioctls
  - io: replace local_isatty() with a proper function __isatty_nostatus()
  - termios: make __tcsetattr() the internal interface
* Fri Jun 20 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-19
  - Remove glibc-fedora-manual-dircategory.patch (#2252409)
* Fri Jun 20 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-18
  - Remove glibc-fedora-linux-tcsetattr.patch (#2252406)
* Thu Jun 19 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-17
  - langpacks: Use symlinks for LC_NAME, LC_NUMERIC files if possible (RHEL-97433)
* Tue Jun 17 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-16
  - Replace glibc-rh2368545.patch with upstream fix under review.
  - Auto-sync with upstream branch master,
    commit d1b27eeda3d92f33314e93537437cab11ddf4777:
  - malloc: Sort tests-exclude-largetcache in Makefile
  - ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE-2025-5702)
  - ppc64le: Revert "powerpc : Add optimized memchr for POWER10" (Bug 33059)
  - ppc64le: Revert "powerpc: Fix performance issues of strcmp power10" (CVE-2025-5702)
  - ppc64le: Revert "powerpc: Optimized strncmp for power10" (CVE-2025-5745)
  - malloc: add testing for large tcache support
  - malloc: add tcache support for large chunk caching
  - Always check lockf64 return value
  - elf: Add optimization barrier for __ehdr_start and _end
  - htl: move pthread_key_*, pthread_get/setspecific
  - elf: Remove the unused _etext declaration
  - io: Mark lockf() __wur [BZ #32800]
  - benchtests: Improve modf benchtest
  - benchtests: Add modff benchtest
  - riscv: Correct __riscv_hwprobe function prototype [BZ #32932]
  - resolv: Add test for getaddrinfo returning FQDN in ai_canonname
  - aarch64: fix typo in sysdeps/aarch64/Makefile
  - Advisory text for CVE-2025-5745
  - Advisory text for CVE-2025-5702
  - hurd: Make __getrandom_early_init call __mach_init
  - x86: Avoid GLRO(dl_x86_cpu_features)
  - manual: Add a comparative example of 'clock_nanosleep' use
  - AArch64: Fix builderror with GCC 12.1/12.2
  - Linux: Drop obsolete kernel support with `if_nameindex' and `if_nametoindex'
  - aarch64: add __ifunc_hwcap function to be used in ifunc resolvers
  - aarch64: add support for hwcap3,4
  - manual: Document futimens and utimensat
  - manual: Document unlinkat
  - manual: Document renameat
  - manual: Document mkdirat
  - manual: Document faccessat
  - manual: Expand Descriptor-Relative Access section
  - Makefile: Avoid $(objpfx)/ in makefiles
  - manual: Document error codes missing for 'inet_pton'
  - manual: Document error codes missing for 'if_nametoindex'
  - manual: Document error codes missing for 'if_indextoname'
  - posix: fix building regex when _LIBC isn't defined
  - localedata: Use the name North Macedonia.
  - malloc: Count tcache entries downwards
  - sparc: Fix argument passing to __libc_start_main (BZ 32981)
  - localedata: Refer to Eswatini instead of Swaziland.
  - sigaction: don't sign-extend sa_flags
  - stdio-common: Add nonnull attribute to stdio_ext.h functions.
  - elf: Fix UB on _dl_map_object_from_fd
  - argp: Fix shift bug
  - math: Remove i386 ilogb/ilogbf/llogb/llogbf
  - math: Optimize float ilogb/llogb
  - math: Remove UB and optimize double ilogbf
  - math: Optimize double ilogb/llogb
  - math: Remove UB and optimize double ilogb
  - manual: Correct return value description of 'clock_nanosleep'
  - nss: free dynarray buffer after parsing nsswitch.conf
  - manual: Document clock_nanosleep
  - manual: Fix invalid 'illegal' usage with 'nanosleep'
  - manual: Fix duplicate 'consult' erratum
  - localedata: Correct Persian collation rules description
  - stdio-common: Correct 'sscanf' test feature wrapper description
  - manual: Document error codes missing for 'inet_ntop'
  - manual: Document error codes missing for 'socket'
  - stdio-common: Consistently use 'num_digits_len' in 'vfscanf'
  - Update syscall lists for Linux 6.15
  - AArch64: Improve enabling of SVE for libmvec
  - AArch64: Improve codegen in SVE log1p
  - Use Linux 6.15 in build-many-glibcs.py
  - manual: mention PKEY_UNRESTRICTED macro in the manual
  - linux: use PKEY_UNRESTRICTED macro in tst-pkey
  - misc: add PKEY_UNRESTRICTED macro
  - generic: Add missing parameter name to __getrandom_early_init
  - hurd: Avoid -Wfree-labels warning in _hurd_intr_rpc_mach_msg
  - Update RISC-V relocations
  - malloc: Fix malloc init order
  - Move C warning flags from +gccwarn to +gccwarn-c
  - doc: Add missing space in documentation of __TIMESIZE
  - doc: Fix typos in documentation of _TIME_BITS
  - Fix comment typo in libc-symbols.h
  - Turn on -Wmissing-parameter-name by default if available
  - manual: Document getopt_long_only with single letter options (bug 32980)
* Fri May 30 2025 Florian Weimer  <fweimer@redhat.com> - 2.41.9000-15
  - malloc: Revert to the glibc-2.41.9000-6.fc43 version (#2368545)
* Mon May 26 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-14
  - Remove glibc-configure-disable-libsupport.patch, solved with
    upstream commit be61b9493d38032519e596f282f9695667402c8d
    ("support: Use unwinder in links-dso-program-c only with libgcc_s").
  - Fix regression malloc initialization (#2368545)
  - Auto-sync with upstream branch master,
    commit 4f4c4fcde76aedc1f5362a51d98ebb57a28fbce9:
  - Turn on -Wfree-labels by default if available
  - S390: Use cfi_val_offset instead of cfi_escape. 31bit part
  - libmvec: Add inputs for asinpi(f), acospi(f), atanpi(f) and atan2pi(f)
  - INSTALL: Regenerate with texinfo 7.2
  - Fix error reporting (false negatives) in SGID tests
  - manual: Use more inclusive language in comments.
  - Makerules: Use 'original' instead of 'master' in source.
  - gen-libm-test: Use 'original source' instead of 'master' in code.
  - nss_test1: Use 'parametrized template' instead of 'master' in comment.
  - linknamespace: Use 'ALLOWLIST' instead of 'WHITELIST' in code.
  - posix: Use more inclusive language in test data.
  - pylintrc: Remove obsolete ignore section and comments.
  - support: Pick group in support_capture_subprogram_self_sgid if UID == 0
  - ldbl-128: also disable lgammaf128_r builtin when building lgammal_r
  - elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)
  - x86_64: Fix typo in ifunc-impl-list.c.
  - elf: Test case for bug 32976 (CVE-2025-4802)
  - support: Use const char * argument in support_capture_subprogram_self_sgid
  - AArch64: Fix typo in math-vector.h
  - Fix typos in ldbl-opt makefile
  - AArch64: Cleanup SVE config and defines
  - AArch64: Cleanup PAC and BTI
  - AArch64: Implement AdvSIMD and SVE atan2pi/f
  - AArch64: Implement AdvSIMD and SVE atanpi/f
  - AArch64: Implement AdvSIMD and SVE asinpi/f
  - AArch64: Implement AdvSIMD and SVE acospi/f
  - AArch64: Optimize inverse trig functions
  - Document CVE-2025-4802.
  - ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483)
  - Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower}
  - Optimize __libc_tsd_* thread variable access
  - Remove <libc-tsd.h>
  - manual: add sched_getcpu()
  - manual: Clarifications for listing directories
  - manual: add remaining CPU_* macros
  - powerpc: Remove check for -mabi=ibmlongdouble
  - aarch64: update tests for SME
  - aarch64: Disable ZA state of SME in setjmp and sigsetjmp
  - benchtest: malloc tcache hotpath benchtest
  - Implement C23 rootn.
  - malloc: Improve performance of __libc_calloc
  - S390: Use cfi_val_offset instead of cfi_escape.
  - powerpc64le: Remove configure check for objcopy >= 2.26.
  - Raise the minimum binutils version to 2.39
* Tue May 13 2025 DJ Delorie <dj@redhat.com> - 2.41.9000-13
  - Auto-sync with upstream branch master,
    commit ad966bc4efd9e69cbbda2073121cc68f1deb9588.
  - added benchtest inputs for log2l
  - added benchtest inputs for expl
  - aarch64: fix unwinding in longjmp
  - added benchtest inputs for powl
  - added benchtest inputs for fmal
  - manual: fix typo for sched_[sg]etattr
  - malloc: Improve malloc initialization
  - Document all CLOCK_* values
  - malloc: Improved double free detection in the tcache
  - Correct spelling mistake in test file
  - hurd: Make rename refuse trailing slashes [BZ #32570]
  - Implement C23 compoundn
  - hurd: Fix tst-stack2 test build on Hurd
  - nss: remove undefined behavior and optimize getaddrinfo
  - powerpc: Remove POWER7 strncasecmp optimization
  - manual: add more pthread functions
  - S390: Add new s390 platform z17.
  - Correct test descriptors in libm-test-pown.inc
  - malloc: Inline tcache_try_malloc
* Thu May 01 2025 Patsy Griffin <patsy@redhat.com> - 2.41.9000-12
  - Auto-sync with upstream branch master,
    commit 84977600dace5a7cfcb0918e6757939fd4969839:
  - math: Fix UB on sinpif (BZ 32925)
  - math: Fix UB on erfcf (BZ 32924)
  - math: Fix UB on cospif (BZ 32923)
  - math: Fix UB on cbrtf (BZ 32922)
  - math: Fix UB on sinhf (BZ 32921)
  - math: Fix UB on logf (BZ 32920)
  - math: Fix UB on coshf (BZ 32919)
  - math: Fix UB on atanhf (BZ 32918)
  - nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)
  - RISC-V: Use builtin for ffs and ffsll while supported extension available
  - stdio: Remove UB on printf_fp
  - benchtest: Correct shell script related to bench-malloc-thread
* Fri Apr 25 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-11
  - Auto-sync with upstream branch master,
    commit e04afb71771710cdc6025fe95908f5f17de7b72d:
  - linux/termio: remove <termio.h> and struct termio
  - elf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882]
  - Add NT_ARM_GCS and NT_RISCV_TAGGED_ADDR_CTRL from Linux 6.13 to elf.h
  - Add AT_* constants from Linux 6.12
  - malloc: move tcache_init out of hot tcache paths
  - aarch64: Add back non-temporal load/stores from oryon-1's memset
  - aarch64: Add back non-temporal load/stores from oryon-1's memcpy
  - malloc: Use tailcalls in __libc_free
  - malloc: Inline tcache_free
  - malloc: Improve free checks
  - malloc: Inline _int_free_check
  - malloc: Inline _int_free
  - malloc: Move mmap code out of __libc_free hotpath
  - manual/tunables: fix a trivial typo
  - Fix spelling mistake "trucate" -> "truncate"
  - Fix spelling mistake "suports" -> "supports"
  - Fix spelling mistake "succsefully" -> "successfully"
  - manual: Mention POSIX-1.2024 requires time_t to be 64 bit or wider.
  - manual: Update standardization of getline and getdelim [BZ #32830]
  - libio: Add test case for fflush
* Mon Apr 14 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-10
  - Auto-sync with upstream branch master,
    commit 7b47b3dd214c8ff2c699f13efe5533941be53635:
  - libio: Synthesize ESPIPE error if lseek returns 0 after reading bytes
  - x86: Detect Intel Diamond Rapids
  - x86: Handle unknown Intel processor with default tuning
  - conform: Add initial support for C23.
  - x86: Add ARL/PTL/CWF model detection support
  - timezone: Enhance tst-bz28707 diagnostics
  - powerpc: Remove relocation cache flush code for power64
* Wed Apr 09 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-9
  - Auto-sync with upstream branch master,
    commit 63c99cd50bc9c10f0692f7cb31f4c5f02ff526df:
  - math: Fix up THREEp96 constant in expf128 [BZ #32411]
  - elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)
  - stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabs
  - stdio-common: In tst-setvbuf2, close helper thread descriptor only if opened
  - Remove duplicates from binaries-shared-tests when creating make rules
  - x86: Optimize xstate size calculation
  - NEWS: update for GCC 12.1 requirement [BZ #32539]
* Thu Apr 03 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-8
  - Auto-sync with upstream branch master,
    aaf94ec804830e0e273cfb45d54f4a04ab778fe5:
  - stdio: fix hurd link for tst-setvbuf2
  - stdlib: Fix qsort memory leak if callback throws (BZ 32058)
  - sysdeps: powerpc: restore -mlong-double-128 check
  - stdio: Add more setvbuf tests
  - add ptmx support to test-container
  - Update syscall lists for Linux 6.14
  - x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread
  - elf: Fix tst-origin build when toolchain defaults to --as-needed (BZ 32823)
  - Raise the minimum GCC version to 12.1 [BZ #32539]
  - Fix typo in comment
  - manual: tidy the longopt.c example
  - manual: Document functions adopted by POSIX.1-2024.
  - aarch64: Fix _dl_tlsdesc_dynamic unwind for pac-ret (BZ 32612)
  - x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810)
  - x86: Skip XSAVE state size reset if ISA level requires XSAVE
  - malloc: Improve performance of __libc_malloc
  - stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]
  - stdio-common: Reject significand prefixes in scanf [BZ #12701]
  - stdio-common: Reject integer prefixes in scanf [BZ #12701]
  - stdio-common: Also reject exp char w/o significand in i18n scanf [BZ #13988]
  - stdio-common: Add tests for formatted vsscanf input specifiers
  - stdio-common: Add tests for formatted vfscanf input specifiers
  - stdio-common: Add tests for formatted vscanf input specifiers
  - stdio-common: Add tests for formatted sscanf input specifiers
  - stdio-common: Add tests for formatted fscanf input specifiers
  - stdio-common: Add scanf long double data for Intel/Motorola 80-bit format
  - Implement C23 pown
  - support: Use unwinder in links-dso-program-c only with libgcc_s
  - malloc: Use __always_inline for simple functions
  - linux: Fix integer overflow warnings when including <sys/mount.h> [BZ #32708]
  - malloc: Use _int_free_chunk for remainders
  - Use MPFR 4.2.2 and Linux 6.14 in build-many-glibcs.py
  - stdio-common: Add scanf long double data for IBM 128-bit format
  - stdio-common: Add scanf long double data for IEEE 754 binary64 format
  - stdio-common: Add scanf long double data for IEEE 754 binary128 format
  - stdio-common: Add scanf double data for IEEE 754 binary64 format
  - stdio-common: Add scanf float data for IEEE 754 binary32 format
  - stdio-common: Add scanf integer data for LP64 targets
  - stdio-common: Add scanf integer data for ILP32 targets
  - stdio-common: Add tests for formatted scanf input specifiers
* Tue Apr 01 2025 Andrea Bolognani <abologna@redhat.com> - 2.41.9000-7
  - Update riscv64 handling (thanks David Abdurachmanov)
* Tue Mar 25 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-6
  - Add glibc-configure-disable-libsupport.patch and --disable-support
    to work around missing libgcc_s.so.1 in glibc32 build.
  - Auto-sync with upstream branch master,
    commit 0544df4f4a9c6ce72de589e95f5bdadce8f103d0:
  - mach: Use the host_get_time64 to replace the deprecated host_get_time for CLOCK_REALTIME when it's available
  - aio_suspend64: Fix clock discrepancy [BZ #32795]
  - Add _FORTIFY_SOURCE support for inet_pton
  - Prepare inet_pton to be fortified
  - Update kernel version to 6.13 in header constant tests
  - support: Link links-dso-program-c with libgcc_s only if available
  - elf: Use +nolink-deps to add make-only dependency for tst-origin
  - Makeconfig: Support $(+nolink-deps) in link flags
  - debug: Improve '%n' fortify detection (BZ 30932)
  - Remove eloop-threshold.h
  - malloc: missing initialization of tcache in _mid_memalign
  - support: Link links-dso-program-c against libgcc_s
  - Add _FORTIFY_SOURCE support for inet_ntop
  - Add missing guards in include/arpa/inet.h
  - Prepare inet_ntop to be fortified
* Thu Mar 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-5
  - Auto-sync with upstream branch master,
    commit c5113a838b28a8894da19794ca7a69c5ace959a3:
  - add inputs giving large errors for rsqrt
  - malloc: Improve csize2tidx
  - elf: Fix tst-origin make rules
  - AArch64: Optimize algorithm in users of SVE expf helper
  - malloc: Improve arena_for_chunk()
  - benchtests: Increase iterations of bench-malloc-simple
  - elf: Fix tst-origin make rules
  - htl: Make pthread_setcanceltype / state a cancellation point
* Fri Mar 14 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-4
  - Auto-sync with upstream branch master,
    commit 10af00f7a135c85796a9c4c75228358b8898da5c:
  - tst-fopen-threaded: Only check EOF for failing read
  - Implement C23 powr
  - x86_64: Add atanh with FMA
  - elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]
  - x86_64: Add sinh with FMA
  - benchtests: Remove wrong snippet from 360cce0b06
  - x86_64: Add tanh with FMA
  - nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782)
  - nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)
  - getaddrinfo.c: support MPTCP (BZ #29609)
  - math: Refactor how to use libm-test-ulps
  - Update syscall lists for Linux 6.13
  - Makefile: Clean up pthread_atfork integration
  - nptl: Include <stdbool.h> in tst-pthread_gettid_np.c
  - Linux: Add new test misc/tst-sched_setattr-thread
  - Linux: Remove attribute access from sched_getattr (bug 32781)
  - Linux: Add the pthread_gettid_np function (bug 27880)
  - elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor
  - s390x: Regenerate ULPs.
  - math: Remove an extra semicolon in math function declarations
  - nptl: extend test coverage for sched_yield
  - posix: Move environ helper variables next to environ definition (bug 32541)
  - Implement C23 rsqrt
* Fri Mar 07 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-3
  - Auto-sync with upstream branch master,
    commit ee3b1d15da412be19583085f81c220653b270c1f:
  - Use binutils 2.44 branch and Linux 6.13 in build-many-glibcs.py
  - elf: Fix handling of symbol versions which hash to zero (bug 29190)
  - configure: Fix spelling of -Wl,--no-error-execstack option
  - manual: Mark perror as MT-unsafe and update check-safety.sh
  - elf: Check if __attribute__ ((aligned (65536))) is supported
  - htl: Make __pthread_create_internal directly call __pthread_sigmask
  - htl: Make __pthread_sigmask directly call __sigthreadmask
  - hurd: Consolidate signal mask change
  - static-pie: Skip the empty PT_LOAD segment at offset 0 [BZ #32763]
  - sysdeps: linux: Add BTRFS_SUPER_MAGIC to pathconf
  - linux: Prefix AT_HWCAP with 0x on LD_SHOW_AUXV
  - Remove dl-procinfo.h
  - powerpc: Remove unused dl-procinfo.h
  - powerpc: Move cache geometry information to ld diagnostics
  - powerpc: Move AT_HWCAP descriptions to ld diagnostics
  - benchtests: Add random strlen benchmark
  - benchtests: Improve large memcpy/memset benchmarks
  - manual: Explain sched_yield semantics with different schedulers
  - Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]
  - malloc: Add integrity check to largebin nextsizes
  - libio: Clean up fputc/putc comments
  - htl: move pthread_once into libc
  - Remove unused dl-procinfo.h
  - LoongArch: Optimize f{max,min}imum_mag_num{,f}
  - LoongArch: Optimize f{max,min}imum_num{,f}
  - LoongArch: Optimize f{max,min}imum_mag{,f}
  - LoongArch: Optimize f{max,min}imum{,f}
  - AArch64: Use prefer_sve_ifuncs for SVE memset
  - sysdeps/ieee754: Fix remainder sign of zero for FE_DOWNWARD (BZ #32711)
  - math: Add optimization barrier to ensure a1 + u.d is not reused [BZ #30664]
  - RISC-V: Fix IFUNC resolver cannot access gp pointer
* Tue Feb 25 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-2
  - Auto-sync with upstream branch master,
    commit 935563754bb5e1f16b9edb392d6c80c6827ddfca:
  - AArch64: Remove LP64 and ILP32 ifdefs
  - AArch64: Simplify lrint
  - AArch64: Remove AARCH64_R macro
  - AArch64: Cleanup pointer mangling
  - AArch64: Remove PTR_REG defines
  - AArch64: Remove PTR_ARG/SIZE_ARG defines
  - stdlib: Add single-threaded fast path to rand()
  - Increase the amount of data tested in stdio-common/tst-fwrite-pipe.c
  - posix: Rewrite cpuset tests
  - support: Add support_next_to_fault_before support function
  - math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 (bug 32694)
  - nptl: clear the whole rseq area before registration
  - aarch64: Add GCS test with signal handler
  - aarch64: Add GCS tests for dlopen
  - aarch64: Add GCS tests for transitive dependencies
  - aarch64: Add tests for Guarded Control Stack
  - aarch64: Add configure checks for GCS support
* Thu Feb 20 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-1
  - Auto-sync with upstream branch master,
    commit 6d24313e4a4098f7c469e119784bfbbfdb1ec749.
  - manual: Mark setlogmask as AS-unsafe and AC-unsafe.
  - AArch64: Add SVE memset
  - x86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL compiler [BZ #32723]
  - manual: Document setlogmask as MT-safe.
  - math: Consolidate acosf and asinf internal tables
  - math: Consolidate acospif and asinpif internal tables
  - math: Consolidate cospif and sinpif internal tables
  - htl: don't export __pthread_default_rwlockattr anymore.
  - htl: move pthread_rwlock_init into libc.
  - htl: move pthread_rwlock_destroy into libc.
  - htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlock, clockwrlock} into libc.
  - htl: move pthread_rwlock_unlock into libc.
  - htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.
  - htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into libc.
  - htl: move pthread_rwlockattr_destroy into libc.
  - htl: move pthread_rwlockattr_init into libc.
  - htl: move __pthread_default_rwlockattr into libc.
  - Fix tst-aarch64-pkey to handle ENOSPC as not supported
  - Increase the amount of data tested in stdio-common/tst-fwrite-bz29459.c
  - elf: Keep using minimal malloc after early DTV resize (bug 32412)
  - libio: Initialize _total_written for all kinds of streams
  - malloc: Add size check when moving fastbin->tcache
  - nss: Improve network number parsers (bz 32573, 32575)
  - nptl: Remove unused __g_refs comment.
  - advisories: Fix up GLIBC-SA-2025-0001
  - AArch64: Improve codegen for SVE powf
  - AArch64: Improve codegen for SVE pow
  - AArch64: Improve codegen for SVE erfcf
  - Aarch64: Improve codegen in SVE exp and users, and update expf_inline
  - Aarch64: Improve codegen in SVE asinh
  - math: Improve layout of exp/exp10 data
  - assert: Add test for CVE-2025-0395
  - math: Consolidate coshf and sinhf internal tables
  - math: Consolidate acoshf and asinhf internal tables
  - math: Use tanpif from CORE-MATH
  - math: Use sinpif from CORE-MATH
  - math: Use cospif from CORE-MATH
  - math: Use atanpif from CORE-MATH
  - math: Use atan2pif from CORE-MATH
  - math: Use asinpif from CORE-MATH
  - math: Use acospif from CORE-MATH
  - benchtests: Add tanpif
  - benchtests: Add sinpif
  - benchtests: Add cospif
  - benchtests: Add atanpif
  - benchtests: Add atan2pif
  - benchtests: Add asinpif
  - benchtests: Add acospif
  - hurd: Replace char foo[1024] with string_t
  - hurd: Drop useless buffer initialization in ttyname*
  - mig_strncpy: ensure destination string is null terminated
  - htl: stop exporting __pthread_default_barrierattr.
  - htl: move pthread_barrier_wait into libc.
  - htl: move pthread_barrier_init into libc.
  - htl: move pthread_barrier_destroy into libc.
  - htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into libc.
  - htl: move pthread_barrierattr_init into libc.
  - htl: move pthread_barrierattr_destroy into libc.
  - htl: move __pthread_default_barrierattr into libc.
  - manual: Update signal descriptions
  - libio: Replace __LP64__ with __WORDSIZE
  - powerpc64le: Also avoid IFUNC for __mempcpy
  - elf: Build dl-tls.o with early startup symbol redirections
  - manual: make @manpageurl more specific to each output
  - math: Fix tanf for some inputs (BZ 32630)
  - elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen
  - elf: Add fast path to dlopen for fully-opened maps
  - elf: Determine the caller link map in _dl_open
  - elf: Merge __dl_libc_freemem into __rtld_libc_freeres
  - elf: Add l_soname accessor function for DT_SONAME values
  - elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object
  - hurd: Use the new __proc_reauthenticate_complete protocol
  - elf: Do not add a copy of _dl_find_object to libc.so
  - htl: move pthread_setcancelstate into libc.
  - math: Fix sinhf for some inputs (BZ 32627)
  - math: Fix log10p1f internal table value (BZ 32626)
  - manual: Safety annotations for timespec_get and timespec_getres
  - sh: Fix tst-guard1 build
  - manual: Add links to POSIX Semaphores man-pages documentation
  - manual: Consolidate POSIX Semaphores docs in Threads chapter
  - ld.so: Decorate BSS mappings
  - nptl: Add support for setup guard pages with MADV_GUARD_INSTALL
  - nptl: Correct stack size attribute when stack grows up [BZ #32574]
  - manual: Update compatibility note on flushing of line-oriented files
  - htl: move pthread_setcanceltype into libc.
  - htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.
  - htl: move pthread_mutex_destroy into libc.
  - htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc
  - htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}
  - htl: move pthread_mutex_init into libc.
  - htl: remove leftover for pthread_mutexattr_settype
  - Add test of input file flushing / offset issues
  - Fix fflush handling for mmap files after ungetc (bug 32535)
  - Fix fseek handling for mmap files after ungetc or fflush (bug 32529)
  - Make fflush (NULL) flush input files (bug 32369)
  - Make fclose seek input file to right offset (bug 12724)
  - Fix fflush after ungetc on input file (bug 5994)
  - libio: Add a new fwrite test that evaluates partial writes
  - libio: Start to return errors when flushing fwrite's buffer [BZ #29459]
  - Add new tests for fopen
  - Increase version to 2.41.9000, add new section to NEWS
  - Create ChangeLog.old/ChangeLog.30
  - Bump version to 2.41

Files

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/973f0d5351356da67fcf1e0bdc6482ad423101
/usr/lib/.build-id/00/9ee4156c0d2d64bde6e56042f04febbdfedb90
/usr/lib/.build-id/00/de09029062d1913bd980eb2a9b79fe32be0e97
/usr/lib/.build-id/05
/usr/lib/.build-id/05/2678684d1e4d8e2799c12b813fa8a0a7bb8cca
/usr/lib/.build-id/05/4bbe2ab567f63069c73136debd4dfcf4f42ad3
/usr/lib/.build-id/05/cff30117a0f55aefbda7a7f85e6fd28c347647
/usr/lib/.build-id/07
/usr/lib/.build-id/07/4c59d9b1e81a49b8cfe29467b217171a8ba4d3
/usr/lib/.build-id/07/a4888de78997c387655373870ef4465cc9c272
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/9890c359b084a24458c24c402f41f676af1702
/usr/lib/.build-id/0e
/usr/lib/.build-id/0e/7681ccd1b97fcd72fcd3c628ef9e9a5405aaad
/usr/lib/.build-id/0e/d46bdc7d72687dd39abe0789317a52b13e29d1
/usr/lib/.build-id/0f
/usr/lib/.build-id/0f/04081e986bffbf7042dcc023f277cdf7a5962b
/usr/lib/.build-id/0f/2a9f81028e1c7751db5893a6438862ac434b98
/usr/lib/.build-id/10
/usr/lib/.build-id/10/42ea41be6211de25235ff2dd5c929ab27743f2
/usr/lib/.build-id/12
/usr/lib/.build-id/12/7fded67576a6b8ab5cefb67957b52b799bd796
/usr/lib/.build-id/12/d59a226f71136063ff628765bc7857b6db100f
/usr/lib/.build-id/14
/usr/lib/.build-id/14/1e4bb40cab9d98b741757891b4b6b8190217f3
/usr/lib/.build-id/15
/usr/lib/.build-id/15/2e964ccf90aba67d89dfab07f9e7e8fd81cd22
/usr/lib/.build-id/17
/usr/lib/.build-id/17/47f4cc8b03faaf9e4f0d7e0ca613eceb70e39e
/usr/lib/.build-id/17/70f092570b4c608a73ff1b89c6f1035721b7ad
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/d28f862cc99be4c14f0aca670292bb0de68222
/usr/lib/.build-id/1c
/usr/lib/.build-id/1c/7d3f5a2c1d8ccea5b1e8dec0389838eecf6a1b
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/df170a65c90cf2117d3bd5189fb73ea8872ffd
/usr/lib/.build-id/1d/e2d721a38dc8fb59f31d7d3b62336fcfb865b4
/usr/lib/.build-id/1d/f3a4bedbd1decc3530af6d2f9040948a026c12
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/166679f4fb1621ab02cf83c3cdb7f8f82da848
/usr/lib/.build-id/20
/usr/lib/.build-id/20/8f8ebc078104e0ca7de9a76fa6494247fc91d0
/usr/lib/.build-id/21
/usr/lib/.build-id/21/322632bb45b2a180e6438777951c9696f0f541
/usr/lib/.build-id/21/636aec46e54cc668572e079bb422b3fde09aa8
/usr/lib/.build-id/21/7629f930eca1192c99ef9f559fa3e4cf5a234d
/usr/lib/.build-id/21/96fa385d3d930f51c9d191844ffca2975e37cd
/usr/lib/.build-id/22
/usr/lib/.build-id/22/a99b2889d204c023eeab44cd14a1ffbe3a6666
/usr/lib/.build-id/28
/usr/lib/.build-id/28/6c07236c5b0ad1586e84a84812f4c40621ebf4
/usr/lib/.build-id/2a
/usr/lib/.build-id/2a/27daa8bc800e80113e9e9f0eabfa0ee78a2589
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/39687e59deca8c3857cc16789036a76f112715
/usr/lib/.build-id/2b/c83bba91ff9e41894fe28dae49f2d8f86809d8
/usr/lib/.build-id/2c
/usr/lib/.build-id/2c/31ac62036c1344104bca46e9b78a09af34e002
/usr/lib/.build-id/2c/45e6c2888640c8b3abf23611c3ee948453f72e
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/674c4c168f32370f4c7729a7772fd5efe76256
/usr/lib/.build-id/2e/94a8c210b17760cb6cb006b98c2a0e37da4801
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/3cef0864c9edb37655ba6400f0243fbcb1f225
/usr/lib/.build-id/2f/76001c216cf0d495b5e89439a9d4182558220d
/usr/lib/.build-id/2f/b87d09540935e92a73d9d52c376a9ff18d0691
/usr/lib/.build-id/2f/f476e4af2793597d28a37ed86f4340627861e9
/usr/lib/.build-id/30
/usr/lib/.build-id/30/6576adb3e7005a6191ad7e68af058725f3d70f
/usr/lib/.build-id/38
/usr/lib/.build-id/38/f55ad0c825e81c70c81a45988bb979717dd810
/usr/lib/.build-id/39
/usr/lib/.build-id/39/27c59d782370d02f282c9d3df960a4f8ff7761
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/6a24d8e8bb6f70445d913f59363a0cb737c701
/usr/lib/.build-id/3a/bc8d8fc3c8adde19c53cf63ee90ac2499e4763
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/1806c7ded5a6fbc72a130e22fafb6c987bce71
/usr/lib/.build-id/3b/be9abd8790a34bc969f2adea8ddb9c568269be
/usr/lib/.build-id/3b/f14bf332aa480f37016f583285e711edb966dd
/usr/lib/.build-id/3c/4512ba91b7c43298f515f607805b0b7fa53023
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/ce890e2ac480f5309f69f96e25dfa1d2404e2a
/usr/lib/.build-id/3e/47e4d15afd0689aa10049603cddfe16c237cdb
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/046ba839a1c71999b88879a3e3fbcb9badc24b
/usr/lib/.build-id/40/09ba5dcc7769e109b13f1334c661c9366cf872
/usr/lib/.build-id/40/ec4e1cdea8c8ac881e576d1abbfa8247568a2b
/usr/lib/.build-id/43/ce9965492be4adcfd305e100b184400e113f46
/usr/lib/.build-id/44
/usr/lib/.build-id/44/5d77d4508cc29e586e7a81179b6a2606d232c9
/usr/lib/.build-id/46
/usr/lib/.build-id/46/0e2b1e25a16f0b8c6ad6690ec739a8dd905e3f
/usr/lib/.build-id/47
/usr/lib/.build-id/47/1b621db77287e0eed5dbda55f3c630f9226c46
/usr/lib/.build-id/48
/usr/lib/.build-id/48/07ebe2b9314ebd78998aebe9fe2957026833e8
/usr/lib/.build-id/48/0b27e8bdab99776ed174a0697c6977477bea94
/usr/lib/.build-id/49
/usr/lib/.build-id/49/8b22b17503b60740492d4352d6209d40b47f2c
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/c0fa422257238d52b59988d8b030530c11dd4f
/usr/lib/.build-id/4b/55ddd8592c1b09a187527a8adceff2632a89c6
/usr/lib/.build-id/4b/e2e3507a59d8ee8f96b3083f61dff85820d721
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/11a72dc5d49a2425c38ad1f1303452644dabb7
/usr/lib/.build-id/4c/9ae34ce26fe66b9a6fa8a3b16a9758565ad716
/usr/lib/.build-id/4c/a1e663ae723246d6e9c84ec708e330daab48fe
/usr/lib/.build-id/4d
/usr/lib/.build-id/4d/caaa3a123855538b3546d0c6a01780e6223728
/usr/lib/.build-id/4d/ef614dff37b9d37b80595eade27487176ddf64
/usr/lib/.build-id/4e/0c55591d30788949d4862a257c29d61844fbfa
/usr/lib/.build-id/4e/5c6073a10715987be67f8b9f1b60d7654ef179
/usr/lib/.build-id/4f
/usr/lib/.build-id/4f/988f4aeea5bd9fc824426e83560d399dd640ad
/usr/lib/.build-id/4f/cd0212e22405570148d92615bcb2c37f8901d2
/usr/lib/.build-id/50
/usr/lib/.build-id/50/fb8df415320b955f4d653a4df9943cdb18ca9a
/usr/lib/.build-id/52
/usr/lib/.build-id/52/3d698dd890aa8a05bacd4cbc5f7cc539555576
/usr/lib/.build-id/52/887526db7ffb7e404a5050ddec57c2dec7b9f4
/usr/lib/.build-id/52/9292e9cf9772ae7a44c47588a7fb124ade335f
/usr/lib/.build-id/52/d8b004e1a68966c2b857908b98003603f91327
/usr/lib/.build-id/53
/usr/lib/.build-id/53/2b1a42bfaa8e4e564867b35bc857a0eb9b093f
/usr/lib/.build-id/54/0aa0d360073e59560fa24910f7eaa0c7e86f42
/usr/lib/.build-id/54/0d52ca720eabd44464b8b2ce94198fb029369f
/usr/lib/.build-id/55/98bcb647ecad8c46e57801dbf860603093f5d3
/usr/lib/.build-id/56
/usr/lib/.build-id/56/765eb22447421be131c208be626c59206b99bc
/usr/lib/.build-id/58
/usr/lib/.build-id/58/5e38df9c874568afd9425a7d2529cb9d8d2f75
/usr/lib/.build-id/59
/usr/lib/.build-id/59/ae3e8addc0ffd90a1ff4191d2f67a6c2a8e2ed
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/6023328f167d5f45a786d706eecd5fa7ab245c
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/139c372b3d08adbf26b9033352fbe2a4935ef3
/usr/lib/.build-id/5d/1febf882b364010624726b33a3f37cbdbb4c11
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/5b43ebc925df0f0b61cbe7e476ead7649af528
/usr/lib/.build-id/60
/usr/lib/.build-id/60/662262340b03307cc00e8eaf93b4bf722fda7f
/usr/lib/.build-id/65
/usr/lib/.build-id/65/8e112fca516f601b960089bae90e18a6836fa8
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/c7c582a42995eb10636afec1efff166920e72f
/usr/lib/.build-id/6b
/usr/lib/.build-id/6b/4021f0d2dbd7ac75e9f8a5fb142a236678a8a9
/usr/lib/.build-id/6b/87c4f451eab0b3be5725ff573b8c02fae0f65e
/usr/lib/.build-id/70
/usr/lib/.build-id/70/43c3ac39c4305b84c53fe46918600a5497e2c8
/usr/lib/.build-id/70/ae7e83173882a0a2d6564fa6c7948c02c1a307
/usr/lib/.build-id/72
/usr/lib/.build-id/72/284f0d5b77e77b5661d5c94f586ab1de3d27c8
/usr/lib/.build-id/72/519fb0e371fc6bba4f5f792ae9712ef1d881ce
/usr/lib/.build-id/72/a3c7d83f4ca45e744f223c061b0e598044760e
/usr/lib/.build-id/73
/usr/lib/.build-id/73/cdf0f7a75f53cd4888e5d0c3285f3940b0efdb
/usr/lib/.build-id/74
/usr/lib/.build-id/74/57f43f23ac4c5d5282f597148ab54bb1b2b4fb
/usr/lib/.build-id/75
/usr/lib/.build-id/75/bb720b66e17618d354ccbfc7103f7e62897439
/usr/lib/.build-id/76
/usr/lib/.build-id/76/edd21f11c75ea58c9adaa3a82aba166df15417
/usr/lib/.build-id/78/91585a1b4d2a99dbff91ed029a903e84e923fd
/usr/lib/.build-id/79
/usr/lib/.build-id/79/98a81e00b2c6121ba5e1645cb6d899b807dd59
/usr/lib/.build-id/79/e924fc1f3056731455594d77737de05bf1ea31
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/0066b54ddb781cf8cbc3a2fc845e3e7433f632
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/dffc68a129c0f2a3a47e3cdd4b29bd74df0853
/usr/lib/.build-id/7c/fb7418d9ed7c38414a561bbf73ef03a15bd605
/usr/lib/.build-id/7d
/usr/lib/.build-id/7d/ac75a2ce64c6821ebba387ef087d0cace758e3
/usr/lib/.build-id/7f
/usr/lib/.build-id/7f/c02595a5a8c5e2ea9d1f54aa412e07d0e743de
/usr/lib/.build-id/7f/ef6ac9098085ca471799d81a79a074363adee7
/usr/lib/.build-id/81/1f3dc79704e561c3b96baab469a3b11ab41005
/usr/lib/.build-id/84/39335e5bc4bd744f0357f852bbc4a22ccdc806
/usr/lib/.build-id/84/8348f8465ad1da36c156a73593f5be9c5d363c
/usr/lib/.build-id/85
/usr/lib/.build-id/85/2514d71e5a18220d88eee3d2b58123b085068d
/usr/lib/.build-id/85/2ca6e38ad240f9211c8a4a87ee208ea586042d
/usr/lib/.build-id/87
/usr/lib/.build-id/87/692ebb8e86c51a155e2b512aada0d826962f64
/usr/lib/.build-id/87/b4591689bb6f412c5678c6946fdc173ebe6938
/usr/lib/.build-id/89
/usr/lib/.build-id/89/c6aeae92f276a367cde672b77b7a5fa95dcdf4
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/69dd39b1e880b6000c8d8b2dc2c3fc77724e44
/usr/lib/.build-id/8a/9cc154d589bbcfecca14997c6a1e9d06be7518
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/0a96a9de8b42bf47acd134ce0a8900590396f2
/usr/lib/.build-id/8c/86143ee3ea13c88b56a363c753a42784b5ac1f
/usr/lib/.build-id/8e/7388c37ce1839c4bcf40f309d19f7d35242251
/usr/lib/.build-id/8f
/usr/lib/.build-id/8f/8b12795d03624c27bb5cc36c9bf0290fcac475
/usr/lib/.build-id/8f/eef49310c3cdf2c29aeb2c5bc886fb4ddcfe59
/usr/lib/.build-id/90
/usr/lib/.build-id/90/abde98d47fe7dbdd342ad9b565a478fce332df
/usr/lib/.build-id/91
/usr/lib/.build-id/91/ee1666bb56c5498e7fadb665378229d0b593de
/usr/lib/.build-id/92
/usr/lib/.build-id/92/421cf6a678e95fa7a4438aeb144749fb1c6587
/usr/lib/.build-id/93
/usr/lib/.build-id/93/7820656640f4194d7de67bb0c46867e8b7f7ea
/usr/lib/.build-id/94
/usr/lib/.build-id/94/56ef0db4feca978840898fc34610490af72116
/usr/lib/.build-id/97
/usr/lib/.build-id/97/f709aa1d8ab6905ecfea0a4c9b7df4d933b9f4
/usr/lib/.build-id/98
/usr/lib/.build-id/98/c3c88f6143dcefc61990649cbf83c2fac305d6
/usr/lib/.build-id/99
/usr/lib/.build-id/99/6bcdd21f7858e0863cc5ea59d931ce15d1e3e0
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/4acffdb7d6eb01d0680915c3cf6de0a2da37a7
/usr/lib/.build-id/9a/e7ab071ef8d0e9eed4919066640754061f1a8f
/usr/lib/.build-id/9b
/usr/lib/.build-id/9b/8e4cb210f980e70459a825f2e3c01cf5736388
/usr/lib/.build-id/9c/21b3a86e69d7e751fd13fe9f2b194ecff5f821
/usr/lib/.build-id/9d
/usr/lib/.build-id/9d/85aaba9824015cb87443bf9c9d864d02f46dc2
/usr/lib/.build-id/9d/8cabaca3f9da4a1809691614cb545663c95c4d
/usr/lib/.build-id/9d/a66c04fd23a68fec56a5a0aa3f8a9510c73038
/usr/lib/.build-id/9e
/usr/lib/.build-id/9e/174c4888b0164d748ede48fec7360467fa0bba
/usr/lib/.build-id/9e/4353775abc726530998d332e19b47a9924dabe
/usr/lib/.build-id/9e/5d35e9c0917ced715e7c514f5a1750750d0e0b
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/069606f79d16d8d20d933e4ab7b4faf7ccae2e
/usr/lib/.build-id/9f/76c572d4f3cd3a37e5ef38097abfaf4ba76f1f
/usr/lib/.build-id/a1
/usr/lib/.build-id/a1/2b93c3044aac6b7cc0f72420c1d99c9ab6d432
/usr/lib/.build-id/a1/5f120f5ef7315d76a885ab0967e63d6be1bf67
/usr/lib/.build-id/a1/dee2f4a6afa0798722b5cf9cfe47a690b03f97
/usr/lib/.build-id/a3
/usr/lib/.build-id/a3/7fbf7a77f2edf673a5dc30161c7076f79cb408
/usr/lib/.build-id/a4
/usr/lib/.build-id/a4/056c54fa981e519da5193ee4f440cbe2fb5925
/usr/lib/.build-id/a4/bd63f3988ac0677c2387596717594537c36f1b
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/b4f8aa67e7d0540df68567b5c25ac4822a3e23
/usr/lib/.build-id/a6/f2a1a6dd492c5e525b7df72855ae5ec79c23fc
/usr/lib/.build-id/a7
/usr/lib/.build-id/a7/4b5d2ddfd140dffb96521479fe2c809574a37d
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/065c77c2c9adba868b186778fa87b0899076b1
/usr/lib/.build-id/a9/ade514b8aa8813ddcfe2ec1b945ea1169612a4
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/c3cc76df7820f915b7cb6f92734508b874092c
/usr/lib/.build-id/aa/cc8e6e3157e6121eaf9fa21549e71d650b0f83
/usr/lib/.build-id/ac
/usr/lib/.build-id/ac/f62e5769911dad3963cd10905d159423784a56
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/624be8c37b50992a631b844a732698078f14fe
/usr/lib/.build-id/ae
/usr/lib/.build-id/ae/520d05c16ea15b131ca0636220dd10b06b42d3
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/e19a19d6c38b18eed7a9f442cd6bf0563e66d0
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/96e751d35629c5e23932dbed3308b692d1aa1a
/usr/lib/.build-id/b3/deeb3e448617072a6e5ccb8e1a01f20a4325e0
/usr/lib/.build-id/b3/fe1997eef8b89767c7e50eaecb12d8797c003f
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/fb55823a3ba365e5c47e651503f199912b36a4
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/0e248918198612b7c75ff4d3fdcd2f4c64cda3
/usr/lib/.build-id/b5/828b03691983caffe8845f27254f65f32ab40d
/usr/lib/.build-id/b7
/usr/lib/.build-id/b7/1b4879f779c769deba14ddeb5b322776a26f93
/usr/lib/.build-id/b7/8176936275d6b150959ecddd4b0452430e56ce
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/88e5957653a14b1bbe003bd57300981424a684
/usr/lib/.build-id/bb
/usr/lib/.build-id/bb/40e1234f13827ef37e548ad358eabc5b1abb57
/usr/lib/.build-id/bb/e10c27f544ab65fadc2b647e334ffb958c6486
/usr/lib/.build-id/bc/4080513501af24cdf4cd1bc0e393231ef72acc
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/44cd23cb6a52f1bcc16b9c4c3ebb27e30e36f3
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/0fd2642fbcfe61e5438249c72401b5493903b8
/usr/lib/.build-id/c3/0ff76fe2cb9ebe9ccd1fe2c50760add3567814
/usr/lib/.build-id/c3/822c03724f9cabc9c0ab042c450b1662f3e078
/usr/lib/.build-id/c3/824754e054bcff198e1d19c6d092c1ad8bc4b2
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/6d5db85d201078410f134430b3b4623e52a0bf
/usr/lib/.build-id/c4/bcf3e074526f0c18a3e57c0f83acf78c3c15cf
/usr/lib/.build-id/c5/f0c29b4d90aaff831de0e5e90673c2bacf693b
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/c85a5ab4661c3e59dad05793ef877c949dcac9
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/5c6f3f2a28c1f8bebcabeccca4b01941d66abc
/usr/lib/.build-id/ca/4a6e1f49c30d56b2b756d2ff28bc6e36f86902
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/c74af2bb1a8be71418814409956333b0f64ff1
/usr/lib/.build-id/cd/ea53502717e53ca5ee9f442ec7ddc975d3e3fe
/usr/lib/.build-id/ce/1832915cd71684c0ddf3ae3a9ca76470f84421
/usr/lib/.build-id/ce/2ad788a582257ebe7d48cd0147af3c52e4997e
/usr/lib/.build-id/ce/688cccc7499b4f86a2219671a146d6d4cf927d
/usr/lib/.build-id/cf
/usr/lib/.build-id/cf/22736119fcecc190cc46eb7de0b1c8e85e8cc9
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/19637e81d88e4d42d269d8cb844da7c26db3ad
/usr/lib/.build-id/d0/298f2526e9410a73a40a427be3523bb94c3682
/usr/lib/.build-id/d0/f60673fae1d7dc3185f3f1b2bc2fb73a42899c
/usr/lib/.build-id/d1/ff9d223ef872ebcefb2ce489cc38c5567a5726
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/b154f47a078829e80989690ddbe8659a5ca4ad
/usr/lib/.build-id/d4/41a77d9bc3b64102708aca54915f7cf4a0ce22
/usr/lib/.build-id/d5/bb63f46cedd7b8180fabe2097e63a8a799abb1
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/b864d12631d8015ee7d1ccc8aad5df83cc9442
/usr/lib/.build-id/da
/usr/lib/.build-id/da/8ad05832578a524527329071e2728e5c74c20e
/usr/lib/.build-id/db
/usr/lib/.build-id/db/7d2f327826a419f097adbcaacee6b901c3c751
/usr/lib/.build-id/db/eac6826178594a5763e0b699535656de2e8f35
/usr/lib/.build-id/dd/dcc2fda00f878b536afa637ca39e8781b9ffcb
/usr/lib/.build-id/de
/usr/lib/.build-id/de/1c1379e27208a0816d195976ac86969a108c37
/usr/lib/.build-id/df
/usr/lib/.build-id/df/c5b75a4719822969424be75f3934a8affc1928
/usr/lib/.build-id/e0/32f38404cb4531e715e4b8e467d99e72cbe146
/usr/lib/.build-id/e1
/usr/lib/.build-id/e1/a14cddbebe74b67cb631d2c8f29eb62ca20894
/usr/lib/.build-id/e2
/usr/lib/.build-id/e2/e156b7bd52028dae58c000f9bd017ab34688fd
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/d8da927586dfc5097211cbf48e9f69c6419cb6
/usr/lib/.build-id/e4/ed044d3a832f44adfe94dec01ad3590b381700
/usr/lib/.build-id/e5
/usr/lib/.build-id/e5/2e24f57f73ba1731bd5c9a9b9adf9a56953f9d
/usr/lib/.build-id/e5/c470567bff1db7c6ae266530e7ce95dce57e3f
/usr/lib/.build-id/e6
/usr/lib/.build-id/e6/30ae17928f9e4a594419f5fa029df8826acb8e
/usr/lib/.build-id/e6/e90170013dfde9ba411111e5c133c0cb0b9f32
/usr/lib/.build-id/e9
/usr/lib/.build-id/e9/91ae9a137c9e1392db4d8cb67965f34fce0ca6
/usr/lib/.build-id/e9/d0f4088401c99f94f52da2aa78dd7fe83bc050
/usr/lib/.build-id/ea/89f49c6f81c974bc27e86f2462bf8273f1b8be
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/558331a45c94355147b9a0c3d81aafcecba494
/usr/lib/.build-id/eb/e505aecc698dfeb6ae74cf94f7a4e93ab37deb
/usr/lib/.build-id/ef
/usr/lib/.build-id/ef/3e86944bc2d831d72baa7342c79b7e78b56a64
/usr/lib/.build-id/f0
/usr/lib/.build-id/f0/4ff13989a9d81e9963ce75b4e077f70a84fc2a
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/aa39e7d92317aea76a19a940d09993a30ec419
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/4473fb4e5f3660e3642fee1beebca3b8f7531d
/usr/lib/.build-id/f2/cacbefc040d92efd781430df2d635a4ac99cff
/usr/lib/.build-id/f3/3870b70ed9c499ff13e38a729a8e8effc7ef26
/usr/lib/.build-id/f3/5fd013d2a25a8c9195d4d533bef282aa994c1d
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/fb972287e29af4f1965e17b5ac49fb45c60649
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/ad28735d9c44490aaee03eabdbe4a28e534036
/usr/lib/.build-id/f5/f124f606e51704ee305454b959044897364e8f
/usr/lib/.build-id/f7/ece29a5a115ad49dde6fecb1dd98b88e95b117
/usr/lib/.build-id/f8
/usr/lib/.build-id/f8/56cb204125082385b89b4b723d9b115b52aa63
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/10c96371438e6f1327c53550d05af9e4ae2c36
/usr/lib/.build-id/fa
/usr/lib/.build-id/fa/0e65b8e071149f94977a7fe9d388b52b1ae583
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/1894041235acf7baa3d5f23eaa0c2b34f79fd9
/usr/lib/.build-id/fc/38847d3fb858699bea473eb2cb1379ee0c4c92
/usr/lib/.build-id/fc/8bd0eabad47b1f0dc8c98167975a9722a05b10
/usr/lib/.build-id/fc/976f8bc41ccaac9826678d30c47ef7174d01ee
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/e71a8981da7cc27b320844bfdf733f856439dd
/usr/lib/.build-id/ff
/usr/lib/.build-id/ff/492fc5ee0335afe8d86d707333b0a0f357c335
/usr/lib/.build-id/ff/8ef68ec768c0f8b6db1c14001cfc82406f3c63
/usr/lib64/gconv/ANSI_X3.110.so
/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, Thu Jan 15 01:40:50 2026