Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glibc-utils | Distribution: Mageia |
Version: 2.35 | Vendor: Mageia.Org |
Release: 24.mga9 | Build date: Tue May 17 20:15:25 2022 |
Group: Development/Other | Build host: localhost |
Size: 139245 | Source RPM: glibc-2.35-24.mga9.src.rpm |
Packager: tmb <tmb> | |
Url: https://www.gnu.org/software/libc/ | |
Summary: Development utilities from GNU C library |
The glibc-utils package contains memusage, a memory usage profiler, mtrace, a memory leak tracer and xtrace, a function call tracer which can be helpful during program debugging. If unsure if you need this, don't install this package.
LGPL
* Tue May 17 2022 tmb <tmb> 6:2.35-24.mga9 + Revision: 1858519 - x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ)) - x86_64/multiarch: Sort sysdep_routines and put one entry per line - x86-64: Remove bzero weak alias in SS2 memset - x86-64: Define __memcmpeq in ld.so - x86_64: Remove bcopy optimizations - x86: Code cleanup in strchr-avx2 and comment justifying branch - x86: Code cleanup in strchr-evex and comment justifying branch - x86: Optimize strcspn and strpbrk in strcspn-c.c - x86: Optimize strspn in strspn-c.c - x86: Remove strcspn-sse2.S and use the generic implementation - x86: Remove strpbrk-sse2.S and use the generic implementation - x86: Remove strspn-sse2.S and use the generic implementation - x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S - x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S - x86: Add AVX2 optimized str{n}casecmp - x86: Add EVEX optimized str{n}casecmp - x86: Remove AVX str{n}casecmp - x86: Small improvements for wcslen - x86: Optimize memcmp SSE2 in memcmp.S - x86: Remove memcmp-sse4.S - x86: Cleanup page cross code in memcmp-avx2-movbe.S - x86: Fix missing __wmemcmp def for disable-multiarch build - x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32 - x86: Optimize {str|wcs}rchr-sse2 - x86: Optimize {str|wcs}rchr-avx2 - x86: Optimize {str|wcs}rchr-evex - elf: Merge dl-sysdep.c into the Linux version - Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE - Linux: Remove DL_FIND_ARG_COMPONENTS - Linux: Assume that NEED_DL_SYSINFO_DSO is always defined - Linux: Include <dl-auxv.h> in dl-sysdep.c only for SHARED - Linux: Consolidate auxiliary vector parsing (redo) - elf: Remove __libc_init_secure - i386: Remove OPTIMIZE_FOR_GCC_5 from Linux libc-do-syscall.S - i386: Honor I386_USE_SYSENTER for 6-argument Linux system calls - Linux: Define MMAP_CALL_INTERNAL - Linux: Implement a useful version of _startup_fatal - Linux: Introduce __brk_call for invoking the brk system call - csu: Implement and use _dl_early_allocate during static startup * Mon May 16 2022 tmb <tmb> 6:2.35-22.mga9 + Revision: 1858464 - fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141] * Sat May 14 2022 tmb <tmb> 6:2.35-21.mga9 + Revision: 1858059 - manual: Document the dlinfo function - dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo + wally <wally> - update nscd description * Fri May 06 2022 tmb <tmb> 6:2.35-20.mga9 + Revision: 1856546 - manual: Clarify that abbreviations of long options are allowed - x86: Optimize strcmp-avx2.S - x86: Optimize strcmp-evex.S - x86-64: Fix strcmp-avx2.S - x86-64: Fix strcmp-evex.S - x86: Improve vec generation in memset-vec-unaligned-erms.S - x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only) - Optimize bzero - x86: Set .text section in memset-vec-unaligned-erms - x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895] - x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896] - linux: Fix posix_spawn return code if clone fails [BZ#29109] * Tue May 03 2022 tmb <tmb> 6:2.35-18.mga9 + Revision: 1855617 - Update syscall lists for Linux 5.17 - Update kernel version to 5.17 in tst-mman-consts.py - Add SOL_MPTCP, SOL_MCTP from Linux 5.16 to bits/socket.h - Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.h * Thu Apr 28 2022 tmb <tmb> 6:2.35-17.mga9 + Revision: 1854979 - rebuild for armv7 * Thu Apr 28 2022 tmb <tmb> 6:2.35-16.mga9 + Revision: 1854947 - scripts: Add glibcelf.py module - Default to --with-default-link=no [BZ #25812] - misc: Fix rare fortify crash on wchar funcs. [BZ #29030] - INSTALL: Rephrase -with-default-link documentation - dlfcn: Do not use rtld_active () to determine ld.so state [BZ #29078] - scripts/glibcelf.py: Mark as UNSUPPORTED on Python 3.5 and earlier - elf: Fix DFS sorting algorithm for LD_TRACE_LOADED_OBJECTS with missing libraries [BZ #28868] - linux: Fix missing internal 64 bit time_t stat usage - i386: Regenerate ulps - linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time_t [BZ #29097] - posix/glob.c: update from gnulib * Thu Apr 21 2022 tmb <tmb> 6:2.35-15.mga9 + Revision: 1852466 - nptl: Fix pthread_cancel cancelhandling atomic operations * Sat Apr 16 2022 tmb <tmb> 6:2.35-14.mga9 + Revision: 1850635 - elf: Fix memory leak in _dl_find_object_update [BZ #29062] - nptl: Handle spurious EINTR when thread cancellation is disabled [BZ #29029] * Fri Mar 11 2022 tmb <tmb> 6:2.35-13.mga9 + Revision: 1790421 - io: Add fsync call in tst-stat - nss: Do not mention NSS test modules in <gnu/lib-names.h> - nss: Protect against errno changes in function lookup [BZ #28953] * Tue Mar 08 2022 tmb <tmb> 6:2.35-12.mga9 + Revision: 1789883 - pthread: Do not overwrite tests-time64 - inet: Fix getnameinfo (NI_NOFQDN) race condition [BZ #28566] - inet: Remove strdupa from nrl_domainname() - inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory - libio: Ensure output buffer for wchars [BZ #28828] * Sat Mar 05 2022 tmb <tmb> 6:2.35-11.mga9 + Revision: 1788863 - nptl: Fix cleanups for stack grows up [BZ# 28899] * Thu Mar 03 2022 tmb <tmb> 6:2.35-10.mga9 + Revision: 1788164 - rebuild with gcc 12 * Wed Mar 02 2022 tmb <tmb> 6:2.35-8.mga9 + Revision: 1787810 - elf: Replace tst-audit24bmod2.so with tst-audit24bmod2 - resolv: Fix tst-resolv tests for 2.35 ABIs and later - localedef: Update LC_MONETARY handling (Bug 28845) - localedata: Do not generate output if warnings were present * Mon Feb 21 2022 tmb <tmb> 6:2.35-7.mga9 + Revision: 1782533 - elf: Check invalid hole in PT_LOAD segments [BZ #28838] * Mon Feb 21 2022 tmb <tmb> 6:2.35-6.mga9 + Revision: 1782320 - realpath: Do not copy result on failure [BZ #28815] * Sat Feb 19 2022 tmb <tmb> 6:2.35-5.mga9 + Revision: 1781445 - rebuild with binutils 2.38-2 * Sat Feb 19 2022 tmb <tmb> 6:2.35-4.mga9 + Revision: 1781351 - string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755] - x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896] - x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896] - x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.c * Wed Feb 16 2022 tmb <tmb> 6:2.35-3.mga9 + Revision: 1778004 - pthread: Use 64 bit time_t stat internally for sem_open [BZ #28880] - nsswitch.conf: networks: add dns service provider entry - update nsswitch.conf help text from upstream - linux: Use socket-constants-time64.h on tst-socket-timestamp-compat * Thu Feb 10 2022 tmb <tmb> 6:2.35-2.mga9 + Revision: 1772838 - linux: fix accuracy of get_nprocs and get_nprocs_conf [BZ #28865] * Mon Feb 07 2022 tmb <tmb> 6:2.35-1.mga9 + Revision: 1772595 - Regenerate configure - posix: Fix tst-spawn6 terminal handling (BZ #28853) - linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850] - linux: Fix missing __convert_scm_timestamps [BZ #28860] - update to 2.35 * drop merged patches * update filelists * Thu Feb 03 2022 tmb <tmb> 6:2.34-26.mga9 + Revision: 1771340 - x86: Fix __wcsncmp_avx2 in strcmp-avx2.S [BZ# 28755] - x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755] - Fix glibc 2.34 ABI omission (missing GLIBC_2.34 in dynamic loader) - x86: Black list more Intel CPUs for TSX [BZ #27398] - x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398] - support: Add support_socket_so_timestamp_time64 - linux: Fix ancillary 64-bit time timestamp conversion [BZ #28349, BZ #28350] - Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg - tst-socket-timestamp-compat.c: Check __TIMESIZE [BZ #28837] - linux: __get_nprocs_sched: do not feed CPU_COUNT_S with garbage [BZ #28850] - Linux: Simplify __opensock and fix race condition [BZ #28353] - socket: Do not use AF_NETLINK in __opensock - linux: Fix missing __convert_scm_timestamps [BZ #28860] * Wed Jan 26 2022 tmb <tmb> 6:2.34-25.mga9 + Revision: 1769898 - regex: copy back from Gnulib (mga#29942) - realpath: Avoid overwriting preexisting error (CVE-2021-3998) - Linux: Detect user namespace support in io/tst-getcwd-smallbuff * Mon Jan 24 2022 tmb <tmb> 6:2.34-24.mga9 + Revision: 1769627 - fix CVE-2021-3998 and CVE-2021-3999 (mga#29935) * Sat Jan 22 2022 tmb <tmb> 6:2.34-23.mga9 + Revision: 1769457 - socket: Add the __sockaddr_un_set function - CVE-2022-23219: Buffer overflow in sunrpc clnt_create for "unix" [BZ #22542] - sunrpc: Test case for clnt_create "unix" buffer overflow [BZ #22542] - CVE-2022-23218: Buffer overflow in sunrpc svcunix_create [BZ #28768] - x86: use default cache size if it cannot be determined [BZ #28784] * Sun Jan 16 2022 tmb <tmb> 6:2.34-22.mga9 + Revision: 1768662 - nptl: Add one more barrier to nptl/tst-create1 - Run conform/ tests using newly built libc - Use (pie-default) with conformtest - pthread/tst-cancel28: Fix barrier re-init race condition - arm: Guard ucontext _rtld_global_ro access by SHARED, not PIC macro - nss: Use "files dns" as the default for the hosts database [BZ #28700] - elf: Fix tst-cpu-features-cpuinfo for KVM guests on some AMD systems [BZ #28704] - linux: Add sparck brk implementation - intl/plural.y: Avoid conflicting declarations of yyerror and yylex - AArch64: Check for SVE in ifuncs [BZ #28744] - Fix subscript error with odd TZif file [BZ #28338] - timezone: handle truncated timezones from tzcode-2021d and later [BZ #28707] - timezone: test-case for [BZ #28707] - Update syscall lists for Linux 5.15 - i386: Remove broken CAN_USE_REGISTER_ASM_EBP [BZ #28771] - Update syscall lists for Linux 5.16 - Disable debuginfod in printer tests [BZ #28757] * Thu Nov 25 2021 tmb <tmb> 6:2.34-20.mga9 + Revision: 1759227 - linux: Use /proc/stat fallback for __get_nprocs_conf [BZ #28624] * Thu Nov 25 2021 tmb <tmb> 6:2.34-19.mga9 + Revision: 1759151 - regex: fix buffer read overrun in search [BZ#28470] * Wed Nov 24 2021 tmb <tmb> 6:2.34-18.mga9 + Revision: 1759097 - nptl: Do not set signal mask on second setjmp return [BZ #28607] * Mon Nov 08 2021 tmb <tmb> 6:2.34-17.mga9 + Revision: 1754723 - elf: Earlier missing dynamic segment check in _dl_map_object_from_fd * Fri Nov 05 2021 tmb <tmb> 6:2.34-16.mga9 + Revision: 1753992 - ld.so: Replace DL_RO_DYN_SECTION with dl_relocate_ld [BZ #28340] - ld.so: Initialize bootstrap_map.l_ld_readonly [BZ #28340] - Avoid warning: overriding recipe for .../tst-ro-dynamic-mod.so - gconv: Do not emit spurious NUL character in ISO-2022-JP-3 [BZ #28524] * Fri Oct 29 2021 tmb <tmb> 6:2.34-15.mga9 + Revision: 1753269 - login: Add back libutil as an empty library - Handle NULL input to malloc_usable_size [BZ #28506] * Sun Oct 24 2021 tmb <tmb> 6:2.34-14.mga9 + Revision: 1752764 - linux: Fix a possibly non-constant expression in _Static_assert * Tue Oct 19 2021 tmb <tmb> 6:2.34-12.mga9 + Revision: 1752209 - timex: Use 64-bit fields on 32-bit TIMESIZE=64 systems [BZ #28469] * Sat Oct 09 2021 tmb <tmb> 6:2.34-11.mga9 + Revision: 1750379 - Fix inaccuracy of j0f [BZ #28185] - io: Fix ftw internal realloc buffer [BZ #28126] * Thu Oct 07 2021 tmb <tmb> 6:2.34-10.mga9 + Revision: 1749973 - update to Unicode 14.0.0 [BZ #28390] - support: Also return fd when it is 0 * Mon Oct 04 2021 tmb <tmb> 6:2.34-8.mga9 + Revision: 1749415 - elf: Avoid deadlock between pthread_create and ctors [BZ #28357] * Fri Oct 01 2021 tmb <tmb> 6:2.34-7.mga9 + Revision: 1747312 - rebuild for release * Fri Oct 01 2021 tmb <tmb> 6:2.34-6.mga9 + Revision: 1747291 - elf: Replace nsid with args.nsid [BZ #27609] - support: Add check for TID zero in support_wait_for_thread_exit - nptl: pthread_kill must send signals to a specific thread [BZ #28407] - misc: Add __get_nprocs_sched - linux: Simplify get_nprocs - linux: Revert the use of sched_getaffinity on get_nproc [BZ #28310] - Suppress -Wcast-qual warnings in bsearch - Add missing braces to bsearch inline implementation [BZ #28400] * Sun Sep 26 2021 tmb <tmb> 6:2.34-5.mga9 + Revision: 1746439 - move empty archives (libanl.a, libdl.a, libpthread.a, librt.a, libutil.a) from static-devel to devel package to keep matching linker options working + wally <wally> - add 64 bit devel() provides for smooth upgrade to aarch64 pkgs also * Fri Sep 24 2021 tmb <tmb> 6:2.34-4.mga9 + Revision: 1746326 - dont provide libc_malloc_debug* - glibc-devel: * add virtual provides for devel(libdl* and devel(libutil* to support upgrade - nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361] * Tue Sep 21 2021 tmb <tmb> 6:2.34-2.mga9 + Revision: 1746161 - filter out self-requires on libmss_files - posix: Fix attribute access mode on getcwd [BZ #27476] - nptl: pthread_kill needs to return ESRCH for old programs [BZ #19193] - nptl: Fix type of pthread_mutexattr_getrobust_np, pthread_mutexattr_setrobust_np [BZ #28036] - support: Add support_open_dev_null_range - Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and posix/tst-spawn5 [BZ #28260] * Sat Sep 18 2021 tmb <tmb> 6:2.34-1.mga9 + Revision: 1745864 - update filelists - convert glibc-post-wrapper to lua (based on Fedora work) - update C.UTF-8 support to official upstream merged patches - add post release fixes from upstream 2.34 release branch - update to 2.34 * drop merged / obsolete patches * Fri Sep 17 2021 tmb <tmb> 6:2.33-20.mga9 + Revision: 1745661 - posix: Fix attribute access mode on getcwd [BZ #27476] * Mon Aug 09 2021 tmb <tmb> 6:2.33-18.mga9 + Revision: 1740950 - librt: fix NULL pointer dereference [BZ# 28213] * Tue Jul 20 2021 tmb <tmb> 6:2.33-17.mga9 + Revision: 1737171 - rebuild with binutils 2.37 * Thu Jul 08 2021 tmb <tmb> 6:2.33-16.mga9 + Revision: 1735141 - wordexp: handle overflow in positional parameter number [BZ #28011] * Tue Jul 06 2021 tmb <tmb> 6:2.33-15.mga9 + Revision: 1735020 - x86: Fix tst-cpu-features-cpuinfo on Ryzen 9 [BZ #27873] + wally <wally> - rebuild due to a missing signature * Tue Jul 06 2021 tmb <tmb> 6:2.33-13.mga9 + Revision: 1735015 - x86: Copy IBT and SHSTK usable only if CET is enabled - x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033] * Wed Jun 23 2021 tmb <tmb> 6:2.33-12.mga9 + Revision: 1732054 - fix path to find-debuginfo.sh - nptl_db: Support different libpthread/ld.so load orders [BZ #27744] - nptl: Check for compatible GDB in nptl/tst-pthread-gdb-attach - nptl: Do not build nptl/tst-pthread-gdb-attach as PIE - dlfcn: Failures after dlmopen should not terminate process [BZ #15271] - Use __pthread_attr_copy in mq_notify [BZ #27896] - Fix use of __pthread_attr_copy in mq_notify [BZ #27896] - elf: Use _dl_catch_error from base namespace in dl-libc.c [BZ #27646] * Sun Apr 25 2021 tmb <tmb> 6:2.33-11.mga9 + Revision: 1719605 - Update Nios II libm-test-ulps - tst: Provide test for select - misc: Fix tst-select timeout handling [BZ#27648] - libsupport: Add support_select_modifies_timeout - libsupport: Add support_select_normalizes_timeout - linux: Normalize and return timeout on select [BZ#27651] - linux: always update select timeout [BZ#27706] - tunables: Fix comparison of tunable values - support: Typo and formatting fixes - support: Pass environ to child process - support: Add capability to fork an sgid child - tst-env-setuid: Use support_capture_subprogram_self_sgid - Enhance setuid-tunables test - Fix SXID_ERASE behavior in setuid programs [BZ#27471] - Remove PR_TAGGED_ADDR_ENABLE from sys/prctl.h - x86: tst-cpu-features-supports.c: Update AMX check * Sun Apr 25 2021 tmb <tmb> 6:2.33-10.mga9 + Revision: 1719255 - rebuild with gcc 11.1 * Sat Apr 17 2021 wally <wally> 6:2.33-8.mga9 + Revision: 1716308 - run %transfiletrigger(in|postun) ldconfig for all files in lib directories to avoid broken pipe msg - fix %transfiletriggerin ldconfig to run also for files installed into /usr/lib and /usr/lib64 (mga#28797) - run ldconfig via %transfiletriggerpostun also when removing libs * Mon Mar 29 2021 tmb <tmb> 6:2.33-7.mga9 + Revision: 1711679 - malloc: Fix a realloc crash with heap tagging [BZ #27468] * Tue Mar 16 2021 tmb <tmb> 6:2.33-6.mga9 + Revision: 1703782 - elf: Always set l in _dl_init_paths [BZ #23462] - elf: ld.so --help calls _dl_init_paths without a main map [BZ #27577] - pthread_once hangs when init routine throws an exception [BZ #18435] - nptl: Remove private futex optimization [BZ #27304] - test-container: Always copy test-specific support files [BZ #27537] * Mon Mar 15 2021 tmb <tmb> 6:2.33-5.mga9 + Revision: 1703537 - x86: Handle _SC_LEVEL1_ICACHE_LINESIZE [BZ #27444] * Thu Mar 11 2021 tmb <tmb> 6:2.33-4.mga9 + Revision: 1701529 - io: Return EBAFD for negative file descriptor on fstat [BZ #27559] * Sun Mar 07 2021 tmb <tmb> 6:2.33-3.mga9 + Revision: 1700528 - ld.so: Implement the --list-diagnostics option - x86: Automate generation of PREFERRED_FEATURE_INDEX_1 bitfield - x86: Add CPU-specific diagnostics to ld.so --list-diagnostics - x86: Set minimum x86-64 level marker [BZ #27318] * Tue Mar 02 2021 tmb <tmb> 6:2.33-2.mga9 + Revision: 1696508 - nscd: Fix double free in netgroupcache [BZ #27462] - nss: Re-enable NSS module loading after chroot [BZ #27389] - remove 32bit selinux deps that wont work on 64bit builds * Sun Feb 28 2021 tmb <tmb> 6:2.33-1.mga9 + Revision: 1693197 - update to 2.33 * drop merged/obsolete patches - add post 2.33 fixes from glibc-2.33 branch * Sun Jan 31 2021 tmb <tmb> 6:2.32-14.mga8 + Revision: 1674208 - rebuild with new binutils / gcc * Thu Jan 28 2021 tmb <tmb> 6:2.32-12.mga8 + Revision: 1673800 - gconv: Fix assertion failure in ISO-2022-JP-3 module [BZ #27256] * Fri Jan 22 2021 tmb <tmb> 6:2.32-11.mga8 + Revision: 1672828 - aarch64: Fix missing BTI protection from dependencies [BZ #26926] - aarch64: align address for BTI protection [BZ #26988] -elf: Move note processing after l_phdr is updated - elf: Pass the fd to note processing - aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831] - __vfscanf_internal: fix aliasing violation [BZ #26690] - aarch64: fix static PIE start code for BTI [BZ #27068] * Thu Jan 14 2021 tmb <tmb> 6:2.32-10.mga8 + Revision: 1671756 - tests-mcheck: New variable to run tests with MALLOC_CHECK_=3 - x86: Set header.feature_1 in TCB for always-on CET [BZ #27177] - x86: Check IFUNC definition in unrelocated executable [BZ #20019] * Mon Jan 04 2021 tmb <tmb> 6:2.32-9.mga8 + Revision: 1668870 - aarch64: fix stack missing after sp is updated - x86-64: Avoid rep movsb with short distance [BZ #27130] * Fri Dec 25 2020 tmb <tmb> 6:2.32-8.mga8 + Revision: 1663698 - revert enabling SELinux + oden <oden> - enable SELinux * Mon Dec 21 2020 tmb <tmb> 6:2.32-7.mga8 + Revision: 1662564 - Fix buffer overrun in EUC-KR conversion module [bz #24973] - update syscall list for linux 5.10 * Sat Dec 12 2020 tmb <tmb> 6:2.32-6.mga8 + Revision: 1655850 - Fix parsing of /sys/devices/system/cpu/online [BZ #25859] - Handle out-of-memory case in svc_tcp.c/svc_unix.c:rendezvous_request - malloc: Detect infinite-loop in _int_free when freeing tcache [BZ#27052] * Wed Dec 09 2020 tmb <tmb> 6:2.32-5.mga8 + Revision: 1654770 - iconv: Fix incorrect UCS4 inner loop bounds [BZ #26923] (CVE-2020-29562) - glibc-devel: drop deps on libtirpc and libnsl as they dont really help fixing anything * Wed Dec 02 2020 tmb <tmb> 6:2.32-4.mga8 + Revision: 1651569 - iconv: Accept redundant shift sequences in IBM1364 [BZ #26224] (CVE-2020-27618) * Thu Nov 26 2020 tmb <tmb> 6:2.32-3.mga8 + Revision: 1649550 - linux: Allow adjtime with NULL argument [BZ #26833] - sync in glibc-2.32 branch - update to 2.32 - rebase P27 - update filelists - add fixes from upstream 2.32 branch - drop upstream removed --enable-obsolete-rpc, --enable-obsolete-nsl build flags - glibc-devel: require libtirpc and libnsl to simplify transition to glibc 2.32 - Use O_CLOEXEC in sysconf [BZ #26791] * Mon Nov 16 2020 tmb <tmb> 6:2.31-17.mga8 + Revision: 1646717 - aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798] * Thu Nov 05 2020 ghibo <ghibo> 6:2.31-16.mga8 + Revision: 1642869 - Sync latest patches with upstream git (optimizations for memcpy for Zen Arch) * Fri Oct 16 2020 ghibo <ghibo> 6:2.31-15.mga8 + Revision: 1636366 - Merge latest patches from 2.31 branch (fixes for AArch64) * Sun Aug 16 2020 ghibo <ghibo> 6:2.31-14.mga8 + Revision: 1614446 - Rebuild for core/release from updates_testing * Sat Aug 08 2020 ghibo <ghibo> 6:2.31-13.mga8 + Revision: 1612001 - Add more patches from upstream 2.31 branch. * Thu May 21 2020 tmb <tmb> 6:2.31-12.mga8 + Revision: 1586535 - aarch64: fix strcpy and strnlen for big-endian [BZ #25824] - nss_compat: internal_end*ent may clobber errno, hiding ERANGE [BZ #25976] + tv <tv> - improve debuginfo description * Mon May 18 2020 tmb <tmb> 6:2.31-10.mga8 + Revision: 1586064 - split out debugsource from debuginfo - switch from RPM_BUILD_ROOT to buildroot macro - replace non-existant glibc_sysroot with buildroot - allow to disable debuginfo package - debuginfo: add missing Group and description - add fixes by Thierry Vignaud: * we do not support ppc64 * generate debuginfo like FC does (mga#26517) * strip debuging from libc_nonshared.a (mga#26517) * kill 10+ years old %pre as those are no more symlinks * kill sync header that has never been updated in mga
/lib/libmemusage.so /lib/libpcprofile.so /lib64/libmemusage.so /lib64/libpcprofile.so /usr/bin/memusage /usr/bin/memusagestat /usr/bin/mtrace /usr/bin/pcprofiledump /usr/bin/xtrace /usr/lib/.build-id /usr/lib/.build-id/1a/5723ad004a3542432a0de84b8fd10da2471672 /usr/lib/.build-id/24/2929bd3b04e276c519b2bca6962d3a1e51bc91 /usr/lib/.build-id/29/23d82d16540d2d7e47c7e10e38d1b4ec2a6418 /usr/lib/.build-id/4b/6c9ca1627f1f022baa3c75d05fe47c016db7a0 /usr/lib/.build-id/79/6bc6d9f29c8517acf3312f032d577ff9ec830a /usr/lib/.build-id/e4/d8f0864850c457f4491ba3eb0c5ead08823020
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri May 20 04:56:30 2022