Auto-sync with upstream branch master
Upstream commit: 076f09afbac1aa57756faa7a8feadb7936a724e4 - Linux: Remove <sys/sysctl.h> and the sysctl function - posix: Add wait4 test case - linux: wait4: Fix incorrect return value comparison - hurd: add mach_print function - x32: Properly pass long to syscall [BZ #25810] - Add GRND_INSECURE from Linux 5.6 to sys/random.h - Update kernel version to 5.6 in tst-mman-consts.py.
This commit is contained in:
parent
873cc222f9
commit
157090889d
15
glibc.spec
15
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.31.9000-343-gb1caa144c7
|
%define glibcsrcdir glibc-2.31.9000-350-g076f09afba
|
||||||
%define glibcversion 2.31.9000
|
%define glibcversion 2.31.9000
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
@ -87,7 +87,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
|
|
||||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||||
# libraries.
|
# libraries.
|
||||||
@ -2041,6 +2041,17 @@ fi
|
|||||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 15 2020 Patsy Griffin <patsy@redhat.com> - 2.31.9000-9
|
||||||
|
- Auto-sync with upstream branch master,
|
||||||
|
commit 076f09afbac1aa57756faa7a8feadb7936a724e4.
|
||||||
|
- Linux: Remove <sys/sysctl.h> and the sysctl function
|
||||||
|
- posix: Add wait4 test case
|
||||||
|
- linux: wait4: Fix incorrect return value comparison
|
||||||
|
- hurd: add mach_print function
|
||||||
|
- x32: Properly pass long to syscall [BZ #25810]
|
||||||
|
- Add GRND_INSECURE from Linux 5.6 to sys/random.h
|
||||||
|
- Update kernel version to 5.6 in tst-mman-consts.py.
|
||||||
|
|
||||||
* Wed Apr 15 2020 Florian Weimer <fweimer@redhat.com> - 2.31.9000-8
|
* Wed Apr 15 2020 Florian Weimer <fweimer@redhat.com> - 2.31.9000-8
|
||||||
- nsswitch.conf: don't add sss to shadow line
|
- nsswitch.conf: don't add sss to shadow line
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.31.9000-343-gb1caa144c7.tar.xz) = 54a6efde23d0663679d0ab5e9821248196a4552ad08eaab73511bd410d3df7754a294b6c617b947dfee969be89abc31ad8f309fdab582b23b2c9f76ec2ac25d2
|
SHA512 (glibc-2.31.9000-350-g076f09afba.tar.xz) = 14684a348ef48b82735bff0c2b8b92640d1afd77df9efadfd265572e26f1d3160e50e936b958995481b72a877479f04d32bbe6093e01427c758d389fe1cd5460
|
||||||
|
Loading…
Reference in New Issue
Block a user