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:06 2025 |
Group: Unspecified | Build host: buildhw-x86-02.rdu3.fedoraproject.org |
Size: 7049550 | 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/01 /usr/lib/.build-id/01/a4838423a0c729e8874c12789877d9cba35d4a /usr/lib/.build-id/01/af22bb216d02f1bda5e552b75915a039e1db57 /usr/lib/.build-id/01/de9f80e9fdb95522ce8072da66541740e0e648 /usr/lib/.build-id/02 /usr/lib/.build-id/02/5892ba1a6be04eb1069f76bdd4afaa9c4d3675 /usr/lib/.build-id/02/7e30f748626bc83b92c76c02ffb6749309e6df /usr/lib/.build-id/04 /usr/lib/.build-id/04/7d7eed147752962625b047d1cead903e078152 /usr/lib/.build-id/05 /usr/lib/.build-id/05/443bd2f69af3baf79c23db2aa8bec4b4524939 /usr/lib/.build-id/05/7c2ebaa027043ee84edb7dcd167684558a63bb /usr/lib/.build-id/06 /usr/lib/.build-id/06/6268dd6d48d328974db45ffedff88f26ac75e6 /usr/lib/.build-id/06/e2c26e2fdfda222361328968242df987e64172 /usr/lib/.build-id/09 /usr/lib/.build-id/09/86fe4d1ad49f41b8a623c19563bf74eeb62d0e /usr/lib/.build-id/09/97aa554088edf7bf0525829fc69009452cce75 /usr/lib/.build-id/0a /usr/lib/.build-id/0a/353a2a57cc9a6fb11e1f2b0c10e9f5902f331a /usr/lib/.build-id/0a/e806502b4dbee2b3034f0015d98006cf3d8041 /usr/lib/.build-id/0d /usr/lib/.build-id/0d/d3109b8f8e793201d0dad42f0747461d0d1243 /usr/lib/.build-id/0e /usr/lib/.build-id/0e/c59f7f4a70b632af8feb6d6354a88403eaeaac /usr/lib/.build-id/0e/fc7f71a51c5a4805964e6ed68edeb1d1dd8687 /usr/lib/.build-id/10 /usr/lib/.build-id/10/a8555de11c725f897d9ee64f0d2ee0dd7aabba /usr/lib/.build-id/13 /usr/lib/.build-id/13/292139288505ae26be7f1df3bcf69687c42478 /usr/lib/.build-id/13/6a40653e288099b454b7fad9d720ecb374ffb6 /usr/lib/.build-id/14 /usr/lib/.build-id/14/2b6315ae48049e8e2ff16c5084245982b91165 /usr/lib/.build-id/15 /usr/lib/.build-id/15/8d850f16d63746f452fbdf87d86316c5fc8ba2 /usr/lib/.build-id/15/c122a2ffce578998dec56db4db0a528102de55 /usr/lib/.build-id/16 /usr/lib/.build-id/16/2618ef4564502808d9b92bdeeb17d8d99ceecd /usr/lib/.build-id/16/2a55a137fb518d2f163da0bd39fdd12b9bc4f5 /usr/lib/.build-id/17 /usr/lib/.build-id/17/bb07df149b07d9593b9f28a30d9035be1d0942 /usr/lib/.build-id/17/bfcc2acd4b7bd1689bfeb60d23a29a33db25a6 /usr/lib/.build-id/18 /usr/lib/.build-id/18/b9c75c39f1f1c3c5f5638c6ed0421f6bbcee1e /usr/lib/.build-id/19 /usr/lib/.build-id/19/d4c84699d9f99e34a9f8226bc9455f8a2814b9 /usr/lib/.build-id/1a /usr/lib/.build-id/1a/ba3dfaaa6bbf97b66655c1910438654dc05aca /usr/lib/.build-id/1b/f8fec869cc867f08908aeba350398f884a377c /usr/lib/.build-id/1c /usr/lib/.build-id/1c/51f796d73fc9260bb8ce9c01d60db3ed8092fc /usr/lib/.build-id/1e /usr/lib/.build-id/1e/34fd1479446c056efc7e63e31243fd0c67a80f /usr/lib/.build-id/1f /usr/lib/.build-id/1f/63eb8687183b2b00d64d060aa0e67b7ea22101 /usr/lib/.build-id/1f/f84a68e0498c1d67980cd3da4ac19fa1a741f8 /usr/lib/.build-id/21/729aa30b55a2499a3498bdfce508cebdb6c3f6 /usr/lib/.build-id/22 /usr/lib/.build-id/22/c24c08423d2ee2e57fb13213a762722ac1479b /usr/lib/.build-id/24 /usr/lib/.build-id/24/5d0430d26b698f58e6e2a396cbf0712aaea75e /usr/lib/.build-id/24/bc1d1baca5dacc94b42302fb55a319d3aac29e /usr/lib/.build-id/25 /usr/lib/.build-id/25/35fa64025e18f4a0b8070933ecd5df0beabaaa /usr/lib/.build-id/25/7b1a529ad17eead22c6e4b5fbd8954b8f40e20 /usr/lib/.build-id/26 /usr/lib/.build-id/26/570e289cb6785f253f16ea66c0c24433c8246c /usr/lib/.build-id/29 /usr/lib/.build-id/29/d369b33b11fe75823ce50e4d4040e921943f96 /usr/lib/.build-id/2a /usr/lib/.build-id/2a/0c83ee137c764dbcdb8eba353cad13c9372e09 /usr/lib/.build-id/2a/17b56e9c9944bb22a1dd7a10ac2cf4976fd853 /usr/lib/.build-id/2a/f9f52d152241ac0eb597d46382b3ae3a4c9067 /usr/lib/.build-id/2b /usr/lib/.build-id/2b/3dae668343378e86fe583f8f36d8db3233e45d /usr/lib/.build-id/2c/77071b2b3684869a06554cce1efad9634614f0 /usr/lib/.build-id/2e /usr/lib/.build-id/2e/03aec6482b53e6237e31dc7c9d5131c4121b16 /usr/lib/.build-id/2e/d6384009ac1794b98432d2eb85ae3de8c9de55 /usr/lib/.build-id/2e/e334391b02a19ab88eddcee5e2b039bfcfb075 /usr/lib/.build-id/30 /usr/lib/.build-id/30/176f4a7f7ecbda98352bc77140f2f2d6bcca50 /usr/lib/.build-id/30/bce2e882cc8e60cd6908bfc62368ce877d9081 /usr/lib/.build-id/30/f82b59e6ba87890550d5164ad11e4cc8cff7c4 /usr/lib/.build-id/31 /usr/lib/.build-id/31/dac864757e4a0fb66dd603d286b36c5cc7bc0e /usr/lib/.build-id/33 /usr/lib/.build-id/33/2cf6e75ef7a998fc5c575eb5c6b2264cb0cdb3 /usr/lib/.build-id/34 /usr/lib/.build-id/34/ff27ee2d4517afcb7fcf7bc1fc01d727e29d8b /usr/lib/.build-id/35/452b56679f1b0ff96832883b631a6d93016274 /usr/lib/.build-id/36 /usr/lib/.build-id/36/56bc5950a163c73a92dadaba96693fdb4f7bbe /usr/lib/.build-id/37 /usr/lib/.build-id/37/82e7f0178c88e621586a75312ff0c6a9950671 /usr/lib/.build-id/37/fd57ad5288dd465d433af2cc36e6d62179183d /usr/lib/.build-id/39 /usr/lib/.build-id/39/2f250f7bb353d233a7742477af55267cb11bf8 /usr/lib/.build-id/3a /usr/lib/.build-id/3a/4af5bf17cbc03cf721fc3bb5bedb9385d0e216 /usr/lib/.build-id/3a/879b4fc793761422f643e300dc7b061b1f3d85 /usr/lib/.build-id/3c /usr/lib/.build-id/3c/316022d6e16944eea31e0ddf827a213a961982 /usr/lib/.build-id/3c/84e92a363b9b7b9b70eb2b65f0f5f7b09719c1 /usr/lib/.build-id/3e /usr/lib/.build-id/3e/88b0a45ed5d2bda146aec43cfc1cb7a71962e0 /usr/lib/.build-id/42 /usr/lib/.build-id/42/52e688d11c96ddd54980e09a963c2362f1ea43 /usr/lib/.build-id/44 /usr/lib/.build-id/44/72184d0fb8243a746347221c02742c3301c041 /usr/lib/.build-id/45 /usr/lib/.build-id/45/1091d36575b8bb6ea6415ea02b214bd4300578 /usr/lib/.build-id/46/21d95db4f6529ca2229f25ae4eb229abb7a626 /usr/lib/.build-id/46/8f02ee141454b91103139f4bc910359605d6a3 /usr/lib/.build-id/49 /usr/lib/.build-id/49/5847cff074a63d3d117b13548b3b674916ebb6 /usr/lib/.build-id/4b /usr/lib/.build-id/4b/4eb2aecb80af278550e75787f6b113f78a1bb1 /usr/lib/.build-id/4b/9bd5da63301cc3619b32c3707f1bfd348822e3 /usr/lib/.build-id/4c /usr/lib/.build-id/4c/c5178d7a5d65085cee0ac8302646af47835521 /usr/lib/.build-id/4e /usr/lib/.build-id/4e/8ab2eba5e87c9c8ae10710d4c6b21265e9fe28 /usr/lib/.build-id/4f /usr/lib/.build-id/4f/bceff48bbfe394ea040d8eca4e9d64faa42f69 /usr/lib/.build-id/50/32e794f53952a2dc3ad1b12a73c72c8c8e94d3 /usr/lib/.build-id/51 /usr/lib/.build-id/51/56c99ee6d778de79b9cb2d16efc4384abf7a91 /usr/lib/.build-id/51/652242857b0d6528934e865f77e9bb2be8f178 /usr/lib/.build-id/51/b22e8d55652a0dbd53800f32109256ff880384 /usr/lib/.build-id/51/b63597500fb49a696e0539abae40e0311a740c /usr/lib/.build-id/52 /usr/lib/.build-id/52/36e722f7e61056968b87bfd51b0242eb632056 /usr/lib/.build-id/54/9179453ef1e8c1ec2da10e6952dfccd06a3c91 /usr/lib/.build-id/55 /usr/lib/.build-id/55/d78a94814fd0f8ab9c631be7c2e2621bd3783c /usr/lib/.build-id/58 /usr/lib/.build-id/58/983c14722de9a1c1f56bbaf18314a6a4b001f7 /usr/lib/.build-id/5a /usr/lib/.build-id/5a/5ae0b063cdc4c5d65861a63805c2b6c2225958 /usr/lib/.build-id/5a/9e6fa86abbf2a5ffa239ff2745bf077a9737ab /usr/lib/.build-id/5b /usr/lib/.build-id/5b/16facf04b08f7a58d38fc93296de6c56b54cec /usr/lib/.build-id/5d/2c1bdab5cc880cc0d741fe72ad4a63a8f6960f /usr/lib/.build-id/5e /usr/lib/.build-id/5e/2795427c9476664bfe737817cded04133d3c83 /usr/lib/.build-id/5f /usr/lib/.build-id/5f/e4c9cc2d1e334f7deee479d1df9a18173c8035 /usr/lib/.build-id/61 /usr/lib/.build-id/61/7e810ee8c538dfbe7c0575afaeb9c5c76e4f05 /usr/lib/.build-id/61/f4f251408738534b6ee1285a078a07d7b6c2c2 /usr/lib/.build-id/62 /usr/lib/.build-id/62/0e7c3f0814cf7085274f00e7a62a61ce28a23b /usr/lib/.build-id/62/185d114cbd7f134c3e5ff75c9cf01a9efd619e /usr/lib/.build-id/63 /usr/lib/.build-id/63/f016ddabd0bf3b830e27722e7569585f951f2f /usr/lib/.build-id/64 /usr/lib/.build-id/64/7f49f1abbac7ca224be4ac97bff6aac36787b2 /usr/lib/.build-id/64/977b840b2b4e525a952c8ecf808f664c40a0fa /usr/lib/.build-id/64/b53ce2a152930483ec66c73491108df7310c32 /usr/lib/.build-id/65 /usr/lib/.build-id/65/47bf05bb6b4f2b8e1d2bba30fd7efe2df90166 /usr/lib/.build-id/67 /usr/lib/.build-id/67/fb96b0caedc7512d44a1976d13c6a8559cad5e /usr/lib/.build-id/6a /usr/lib/.build-id/6a/b7fb72237c12d796497d1e1dec799ced391a16 /usr/lib/.build-id/6b /usr/lib/.build-id/6b/59013039c3f3c99c9879ff93622eedea8bfc86 /usr/lib/.build-id/6b/9a2ea4dce7530f23a8ea441f5a57777bfe415d /usr/lib/.build-id/6b/c671dceaeae7da93255015723f68ce57a4bb37 /usr/lib/.build-id/6d/d0c67af238a271275bc31bbe157acdd77dd39a /usr/lib/.build-id/6f /usr/lib/.build-id/6f/0bb27f1c35566d66f40701a090c07faa27d218 /usr/lib/.build-id/73 /usr/lib/.build-id/73/1c7ebd5e1b4a24f867b74c0ab05bf0a0d4728d /usr/lib/.build-id/73/2d787eea9780054c6c5571e387a6ceda881433 /usr/lib/.build-id/73/664477696532b2d9544539e11891820d4333e0 /usr/lib/.build-id/73/d46ead8531b674e1f773f8b87646b704b5271e /usr/lib/.build-id/74 /usr/lib/.build-id/74/b3e0aa9308b52d4f4a18f695eb1d1217f6cdd0 /usr/lib/.build-id/76/4735f4a1c50bb0d169639a1addb57890221c22 /usr/lib/.build-id/79 /usr/lib/.build-id/79/faee46d5c515763ce7e2bdd22e6ae58e6973de /usr/lib/.build-id/7a/6c7fbfeeb0ca42fcce50c2f79a1f7c1b1fc470 /usr/lib/.build-id/7a/6feb5e9b2e2dd386ce0689ef5d57b76cf41fe4 /usr/lib/.build-id/7a/94f70dad0128ebb1b6e5c1d3f59ae0cbd0b995 /usr/lib/.build-id/7a/b735cbc080d60e8cd963d591e871b2c42223b0 /usr/lib/.build-id/7a/ce2ff29fcc6b8cb6f1a0b2022d49848dfd5264 /usr/lib/.build-id/7c/5b14d810fa06d6742ef82d0366d55905c027fd /usr/lib/.build-id/7f /usr/lib/.build-id/7f/72e9968f2673ddb639d251ba3922f399f6e756 /usr/lib/.build-id/80 /usr/lib/.build-id/80/048a673965a55060a3fb2c87a244b289d7ba85 /usr/lib/.build-id/80/7deaf808a5671e072449c580eb26dc928b010b /usr/lib/.build-id/81 /usr/lib/.build-id/81/2bad1cfdff839497b683091a3d274ed5338d0b /usr/lib/.build-id/82 /usr/lib/.build-id/82/8b04282e7d9932fbb76fba5a0b83e3003bfc14 /usr/lib/.build-id/84 /usr/lib/.build-id/84/7b7482c96cd7692d20e74de141c8698e65793c /usr/lib/.build-id/85 /usr/lib/.build-id/85/3d7d13df42ef14a3444b3b48ff3be60f5a6ef7 /usr/lib/.build-id/85/40d394e2ccf03057c7b07db46421f07bd48b39 /usr/lib/.build-id/85/ce59dad496edc98c6d8ae8a00051367794a44c /usr/lib/.build-id/87 /usr/lib/.build-id/87/ae6af737dea28e68b429a4bad898e8a3e43013 /usr/lib/.build-id/89 /usr/lib/.build-id/89/9f12c27e83ed93fc3a458a14efca14b3f2bf7a /usr/lib/.build-id/8d /usr/lib/.build-id/8d/9876818010fbcd618e70915204af2cee5560ff /usr/lib/.build-id/8d/ab5e5771bf8c706b7b7a8fec7b4f35d1730887 /usr/lib/.build-id/8f /usr/lib/.build-id/8f/1df9da2d11578fd4882c7acf3c509492c17376 /usr/lib/.build-id/8f/5a2944ecf2da6cc722ce91ee4a52d925d13420 /usr/lib/.build-id/90 /usr/lib/.build-id/90/a7ce68eafe3da033638747093cd39c3efe38f2 /usr/lib/.build-id/90/cb34c31993892242dd8a716dc580ad03f3634c /usr/lib/.build-id/92 /usr/lib/.build-id/92/b2a018bb1f8de7377bb08233172cf47b39e185 /usr/lib/.build-id/93 /usr/lib/.build-id/93/1aa6895aa7f974837a6577d879ab9900100d6c /usr/lib/.build-id/93/27c42ab0c25f9c3718e55d4897eb3e6be772d9 /usr/lib/.build-id/93/95d8fab70a3e1487985186d3e6f9e3fa4453ea /usr/lib/.build-id/96 /usr/lib/.build-id/96/00de7e40bdf33022fb87b36935c92c51dcde4d /usr/lib/.build-id/97 /usr/lib/.build-id/97/0a01d1e99b717f14f4008f7fad06ef8bd40799 /usr/lib/.build-id/97/dee83209e0c8e7efcf74cda72d05ad45b62307 /usr/lib/.build-id/98 /usr/lib/.build-id/98/803c1fec5788df4183b0684fb313bc022d56d1 /usr/lib/.build-id/99/0c010c7b66c0a3467c4822659b12bf99723cff /usr/lib/.build-id/9a /usr/lib/.build-id/9a/3f65570df3136a88410fb5cdd5aae4106146f3 /usr/lib/.build-id/9a/5dcfa6aeaaa6972af4a745af7e3deb9aa86c8c /usr/lib/.build-id/9a/fc0a477488037f6cc685e865bdbf86c0f5f478 /usr/lib/.build-id/9b /usr/lib/.build-id/9b/2def078a1219a397b06a9094dccb8c3db900dc /usr/lib/.build-id/9b/edfd20afc3262156bc46207f41ece6fa418da1 /usr/lib/.build-id/9c /usr/lib/.build-id/9c/add2707c05a239fb62de417ab800a0be85dae0 /usr/lib/.build-id/9c/cf26daa43936f27199247addc9d0114a37285f /usr/lib/.build-id/9c/e9774ea4fb383d470435a5174224e31c81382a /usr/lib/.build-id/9d /usr/lib/.build-id/9d/28bcf1c9bf78a3e2bfb39403bdeaada0094e7d /usr/lib/.build-id/9f /usr/lib/.build-id/9f/128f95db96ea77bd3ffccef5335ba529144b4a /usr/lib/.build-id/a1/4849328bb0039823dc2987817fec150893715e /usr/lib/.build-id/a1/8528bbe4f7ad1649e2acdb67c4118df84206b7 /usr/lib/.build-id/a2 /usr/lib/.build-id/a2/4ebbe28bf30ed02d6e1901ef247f1954be2d28 /usr/lib/.build-id/a2/5ff2f76a55f5309693eef08db671b84e863755 /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/e5d01b7b22a710cfe44929d4e583f6237a332f /usr/lib/.build-id/a3/fcaa51325d3afe1dfafdea849a38f69d82cb77 /usr/lib/.build-id/a4/6c623edfe312414d4809cdeef0d593f264ea55 /usr/lib/.build-id/a5 /usr/lib/.build-id/a5/ed10a628e85427f2de3e458b2032e34cbc4f31 /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/47499a5c4559f9031e3477383ab7e7550cdb46 /usr/lib/.build-id/a6/d75d6a2ffb86f7dff5c296c24796476af10998 /usr/lib/.build-id/a7 /usr/lib/.build-id/a7/59e8f829083c9901e7f0780e7863cca5d726ef /usr/lib/.build-id/a7/91069a0d70300cf9c40779e21f6f84e7e34855 /usr/lib/.build-id/a8 /usr/lib/.build-id/a8/6e3d9ffccf17caf90fe73ef38e938cee866bd3 /usr/lib/.build-id/ab /usr/lib/.build-id/ab/05372270ee41130e89792bdc04f35f56359c3e /usr/lib/.build-id/ac /usr/lib/.build-id/ac/4bb2eba83c63070c954f7a2c7d4f6221de7f23 /usr/lib/.build-id/ad/b8036d61910f94fa3664fc4dbb4cc160c53f76 /usr/lib/.build-id/ae /usr/lib/.build-id/ae/354a91c36662c68c80a7f0bf7765fce443d9b1 /usr/lib/.build-id/ae/bce483d3c7707a899a3bb28a39bc43aa04752a /usr/lib/.build-id/af /usr/lib/.build-id/af/2d55aa8d49d9be3c9a4fc41b9bc679be9a1ec9 /usr/lib/.build-id/af/fbff515b65f2144922865c910c5ee2097dc7b8 /usr/lib/.build-id/b1/4efabcf0eca6c40eaf9887ba685b7fdab51f94 /usr/lib/.build-id/b1/5aaf4ccebfa6dc9e804c5baa2a954acf9e541a /usr/lib/.build-id/b2 /usr/lib/.build-id/b2/1f1601b7a63dd6750528a3bfb4a415390781b3 /usr/lib/.build-id/b2/e427bda2486d7d679179d2d0228b39f6965086 /usr/lib/.build-id/b2/f33f18aac855f9e960a46c58324cc2fbb09c03 /usr/lib/.build-id/b3 /usr/lib/.build-id/b3/8780f55068c3243d90152e6c057e96bcb49ae3 /usr/lib/.build-id/b7 /usr/lib/.build-id/b7/2b037d8aefe81d5bb55c6bc357c9b5698ef92a /usr/lib/.build-id/bb /usr/lib/.build-id/bb/c92e82d7ab01059ca7e14dbdb9fda0a1c7e95a /usr/lib/.build-id/bc/0dc6c419f0b6e0e0adcd5ab527d3febbead25a /usr/lib/.build-id/be/d119a6758bb6ce50c6ed5e6cd0346511363da1 /usr/lib/.build-id/c1 /usr/lib/.build-id/c1/6e0f3a664677227724972300ab87a15af38aee /usr/lib/.build-id/c2/2f69bab86ea0318e9124e9c6586cf0fce675e1 /usr/lib/.build-id/c2/349873f472b068c8f24f9c85a147d857a9f53d /usr/lib/.build-id/c2/54e463ba0401fcb749b597e639b86c796944ca /usr/lib/.build-id/c4 /usr/lib/.build-id/c4/fb02c175dbbb5e8b6f2ec4aec26581214fd3a5 /usr/lib/.build-id/c5 /usr/lib/.build-id/c5/164d25b7e3c6c1061b72ebc8acf18ae48aaa0a /usr/lib/.build-id/c5/410945a6777920d9a48d20b273a8eebd1bbc82 /usr/lib/.build-id/c5/549e4b487bfbd13a6d3819e10363a7da97fb03 /usr/lib/.build-id/c6 /usr/lib/.build-id/c6/677dc2edb286e3abb42de376c9a31df347edc2 /usr/lib/.build-id/c7 /usr/lib/.build-id/c7/7f7e848ac834250f88cc54e88e77a660ee2575 /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/e199d53d024a37a28fa3a36139e31d32d9b037 /usr/lib/.build-id/c9 /usr/lib/.build-id/c9/96b57e90567a5443e14f8f2ce97135d118eeba /usr/lib/.build-id/ca /usr/lib/.build-id/ca/18441fd442cf789fad1f27abf3279761d0dfbf /usr/lib/.build-id/ca/86b91d5821bcbc2015ea0b75a5ca2428560c4d /usr/lib/.build-id/ca/ce24b9876021ab317647de678891cd6dc1a694 /usr/lib/.build-id/cb /usr/lib/.build-id/cb/4d4a08addfc38287a27776846586115bd2301b /usr/lib/.build-id/cd /usr/lib/.build-id/cd/9675276439cd679c2e4151dcd0adfcaddf799a /usr/lib/.build-id/cd/d7692ad79eff8b98f951f8c5f19d76adb24495 /usr/lib/.build-id/cf /usr/lib/.build-id/cf/44103152ee9b90d14313a178ca27275e299fd7 /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/07b99bf634a947fcb8779e42022d8be4b5ee0d /usr/lib/.build-id/d1/0fc88103d846be953b71b32a60ac02a860cae7 /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/3276d0698025c21939672a39df98269215963e /usr/lib/.build-id/d3 /usr/lib/.build-id/d3/33c2fb89f607b0f017cfbe46110ecf27fc31fc /usr/lib/.build-id/d3/4faa24ff8bffa856041c70f37b09af7b54bfae /usr/lib/.build-id/d6/a44c06f9a4a26c93b665b79510cc4c677e3c34 /usr/lib/.build-id/d7/dd9df43d816823d4155fad318f64d0db6e836f /usr/lib/.build-id/d8 /usr/lib/.build-id/d8/9f6e87368bfe6837a443a56b48b75055fcdb3b /usr/lib/.build-id/da /usr/lib/.build-id/da/2091a7117ef5c361ee5d913e35c7267487a6da /usr/lib/.build-id/db /usr/lib/.build-id/db/9c07e3cf70288ec8748f8a7385f7e82be420f4 /usr/lib/.build-id/de /usr/lib/.build-id/de/adcfce71882a5b429cb81cb71526468cca257d /usr/lib/.build-id/df /usr/lib/.build-id/df/d1bbc65e522f4ea23882006e077bc067a2fa85 /usr/lib/.build-id/e0 /usr/lib/.build-id/e0/b99df2c75a4139e0eab68fdac8f2f869f7bb5c /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/5e53568567836b3955b7e1920ce08d6ad14394 /usr/lib/.build-id/e1/d0fdd17a13016ce1f897dedb34b1c2a77d8f86 /usr/lib/.build-id/e2 /usr/lib/.build-id/e2/7ac5d0be4ef8558c8c8ac35ac9d088a0a293e4 /usr/lib/.build-id/e3 /usr/lib/.build-id/e3/1642272b69ecc1c925cd95f337f44b10f35d79 /usr/lib/.build-id/e3/3b810bb842972a16a6432e4baed324173c7edc /usr/lib/.build-id/e3/94e85088b2d7dd0fb9fb79bc95040e9b2d8131 /usr/lib/.build-id/e4 /usr/lib/.build-id/e4/629e6a18d96fa85a7af3c08bbadc5d99845dce /usr/lib/.build-id/e4/b00ec612555643a68e9d60e1072ed37b2e3924 /usr/lib/.build-id/e4/bdcd9a6176849b10b37ceab640cd742eaf7644 /usr/lib/.build-id/e5 /usr/lib/.build-id/e5/4799931819ee060970b2686e2e84979dc7e8e9 /usr/lib/.build-id/e7 /usr/lib/.build-id/e7/f4e128079a68df53516d79d6fb5c432371e419 /usr/lib/.build-id/e9 /usr/lib/.build-id/e9/3575dd90194ee829f57354c1437aea42336768 /usr/lib/.build-id/ed /usr/lib/.build-id/ed/2b41a76715b716fdf301006d941f20bff2f5ce /usr/lib/.build-id/ee /usr/lib/.build-id/ee/4f1b9e45695513f631f717edfa8850e8caa1a0 /usr/lib/.build-id/ee/a062c9fdc79d3886666625f1a39bdb59335afd /usr/lib/.build-id/f0 /usr/lib/.build-id/f0/1e74e5595d55580b543cddc2645dd9ef222547 /usr/lib/.build-id/f0/582c5a71d8ff29cd93dcce045ea35d39beb24a /usr/lib/.build-id/f0/a947c8aa92e5f8300a05b479bc98796567ea42 /usr/lib/.build-id/f1 /usr/lib/.build-id/f1/76e34661c0f0e2ebc36d98dff6931a0530a14b /usr/lib/.build-id/f1/f9c34edb2a7d172e57fef5ebf31274b4c2b0fb /usr/lib/.build-id/f3 /usr/lib/.build-id/f3/37a002bced27768eb980449085ecbb48d99ab5 /usr/lib/.build-id/f6 /usr/lib/.build-id/f6/5b4713b87fcb1a881bf9c5c5110e4f42ba27ee /usr/lib/.build-id/f8 /usr/lib/.build-id/f8/8da835a230332521038f789dbb9d885bd6356f /usr/lib/.build-id/fd /usr/lib/.build-id/fd/a0295b16eff5e60a317214195e722699c0b760 /usr/lib/.build-id/fd/d60d803b9e37ddfec77e7d22e53c3d788a746d /usr/lib/.build-id/fe /usr/lib/.build-id/fe/339a79caede96fcc74feb82dd3e0c6615eb635 /usr/lib/gconv/ANSI_X3.110.so /usr/lib/gconv/ARMSCII-8.so /usr/lib/gconv/ASMO_449.so /usr/lib/gconv/BIG5.so /usr/lib/gconv/BIG5HKSCS.so /usr/lib/gconv/BRF.so /usr/lib/gconv/CP10007.so /usr/lib/gconv/CP1125.so /usr/lib/gconv/CP1250.so /usr/lib/gconv/CP1251.so /usr/lib/gconv/CP1253.so /usr/lib/gconv/CP1254.so /usr/lib/gconv/CP1255.so /usr/lib/gconv/CP1256.so /usr/lib/gconv/CP1257.so /usr/lib/gconv/CP1258.so /usr/lib/gconv/CP737.so /usr/lib/gconv/CP770.so /usr/lib/gconv/CP771.so /usr/lib/gconv/CP772.so /usr/lib/gconv/CP773.so /usr/lib/gconv/CP774.so /usr/lib/gconv/CP775.so /usr/lib/gconv/CP932.so /usr/lib/gconv/CSN_369103.so /usr/lib/gconv/CWI.so /usr/lib/gconv/DEC-MCS.so /usr/lib/gconv/EBCDIC-AT-DE-A.so /usr/lib/gconv/EBCDIC-AT-DE.so /usr/lib/gconv/EBCDIC-CA-FR.so /usr/lib/gconv/EBCDIC-DK-NO-A.so /usr/lib/gconv/EBCDIC-DK-NO.so /usr/lib/gconv/EBCDIC-ES-A.so /usr/lib/gconv/EBCDIC-ES-S.so /usr/lib/gconv/EBCDIC-ES.so /usr/lib/gconv/EBCDIC-FI-SE-A.so /usr/lib/gconv/EBCDIC-FI-SE.so /usr/lib/gconv/EBCDIC-FR.so /usr/lib/gconv/EBCDIC-IS-FRISS.so /usr/lib/gconv/EBCDIC-IT.so /usr/lib/gconv/EBCDIC-PT.so /usr/lib/gconv/EBCDIC-UK.so /usr/lib/gconv/EBCDIC-US.so /usr/lib/gconv/ECMA-CYRILLIC.so /usr/lib/gconv/EUC-CN.so /usr/lib/gconv/EUC-JISX0213.so /usr/lib/gconv/EUC-JP-MS.so /usr/lib/gconv/EUC-JP.so /usr/lib/gconv/EUC-KR.so /usr/lib/gconv/EUC-TW.so /usr/lib/gconv/GB18030.so /usr/lib/gconv/GBBIG5.so /usr/lib/gconv/GBGBK.so /usr/lib/gconv/GBK.so /usr/lib/gconv/GEORGIAN-ACADEMY.so /usr/lib/gconv/GEORGIAN-PS.so /usr/lib/gconv/GOST_19768-74.so /usr/lib/gconv/GREEK-CCITT.so /usr/lib/gconv/GREEK7-OLD.so /usr/lib/gconv/GREEK7.so /usr/lib/gconv/HP-GREEK8.so /usr/lib/gconv/HP-ROMAN8.so /usr/lib/gconv/HP-ROMAN9.so /usr/lib/gconv/HP-THAI8.so /usr/lib/gconv/HP-TURKISH8.so /usr/lib/gconv/IBM037.so /usr/lib/gconv/IBM038.so /usr/lib/gconv/IBM1004.so /usr/lib/gconv/IBM1008.so /usr/lib/gconv/IBM1008_420.so /usr/lib/gconv/IBM1025.so /usr/lib/gconv/IBM1026.so /usr/lib/gconv/IBM1046.so /usr/lib/gconv/IBM1047.so /usr/lib/gconv/IBM1097.so /usr/lib/gconv/IBM1112.so /usr/lib/gconv/IBM1122.so /usr/lib/gconv/IBM1123.so /usr/lib/gconv/IBM1124.so /usr/lib/gconv/IBM1129.so /usr/lib/gconv/IBM1130.so /usr/lib/gconv/IBM1132.so /usr/lib/gconv/IBM1133.so /usr/lib/gconv/IBM1137.so /usr/lib/gconv/IBM1140.so /usr/lib/gconv/IBM1141.so /usr/lib/gconv/IBM1142.so /usr/lib/gconv/IBM1143.so /usr/lib/gconv/IBM1144.so /usr/lib/gconv/IBM1145.so /usr/lib/gconv/IBM1146.so /usr/lib/gconv/IBM1147.so /usr/lib/gconv/IBM1148.so /usr/lib/gconv/IBM1149.so /usr/lib/gconv/IBM1153.so /usr/lib/gconv/IBM1154.so /usr/lib/gconv/IBM1155.so /usr/lib/gconv/IBM1156.so /usr/lib/gconv/IBM1157.so /usr/lib/gconv/IBM1158.so /usr/lib/gconv/IBM1160.so /usr/lib/gconv/IBM1161.so /usr/lib/gconv/IBM1162.so /usr/lib/gconv/IBM1163.so /usr/lib/gconv/IBM1164.so /usr/lib/gconv/IBM1166.so /usr/lib/gconv/IBM1167.so /usr/lib/gconv/IBM12712.so /usr/lib/gconv/IBM1364.so /usr/lib/gconv/IBM1371.so /usr/lib/gconv/IBM1388.so /usr/lib/gconv/IBM1390.so /usr/lib/gconv/IBM1399.so /usr/lib/gconv/IBM16804.so /usr/lib/gconv/IBM256.so /usr/lib/gconv/IBM273.so /usr/lib/gconv/IBM274.so /usr/lib/gconv/IBM275.so /usr/lib/gconv/IBM277.so /usr/lib/gconv/IBM278.so /usr/lib/gconv/IBM280.so /usr/lib/gconv/IBM281.so /usr/lib/gconv/IBM284.so /usr/lib/gconv/IBM285.so /usr/lib/gconv/IBM290.so /usr/lib/gconv/IBM297.so /usr/lib/gconv/IBM420.so /usr/lib/gconv/IBM423.so /usr/lib/gconv/IBM424.so /usr/lib/gconv/IBM437.so /usr/lib/gconv/IBM4517.so /usr/lib/gconv/IBM4899.so /usr/lib/gconv/IBM4909.so /usr/lib/gconv/IBM4971.so /usr/lib/gconv/IBM500.so /usr/lib/gconv/IBM5347.so /usr/lib/gconv/IBM803.so /usr/lib/gconv/IBM850.so /usr/lib/gconv/IBM851.so /usr/lib/gconv/IBM852.so /usr/lib/gconv/IBM855.so /usr/lib/gconv/IBM856.so /usr/lib/gconv/IBM857.so /usr/lib/gconv/IBM858.so /usr/lib/gconv/IBM860.so /usr/lib/gconv/IBM861.so /usr/lib/gconv/IBM862.so /usr/lib/gconv/IBM863.so /usr/lib/gconv/IBM864.so /usr/lib/gconv/IBM865.so /usr/lib/gconv/IBM866.so /usr/lib/gconv/IBM866NAV.so /usr/lib/gconv/IBM868.so /usr/lib/gconv/IBM869.so /usr/lib/gconv/IBM870.so /usr/lib/gconv/IBM871.so /usr/lib/gconv/IBM874.so /usr/lib/gconv/IBM875.so /usr/lib/gconv/IBM880.so /usr/lib/gconv/IBM891.so /usr/lib/gconv/IBM901.so /usr/lib/gconv/IBM902.so /usr/lib/gconv/IBM903.so /usr/lib/gconv/IBM9030.so /usr/lib/gconv/IBM904.so /usr/lib/gconv/IBM905.so /usr/lib/gconv/IBM9066.so /usr/lib/gconv/IBM918.so /usr/lib/gconv/IBM921.so /usr/lib/gconv/IBM922.so /usr/lib/gconv/IBM930.so /usr/lib/gconv/IBM932.so /usr/lib/gconv/IBM933.so /usr/lib/gconv/IBM935.so /usr/lib/gconv/IBM937.so /usr/lib/gconv/IBM939.so /usr/lib/gconv/IBM943.so /usr/lib/gconv/IBM9448.so /usr/lib/gconv/IEC_P27-1.so /usr/lib/gconv/INIS-8.so /usr/lib/gconv/INIS-CYRILLIC.so /usr/lib/gconv/INIS.so /usr/lib/gconv/ISIRI-3342.so /usr/lib/gconv/ISO-2022-CN-EXT.so /usr/lib/gconv/ISO-2022-CN.so /usr/lib/gconv/ISO-2022-JP-3.so /usr/lib/gconv/ISO-2022-JP.so /usr/lib/gconv/ISO-2022-KR.so /usr/lib/gconv/ISO-IR-197.so /usr/lib/gconv/ISO-IR-209.so /usr/lib/gconv/ISO646.so /usr/lib/gconv/ISO8859-10.so /usr/lib/gconv/ISO8859-11.so /usr/lib/gconv/ISO8859-13.so /usr/lib/gconv/ISO8859-14.so /usr/lib/gconv/ISO8859-16.so /usr/lib/gconv/ISO8859-2.so /usr/lib/gconv/ISO8859-3.so /usr/lib/gconv/ISO8859-4.so /usr/lib/gconv/ISO8859-5.so /usr/lib/gconv/ISO8859-6.so /usr/lib/gconv/ISO8859-7.so /usr/lib/gconv/ISO8859-8.so /usr/lib/gconv/ISO8859-9.so /usr/lib/gconv/ISO8859-9E.so /usr/lib/gconv/ISO_10367-BOX.so /usr/lib/gconv/ISO_11548-1.so /usr/lib/gconv/ISO_2033.so /usr/lib/gconv/ISO_5427-EXT.so /usr/lib/gconv/ISO_5427.so /usr/lib/gconv/ISO_5428.so /usr/lib/gconv/ISO_6937-2.so /usr/lib/gconv/ISO_6937.so /usr/lib/gconv/JOHAB.so /usr/lib/gconv/KOI-8.so /usr/lib/gconv/KOI8-R.so /usr/lib/gconv/KOI8-RU.so /usr/lib/gconv/KOI8-T.so /usr/lib/gconv/KOI8-U.so /usr/lib/gconv/LATIN-GREEK-1.so /usr/lib/gconv/LATIN-GREEK.so /usr/lib/gconv/MAC-CENTRALEUROPE.so /usr/lib/gconv/MAC-IS.so /usr/lib/gconv/MAC-SAMI.so /usr/lib/gconv/MAC-UK.so /usr/lib/gconv/MACINTOSH.so /usr/lib/gconv/MIK.so /usr/lib/gconv/NATS-DANO.so /usr/lib/gconv/NATS-SEFI.so /usr/lib/gconv/PT154.so /usr/lib/gconv/RK1048.so /usr/lib/gconv/SAMI-WS2.so /usr/lib/gconv/SHIFT_JISX0213.so /usr/lib/gconv/SJIS.so /usr/lib/gconv/T.61.so /usr/lib/gconv/TCVN5712-1.so /usr/lib/gconv/TIS-620.so /usr/lib/gconv/TSCII.so /usr/lib/gconv/UHC.so /usr/lib/gconv/VISCII.so /usr/lib/gconv/gconv-modules.d/gconv-modules-extra.conf /usr/lib/gconv/libCNS.so /usr/lib/gconv/libGB.so /usr/lib/gconv/libISOIR165.so /usr/lib/gconv/libJIS.so /usr/lib/gconv/libJISX0213.so /usr/lib/gconv/libKSC.so
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Aug 1 23:58:28 2025