Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glibc-gconv-extra | Distribution: Fedora Project |
Version: 2.42 | Vendor: Fedora Project |
Release: 1.fc43 | Build date: Wed Jul 30 10:15:59 2025 |
Group: Unspecified | Build host: buildvm-x86-11.rdu3.fedoraproject.org |
Size: 7568222 | Source RPM: glibc-2.42-1.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.
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
* Wed Jul 30 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-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
/usr/lib/.build-id /usr/lib/.build-id/00 /usr/lib/.build-id/00/2a844d8d0a1a2342489a74930e7c7ba38fc99c /usr/lib/.build-id/00/6c5ebc3d95a6ac2a7cf408af335199cc843bab /usr/lib/.build-id/02 /usr/lib/.build-id/02/3125b9977ab34a6b92e2420346a502dbe8fd12 /usr/lib/.build-id/03 /usr/lib/.build-id/03/1b96abc480c901a4f4d3deb06fe3fd30f73862 /usr/lib/.build-id/04 /usr/lib/.build-id/04/1e52da63e500f74d7555ad0065e25c7a8dafa3 /usr/lib/.build-id/05 /usr/lib/.build-id/05/4c83ebd4938d0ecfd0be937f64aac314f406f2 /usr/lib/.build-id/05/57afcc6ed1bec3531bb0e2daf7dab62da02a40 /usr/lib/.build-id/06 /usr/lib/.build-id/06/b10cbaab81d23b12c1fd3978393828fc3795a3 /usr/lib/.build-id/07 /usr/lib/.build-id/07/781d7d6947424f7aa9cb717aa93fce62a191f4 /usr/lib/.build-id/09 /usr/lib/.build-id/09/0416dd8fee887399bc716bd402a676fe1bf074 /usr/lib/.build-id/0b /usr/lib/.build-id/0b/1a1256ea50391ca5e820de992f3efc9884ea1f /usr/lib/.build-id/0b/c5472841df4c677c48a038d054c9ef2a3a3cb1 /usr/lib/.build-id/0c /usr/lib/.build-id/0c/7a60cfcda140ada5156c205b1b81b6df321223 /usr/lib/.build-id/0f /usr/lib/.build-id/0f/d2f2167925819ca8e50bf81efbbc79297ee2b5 /usr/lib/.build-id/13 /usr/lib/.build-id/13/0ed28e25302f48cdd6cdd328967dde620afcfd /usr/lib/.build-id/16 /usr/lib/.build-id/16/58916e6bc04f404a4fe6540aa0c1b8a6790eea /usr/lib/.build-id/16/8abd16ea97aa5ef14f62a59f31b9d109354644 /usr/lib/.build-id/17 /usr/lib/.build-id/17/480a5ce2749856c6610b95e55053601b0e219d /usr/lib/.build-id/17/6f9a98863b7466dfbb8ccfc915af31e3c58d00 /usr/lib/.build-id/17/7667198bf49f27bcd06a6e8c0da38819de8bb5 /usr/lib/.build-id/17/86889b7ee737ee4c16111360f0a2872ca6171a /usr/lib/.build-id/17/95a1346722c0fdca09b0db24140521ff32fdf4 /usr/lib/.build-id/17/a0700ba1f65d635ab7e4bb3f5c52afe72a894d /usr/lib/.build-id/18 /usr/lib/.build-id/18/3ef6ed67e7dd666dc4332b5bd5ee98e16b0ed3 /usr/lib/.build-id/19 /usr/lib/.build-id/19/e1a94e02b063e6ac49cd739cd999d1ec25e9f2 /usr/lib/.build-id/1a /usr/lib/.build-id/1a/2533224c1bb868c128fe4435b2991c677a0806 /usr/lib/.build-id/1a/6eaed8653f5dec8316e19a28661eba40a08117 /usr/lib/.build-id/1b /usr/lib/.build-id/1b/47d41518e9011ef992c698f26deaeace8c33de /usr/lib/.build-id/1b/7a8cac359de13c33f7878cdcbcb65e2c546703 /usr/lib/.build-id/1c /usr/lib/.build-id/1c/cfdbba3c4b84771e023fe7b991d983ae8f5b1a /usr/lib/.build-id/1d /usr/lib/.build-id/1d/448e7ea93f5fa3a14db1cd083837d5552d1827 /usr/lib/.build-id/21 /usr/lib/.build-id/21/1531d8e4fed429f33717599c59fc09bf4565e7 /usr/lib/.build-id/21/36a0bd5b20f66c4173a3251da9caf0679d04bd /usr/lib/.build-id/22 /usr/lib/.build-id/22/7a2ee7450737a0b5d165227cc65eeae4118f25 /usr/lib/.build-id/24/d34700816c560b24e3358f29435c661fc4908c /usr/lib/.build-id/26 /usr/lib/.build-id/26/ea275999e0b09e190af514bd6d8188239c08e4 /usr/lib/.build-id/27 /usr/lib/.build-id/27/8a5509d95f858d0406ce8f587fd44687ae653b /usr/lib/.build-id/28 /usr/lib/.build-id/28/2de1486f224ada343f3630334fc3ba0304e448 /usr/lib/.build-id/28/46a5dee6407a69ef851d0835aeada910eb099e /usr/lib/.build-id/28/9b767f951fc66ec61e1cd296aa635d2a2dc309 /usr/lib/.build-id/29 /usr/lib/.build-id/29/5ccbfee836edd9090972ba5c9974208d0bfa80 /usr/lib/.build-id/29/fe0b60784bd938d24f8f0d9a86ea93948dab32 /usr/lib/.build-id/2a/0510d4e28b48a52883caab71286d8bb6dbd595 /usr/lib/.build-id/2b /usr/lib/.build-id/2b/3a2ee5915f031b4c3c012d9495bd1d4094fd30 /usr/lib/.build-id/2c /usr/lib/.build-id/2c/24adb9e9a806ffe339a31eb98a7dccef90cfd2 /usr/lib/.build-id/2d /usr/lib/.build-id/2d/71e514aae9396845aedb783989e15eb72a6295 /usr/lib/.build-id/2d/a343cbd7db09c58f83dfd1646b2ddc1be6f737 /usr/lib/.build-id/2d/faeb081469c319281b979225600dede19ff34f /usr/lib/.build-id/2f /usr/lib/.build-id/2f/4fb79164b73ecafecc599a2e012e3d9cfcb4c4 /usr/lib/.build-id/30/8dcaf53bb68e4f5ce179a27e9d73663dac91cf /usr/lib/.build-id/30/d22539129e6f362385ba9dd0db0894dee471b3 /usr/lib/.build-id/32 /usr/lib/.build-id/32/16b3a3fa218bb6599bc480d4e80690c002a4f0 /usr/lib/.build-id/32/e8624ddce90a26168e875637b24cc2079da73e /usr/lib/.build-id/34 /usr/lib/.build-id/34/dd5ad6fcff0b0d07d701daef7b218709f34cae /usr/lib/.build-id/34/ed4f2504199074369f37c3f0acefcad89bfeb3 /usr/lib/.build-id/36 /usr/lib/.build-id/36/389bd66a1cc265162f74f8893ba86ff60a78e5 /usr/lib/.build-id/36/cf79c21d34abacd5a46cafd1a1810960b243df /usr/lib/.build-id/38 /usr/lib/.build-id/38/54fc104bd4ebfb278ff19fc5b16b4e090fe81b /usr/lib/.build-id/3e /usr/lib/.build-id/3e/46cad3aaaddb70af5981cacfbe353e5fdc6c96 /usr/lib/.build-id/3f /usr/lib/.build-id/3f/64946699839d0318aff9b3b1229f46e3387136 /usr/lib/.build-id/3f/82c4591620d53369a991a428a6e0b3fffa35de /usr/lib/.build-id/41 /usr/lib/.build-id/41/e802d583449d6310b9fb7d84890fc279db3aa5 /usr/lib/.build-id/42 /usr/lib/.build-id/42/a7f7ddab65165f21de8af8362d1230c74733b9 /usr/lib/.build-id/43 /usr/lib/.build-id/43/a5e2f8a93062c31ae299d72ca8f6136abab222 /usr/lib/.build-id/44 /usr/lib/.build-id/44/29a34537a991d060541ee1599c8e9cb4e93c76 /usr/lib/.build-id/44/e94b10afe27de8625771fb411bad6a4d918394 /usr/lib/.build-id/46/c5d84be8f828d265575509adb841d5c6cccafe /usr/lib/.build-id/46/cf68f5b8ec1d514426825d4fcdf34fa9f736bb /usr/lib/.build-id/47 /usr/lib/.build-id/47/0208be5d7477297d1a2d5269153363eb9219e7 /usr/lib/.build-id/47/1601eb4f286580e35c8b24d50f4b8f0834e13b /usr/lib/.build-id/47/553f73e3271bae365777f7a95cb78fd9dfcd88 /usr/lib/.build-id/48 /usr/lib/.build-id/48/5e17afbe5836c572cb107f414a9195a0b34bfc /usr/lib/.build-id/49 /usr/lib/.build-id/49/cfd5415ab38a8e791f67ec652450729c8ef3e3 /usr/lib/.build-id/4a /usr/lib/.build-id/4a/12f7b5ae3df30edcf5a1828ad83d0dc5232771 /usr/lib/.build-id/4a/348fa617f17f4ce9bb498e6044aca11d9deca9 /usr/lib/.build-id/4c/52275387b066a4900d19eee1b44e3610d0984c /usr/lib/.build-id/4d /usr/lib/.build-id/4d/8b4bea559353b575709a6290ee3052a27ab463 /usr/lib/.build-id/4e /usr/lib/.build-id/4e/75f16658a07931f3ece9391db85d6f3481d3b4 /usr/lib/.build-id/4f /usr/lib/.build-id/4f/b17527932e2e1257cb04eea19f5ff8f1c09f94 /usr/lib/.build-id/50 /usr/lib/.build-id/50/e12348c9fc34ca0f2a1ade7c8035fe6198fafe /usr/lib/.build-id/50/fe5ca5b44113d080f2b1df9484989fadf7ac04 /usr/lib/.build-id/51 /usr/lib/.build-id/51/206dea55c18a406b4be89c4d937734af2cfb8d /usr/lib/.build-id/51/4b172a912dcadf84ebc74d30bf890a06a49370 /usr/lib/.build-id/51/67b7ec0d65bfc83a7d58c2113d7694f74581f3 /usr/lib/.build-id/52 /usr/lib/.build-id/52/6b2e3b82f1eb9cda3524374810a364899a44fe /usr/lib/.build-id/56 /usr/lib/.build-id/56/68cff82cea584ba981a391b98f6cbf57518e4b /usr/lib/.build-id/56/9dcfea31e00457a4fc70102f341202bbce6c52 /usr/lib/.build-id/57 /usr/lib/.build-id/57/93e3c1971b43d89529dd759c2a11a96e4a5c13 /usr/lib/.build-id/59 /usr/lib/.build-id/59/6583366cdacc5646adfbec3154da8be0278653 /usr/lib/.build-id/59/dcc5dd750f91c9bcf72a4ddcd4b71a1b312c7d /usr/lib/.build-id/5a /usr/lib/.build-id/5a/76984d43b34e59ba161699369b27a5c780dfbe /usr/lib/.build-id/5a/cf4f7e8e6129a33cf3c07075b5904931e6f764 /usr/lib/.build-id/5c/d130ed33060ef43669c1b7c6846ecaf296f6c8 /usr/lib/.build-id/5f /usr/lib/.build-id/5f/0c866b89e224417392a8e19fa80819fd90da7d /usr/lib/.build-id/5f/49a3e6c9ce926f172f9e39b8ae574a4d095dde /usr/lib/.build-id/60/17a9a57b918f35ee83bf70e5017af4d006e4c9 /usr/lib/.build-id/60/95649a4e79779b4db6df601bc88346e38d8e31 /usr/lib/.build-id/60/c0c1e99fbae446f6cf4fbba9379b7a690cb1f8 /usr/lib/.build-id/61 /usr/lib/.build-id/61/aa3abf40cd3771f2219f9aea50692c242b849d /usr/lib/.build-id/63 /usr/lib/.build-id/63/52774d8d3f2f2f242220a11f1631ab02ebfd46 /usr/lib/.build-id/63/a88f1f98301a2a68f579156c7128889739511a /usr/lib/.build-id/64 /usr/lib/.build-id/64/06e52e168c608cee439ad6bd92271ba1771a22 /usr/lib/.build-id/64/ace5715860145413e9a1ccd83764ae99bd5543 /usr/lib/.build-id/64/effc6a36e95930055ae1f01b5eb434c090fed1 /usr/lib/.build-id/65 /usr/lib/.build-id/65/2ab3e0f0149e270a406dd3c1efb823ad661c7b /usr/lib/.build-id/66 /usr/lib/.build-id/66/0e519682fd17d434f702a8118d9b68c3625621 /usr/lib/.build-id/66/71b9b62cd39716754d27ad48841d3e9f5dbe23 /usr/lib/.build-id/67 /usr/lib/.build-id/67/b33301da6ae4a2c79121b83f0263efa7556780 /usr/lib/.build-id/68 /usr/lib/.build-id/68/40def947a832f1a75c97ab0942bb5d1ceccabb /usr/lib/.build-id/69 /usr/lib/.build-id/69/89be62cc56e34875dee8b6ffb2fbea2ea2d9e7 /usr/lib/.build-id/6a /usr/lib/.build-id/6a/eb46285ba523f7bf8d90c4925bb8b9da3ef93f /usr/lib/.build-id/6b /usr/lib/.build-id/6b/0f86dc9102a2cc3d64140c482a94c5fb00cb66 /usr/lib/.build-id/6b/7373741a5a5de2015fb474cabca9ee4ed59ddc /usr/lib/.build-id/6b/f2974aaa76c12d1205a27805c274070673fd41 /usr/lib/.build-id/6d /usr/lib/.build-id/6d/73d9fa267c841b931cc3127bde751a50883b54 /usr/lib/.build-id/71 /usr/lib/.build-id/71/806e175d082dcb6276a3256a45558b06c8b25c /usr/lib/.build-id/72 /usr/lib/.build-id/72/2e3619f00e6755cc262a9542c453167f0233c1 /usr/lib/.build-id/72/419f7437a87d5b9dfe7d6946c5c566bd6d6729 /usr/lib/.build-id/72/ba35deecfdd2277ebea13d3b4ff1d65fc5e552 /usr/lib/.build-id/74 /usr/lib/.build-id/74/ad4f94ef80e6bdd5490982f8e4f6cac3676229 /usr/lib/.build-id/74/de50af1b4ecd8260f2096bfc9399b7c26974ca /usr/lib/.build-id/76 /usr/lib/.build-id/76/61d9643cac61e1698134ce869f72658d1f0d90 /usr/lib/.build-id/76/c5f996f7e1e20a8dc6195949616bbe5c8b3c4a /usr/lib/.build-id/77 /usr/lib/.build-id/77/17547ba95efab359da8ecaea11b46b7a563a49 /usr/lib/.build-id/77/b22db3485423852b11b289eb27227454e70c8f /usr/lib/.build-id/78 /usr/lib/.build-id/78/3ce39434ae428dba5d62812a6df6c843055a5f /usr/lib/.build-id/7c /usr/lib/.build-id/7c/ffbee32084116b8126b3c5a363c85485c24d71 /usr/lib/.build-id/7d /usr/lib/.build-id/7d/8f50f4818ee07fdf331eed52b6ff91abeef4d7 /usr/lib/.build-id/7d/fc1c6d7e5010de671675e3807ebd5709e2ce91 /usr/lib/.build-id/80 /usr/lib/.build-id/80/96b0573fd5f57f05fdace91771150f4f636a7b /usr/lib/.build-id/81 /usr/lib/.build-id/81/8d128a04bdf9ed9b88ee147a776f8dadea5be5 /usr/lib/.build-id/81/c7af4f7e533f29b05417103fceae6e3556ecbf /usr/lib/.build-id/82 /usr/lib/.build-id/82/52d33fa531214b1193b90dc2266db68c901c9c /usr/lib/.build-id/82/5688a7de67d3c6f0d5ef91014c7e7982e940db /usr/lib/.build-id/85 /usr/lib/.build-id/85/417c7ffd8d2936da8ff9496afec449b8cfcc49 /usr/lib/.build-id/87 /usr/lib/.build-id/87/f9547987339c63cdc63b6d74ce9b23296bb042 /usr/lib/.build-id/88 /usr/lib/.build-id/88/54aa2f48a83dcdc5b02f8f855fe76d698611cc /usr/lib/.build-id/89 /usr/lib/.build-id/89/5b4066a02933731eea06aa4db2b90384e9c174 /usr/lib/.build-id/89/d256938c2675814bc6f82ac715d676ed5a3ae6 /usr/lib/.build-id/8b /usr/lib/.build-id/8b/09d8f8a7b51f83c0a0996409efeba50f0298ee /usr/lib/.build-id/8b/763e8e72b893ab109666601df85bd2b069f66d /usr/lib/.build-id/8c /usr/lib/.build-id/8c/a1ca1431ba5e68f14120a49578363a83e2fb7e /usr/lib/.build-id/8f /usr/lib/.build-id/8f/295ef7a040d4467de94511af4f6aad3cfb5a03 /usr/lib/.build-id/90 /usr/lib/.build-id/90/33714242ec12a986045c2d98d33c48c1561faf /usr/lib/.build-id/92 /usr/lib/.build-id/92/9214e73736cdc536375958d0ac585e7e455fe0 /usr/lib/.build-id/93 /usr/lib/.build-id/93/301d09f0137a6a95abfe4f57dd0f04db3ff0ed /usr/lib/.build-id/93/43b600f76e482b04b4147c278b7fcaf985c451 /usr/lib/.build-id/94/79e54fb58384da8bae7091580ee91653dea820 /usr/lib/.build-id/94/e28be27dadf93f56194605a3d04bf117ff337c /usr/lib/.build-id/95 /usr/lib/.build-id/95/3e8699a5fe36ccf13fca8674800aa01b7e7a70 /usr/lib/.build-id/97 /usr/lib/.build-id/97/0ade7409f504cbe44b2d63a3ea48a8394c146c /usr/lib/.build-id/97/54247626d3109a23dc8e2540191a5f4b3ae728 /usr/lib/.build-id/97/675c66e8606e8b7ee53a482a1c9cb5c712ea3e /usr/lib/.build-id/97/a43b3660e1be4cc52ca6b2290d56e6bbdcee3e /usr/lib/.build-id/98 /usr/lib/.build-id/98/40f3b6d45d74b4c4bd0907f1a7875cf64b0d30 /usr/lib/.build-id/98/4f5b9e47c621c81c68bf8562e7b304ba9098da /usr/lib/.build-id/98/c08cbe44cb6c88e133de55689b991447bc6805 /usr/lib/.build-id/98/dabdc2702d1fd1aed555b86c522c398c66ce30 /usr/lib/.build-id/99 /usr/lib/.build-id/99/25388e12b8d04f933b1fe36ac7add6f7a376c6 /usr/lib/.build-id/9a /usr/lib/.build-id/9a/30ae95bfd2d82d186fa93c620d6b9675298772 /usr/lib/.build-id/9a/7242f0f9a2a58e7e20d8c700cacf48c852b6e3 /usr/lib/.build-id/9a/be1e1b27805d52198d56cb8051bc0dd8753bc4 /usr/lib/.build-id/9a/cf7bebda2db1e88a1fae1860197e96c6e48939 /usr/lib/.build-id/9b /usr/lib/.build-id/9b/bd5e2450af9683a20ae1c2615fb352bf436fe9 /usr/lib/.build-id/9c /usr/lib/.build-id/9c/e7283886647187fe58e5bfc29180a5444d82b5 /usr/lib/.build-id/9d/cd67c4978601653ca5781b5dd769a51fcb9175 /usr/lib/.build-id/a1 /usr/lib/.build-id/a1/70d2f4ef3877151a4d022caa40d03f29c5be09 /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/2eb351d8dbc3fd6ae79d738f12d0bd4113145d /usr/lib/.build-id/a3/6e44e9a87fd55d6730e528622d2dd9db1d7b1c /usr/lib/.build-id/a4 /usr/lib/.build-id/a4/df749d7e1f4cfbf427e157dc81d443eedc6e4e /usr/lib/.build-id/a4/f1295342df6ac7f718c8c789db951f0d215c7f /usr/lib/.build-id/a5 /usr/lib/.build-id/a5/c1adf98a40ec6f3e5877f5730e3c277ac8be15 /usr/lib/.build-id/a7 /usr/lib/.build-id/a7/256a6a87228057d65632d9acae21c946f847ee /usr/lib/.build-id/a7/ffe5ebbd4ee6e29ec0d219ca68beac2c1ce36d /usr/lib/.build-id/a8 /usr/lib/.build-id/a8/20495d408237296dcc8fd4de2b65f09e32829b /usr/lib/.build-id/a9 /usr/lib/.build-id/a9/ee9a6d1d73fa8ec37113075b8b225d5610eaab /usr/lib/.build-id/aa /usr/lib/.build-id/aa/4d7b909d885f7a0415a220584588a025ad418d /usr/lib/.build-id/aa/b1cd968e255a921d4eaa555809994164464196 /usr/lib/.build-id/ab /usr/lib/.build-id/ab/a216dbc6cb5b0a3393ef78b55c194fe4e7e8f2 /usr/lib/.build-id/ac/33889024db2706fda0883dd9df48bbf9a716d3 /usr/lib/.build-id/ad /usr/lib/.build-id/ad/46c61e5532e8310e823971677c0a22fd5e8af1 /usr/lib/.build-id/ad/c29f33ecb0f1e96a90d83eb77de22dd60535c1 /usr/lib/.build-id/ae /usr/lib/.build-id/ae/6064aec557fc0120fb141b316b8dbfa85dc9f5 /usr/lib/.build-id/ae/cfb72c2a8dadd52b760e1b21a11063c9dae210 /usr/lib/.build-id/ae/fc77e40f78cb83bdd88c8391b0c79dd1d4bf98 /usr/lib/.build-id/af /usr/lib/.build-id/af/581f9017dd465f282d7b57245b060472881140 /usr/lib/.build-id/af/638fbc6a0a7e458eb2a681099e88a4330e5f3f /usr/lib/.build-id/b1/35478d3ef0e634d866f881aabf96683e054e46 /usr/lib/.build-id/b4 /usr/lib/.build-id/b4/0f16586d7c3cd2916fe66a8617c063b1d27881 /usr/lib/.build-id/b4/104d26e60935682506a3e3b0dfc6b1537becd2 /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/79963d90335cd575557dc61cd6a3a3b792b76d /usr/lib/.build-id/b5/8445147e05e9a8ae17fd1b048724c576672a2e /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/58fe9e41d1abd8e74aaadc46fa02398c515ace /usr/lib/.build-id/b6/6852424c7fdc6237bf7aea3a227457dc902a60 /usr/lib/.build-id/b6/6b52ec0cef47cb311eef6c87f56adc1ad7944a /usr/lib/.build-id/ba/6b1922e407fa38092e0a4284bbd59bcf741bfb /usr/lib/.build-id/ba/79c89da333e7cfe8616f114e6a731b35325d37 /usr/lib/.build-id/bd /usr/lib/.build-id/bd/ca88fd661e8e02be9183ced900784affe19572 /usr/lib/.build-id/c1 /usr/lib/.build-id/c1/2e2e6fe602fe6630e71e8eb7d8f78d2e05e7ba /usr/lib/.build-id/c6/7ad1eba2cfaed638cf0c5c6a50db630554c071 /usr/lib/.build-id/c7 /usr/lib/.build-id/c7/457fa3521b9b9dda7de1311efa6aecdcf42ec1 /usr/lib/.build-id/c7/505ed7a65dc9d72972f46235d6a82dc8c6c9bf /usr/lib/.build-id/c7/6b3062f68d6b7b6ffa1f82a8521050b9ada043 /usr/lib/.build-id/c8/7f5cbe3f920d57a5894d76f7f1f6be4d464f29 /usr/lib/.build-id/cc /usr/lib/.build-id/cc/7dd94d479c0b11e54f08d56e7ece7165452c6f /usr/lib/.build-id/ce/8a985bbffa5e609c3aa4ab8832290c792f4f6f /usr/lib/.build-id/cf/524648169cf973b4cb9ec8effebe6c2e4e58a4 /usr/lib/.build-id/cf/cb1cde2eb0d9d1a7f42aa58f19fd3d78bddbac /usr/lib/.build-id/cf/e53fcae1a21c6fe3645b2616fab964eb1d35fa /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/083336a00085b0f961d35dccc1853bcc21f43e /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/cb79a3d6d33636a370bc86a38510f86286f9d7 /usr/lib/.build-id/d4 /usr/lib/.build-id/d4/054477877eed4a3424f798086704b8aebfe03b /usr/lib/.build-id/d4/c42562d8be42b1dcf3a6a078791a00eb197003 /usr/lib/.build-id/d7 /usr/lib/.build-id/d7/1c0b754ca2e365477fa98dfcc0207e3f400a27 /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/49a59d89c38fb19a78a8ffe2d00dc4eea36e6d /usr/lib/.build-id/da /usr/lib/.build-id/da/4ab6c3aca2d73f5e528f0a40ae678ce9c6082b /usr/lib/.build-id/da/da0af7c85a0189e0636e2520b175558b1766d5 /usr/lib/.build-id/db /usr/lib/.build-id/db/cf055133178ac2c49fee299b089b1f5be4abb3 /usr/lib/.build-id/dc/60d713bd762f121deecac552265539c9524193 /usr/lib/.build-id/de /usr/lib/.build-id/de/4f7f9c1b5161a2ce266bcd9c65c436edffca35 /usr/lib/.build-id/de/6c3127bdc15f620b8c936fa28909c779f9d8cc /usr/lib/.build-id/de/88415da3f8ed2069b778257660da336976bea7 /usr/lib/.build-id/de/cbc686c4f4b7649a02f6aa97593523548df720 /usr/lib/.build-id/df /usr/lib/.build-id/df/fee0f5c2109b1a35fff124977cf42eacc94e61 /usr/lib/.build-id/e9/426b00bebf70cd23ddbac0ccc7c7708692b42f /usr/lib/.build-id/eb /usr/lib/.build-id/eb/c16a7d635d5be459360a492c5a2a3e5e8a5b4f /usr/lib/.build-id/ee /usr/lib/.build-id/ee/81d9556b91a487a84d97ed7b3dc93241df1f13 /usr/lib/.build-id/ef/3b39a99131546509e395f5b84d3c5b8549a89e /usr/lib/.build-id/ef/84ba4456b842e51e829c7c272b0ac7dddb3f1e /usr/lib/.build-id/f1 /usr/lib/.build-id/f1/6a769add79e004b87160dfcbae9eed3b681fba /usr/lib/.build-id/f2 /usr/lib/.build-id/f2/3666a719887512c0a42db92e0781a98b3ea8c6 /usr/lib/.build-id/f2/b5202212db69d45a861c89194e661a63362d7c /usr/lib/.build-id/f3 /usr/lib/.build-id/f3/13a1ac64075b03cf972cc08aee0a6585c5641c /usr/lib/.build-id/f3/b6286c01e2b75559ef413045383295fb7b3862 /usr/lib/.build-id/f5 /usr/lib/.build-id/f5/4caed649e742d328a80a3c07769862158d9bb5 /usr/lib/.build-id/f6 /usr/lib/.build-id/f6/0526cde950907d44d0eca9cb9a38748db00602 /usr/lib/.build-id/f7 /usr/lib/.build-id/f7/124b235a157bc4ce82db2a27e1a66836382bcf /usr/lib/.build-id/f8/5a8501e6ada61cd233d67baafae77660b7edb2 /usr/lib/.build-id/f8/a8669da7b1735ef3841e83eda22d9019f7e315 /usr/lib/.build-id/f9 /usr/lib/.build-id/f9/800142f49c06d1a8a86d03f49be6da5a7cab0e /usr/lib/.build-id/fa /usr/lib/.build-id/fa/fe637c2005858d6a1d33207dc0be0897a9eb3e /usr/lib/.build-id/fb /usr/lib/.build-id/fb/42c604fd08e3e19abb844fd62c8d21fd4e1567 /usr/lib/.build-id/fb/ef66fc21b207d1d85c8eac14d55c0fda57e0be /usr/lib/.build-id/fb/f6f7c47f0d4a7d7dbfbe21f482e56dba950af6 /usr/lib/.build-id/fd /usr/lib/.build-id/fd/63c2fe5aa4372cb841cce6179964111c236dcc /usr/lib/.build-id/fe /usr/lib/.build-id/fe/24c3456118486d3b6bad703a2621ad41c9fd56 /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, Fri Aug 1 23:58:28 2025