Auto-sync with upstream branch master
Upstream commit: 99ea93ca31795469d2a1f1570f17a5c39c2eb7e2 - nptl: Fix waiters-after-spinning case in pthread_cond_broadcast (#1622669) - regex: Fix memory corruption when pattern and input contain NUL (#1622674)
This commit is contained in:
parent
60efd153e5
commit
02e1d4ee3e
10
glibc.spec
10
glibc.spec
@ -1,6 +1,6 @@
|
||||
%define glibcsrcdir glibc-2.28.9000-79-gaa42b3dbcb
|
||||
%define glibcsrcdir glibc-2.28.9000-96-g99ea93ca31
|
||||
%define glibcversion 2.28.9000
|
||||
%define glibcrelease 1%{?dist}
|
||||
%define glibcrelease 2%{?dist}
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
#
|
||||
@ -1874,6 +1874,12 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 27 2018 Florian Weimer <fweimer@redhat.com> - 2.28.9000-2
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 99ea93ca31795469d2a1f1570f17a5c39c2eb7e2:
|
||||
- nptl: Fix waiters-after-spinning case in pthread_cond_broadcast (#1622669)
|
||||
- regex: Fix memory corruption when pattern and input contain NUL (#1622674)
|
||||
|
||||
* Tue Aug 21 2018 Carlos O'Donell <carlos@systemhalted.org> - 2.28.9000-1
|
||||
- Drop glibc-asflags.patch. Applied upstream.
|
||||
- Drop glibc-rh1614705.patch. Applied upstream.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.28.9000-79-gaa42b3dbcb.tar.xz) = 76fa7ef2e1119523eba29ae9d3384c25902f907b29bbebacab3bcffb341e6992477edea955c614cdab337a1cba557549ba2107d26ad7e03aaaa93e832304be2e
|
||||
SHA512 (glibc-2.28.9000-96-g99ea93ca31.tar.xz) = 016ae2732b63d144bce1e92cb55807bf6c770d5fed1ecd78cc385389265d34dca479201757ee61aba0dd733c2b1e7eb7c51606d9b4449c0ed386125ff18e2a9f
|
||||
|
Loading…
Reference in New Issue
Block a user