Auto-sync with upstream branch release/2.29/master
Upstream commit: c096b008d2671028c21ac8cf01f18a2083e73c44 - nptl: Avoid fork handler lock for async-signal-safe fork (swbz#24161) - nptl: Add compiler barriers in pthread_mutex_trylock (swbz#24180)
This commit is contained in:
parent
123aebc7d4
commit
5fff012634
10
glibc.spec
10
glibc.spec
@ -1,4 +1,4 @@
|
||||
%define glibcsrcdir glibc-2.29-3-g2de15ac957
|
||||
%define glibcsrcdir glibc-2.29-5-gc096b008d2
|
||||
%define glibcversion 2.29
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -87,7 +87,7 @@
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -1890,6 +1890,12 @@ fi
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Mon Feb 11 2019 Florian Weimer <fweimer@redhat.com> - 2.29-5
|
||||
- Auto-sync with upstream branch release/2.29/master,
|
||||
commit c096b008d2671028c21ac8cf01f18a2083e73c44:
|
||||
- nptl: Avoid fork handler lock for async-signal-safe fork (swbz#24161)
|
||||
- nptl: Add compiler barriers in pthread_mutex_trylock (swbz#24180)
|
||||
|
||||
* Thu Feb 7 2019 Florian Weimer <fweimer@redhat.com> - 2.29-4
|
||||
- Work around LRA hang on ppc64le (#1673018)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.29-3-g2de15ac957.tar.xz) = c9c6a0dfb7f6b6a4188bb3c83c794dbae010cb266588c37b3597b494d4f0afa1d8defba8962c22f5f633a2c683689df3eaab412e554a93389bd7f977cfaf1471
|
||||
SHA512 (glibc-2.29-5-gc096b008d2.tar.xz) = b2caff098709183f3c02dabbb75926d067006f442ab15531c14a33f2a4b04e064fce2e4bdfb27dd9f148122de057e4884f8fdc426bd7aa9315d4e67d60c6b4c5
|
||||
|
Loading…
Reference in New Issue
Block a user