Auto-sync with upstream branch master
Upstream commit: e37c2cf299b61ce18f62852f6c5624c27829b610 - Move _dl_open_check to its original place in dl_open_worker - Block signals during the initial part of dlopen - Remove all loaded objects if dlopen fails, ignoring NODELETE (#1395758) - Avoid late dlopen failure due to scope, TLS slotinfo updates (swbz#25112) - Avoid late failure in dlopen in global scope update (swbz#25112) - Lazy binding failures during dlopen/dlclose must be fatal (swbz#24304) - resolv: Implement trust-ad option for /etc/resolv.conf (#1164339) - dlsym: Do not determine caller link map if not needed - libio: Disable vtable validation for pre-2.1 interposed handles (swbz#25203) - ldbl-128ibm-compat: Add syslog functions - ldbl-128ibm-compat: Add obstack printing functions - ldbl-128ibm-compat: Reuse tests for err.h and error.h functions - ldbl-128ibm-compat: Add error.h functions - ldbl-128ibm-compat: Add err.h functions - ldbl-128ibm-compat: Add argp_error and argp_failure - sparc: Use atomic compiler builtins on sparc - Remove 32 bit sparc v7 support
This commit is contained in:
parent
a9ba88d656
commit
17391589c0
25
glibc.spec
25
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.30.9000-298-gbfdb731438
|
%define glibcsrcdir glibc-2.30.9000-315-ge37c2cf299
|
||||||
%define glibcversion 2.30.9000
|
%define glibcversion 2.30.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: 20%{?dist}
|
Release: 21%{?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,27 @@ fi
|
|||||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 28 2019 Florian Weimer <fweimer@redhat.com> - 2.30.9000-21
|
||||||
|
- Auto-sync with upstream branch master,
|
||||||
|
commit e37c2cf299b61ce18f62852f6c5624c27829b610:
|
||||||
|
- Move _dl_open_check to its original place in dl_open_worker
|
||||||
|
- Block signals during the initial part of dlopen
|
||||||
|
- Remove all loaded objects if dlopen fails, ignoring NODELETE (#1395758)
|
||||||
|
- Avoid late dlopen failure due to scope, TLS slotinfo updates (swbz#25112)
|
||||||
|
- Avoid late failure in dlopen in global scope update (swbz#25112)
|
||||||
|
- Lazy binding failures during dlopen/dlclose must be fatal (swbz#24304)
|
||||||
|
- resolv: Implement trust-ad option for /etc/resolv.conf (#1164339)
|
||||||
|
- dlsym: Do not determine caller link map if not needed
|
||||||
|
- libio: Disable vtable validation for pre-2.1 interposed handles (swbz#25203)
|
||||||
|
- ldbl-128ibm-compat: Add syslog functions
|
||||||
|
- ldbl-128ibm-compat: Add obstack printing functions
|
||||||
|
- ldbl-128ibm-compat: Reuse tests for err.h and error.h functions
|
||||||
|
- ldbl-128ibm-compat: Add error.h functions
|
||||||
|
- ldbl-128ibm-compat: Add err.h functions
|
||||||
|
- ldbl-128ibm-compat: Add argp_error and argp_failure
|
||||||
|
- sparc: Use atomic compiler builtins on sparc
|
||||||
|
- Remove 32 bit sparc v7 support
|
||||||
|
|
||||||
* Wed Nov 27 2019 Arjun Shankar <arjun@redhat.com> - 2.30.9000-20
|
* Wed Nov 27 2019 Arjun Shankar <arjun@redhat.com> - 2.30.9000-20
|
||||||
- Auto-sync with upstream branch master,
|
- Auto-sync with upstream branch master,
|
||||||
commit bfdb731438206b0f70fe7afa890681155c30b419:
|
commit bfdb731438206b0f70fe7afa890681155c30b419:
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.30.9000-298-gbfdb731438.tar.xz) = 07da2240d16ec4951073dad83bca96240ae51656b5bc7901e5d1128d0ffc258126eb74f6cbb8e00e2b5c80079f6c72b5e06904c68a27951fa01f20b6a2586aa7
|
SHA512 (glibc-2.30.9000-315-ge37c2cf299.tar.xz) = 8c7fd127d408798dfe9774ee62cf4d09ba214a2e2d7173feed4c28a3706a4138300f909bcd0cc071fb5a613035a38e51d3d8272db2d6f2f15fe621e15ac96625
|
||||||
|
Loading…
Reference in New Issue
Block a user