Auto-sync with upstream branch master
Upstream commit: 797ba44ba27521261f94cc521f1c2ca74f650147 - CVE-2017-15670: glob: Fix one-byte overflow (#1504807) - math: Add bits/floatn.h defines for more _FloatN / _FloatNx types - posix: Fix improper assert in Linux posix_spawn (swbz#22273) - x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve (swbz#21265) - malloc: Add single-threaded path to _int_free - locale: Add new locale kab_DZ (swbz#18812) - locale: Add new locale shn_MM (swbz#13605)
This commit is contained in:
parent
5188e8569e
commit
e74f2b3bdb
@ -284,6 +284,7 @@ ja_JP.EUC-JP/EUC-JP \
|
||||
ja_JP.UTF-8/UTF-8 \
|
||||
ka_GE.UTF-8/UTF-8 \
|
||||
ka_GE/GEORGIAN-PS \
|
||||
kab_DZ/UTF-8 \
|
||||
kk_KZ.UTF-8/UTF-8 \
|
||||
kk_KZ/PT154 \
|
||||
kl_GL.UTF-8/UTF-8 \
|
||||
@ -392,6 +393,7 @@ sd_IN/UTF-8 \
|
||||
sd_IN@devanagari/UTF-8 \
|
||||
se_NO/UTF-8 \
|
||||
sgs_LT/UTF-8 \
|
||||
shn_MM/UTF-8 \
|
||||
shs_CA/UTF-8 \
|
||||
si_LK/UTF-8 \
|
||||
sid_ET/UTF-8 \
|
||||
|
15
glibc.spec
15
glibc.spec
@ -1,6 +1,6 @@
|
||||
%define glibcsrcdir glibc-2.26.9000-605-g63b4baa44e
|
||||
%define glibcsrcdir glibc-2.26.9000-618-g797ba44ba2
|
||||
%define glibcversion 2.26.9000
|
||||
%define glibcrelease 24%{?dist}
|
||||
%define glibcrelease 25%{?dist}
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
#
|
||||
@ -2107,6 +2107,17 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sat Oct 21 2017 Florian Weimer <fweimer@redhat.com> - 2.26.9000-25
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 797ba44ba27521261f94cc521f1c2ca74f650147:
|
||||
- math: Add bits/floatn.h defines for more _FloatN / _FloatNx types
|
||||
- posix: Fix improper assert in Linux posix_spawn (swbz#22273)
|
||||
- x86-64: Use fxsave/xsave/xsavec in _dl_runtime_resolve (swbz#21265)
|
||||
- CVE-2017-15670: glob: Fix one-byte overflow (#1504807)
|
||||
- malloc: Add single-threaded path to _int_free
|
||||
- locale: Add new locale kab_DZ (swbz#18812)
|
||||
- locale: Add new locale shn_MM (swbz#13605)
|
||||
|
||||
* Fri Oct 20 2017 Florian Weimer <fweimer@redhat.com> - 2.26.9000-24
|
||||
- Use make -O to serialize make output
|
||||
- Auto-sync with upstream branch master,
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.26.9000-605-g63b4baa44e.tar.gz) = ccef980735fbf35a91093d0a62e7c403d55adf5e0fc23647a5606caf75ffcbab7ff47fc3bae7a0f8efe1e6b7601962d40ea7d7ac1aa6c4cba37c5b2eae723f5a
|
||||
SHA512 (glibc-2.26.9000-618-g797ba44ba2.tar.gz) = 42b4c16bec59ec177d2ae9f3cd1b15fce26bb4d10bb25ef1406485a4f36b146d712c27c02cc4510996375f48ccaa836d8f6a57b2d9682af18ddb30d2bb31aef1
|
||||
|
Loading…
Reference in New Issue
Block a user