forked from rpms/glibc
Import glibc snapshot from rawhide (glibc-2.33.9000-39.fc35)
Resolves: #1980039
This commit is contained in:
parent
35622a8cd4
commit
6f82385f43
50
glibc.spec
50
glibc.spec
@ -1,4 +1,4 @@
|
||||
%define glibcsrcdir glibc-2.33.9000-836-geb68d7d23c
|
||||
%define glibcsrcdir glibc-2.33.9000-866-g7a5db2e82f
|
||||
%define glibcversion 2.33.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -111,7 +111,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 36%{?dist}
|
||||
Release: 39%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -1649,7 +1649,7 @@ done
|
||||
###############################################################################
|
||||
|
||||
# Static libraries that land in glibc-devel, not glibc-static.
|
||||
devel_static_library_pattern='/lib\(\(c\|nldbl\|mvec\)_nonshared\|g\|ieee\|mcheck\|pthread\|dl\|rt\|util\)\.a$'
|
||||
devel_static_library_pattern='/lib\(\(c\|nldbl\|mvec\)_nonshared\|g\|ieee\|mcheck\|pthread\|dl\|rt\|util\|anl\)\.a$'
|
||||
# Static libraries neither in glibc-devel nor in glibc-static.
|
||||
other_static_library_pattern='/libpthread_nonshared\.a'
|
||||
|
||||
@ -2207,6 +2207,50 @@ fi
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Wed Jul 07 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-39
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 7a5db2e82fbb6c3a6e3fdae02b7166c5d0e8c7a8:
|
||||
- elf: Clean up GLIBC_PRIVATE exports of internal libdl symbols
|
||||
- nptl: Reduce the GLIBC_PRIVATE ABI
|
||||
- nptl: Remove GLIBC_2.34 versions of __pthread_mutex_lock,
|
||||
__pthread_mutex_unlock
|
||||
- nptl: Use internal low-level lock type for !IS_IN (libc)
|
||||
- glibc.malloc.check: Fix nit in documentation
|
||||
- Exclude tst-realloc from tests-mcheck
|
||||
- linux: Fix setsockopt fallback
|
||||
- linux: Use the expected size for SO_TIMESTAMP{NS} convertion
|
||||
- linux: Consolidate Linux setsockopt implementation
|
||||
- linux: Consolidate Linux getsockopt implementation
|
||||
- manual: fix description for preadv()
|
||||
|
||||
* Tue Jul 06 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-38
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 832f50be6c9c010e46180d14126bbb81f35e808c:
|
||||
- linux: Check for null value msghdr struct before use
|
||||
- elf: Call free from base namespace on error in dl-libc.c [BZ #27646]
|
||||
|
||||
* Mon Jul 05 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-37
|
||||
- Move libanl.a into glibc-devel.
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 91fb0f17a5779da6e7877eb74119a83dbe8bf167:
|
||||
- hooks.c: Remove incorrect comment
|
||||
- mtrace: Add attribute nocommon to mallwatch
|
||||
- Move glibc.malloc.check implementation into its own file
|
||||
- mtrace: Deprecate mallwatch and tr_break
|
||||
- Drop source dependencies on hooks.c and arena.c
|
||||
- malloc: Initiate tcache shutdown even without allocations [BZ #28028]
|
||||
- Add mcheck tests to malloc
|
||||
- iconvconfig: Use the public feof_unlocked
|
||||
- resolv: Move libanl into libc (if libpthread is in libc)
|
||||
- powerpc: optimize strcpy/stpcpy for POWER9/10
|
||||
- soft-fp: Add __extendhfxf2 and __truncxfhf2
|
||||
- x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]
|
||||
- Update syscall lists for Linux 5.13
|
||||
- s390: Fix MEMCHR_Z900_G5 ifunc-variant if n>=0x80000000 [BZ #28024]
|
||||
- Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7.5 on 32bit.
|
||||
- AArch64: Add hp-timing.h
|
||||
- AArch64: Improve strnlen performance
|
||||
|
||||
* Wed Jun 30 2021 Florian Weimer <fweimer@redhat.com> - 2.33.9000-36
|
||||
- Auto-sync with upstream branch master,
|
||||
commit eb68d7d23cc411acdf68a60f194343a6774d6194:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.33.9000-836-geb68d7d23c.tar.xz) = 59f066611bb2c9f590ea9f4ff79d85f97cbf03d6e5900dca93da8a1baec6aa53f5d607d8efbc37720933b82992ff944ac96e1ab600ea21d435e88e8915068cfb
|
||||
SHA512 (glibc-2.33.9000-866-g7a5db2e82f.tar.xz) = 0af6093d139a3e410c9613fa2e974d3c010248145a1e658fbc748f5a3cc7daf0bef50ce494e7742c4f19331d88092754020c385fbff034634fcafefaa48e76dc
|
||||
|
Loading…
Reference in New Issue
Block a user