Auto-sync with upstream branch master
Upstream commit: 2444ce5421c6036a503842d8dd8d93c27aad59ee - mach lll_lock/unlock: Explicitly request private locking - elf: Replace most uses of THREAD_GSCOPE_IN_TCB - Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-linux.h - Update kernel version to 5.14 in tst-mman-consts.py - configure: Fix check for INSERT in linker script - iconvconfig: Fix behaviour with --prefix [BZ #28199] - nptl: Fix race between pthread_kill and thread exit (bug 12889) - nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193) - benchtests: Remove redundant assert.h - benchtests: Enable scripts/plot_strings.py to read stdin - Add narrowing square root functions - _Static_assert needs two arguments for compatibility with GCC before 9 - testrun.sh: Add support for --tool=rpctrace
This commit is contained in:
parent
b7fe0018cc
commit
4476c131c3
22
glibc.spec
22
glibc.spec
@ -1,4 +1,4 @@
|
||||
%define glibcsrcdir glibc-2.34.9000-85-g89dc0372a9
|
||||
%define glibcsrcdir glibc-2.34.9000-98-g2444ce5421
|
||||
%define glibcversion 2.34.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -151,7 +151,7 @@ end \
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2260,6 +2260,24 @@ fi
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Wed Sep 15 2021 Florian Weimer <fweimer@redhat.com> - 2.34.9000-7
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 2444ce5421c6036a503842d8dd8d93c27aad59ee:
|
||||
- mach lll_lock/unlock: Explicitly request private locking
|
||||
- elf: Replace most uses of THREAD_GSCOPE_IN_TCB
|
||||
- Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to
|
||||
bits/mman-linux.h
|
||||
- Update kernel version to 5.14 in tst-mman-consts.py
|
||||
- configure: Fix check for INSERT in linker script
|
||||
- iconvconfig: Fix behaviour with --prefix [BZ #28199]
|
||||
- nptl: Fix race between pthread_kill and thread exit (bug 12889)
|
||||
- nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)
|
||||
- benchtests: Remove redundant assert.h
|
||||
- benchtests: Enable scripts/plot_strings.py to read stdin
|
||||
- Add narrowing square root functions
|
||||
- _Static_assert needs two arguments for compatibility with GCC before 9
|
||||
- testrun.sh: Add support for --tool=rpctrace
|
||||
|
||||
* Thu Sep 09 2021 Patsy Griffin <patsy@redhat.com> - 2.34.9000-6
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 89dc0372a9055e7ef86fe19be6201fa0b16b2f0e.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.34.9000-85-g89dc0372a9.tar.xz) = 7f3c050ce330a1502a8af1e10947c6d204f4b2b5c9ca6bbf8f4d393920e84d416ed832faed09d38134abcf082324466508332a4fefdb2f9ea921b3182d7fdbf0
|
||||
SHA512 (glibc-2.34.9000-98-g2444ce5421.tar.xz) = 3e900e1ad7d40534f8ead5dc31e59f526fc6201c6c2b0afc2423bfbbc1b71ecee8f1c808eaf4deefb50e13f73a4075d53446b88baf88896c6f90ffbc98c55db7
|
||||
|
Loading…
Reference in New Issue
Block a user