| 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: 6.fc43 | Build date: Mon Jan 12 12:46:55 2026 |
| Group: Unspecified | Build host: buildvm-x86-21.rdu3.fedoraproject.org |
| Size: 7049530 | Source RPM: glibc-2.42-6.fc43.src.rpm |
| Packager: Fedora Project | |
| Url: http://www.gnu.org/software/glibc/ | |
| Summary: All iconv converter modules for glibc. | |
This package contains all iconv converter modules built in glibc.
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
* Mon Jan 12 2026 Frédéric Bérat <fberat@redhat.com> - 2.42-6
- Auto-sync with upstream branch master,
commit f122d0b4d145814869bf10c56db1d971bcba55c5:
- nptl: Optimize trylock for high cache contention workloads (BZ #33704) (Sunil K Pandey)
- support: Exit on consistency check failure in resolv_response_add_name (Florian Weimer)
- support: Fix FILE * leak in check_for_unshare_hints in test-container (Florian Weimer)
- sprof: fix -Wformat warnings on 32-bit hosts (Collin Funk)
- sprof: check pread size and offset for overflow (DJ Delorie)
* Mon Dec 15 2025 Frédéric Bérat <fberat@redhat.com> - 2.42-5
- Auto-sync with upstream branch master,
commit b11411fe2ee7a8f3c3a2c1ee99c1729adb9a0efe:
- posix: Fix invalid flags test for p{write,read}v2 (Yury Khrustalev)
- ppc64le: Power 10 rawmemchr clobbers v20 (bug #33091) (Sachin Monga)
- ppc64le: Restore optimized strncmp for power10 (Sachin Monga)
- ppc64le: Restore optimized strcmp for power10 (Sachin Monga)
- AArch64: Fix and improve SVE pow(f) special cases (Pierre Blanchard)
- AArch64: fix SVE tanpi(f) [BZ #33642] (Pierre Blanchard)
- AArch64: Fix instability in AdvSIMD sinh (Joe Ramsay)
- AArch64: Fix instability in AdvSIMD tan (Joe Ramsay)
- AArch64: Optimise SVE scalar callbacks (Joe Ramsay)
- aarch64: fix includes in SME tests (Yury Khrustalev)
- aarch64: fix cfi directives around __libc_arm_za_disable (Yury Khrustalev)
- x86: fix wmemset ifunc stray '!' (bug 33542) (Jiamei Xie)
- aarch64: tests for SME (Yury Khrustalev)
- aarch64: clear ZA state of SME before clone and clone3 syscalls (Yury Khrustalev)
- aarch64: define macro for calling __libc_arm_za_disable (Yury Khrustalev)
- x86: Detect Intel Nova Lake Processor (Sunil K Pandey)
- x86: Detect Intel Wildcat Lake Processor (Sunil K Pandey)
- nptl: Fix MADV_GUARD_INSTALL logic for thread without guard page (BZ 33356) (Adhemerval Zanella)
- nss: Group merge does not react to ERANGE during merge (bug 33361) (Florian Weimer)
- libio: Define AT_RENAME_* with the same tokens as Linux (Florian Weimer)
- AArch64: Fix SVE powf routine [BZ #33299] (Pierre Blanchard)
- i386: Also add GLIBC_ABI_GNU2_TLS version [BZ #33129] (H.J. Lu)
* Tue Aug 19 2025 Florian Weimer <fweimer@redhat.com> - 2.42-4
- Add marker symbol versions GLIBC_ABI_DT_X86_64_PLT, GLIBC_ABI_GNU2_TLS,
GLIBC_ABI_GNU_TLS, following upstream.
- Auto-sync with upstream branch release/2.42/master,
commit 7a8f3c6ee4b565a02da4ba0dad9aaeaeed4639ce:
- x86-64: Add GLIBC_ABI_DT_X86_64_PLT [BZ #33212]
- x86-64: Add GLIBC_ABI_GNU2_TLS version [BZ #33129]
- i386: Add GLIBC_ABI_GNU_TLS version [BZ #33221]
- Use TLS initial-exec model for __libc_tsd_CTYPE_* thread variables [BZ #33234]
- malloc: Fix checking for small negative values of tcache_key
- malloc: Make sure tcache_key is odd enough
- malloc: Fix MAX_TCACHE_SMALL_SIZE
- malloc: Remove redundant NULL check
* Fri Aug 08 2025 Frédéric Bérat <fberat@redhat.com> - 2.42-3
- Auto-sync with upstream branch release/2.42/master,
commit c5476b7907d01207ede6bf57b26cef151b601f35:
- hurd: support: Fix running SGID tests
- Revert "tst-freopen4-main.c: Call support_capture_subprocess with chroot"
- tst-env-setuid: Delete LD_DEBUG_OUTPUT output
- tst-freopen4-main.c: Call support_capture_subprocess with chroot
- tst-fopen-threaded.c: Delete temporary file
- Delete temporary files in support_subprocess
- nptl: Fix SYSCALL_CANCEL for return values larger than INT_MAX (BZ 33245)
* Fri Aug 01 2025 Florian Weimer <fweimer@redhat.com> - 2.42-2
- Auto-sync with upstream branch release/2.42/master,
commit 5e298d2d937b6da06500478be956abeb24357e05:
- elf: Handle ld.so with LOAD segment gaps in _dl_find_object (bug 31943)
- elf: Extract rtld_setup_phdr function from dl_main
- stdlib: resolve a double lock init issue after fork [BZ #32994]
* Wed Jul 30 2025 Florian Weimer <fweimer@redhat.com> - 2.42-1
- Drop 0001-Revert-Linux-Keep-termios-ioctl-constants-strictly-i.patch,
merged upstream.
- Auto-sync with upstream branch release/2.42/master,
commit bc13db73937730401d592b33092db6df806d193e:
- inet-fortified: fix namespace violation (bug 33227)
- Bump version number to 2.42
- math: Update auto-libm-tests-in with ldbl-128ibm compoundn/pown failures
- INSTALL: Update newest tested binutils version
- elf: Compile _dl_debug_state separately (bug 33224)
- sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
- Disable SFrame support by default
- math: xfail some pown and compoundn tests for ibm128-libgcc
- posix: Fix double-free after allocation failure in regcomp (bug 33185)
- Revert "Linux: Keep termios ioctl constants strictly internal"
- termios: manual: document the SPEED_MAX and BAUD_MAX constants
- termios: SPEED_MAX and BAUD_MAX constants
- termios: move the baud_t interface from __USE_MISC to __USE_GNU
- termios: manual: improve the explanation of various tty concepts
- termios: manual: remove duplicate cfgetospeed() definition
- termios: manual: fix typo: tcsettattr -> tcsetattr
- elf: Initialize GLRO (dl_read_only_area) after static dlopen (bug 33139)
- x86-64: Properly compile ISA optimized modf and modff
- x86-64: Compile ISA versions of modf/modff with -fno-stack-protector
- iconv: iconv -o should not create executable files (bug 33164)
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.41.9000-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jul 18 2025 Adam Williamson <awilliam@redhat.com> - 2.41.9000-23
- Revert "Linux: Keep termios ioctl constants strictly internal" to fix wine build
* Fri Jul 18 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-22
- Build without SFrame stack trace format information
* Thu Jul 17 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-21
- Auto-sync with upstream branch master,
commit 0263528f8dd60cf58976e2d516b7c9edb16ae6f8:
- malloc: fix definition for MAX_TCACHE_SMALL_SIZE
- SFrame: Add tests that uses DWARF backtracer
- configure: Add --enable-sframe option
- elf: Add SFrame stack tracing
- aarch64: Add SFrame support for aarch64 architecture
- x86: Add SFrame support for x86 architecture
- elf: Add SFrame support to _dl_find_object function
- x86_64: Optimize modf/modff for x86_64-v2
- Linux: Keep termios ioctl constants strictly internal
- termios: Move isatty, __isatty_nostatus from io
- termios: Reflow and sort Makefile
- Remove termios2 ioctl defintions from public headers
- elf: Remove now pointless empty ld.so.conf files in single tests
- support: Always run ldconfig in containered tests
- Makefile: Add ld.so.conf with libgcc dir to testroot.pristine
- Makeconfig: Add libgcc directory to rtld-prefix search path
- Mark support for lock elision as deprecated.
- x86: Avoid vector/r16-r31 registers and memcpy/memset in mcount_internal
- fstat: add test and documentation for an edge case.
- fstatat: extend tests and documentation
- elf: Restore support for _r_debug interpositions and copy relocations
- elf: Introduce _dl_debug_change_state
- elf: Introduce separate _r_debug_array variable
- manual: Remove '.info' suffix in manual names passed to @ref [BZ #32962].
- elf: Add DL_ADDRESS_WITHOUT_RELOC [BZ #33088]
- stdlib: Fix __libc_message_impl iovec size (BZ 32947)
- AArch64: Avoid memset ifunc in cpu-features.c [BZ #33112]
- malloc: Cleanup tcache_init()
- malloc: replace instances of __builtin_expect with __glibc_unlikely
- malloc: refactored aligned_OK and misaligned_chunk
- elf: Add missing DSO dependencies for tst-rtld-no-malloc-{audit,preload}
- powerpc: Remove modf optimization
- powerpc: Remove modff optimization
- manual: Add missing free to open_memstream example [BZ #27866]
- Linux: Convert '__close_nocancel_nostatus' to a standalone handler
- Linux: Fix '__close_nocancel_nostatus' clobbering 'errno' [BZ #33035]
- inet: Implement inet_ntoa on top of inet_ntop
- resolv: Optimize inet_ntop
- resolve: Proper indent resolv/inet_ntop.c
- benchtests: Add IPv6 inet_ntop benchmark
- benchtests: Add IPv4 inet_ntop benchmark
- posix: Fix fnmatch build with gcc-16
- powerpc: use .machine power10 in POWER10 assembler sources
* Sun Jun 22 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-20
- Remove glibc-rh2368545.patch, applied upstream.
- Auto-sync with upstream branch master,
commit b3b0d0308c95d213f019b19c33abf1b06911f528:
- i386: Update ___tls_get_addr to preserve vector registers
- manual: Clarify renameat documentation
- posix: Add nonnull attribute to glob_pattern_p.
- math: Simplify and optimize modf implementation
- math: Simplify and optimize modff implementation
- AArch64: Improve codegen SVE log1p helper
- AArch64: Optimise SVE FP64 Hyperbolics
- AArch64: Optimize SVE exp functions
- Fix termios related targets
- malloc: Cleanup _mid_memalign
- aarch64: simplify calls to __libc_arm_za_disable in assembly
- aarch64: GCS: use internal struct in __alloc_gcs
- powerpc: Remove assembler workarounds
- malloc: Fix tests-malloc-largetcache tests
- Add TCPI_OPT_USEC_TS from Linux 6.14 and TCPI_OPT_TFO_CHILD from 6.15 to netinet/tcp.h.
- linux/termios: regression test for termios speed functions
- include/array_length.h: add array_foreach[_const] macros
- termios: unify the naming of the termios speed fields
- termios: add new baud_t interface, defined to be explicitly numeric
- manual: document all the termios Bxxx constants in the manual
- termios: merge the termios baud definitions
- hurd+generic/termios: make speed_t an unsigned int
- termios: change the generic cfsetspeed() to support arbitrary speeds
- hurd/termios: remove USE_OLD_TTY
- linux: implement arbitrary and split speeds in termios
- linux/termios/powerpc: deal with powerpc-unique ioctl emulation
- linux/ioctls: use <linux/sockios.h> for sockios ioctls
- io: replace local_isatty() with a proper function __isatty_nostatus()
- termios: make __tcsetattr() the internal interface
* Fri Jun 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-19
- Remove glibc-fedora-manual-dircategory.patch (#2252409)
* Fri Jun 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-18
- Remove glibc-fedora-linux-tcsetattr.patch (#2252406)
* Thu Jun 19 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-17
- langpacks: Use symlinks for LC_NAME, LC_NUMERIC files if possible (RHEL-97433)
* Tue Jun 17 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-16
- Replace glibc-rh2368545.patch with upstream fix under review.
- Auto-sync with upstream branch master,
commit d1b27eeda3d92f33314e93537437cab11ddf4777:
- malloc: Sort tests-exclude-largetcache in Makefile
- ppc64le: Revert "powerpc: Optimized strcmp for power10" (CVE-2025-5702)
- ppc64le: Revert "powerpc : Add optimized memchr for POWER10" (Bug 33059)
- ppc64le: Revert "powerpc: Fix performance issues of strcmp power10" (CVE-2025-5702)
- ppc64le: Revert "powerpc: Optimized strncmp for power10" (CVE-2025-5745)
- malloc: add testing for large tcache support
- malloc: add tcache support for large chunk caching
- Always check lockf64 return value
- elf: Add optimization barrier for __ehdr_start and _end
- htl: move pthread_key_*, pthread_get/setspecific
- elf: Remove the unused _etext declaration
- io: Mark lockf() __wur [BZ #32800]
- benchtests: Improve modf benchtest
- benchtests: Add modff benchtest
- riscv: Correct __riscv_hwprobe function prototype [BZ #32932]
- resolv: Add test for getaddrinfo returning FQDN in ai_canonname
- aarch64: fix typo in sysdeps/aarch64/Makefile
- Advisory text for CVE-2025-5745
- Advisory text for CVE-2025-5702
- hurd: Make __getrandom_early_init call __mach_init
- x86: Avoid GLRO(dl_x86_cpu_features)
- manual: Add a comparative example of 'clock_nanosleep' use
- AArch64: Fix builderror with GCC 12.1/12.2
- Linux: Drop obsolete kernel support with `if_nameindex' and `if_nametoindex'
- aarch64: add __ifunc_hwcap function to be used in ifunc resolvers
- aarch64: add support for hwcap3,4
- manual: Document futimens and utimensat
- manual: Document unlinkat
- manual: Document renameat
- manual: Document mkdirat
- manual: Document faccessat
- manual: Expand Descriptor-Relative Access section
- Makefile: Avoid $(objpfx)/ in makefiles
- manual: Document error codes missing for 'inet_pton'
- manual: Document error codes missing for 'if_nametoindex'
- manual: Document error codes missing for 'if_indextoname'
- posix: fix building regex when _LIBC isn't defined
- localedata: Use the name North Macedonia.
- malloc: Count tcache entries downwards
- sparc: Fix argument passing to __libc_start_main (BZ 32981)
- localedata: Refer to Eswatini instead of Swaziland.
- sigaction: don't sign-extend sa_flags
- stdio-common: Add nonnull attribute to stdio_ext.h functions.
- elf: Fix UB on _dl_map_object_from_fd
- argp: Fix shift bug
- math: Remove i386 ilogb/ilogbf/llogb/llogbf
- math: Optimize float ilogb/llogb
- math: Remove UB and optimize double ilogbf
- math: Optimize double ilogb/llogb
- math: Remove UB and optimize double ilogb
- manual: Correct return value description of 'clock_nanosleep'
- nss: free dynarray buffer after parsing nsswitch.conf
- manual: Document clock_nanosleep
- manual: Fix invalid 'illegal' usage with 'nanosleep'
- manual: Fix duplicate 'consult' erratum
- localedata: Correct Persian collation rules description
- stdio-common: Correct 'sscanf' test feature wrapper description
- manual: Document error codes missing for 'inet_ntop'
- manual: Document error codes missing for 'socket'
- stdio-common: Consistently use 'num_digits_len' in 'vfscanf'
- Update syscall lists for Linux 6.15
- AArch64: Improve enabling of SVE for libmvec
- AArch64: Improve codegen in SVE log1p
- Use Linux 6.15 in build-many-glibcs.py
- manual: mention PKEY_UNRESTRICTED macro in the manual
- linux: use PKEY_UNRESTRICTED macro in tst-pkey
- misc: add PKEY_UNRESTRICTED macro
- generic: Add missing parameter name to __getrandom_early_init
- hurd: Avoid -Wfree-labels warning in _hurd_intr_rpc_mach_msg
- Update RISC-V relocations
- malloc: Fix malloc init order
- Move C warning flags from +gccwarn to +gccwarn-c
- doc: Add missing space in documentation of __TIMESIZE
- doc: Fix typos in documentation of _TIME_BITS
- Fix comment typo in libc-symbols.h
- Turn on -Wmissing-parameter-name by default if available
- manual: Document getopt_long_only with single letter options (bug 32980)
* Fri May 30 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-15
- malloc: Revert to the glibc-2.41.9000-6.fc43 version (#2368545)
* Mon May 26 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-14
- Remove glibc-configure-disable-libsupport.patch, solved with
upstream commit be61b9493d38032519e596f282f9695667402c8d
("support: Use unwinder in links-dso-program-c only with libgcc_s").
- Fix regression malloc initialization (#2368545)
- Auto-sync with upstream branch master,
commit 4f4c4fcde76aedc1f5362a51d98ebb57a28fbce9:
- Turn on -Wfree-labels by default if available
- S390: Use cfi_val_offset instead of cfi_escape. 31bit part
- libmvec: Add inputs for asinpi(f), acospi(f), atanpi(f) and atan2pi(f)
- INSTALL: Regenerate with texinfo 7.2
- Fix error reporting (false negatives) in SGID tests
- manual: Use more inclusive language in comments.
- Makerules: Use 'original' instead of 'master' in source.
- gen-libm-test: Use 'original source' instead of 'master' in code.
- nss_test1: Use 'parametrized template' instead of 'master' in comment.
- linknamespace: Use 'ALLOWLIST' instead of 'WHITELIST' in code.
- posix: Use more inclusive language in test data.
- pylintrc: Remove obsolete ignore section and comments.
- support: Pick group in support_capture_subprogram_self_sgid if UID == 0
- ldbl-128: also disable lgammaf128_r builtin when building lgammal_r
- elf: Fix subprocess status handling for tst-dlopen-sgid (bug 32987)
- x86_64: Fix typo in ifunc-impl-list.c.
- elf: Test case for bug 32976 (CVE-2025-4802)
- support: Use const char * argument in support_capture_subprogram_self_sgid
- AArch64: Fix typo in math-vector.h
- Fix typos in ldbl-opt makefile
- AArch64: Cleanup SVE config and defines
- AArch64: Cleanup PAC and BTI
- AArch64: Implement AdvSIMD and SVE atan2pi/f
- AArch64: Implement AdvSIMD and SVE atanpi/f
- AArch64: Implement AdvSIMD and SVE asinpi/f
- AArch64: Implement AdvSIMD and SVE acospi/f
- AArch64: Optimize inverse trig functions
- Document CVE-2025-4802.
- ctype: Fallback initialization of TLS using relocations (bug 19341, bug 32483)
- Use proper extern declaration for _nl_C_LC_CTYPE_{class,toupper,tolower}
- Optimize __libc_tsd_* thread variable access
- Remove <libc-tsd.h>
- manual: add sched_getcpu()
- manual: Clarifications for listing directories
- manual: add remaining CPU_* macros
- powerpc: Remove check for -mabi=ibmlongdouble
- aarch64: update tests for SME
- aarch64: Disable ZA state of SME in setjmp and sigsetjmp
- benchtest: malloc tcache hotpath benchtest
- Implement C23 rootn.
- malloc: Improve performance of __libc_calloc
- S390: Use cfi_val_offset instead of cfi_escape.
- powerpc64le: Remove configure check for objcopy >= 2.26.
- Raise the minimum binutils version to 2.39
* Tue May 13 2025 DJ Delorie <dj@redhat.com> - 2.41.9000-13
- Auto-sync with upstream branch master,
commit ad966bc4efd9e69cbbda2073121cc68f1deb9588.
- added benchtest inputs for log2l
- added benchtest inputs for expl
- aarch64: fix unwinding in longjmp
- added benchtest inputs for powl
- added benchtest inputs for fmal
- manual: fix typo for sched_[sg]etattr
- malloc: Improve malloc initialization
- Document all CLOCK_* values
- malloc: Improved double free detection in the tcache
- Correct spelling mistake in test file
- hurd: Make rename refuse trailing slashes [BZ #32570]
- Implement C23 compoundn
- hurd: Fix tst-stack2 test build on Hurd
- nss: remove undefined behavior and optimize getaddrinfo
- powerpc: Remove POWER7 strncasecmp optimization
- manual: add more pthread functions
- S390: Add new s390 platform z17.
- Correct test descriptors in libm-test-pown.inc
- malloc: Inline tcache_try_malloc
* Thu May 01 2025 Patsy Griffin <patsy@redhat.com> - 2.41.9000-12
- Auto-sync with upstream branch master,
commit 84977600dace5a7cfcb0918e6757939fd4969839:
- math: Fix UB on sinpif (BZ 32925)
- math: Fix UB on erfcf (BZ 32924)
- math: Fix UB on cospif (BZ 32923)
- math: Fix UB on cbrtf (BZ 32922)
- math: Fix UB on sinhf (BZ 32921)
- math: Fix UB on logf (BZ 32920)
- math: Fix UB on coshf (BZ 32919)
- math: Fix UB on atanhf (BZ 32918)
- nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)
- RISC-V: Use builtin for ffs and ffsll while supported extension available
- stdio: Remove UB on printf_fp
- benchtest: Correct shell script related to bench-malloc-thread
* Fri Apr 25 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-11
- Auto-sync with upstream branch master,
commit e04afb71771710cdc6025fe95908f5f17de7b72d:
- linux/termio: remove <termio.h> and struct termio
- elf: tst-audit10: split AVX512F code into dedicated functions [BZ #32882]
- Add NT_ARM_GCS and NT_RISCV_TAGGED_ADDR_CTRL from Linux 6.13 to elf.h
- Add AT_* constants from Linux 6.12
- malloc: move tcache_init out of hot tcache paths
- aarch64: Add back non-temporal load/stores from oryon-1's memset
- aarch64: Add back non-temporal load/stores from oryon-1's memcpy
- malloc: Use tailcalls in __libc_free
- malloc: Inline tcache_free
- malloc: Improve free checks
- malloc: Inline _int_free_check
- malloc: Inline _int_free
- malloc: Move mmap code out of __libc_free hotpath
- manual/tunables: fix a trivial typo
- Fix spelling mistake "trucate" -> "truncate"
- Fix spelling mistake "suports" -> "supports"
- Fix spelling mistake "succsefully" -> "successfully"
- manual: Mention POSIX-1.2024 requires time_t to be 64 bit or wider.
- manual: Update standardization of getline and getdelim [BZ #32830]
- libio: Add test case for fflush
* Mon Apr 14 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-10
- Auto-sync with upstream branch master,
commit 7b47b3dd214c8ff2c699f13efe5533941be53635:
- libio: Synthesize ESPIPE error if lseek returns 0 after reading bytes
- x86: Detect Intel Diamond Rapids
- x86: Handle unknown Intel processor with default tuning
- conform: Add initial support for C23.
- x86: Add ARL/PTL/CWF model detection support
- timezone: Enhance tst-bz28707 diagnostics
- powerpc: Remove relocation cache flush code for power64
* Wed Apr 09 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-9
- Auto-sync with upstream branch master,
commit 63c99cd50bc9c10f0692f7cb31f4c5f02ff526df:
- math: Fix up THREEp96 constant in expf128 [BZ #32411]
- elf: Extend glibc.rtld.execstack tunable to force executable stack (BZ 32653)
- stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabs
- stdio-common: In tst-setvbuf2, close helper thread descriptor only if opened
- Remove duplicates from binaries-shared-tests when creating make rules
- x86: Optimize xstate size calculation
- NEWS: update for GCC 12.1 requirement [BZ #32539]
* Thu Apr 03 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-8
- Auto-sync with upstream branch master,
aaf94ec804830e0e273cfb45d54f4a04ab778fe5:
- stdio: fix hurd link for tst-setvbuf2
- stdlib: Fix qsort memory leak if callback throws (BZ 32058)
- sysdeps: powerpc: restore -mlong-double-128 check
- stdio: Add more setvbuf tests
- add ptmx support to test-container
- Update syscall lists for Linux 6.14
- x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread
- elf: Fix tst-origin build when toolchain defaults to --as-needed (BZ 32823)
- Raise the minimum GCC version to 12.1 [BZ #32539]
- Fix typo in comment
- manual: tidy the longopt.c example
- manual: Document functions adopted by POSIX.1-2024.
- aarch64: Fix _dl_tlsdesc_dynamic unwind for pac-ret (BZ 32612)
- x86: Use separate variable for TLSDESC XSAVE/XSAVEC state size (bug 32810)
- x86: Skip XSAVE state size reset if ISA level requires XSAVE
- malloc: Improve performance of __libc_malloc
- stdio-common: Reject real data w/o exponent digits in scanf [BZ #12701]
- stdio-common: Reject significand prefixes in scanf [BZ #12701]
- stdio-common: Reject integer prefixes in scanf [BZ #12701]
- stdio-common: Also reject exp char w/o significand in i18n scanf [BZ #13988]
- stdio-common: Add tests for formatted vsscanf input specifiers
- stdio-common: Add tests for formatted vfscanf input specifiers
- stdio-common: Add tests for formatted vscanf input specifiers
- stdio-common: Add tests for formatted sscanf input specifiers
- stdio-common: Add tests for formatted fscanf input specifiers
- stdio-common: Add scanf long double data for Intel/Motorola 80-bit format
- Implement C23 pown
- support: Use unwinder in links-dso-program-c only with libgcc_s
- malloc: Use __always_inline for simple functions
- linux: Fix integer overflow warnings when including <sys/mount.h> [BZ #32708]
- malloc: Use _int_free_chunk for remainders
- Use MPFR 4.2.2 and Linux 6.14 in build-many-glibcs.py
- stdio-common: Add scanf long double data for IBM 128-bit format
- stdio-common: Add scanf long double data for IEEE 754 binary64 format
- stdio-common: Add scanf long double data for IEEE 754 binary128 format
- stdio-common: Add scanf double data for IEEE 754 binary64 format
- stdio-common: Add scanf float data for IEEE 754 binary32 format
- stdio-common: Add scanf integer data for LP64 targets
- stdio-common: Add scanf integer data for ILP32 targets
- stdio-common: Add tests for formatted scanf input specifiers
* Tue Apr 01 2025 Andrea Bolognani <abologna@redhat.com> - 2.41.9000-7
- Update riscv64 handling (thanks David Abdurachmanov)
* Tue Mar 25 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-6
- Add glibc-configure-disable-libsupport.patch and --disable-support
to work around missing libgcc_s.so.1 in glibc32 build.
- Auto-sync with upstream branch master,
commit 0544df4f4a9c6ce72de589e95f5bdadce8f103d0:
- mach: Use the host_get_time64 to replace the deprecated host_get_time for CLOCK_REALTIME when it's available
- aio_suspend64: Fix clock discrepancy [BZ #32795]
- Add _FORTIFY_SOURCE support for inet_pton
- Prepare inet_pton to be fortified
- Update kernel version to 6.13 in header constant tests
- support: Link links-dso-program-c with libgcc_s only if available
- elf: Use +nolink-deps to add make-only dependency for tst-origin
- Makeconfig: Support $(+nolink-deps) in link flags
- debug: Improve '%n' fortify detection (BZ 30932)
- Remove eloop-threshold.h
- malloc: missing initialization of tcache in _mid_memalign
- support: Link links-dso-program-c against libgcc_s
- Add _FORTIFY_SOURCE support for inet_ntop
- Add missing guards in include/arpa/inet.h
- Prepare inet_ntop to be fortified
* Thu Mar 20 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-5
- Auto-sync with upstream branch master,
commit c5113a838b28a8894da19794ca7a69c5ace959a3:
- add inputs giving large errors for rsqrt
- malloc: Improve csize2tidx
- elf: Fix tst-origin make rules
- AArch64: Optimize algorithm in users of SVE expf helper
- malloc: Improve arena_for_chunk()
- benchtests: Increase iterations of bench-malloc-simple
- elf: Fix tst-origin make rules
- htl: Make pthread_setcanceltype / state a cancellation point
* Fri Mar 14 2025 Florian Weimer <fweimer@redhat.com> - 2.41.9000-4
- Auto-sync with upstream branch master,
commit 10af00f7a135c85796a9c4c75228358b8898da5c:
- tst-fopen-threaded: Only check EOF for failing read
- Implement C23 powr
- x86_64: Add atanh with FMA
- elf: Canonicalize $ORIGIN in an explicit ld.so invocation [BZ 25263]
- x86_64: Add sinh with FMA
- benchtests: Remove wrong snippet from 360cce0b06
- x86_64: Add tanh with FMA
- nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782)
- nptl: PTHREAD_COND_INITIALIZER compatibility with pre-2.41 versions (bug 32786)
- getaddrinfo.c: support MPTCP (BZ #29609)
- math: Refactor how to use libm-test-ulps
- Update syscall lists for Linux 6.13
- Makefile: Clean up pthread_atfork integration
- nptl: Include <stdbool.h> in tst-pthread_gettid_np.c
- Linux: Add new test misc/tst-sched_setattr-thread
- Linux: Remove attribute access from sched_getattr (bug 32781)
- Linux: Add the pthread_gettid_np function (bug 27880)
- elf: Test dlopen (NULL, RTLD_LAZY) from an ELF constructor
- s390x: Regenerate ULPs.
- math: Remove an extra semicolon in math function declarations
- nptl: extend test coverage for sched_yield
- posix: Move environ helper variables next to environ definition (bug 32541)
- Implement C23 rsqrt
* Fri Mar 07 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-3
- Auto-sync with upstream branch master,
commit ee3b1d15da412be19583085f81c220653b270c1f:
- Use binutils 2.44 branch and Linux 6.13 in build-many-glibcs.py
- elf: Fix handling of symbol versions which hash to zero (bug 29190)
- configure: Fix spelling of -Wl,--no-error-execstack option
- manual: Mark perror as MT-unsafe and update check-safety.sh
- elf: Check if __attribute__ ((aligned (65536))) is supported
- htl: Make __pthread_create_internal directly call __pthread_sigmask
- htl: Make __pthread_sigmask directly call __sigthreadmask
- hurd: Consolidate signal mask change
- static-pie: Skip the empty PT_LOAD segment at offset 0 [BZ #32763]
- sysdeps: linux: Add BTRFS_SUPER_MAGIC to pathconf
- linux: Prefix AT_HWCAP with 0x on LD_SHOW_AUXV
- Remove dl-procinfo.h
- powerpc: Remove unused dl-procinfo.h
- powerpc: Move cache geometry information to ld diagnostics
- powerpc: Move AT_HWCAP descriptions to ld diagnostics
- benchtests: Add random strlen benchmark
- benchtests: Improve large memcpy/memset benchmarks
- manual: Explain sched_yield semantics with different schedulers
- Pass -Wl,--no-error-execstack for tests where -Wl,-z,execstack is used [PR32717]
- malloc: Add integrity check to largebin nextsizes
- libio: Clean up fputc/putc comments
- htl: move pthread_once into libc
- Remove unused dl-procinfo.h
- LoongArch: Optimize f{max,min}imum_mag_num{,f}
- LoongArch: Optimize f{max,min}imum_num{,f}
- LoongArch: Optimize f{max,min}imum_mag{,f}
- LoongArch: Optimize f{max,min}imum{,f}
- AArch64: Use prefer_sve_ifuncs for SVE memset
- sysdeps/ieee754: Fix remainder sign of zero for FE_DOWNWARD (BZ #32711)
- math: Add optimization barrier to ensure a1 + u.d is not reused [BZ #30664]
- RISC-V: Fix IFUNC resolver cannot access gp pointer
* Tue Feb 25 2025 Arjun Shankar <arjun@redhat.com> - 2.41.9000-2
- Auto-sync with upstream branch master,
commit 935563754bb5e1f16b9edb392d6c80c6827ddfca:
- AArch64: Remove LP64 and ILP32 ifdefs
- AArch64: Simplify lrint
- AArch64: Remove AARCH64_R macro
- AArch64: Cleanup pointer mangling
- AArch64: Remove PTR_REG defines
- AArch64: Remove PTR_ARG/SIZE_ARG defines
- stdlib: Add single-threaded fast path to rand()
- Increase the amount of data tested in stdio-common/tst-fwrite-pipe.c
- posix: Rewrite cpuset tests
- support: Add support_next_to_fault_before support function
- math: Fix `unknown type name '__float128'` for clang 3.4 to 3.8.1 (bug 32694)
- nptl: clear the whole rseq area before registration
- aarch64: Add GCS test with signal handler
- aarch64: Add GCS tests for dlopen
- aarch64: Add GCS tests for transitive dependencies
- aarch64: Add tests for Guarded Control Stack
- aarch64: Add configure checks for GCS support
* Thu Feb 20 2025 Carlos O'Donell <carlos@redhat.com> - 2.41.9000-1
- Auto-sync with upstream branch master,
commit 6d24313e4a4098f7c469e119784bfbbfdb1ec749.
- manual: Mark setlogmask as AS-unsafe and AC-unsafe.
- AArch64: Add SVE memset
- x86 (__HAVE_FLOAT128): Defined to 0 for Intel SYCL compiler [BZ #32723]
- manual: Document setlogmask as MT-safe.
- math: Consolidate acosf and asinf internal tables
- math: Consolidate acospif and asinpif internal tables
- math: Consolidate cospif and sinpif internal tables
- htl: don't export __pthread_default_rwlockattr anymore.
- htl: move pthread_rwlock_init into libc.
- htl: move pthread_rwlock_destroy into libc.
- htl: move pthread_rwlock_{rdlock, timedrdlock, timedwrlock, wrlock, clockrdlock, clockwrlock} into libc.
- htl: move pthread_rwlock_unlock into libc.
- htl: move pthread_rwlock_tryrdlock, pthread_rwlock_trywrlock into libc.
- htl: move pthread_rwlockattr_getpshared, pthread_rwlockattr_setpshared into libc.
- htl: move pthread_rwlockattr_destroy into libc.
- htl: move pthread_rwlockattr_init into libc.
- htl: move __pthread_default_rwlockattr into libc.
- Fix tst-aarch64-pkey to handle ENOSPC as not supported
- Increase the amount of data tested in stdio-common/tst-fwrite-bz29459.c
- elf: Keep using minimal malloc after early DTV resize (bug 32412)
- libio: Initialize _total_written for all kinds of streams
- malloc: Add size check when moving fastbin->tcache
- nss: Improve network number parsers (bz 32573, 32575)
- nptl: Remove unused __g_refs comment.
- advisories: Fix up GLIBC-SA-2025-0001
- AArch64: Improve codegen for SVE powf
- AArch64: Improve codegen for SVE pow
- AArch64: Improve codegen for SVE erfcf
- Aarch64: Improve codegen in SVE exp and users, and update expf_inline
- Aarch64: Improve codegen in SVE asinh
- math: Improve layout of exp/exp10 data
- assert: Add test for CVE-2025-0395
- math: Consolidate coshf and sinhf internal tables
- math: Consolidate acoshf and asinhf internal tables
- math: Use tanpif from CORE-MATH
- math: Use sinpif from CORE-MATH
- math: Use cospif from CORE-MATH
- math: Use atanpif from CORE-MATH
- math: Use atan2pif from CORE-MATH
- math: Use asinpif from CORE-MATH
- math: Use acospif from CORE-MATH
- benchtests: Add tanpif
- benchtests: Add sinpif
- benchtests: Add cospif
- benchtests: Add atanpif
- benchtests: Add atan2pif
- benchtests: Add asinpif
- benchtests: Add acospif
- hurd: Replace char foo[1024] with string_t
- hurd: Drop useless buffer initialization in ttyname*
- mig_strncpy: ensure destination string is null terminated
- htl: stop exporting __pthread_default_barrierattr.
- htl: move pthread_barrier_wait into libc.
- htl: move pthread_barrier_init into libc.
- htl: move pthread_barrier_destroy into libc.
- htl: move pthread_barrierattr_getpshared, pthread_barrierattr_setpshared into libc.
- htl: move pthread_barrierattr_init into libc.
- htl: move pthread_barrierattr_destroy into libc.
- htl: move __pthread_default_barrierattr into libc.
- manual: Update signal descriptions
- libio: Replace __LP64__ with __WORDSIZE
- powerpc64le: Also avoid IFUNC for __mempcpy
- elf: Build dl-tls.o with early startup symbol redirections
- manual: make @manpageurl more specific to each output
- math: Fix tanf for some inputs (BZ 32630)
- elf: Use _dl_find_object instead of _dl_find_dso_for_object in dlopen
- elf: Add fast path to dlopen for fully-opened maps
- elf: Determine the caller link map in _dl_open
- elf: Merge __dl_libc_freemem into __rtld_libc_freeres
- elf: Add l_soname accessor function for DT_SONAME values
- elf: Split _dl_lookup_map, _dl_map_new_object from _dl_map_object
- hurd: Use the new __proc_reauthenticate_complete protocol
- elf: Do not add a copy of _dl_find_object to libc.so
- htl: move pthread_setcancelstate into libc.
- math: Fix sinhf for some inputs (BZ 32627)
- math: Fix log10p1f internal table value (BZ 32626)
- manual: Safety annotations for timespec_get and timespec_getres
- sh: Fix tst-guard1 build
- manual: Add links to POSIX Semaphores man-pages documentation
- manual: Consolidate POSIX Semaphores docs in Threads chapter
- ld.so: Decorate BSS mappings
- nptl: Add support for setup guard pages with MADV_GUARD_INSTALL
- nptl: Correct stack size attribute when stack grows up [BZ #32574]
- manual: Update compatibility note on flushing of line-oriented files
- htl: move pthread_setcanceltype into libc.
- htl: move pthread_mutex_consistent, pthread_mutex_consistent_np into libc.
- htl: move pthread_mutex_destroy into libc.
- htl: move pthread_mutex_getprioceiling, pthread_mutex_setprioceiling into libc
- htl: move pthread_mutex_{lock, unlock, trylock, timedlock, clocklock}
- htl: move pthread_mutex_init into libc.
- htl: remove leftover for pthread_mutexattr_settype
- Add test of input file flushing / offset issues
- Fix fflush handling for mmap files after ungetc (bug 32535)
- Fix fseek handling for mmap files after ungetc or fflush (bug 32529)
- Make fflush (NULL) flush input files (bug 32369)
- Make fclose seek input file to right offset (bug 12724)
- Fix fflush after ungetc on input file (bug 5994)
- libio: Add a new fwrite test that evaluates partial writes
- libio: Start to return errors when flushing fwrite's buffer [BZ #29459]
- Add new tests for fopen
- Increase version to 2.41.9000, add new section to NEWS
- Create ChangeLog.old/ChangeLog.30
- Bump version to 2.41
/usr/lib/.build-id /usr/lib/.build-id/01/71275e5d8e578f651048d4f772590216c2a9c4 /usr/lib/.build-id/01/80bc4186f65145c45ecbf71e10b8a6c0e78dc8 /usr/lib/.build-id/02/acf31a0478133acc6846561aaa35d2d429f6ce /usr/lib/.build-id/03 /usr/lib/.build-id/03/686458c8858d97750cdd77ef19dbf33e5591cc /usr/lib/.build-id/07 /usr/lib/.build-id/07/136751070150f3584f0562469549c2f7a348cf /usr/lib/.build-id/08 /usr/lib/.build-id/08/bc772844224ec1718d40bab5f25e5f8a6aaccf /usr/lib/.build-id/09 /usr/lib/.build-id/09/26b2e68fefb0b4b1f5394ea5ad0dc4d02b27ce /usr/lib/.build-id/09/e40aacb9553d9e9ebdde158c526e0493046468 /usr/lib/.build-id/0b /usr/lib/.build-id/0b/0a5912c7650663124248fbec585bc9bab0a8a4 /usr/lib/.build-id/0b/40f1af66aaf4ef42a00e73be88da5f8336f34b /usr/lib/.build-id/0d /usr/lib/.build-id/0d/175a88413fd60c15ab22858dab88680b7196fa /usr/lib/.build-id/0d/43e8401ebaf5080d3efdd05f383d659de170b3 /usr/lib/.build-id/0d/6e29a832d850cfa6292240bdae0384335f943a /usr/lib/.build-id/0f/23b0e7ff1dea73812926fdec4ac9dc9041cb7f /usr/lib/.build-id/10 /usr/lib/.build-id/10/274acda3af81223009f5c455dc5f57367b4434 /usr/lib/.build-id/10/492c484ff79aafcedfcca68c7d916cb4b75842 /usr/lib/.build-id/10/8987e296ca0dae6187a56048940064571947f6 /usr/lib/.build-id/11/1248a2447edac486177e9b99bdb4c216a0d98c /usr/lib/.build-id/11/5025a66f3c91e1100802836011403c1a499aca /usr/lib/.build-id/11/e8508af3fe9350dc087330524e0ffaad519656 /usr/lib/.build-id/12 /usr/lib/.build-id/12/31664f022d2caf3e896ed00042252133e3cbf5 /usr/lib/.build-id/14 /usr/lib/.build-id/14/65f89dd87f2c3de5e4d71217d93e43fce41236 /usr/lib/.build-id/15 /usr/lib/.build-id/15/d5b27a04cdd64ffc2f1da2d8966957339b8f35 /usr/lib/.build-id/16 /usr/lib/.build-id/16/4b0ba899fc0736bfa205433efc90ec1272656d /usr/lib/.build-id/17 /usr/lib/.build-id/17/6589368167fd3ca98cd1fd5871026bc2dd53bb /usr/lib/.build-id/18 /usr/lib/.build-id/18/47c5b61977f9523939ed8e105aa75e0187101f /usr/lib/.build-id/18/caab385716eb12503b223ceb521c60f48bdd1a /usr/lib/.build-id/19 /usr/lib/.build-id/19/e4e531211d63da7107873ba7dc320c9dcaf9a5 /usr/lib/.build-id/1a /usr/lib/.build-id/1a/874c41d76f77c30aece79f969a1495e614d632 /usr/lib/.build-id/1b /usr/lib/.build-id/1b/12c7cec151fcc6feb006a7140fcf9244cfeaa0 /usr/lib/.build-id/1c /usr/lib/.build-id/1c/3319237736bc7c8625982587a9992014de04a4 /usr/lib/.build-id/1d/8ed07aed48983b2f1ba549d2bfed4392a3ed76 /usr/lib/.build-id/1e /usr/lib/.build-id/1e/91aa11932f4c67fb5f380ce872845ef22226b0 /usr/lib/.build-id/21 /usr/lib/.build-id/21/6347b1ebea6c334ba1badfc5caa952f7432632 /usr/lib/.build-id/22 /usr/lib/.build-id/22/9cdee93efe5998280011d34172393203a71e1a /usr/lib/.build-id/23 /usr/lib/.build-id/23/4661691c5d3fbd13a03368737b7d92226a82ab /usr/lib/.build-id/24 /usr/lib/.build-id/24/4a43935901b44c05d4f56f7e773530807264dc /usr/lib/.build-id/24/f177ac7e3a3dc62072cb5e121245086745d95a /usr/lib/.build-id/25 /usr/lib/.build-id/25/6fb9307f74adb9695cfbbf93af9c31b5af9ab1 /usr/lib/.build-id/26 /usr/lib/.build-id/26/752258d2a10869e142d1bba6723d3f09a16381 /usr/lib/.build-id/29/8d498e4f17372a48d2a0f081354dd43281243a /usr/lib/.build-id/29/91d2164bf7d79717fad2692271ccc5ff5719d3 /usr/lib/.build-id/29/aa4edf9139f4ffb3d80fcba84193ea73509da3 /usr/lib/.build-id/2b /usr/lib/.build-id/2b/1d4f803d4ae816dd655b97c515ea5e76c114c8 /usr/lib/.build-id/2b/532481bf00149f2c4461bc91b3506761c2dd7b /usr/lib/.build-id/2d /usr/lib/.build-id/2d/6d76474863f281ab4456f803f6e73c34f23aca /usr/lib/.build-id/2e /usr/lib/.build-id/2e/9b61b1db056af1c4f64d20d0edfa57d9c4c419 /usr/lib/.build-id/2f/56d7b9d06abc686df8f1573c10b2555903d8e7 /usr/lib/.build-id/2f/a0eff5d0fadfd29c6e5d0995db0fdda202b2e4 /usr/lib/.build-id/30 /usr/lib/.build-id/30/3efaf8844a18b085af59cd2090abea0f602a57 /usr/lib/.build-id/32 /usr/lib/.build-id/32/66b8734eccc9a1223aab2942629f1911af8422 /usr/lib/.build-id/33 /usr/lib/.build-id/33/f157199ffdbbfa2b06f1ab3a580a78f7241862 /usr/lib/.build-id/36 /usr/lib/.build-id/36/83c77cd7c7c5ab758465968598d203b1d20a3f /usr/lib/.build-id/36/b6167a230bef3fd803d23b8d58c1ce7982e2c4 /usr/lib/.build-id/37 /usr/lib/.build-id/37/9e601f90ea6c756685cfef66323256df867a6b /usr/lib/.build-id/38 /usr/lib/.build-id/38/3983dadba88295224360b3ac1ad3042d641e57 /usr/lib/.build-id/39 /usr/lib/.build-id/39/650207ffe46b6c11dd391da67e75ed4566130c /usr/lib/.build-id/39/b9cbc5597471aee5cbedaaedcd76b60cc316db /usr/lib/.build-id/3a /usr/lib/.build-id/3a/30e353f201f38d6ed4336f25e9b36f453fc7c3 /usr/lib/.build-id/3a/9c93327cdb63bfcd27a1e0476b98896503cdb3 /usr/lib/.build-id/3d /usr/lib/.build-id/3d/fbd9a3b3eecdf723aae248c06d1218d284fa12 /usr/lib/.build-id/3e /usr/lib/.build-id/3e/e2dffab89f0aa70addb4574d4ebccf656701e7 /usr/lib/.build-id/3f /usr/lib/.build-id/3f/463100f95187c701e504eb8f3fa1dff7cba29f /usr/lib/.build-id/3f/d90b6c96cc47b43999ebe6ad2c241be34a01e6 /usr/lib/.build-id/40 /usr/lib/.build-id/40/85f7f3d50c9592b7e26af72c4da2dfb15160ee /usr/lib/.build-id/40/b799e1e71d5cd8937359aeb42415a8a30d9b80 /usr/lib/.build-id/41 /usr/lib/.build-id/41/066e7fc87960a95050fcda2b0a7d3ee064b6a0 /usr/lib/.build-id/43 /usr/lib/.build-id/43/4c11b5e6965d8c6172f829824659d9a45cca80 /usr/lib/.build-id/44 /usr/lib/.build-id/44/2691d5a734a83c047b31f9aff39386f2392e6e /usr/lib/.build-id/44/53e73184aacdc262abf43de284c73bc5508c50 /usr/lib/.build-id/44/b0da1642d204b2c12eea03a3a2cf237482642e /usr/lib/.build-id/46 /usr/lib/.build-id/46/07fbe496083e2f886e311afd52fac06d1f2709 /usr/lib/.build-id/47 /usr/lib/.build-id/47/454778974e0136e39f640b80e3c317e20c0b54 /usr/lib/.build-id/48/599f77356c4ceb9640b1c0820be6616869fc2b /usr/lib/.build-id/48/a0108c2d7c71a8888240e35c5417198a93a46d /usr/lib/.build-id/49 /usr/lib/.build-id/49/d7d29a39fce522b18aa9d122fb5556cbda0f1f /usr/lib/.build-id/4a/5b9bbb16171f5014357408698688ba63baf41d /usr/lib/.build-id/4b /usr/lib/.build-id/4b/a4213ce233197582bfa8b89aa826b4c6a6dcfe /usr/lib/.build-id/4b/f25ad4663ed8cf71ac81f69aa8b7efe93bbcca /usr/lib/.build-id/4f /usr/lib/.build-id/4f/0d5d327b7818fd9fda8a4b5ce13b3c43b40b48 /usr/lib/.build-id/4f/d4947ce413b2fc85bb7a57409e485fa3695a07 /usr/lib/.build-id/50 /usr/lib/.build-id/50/dd8e6f1b8438b4f5c9ad1d833535cb855ad876 /usr/lib/.build-id/51 /usr/lib/.build-id/51/62a94b760e61a06a14b1759d610f6919a6ca60 /usr/lib/.build-id/54 /usr/lib/.build-id/54/2848a8ff57294dbf3401e9dee890115595ea6e /usr/lib/.build-id/54/5821e4d47992bd0c8302a19753c86b1017d9fd /usr/lib/.build-id/55 /usr/lib/.build-id/55/7e95adb2e687d96180a7738ad403f14d06c86a /usr/lib/.build-id/58/26a2043d1cf5642ee0d776afc02d3450d42446 /usr/lib/.build-id/59 /usr/lib/.build-id/59/d918edc8ade374d9bb12530ef5d7f0c8cd1cd6 /usr/lib/.build-id/59/fa8575f0dea0cd697fe447349f777071f0eb67 /usr/lib/.build-id/5a /usr/lib/.build-id/5a/d02afbc0b68838ab475a2a6e9a8933d4db957c /usr/lib/.build-id/5c/6e353efba574524ee73664bda446c214654628 /usr/lib/.build-id/5f /usr/lib/.build-id/5f/38d01a8987d056eb6dc4b99dcf4c68bdadbeb5 /usr/lib/.build-id/61 /usr/lib/.build-id/61/63f282c63e73ee6baec7fbd9bcda91eb854bfe /usr/lib/.build-id/61/a95f6ec3f3de713d6abf8c2999a4067d8654dc /usr/lib/.build-id/62 /usr/lib/.build-id/62/77a0a1583d4d1de90c6faed4cbc876dfe6e778 /usr/lib/.build-id/63 /usr/lib/.build-id/63/8541d2b4cbc9b7733720a17c27f55ab590dab2 /usr/lib/.build-id/63/b067c498562b2c3f31d05f88f91493670fd420 /usr/lib/.build-id/64 /usr/lib/.build-id/64/66543c7c23ffc5649c6ea720ffbd995451efb5 /usr/lib/.build-id/65 /usr/lib/.build-id/65/175acef97c57c1d059f87c2b6152749cd8ad54 /usr/lib/.build-id/65/191a0903c7049123c655bb732d2d8ff19a24d6 /usr/lib/.build-id/65/45aac4278a89d9e59b4204e02ae2fa8a49519a /usr/lib/.build-id/65/d904de6f87ae0b75b82f6864d88f763d116216 /usr/lib/.build-id/67 /usr/lib/.build-id/67/ae50d9e0ef19d4eeebb814211ead72fe32deb0 /usr/lib/.build-id/68 /usr/lib/.build-id/68/2efed5d1f5a12524ac3f904d6c0ec4c104d494 /usr/lib/.build-id/68/e067d871d23ee1d171140be3bffbd6ab069601 /usr/lib/.build-id/69 /usr/lib/.build-id/69/ba6f82e1dafb948665f11f038650959e7cd709 /usr/lib/.build-id/6d /usr/lib/.build-id/6d/f7c2b7e1659684cf9dafc4aead89f468b35b81 /usr/lib/.build-id/6e /usr/lib/.build-id/6e/d21d91c8622fc86df3d7483147eebb27ab251f /usr/lib/.build-id/6f /usr/lib/.build-id/6f/fcc170a82aa553bd97893a8ff7287b3e30d6ad /usr/lib/.build-id/70 /usr/lib/.build-id/70/c4ede18715446efd04548d0821c5cdb6427e55 /usr/lib/.build-id/73 /usr/lib/.build-id/73/e37f8bb1a8eea3deba955f39685b30eba08023 /usr/lib/.build-id/73/e429287aeb4b837e5ba071c027038faab60b25 /usr/lib/.build-id/78 /usr/lib/.build-id/78/d59c14be908f47d6393420e191d287286e16d4 /usr/lib/.build-id/7a /usr/lib/.build-id/7a/068146f9198cf525deef917f14a617aabf8120 /usr/lib/.build-id/7a/df5a0f3eb36e9c4d9e31282702a3a8a4adf9d9 /usr/lib/.build-id/7e/1476ad8e1f3da63d2c6e7196b02bf6a317a251 /usr/lib/.build-id/7e/1a4b75b14a1aae94c4aacfcb8d7b38ede3a17c /usr/lib/.build-id/7e/36578f495ed688f4e499eea173488e471f55d2 /usr/lib/.build-id/7f /usr/lib/.build-id/7f/8aeacaeb191bd6daa877278d170029e36c53fc /usr/lib/.build-id/7f/c7b8cc3f577f0222a0f0c930bdf3c6733be7ba /usr/lib/.build-id/7f/cf41cdc9ac815518a3b4c69163a16f11f1992a /usr/lib/.build-id/7f/e4202c43ad81b278c7bceba7af5ab4ed54a4a6 /usr/lib/.build-id/80 /usr/lib/.build-id/80/29b73e0137878fbe5bd8bb935a5d390ec59f53 /usr/lib/.build-id/80/70e3d53a47946c18d52de9282ae2b3b729b032 /usr/lib/.build-id/80/ce34a7d8d9b34c507559f6d4c2abdf8e4df116 /usr/lib/.build-id/83 /usr/lib/.build-id/83/4f3818b88fab7d5aef869a59a7646d8ecd82da /usr/lib/.build-id/83/b556400af5e0d8d1ee6f67964f456b4f493743 /usr/lib/.build-id/83/e796f0ea66d8b1af647f989bd59eec917f12f6 /usr/lib/.build-id/84 /usr/lib/.build-id/84/482fe8e957bd09c96d2eb2be7aed544c496bcc /usr/lib/.build-id/84/f73f352dbbfa3a205b8b144c741a6d8e738754 /usr/lib/.build-id/85 /usr/lib/.build-id/85/518efe896633f6136c837a3d473c7ca8b16e33 /usr/lib/.build-id/87 /usr/lib/.build-id/87/24a5e72c0d267def2a61f66faa9a673daa1dce /usr/lib/.build-id/87/f28a5256b66267df37d3bb1a0854df75081db5 /usr/lib/.build-id/88 /usr/lib/.build-id/88/57b58c165c3ce457c50408d35d6ffe6ffbe38d /usr/lib/.build-id/8a /usr/lib/.build-id/8a/437d17ad46ffdacaaf59637959a30478d20daf /usr/lib/.build-id/8b /usr/lib/.build-id/8b/b8a4aaa4d53664f017c5e2a896b361b6363853 /usr/lib/.build-id/8f /usr/lib/.build-id/8f/66a6f09cde24e99a8030703ccaa7794d45e386 /usr/lib/.build-id/90 /usr/lib/.build-id/90/1942ad59d1b29b1b42fdedae3092c9e0ae9f6e /usr/lib/.build-id/90/b7d558113a83c619058f43e7025a235eb5da8b /usr/lib/.build-id/91 /usr/lib/.build-id/91/2088b66eaf9b6da08eed570e6b136364685819 /usr/lib/.build-id/91/f8cdcd2a7fdee7e851032d542a9186600ddf7a /usr/lib/.build-id/92 /usr/lib/.build-id/92/bdfb8d9106a7412967805e17fc71b82ab4d175 /usr/lib/.build-id/95 /usr/lib/.build-id/95/0f6c70308d67da4ece7e6a784bb3ca12b35f1e /usr/lib/.build-id/95/6b52e41caf772c08b37bee9be02751e5428b93 /usr/lib/.build-id/97 /usr/lib/.build-id/97/899ecdb34c0398e171ed906973f90c18e862b0 /usr/lib/.build-id/9a /usr/lib/.build-id/9a/0ee970f3f107e2052ccb91506ef3e5a7a78e8a /usr/lib/.build-id/9d /usr/lib/.build-id/9d/7e4ad5e2fb8de9408e9663bb11e589dbcbb744 /usr/lib/.build-id/a0 /usr/lib/.build-id/a0/0b1f6cecf4542540a71186fe4c945df347f41d /usr/lib/.build-id/a0/1d39cbdf6e35f1430c742002de94625a1ce6b9 /usr/lib/.build-id/a0/c5627052a07e9253ad36b3488599994735e58f /usr/lib/.build-id/a1/bb8229b550bf93ef60a0203346c57b420ab8ca /usr/lib/.build-id/a2 /usr/lib/.build-id/a2/070a52d0074ed075a4542a27b61983d6936a18 /usr/lib/.build-id/a2/3339a187d546f3a8303b79e306a45c03640f3e /usr/lib/.build-id/a2/f78ce576b52dabeffac3ffd993cf49ab0e333b /usr/lib/.build-id/a3 /usr/lib/.build-id/a3/a1571b20495dacb736283fc6f0965c49c8df86 /usr/lib/.build-id/a4 /usr/lib/.build-id/a4/04ad813b7ee5700b73932f73a788dfef08c2c9 /usr/lib/.build-id/a4/458450c8bc9b623ee6effc7e3585469817ca34 /usr/lib/.build-id/a4/5d9a89d85a6be349a675405279b119659db2e1 /usr/lib/.build-id/a5/fa7b66b9be9bab24283e7cc06d9cb6c6429ea2 /usr/lib/.build-id/a6 /usr/lib/.build-id/a6/0ba85b0f2eea0c158a4457f3bd1d3e2ddf9564 /usr/lib/.build-id/a9/2aa8ccb696f2e695e18614dd95edb3f7e0eacd /usr/lib/.build-id/ac /usr/lib/.build-id/ac/23b564a6fba6ded2c92ef0ef4fa80ead7086a3 /usr/lib/.build-id/ad /usr/lib/.build-id/ad/b3eba746bd78837a05a72db14f22f6b38f30b8 /usr/lib/.build-id/af /usr/lib/.build-id/af/e8021942a415488afde9523724066d458b4748 /usr/lib/.build-id/b1/595d14f7a2e11f9f3ff0d44b24c4fb8f1954e8 /usr/lib/.build-id/b4 /usr/lib/.build-id/b4/3dd4bfafcc456b847b05f909661d07efa145ef /usr/lib/.build-id/b4/b02eeb7536538d6b388513a821d6509b293123 /usr/lib/.build-id/b5 /usr/lib/.build-id/b5/161beeb4eba987d953aca0025367026ca19e42 /usr/lib/.build-id/b5/18493acfcbabf9e311c2596723128518d92b06 /usr/lib/.build-id/b5/30bd1523036efac2da8216e68200793085ed76 /usr/lib/.build-id/b6 /usr/lib/.build-id/b6/dc9ba967ecdbaf1539c7fb7a507446a33a97f8 /usr/lib/.build-id/b7/7d98eccad4725efc84604c87f9202cafb0d316 /usr/lib/.build-id/b9 /usr/lib/.build-id/b9/e4a1bb598b871249209a1962c4f913b6246634 /usr/lib/.build-id/ba /usr/lib/.build-id/ba/103d6af1869d9c776af644e137be120dfcbded /usr/lib/.build-id/ba/704aed9c257d2a42812853cb22303e25e131fc /usr/lib/.build-id/ba/fdad12b6eebb9978eac0757bb3cc6a70289a7a /usr/lib/.build-id/bc /usr/lib/.build-id/bc/f7cf87eaa71890489168ed5b67c3cd9a53a89f /usr/lib/.build-id/bf /usr/lib/.build-id/bf/4db6a9ae61fc7c091f9cd8da9b2de7a0a605e7 /usr/lib/.build-id/bf/7f22974412e8ebf0b028ff726a80bdc0952ea3 /usr/lib/.build-id/c0 /usr/lib/.build-id/c0/2cc7409760d181a6669abf392b19bc8dafb0cd /usr/lib/.build-id/c2 /usr/lib/.build-id/c2/79ef96b03c374fe8d9686e09b32093b8e29cd6 /usr/lib/.build-id/c3 /usr/lib/.build-id/c3/741c27d269a183718e8e85a40b0e0d78dba7be /usr/lib/.build-id/c5 /usr/lib/.build-id/c5/eb15b4a73313866b5c3a7d4c8e8d9fc811038a /usr/lib/.build-id/c6 /usr/lib/.build-id/c6/bb0b9667b5971952dd593555024acd6ffcc0e4 /usr/lib/.build-id/c6/c6b21fed4947e40702c1413d2a1d23cb813b09 /usr/lib/.build-id/c6/cbab9e622909dd4df17f3d42406c0d0e1adbf1 /usr/lib/.build-id/c6/f1d8c027a7df1af9560f4cd8b57039b38f0ac1 /usr/lib/.build-id/c7 /usr/lib/.build-id/c7/be7fc3ea82e6fddd5ad9f67108b5522138a16a /usr/lib/.build-id/c8 /usr/lib/.build-id/c8/f98239590742886bb0d964c504019906cf50c7 /usr/lib/.build-id/c9 /usr/lib/.build-id/c9/7cf3cc03b3c2d77f1e966a4fc5318e9d824150 /usr/lib/.build-id/c9/af36b9f7f8f91258c9fa453a7f92bf1215881d /usr/lib/.build-id/ca/44c4a3182ceec5af0c9dedf687ffea408e05c3 /usr/lib/.build-id/cc /usr/lib/.build-id/cc/078d191c3c925ea81c3941cc735964d615db6e /usr/lib/.build-id/cc/6dd9f447f983b59f95f3c67c54511e0f529133 /usr/lib/.build-id/ce /usr/lib/.build-id/ce/9553029deba5046c9df7bf9e187afc13e80a58 /usr/lib/.build-id/d0 /usr/lib/.build-id/d0/d4a8a8ec6ead311f53f5b5f35c46cfe852850a /usr/lib/.build-id/d1 /usr/lib/.build-id/d1/3075cac365bf54e116eaf6a535eb5ca7cf7a08 /usr/lib/.build-id/d2 /usr/lib/.build-id/d2/5ac3d1ac8152e50a44d3db536a4abf42009a32 /usr/lib/.build-id/d2/fa7465e07a61f2d1926ee6200614d2b3839332 /usr/lib/.build-id/d3 /usr/lib/.build-id/d3/82c8e00a608be9680d9267d20579191e4b093a /usr/lib/.build-id/d6 /usr/lib/.build-id/d6/717cbe67a03b0e2e378d8be8cc137ee8914bca /usr/lib/.build-id/d9 /usr/lib/.build-id/d9/1d44823ac10f451657fcfe305bc47b542f7494 /usr/lib/.build-id/dc /usr/lib/.build-id/dc/20ee88c126e922ce9ad2d93433a5a3876da5cd /usr/lib/.build-id/dd /usr/lib/.build-id/dd/ef00bbe159c79f65ab5dd66f1e5dc48ca92467 /usr/lib/.build-id/de /usr/lib/.build-id/de/b5ea677d600794cdf6756e387a1c1fb88667ce /usr/lib/.build-id/e0 /usr/lib/.build-id/e0/e1478c53d1f28222e2ef7694e2ce1578abe539 /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/66bed172bf2c50c1bb1d8fee451d6dded3b0b3 /usr/lib/.build-id/e2 /usr/lib/.build-id/e2/34a40029e9d64947d8582c1ed3b90c3ad5988a /usr/lib/.build-id/e2/5483db29fd7e5f339cf0c318d20cdc5ed29e93 /usr/lib/.build-id/e2/d08f9775f8289daba56a6bbf13fca624d0e6c8 /usr/lib/.build-id/e2/e4eb014ca7f9717497a9cd36b6b59726408b43 /usr/lib/.build-id/e2/f55136db2975af8cc70b1f61e1b1fefbbea524 /usr/lib/.build-id/e2/f9663300f95371d9e68360860c4e047015b20b /usr/lib/.build-id/e3 /usr/lib/.build-id/e3/e725776068f47cd2a484543bca70216827f465 /usr/lib/.build-id/e4 /usr/lib/.build-id/e4/116dc43fd80c890d6ac24d4c4c8acddad73be7 /usr/lib/.build-id/e4/238f6229d66e5c4ecb3ea591167f4c1c073385 /usr/lib/.build-id/e4/cb786dadb1b9c557c4313bd2e99b8a60d150bf /usr/lib/.build-id/e5 /usr/lib/.build-id/e5/0527a4ac320dd0d389592267eac399ed5de403 /usr/lib/.build-id/e5/07e1412ca60638d87ef9b105a3f413079b7a56 /usr/lib/.build-id/e8 /usr/lib/.build-id/e8/480116ee56b9952909c17387c3128174055f61 /usr/lib/.build-id/e9 /usr/lib/.build-id/e9/51aef2876286ad2274e1ab072351664eb2508c /usr/lib/.build-id/e9/f2133d4b892bcad195b00f9d9ec31adf63879c /usr/lib/.build-id/ea /usr/lib/.build-id/ea/e4ed71e260d28eadb34d32b067193cb1d43ce7 /usr/lib/.build-id/eb /usr/lib/.build-id/eb/2573d994c667744ad4d16c7ac3590f89a932a4 /usr/lib/.build-id/eb/bb2c23017e8affcddcdfb7a363f69c7b730a47 /usr/lib/.build-id/ec/0e27ee2ed06568bbc43187c70fdea93cd6d9cb /usr/lib/.build-id/ec/852945d9b933ee1f88b5d58f4f6c21999d4fdf /usr/lib/.build-id/ed /usr/lib/.build-id/ed/2f814e370e6f7e99a26ce37d1f1fb56672b7a5 /usr/lib/.build-id/ed/7092b9ed3bdf1a634db8dcbeca2c113071335d /usr/lib/.build-id/ee /usr/lib/.build-id/ee/c3b802840ed59d9e9e42e2f147817b876c9aed /usr/lib/.build-id/f0 /usr/lib/.build-id/f0/78b9e109e76dc0f92cf8f92e1028e2d224d2dc /usr/lib/.build-id/f0/c50a6d3684f2508107bff599b303fa3b3ec170 /usr/lib/.build-id/f3 /usr/lib/.build-id/f3/061d79d689bde460a5068ea932e8f19fe8876c /usr/lib/.build-id/f4 /usr/lib/.build-id/f4/e3d82a6693502a817fb87e9063ec96d43bb71a /usr/lib/.build-id/f4/f42208e06c1fb2690372cf7924d5b231d1c4ef /usr/lib/.build-id/f5 /usr/lib/.build-id/f5/c185b5f681b1b35b552ae8a3a300b887e01ed9 /usr/lib/.build-id/f5/f6549844beccd6610267aa09b238be54d5dbad /usr/lib/.build-id/f6/7846db95879ce4c3e7fb75462c521471d7f197 /usr/lib/.build-id/f8 /usr/lib/.build-id/f8/252638a19e5fcadba073deebc555f817290e7a /usr/lib/.build-id/f9 /usr/lib/.build-id/f9/25333e88ca0557e86ad96665294f1a445dc4ab /usr/lib/.build-id/fb/a7dd223e5e5859d6fa51c104510be695336df8 /usr/lib/.build-id/fc /usr/lib/.build-id/fc/043942643064c8a29dcd6585f0fc47c56a807e /usr/lib/.build-id/fd /usr/lib/.build-id/fd/0e6a7dc876d9652f242bae7e3a4a23e702ed6b /usr/lib/.build-id/fd/4324b0d58388b91194a2a51edce7c82da9526f /usr/lib/.build-id/ff /usr/lib/.build-id/ff/6b441c2e2d572212fe568e6e268eefc55bee8d /usr/lib/.build-id/ff/ddba1bcdaeabeb4597192fda173810020c0d38 /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, Wed Jan 14 00:24:13 2026