Auto-sync with upstream branch master
Upstream commit: 2a764c6ee848dfe92cb2921ed3b14085f15d9e79 - Enhance _dl_catch_exception to allow disabling exception handling - hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097] - linux: Add comment on affinity set sizes to tst-skeleton-affinity.c - Avoid zero-length array at the end of struct link_map [BZ #25097] - Introduce link_map_audit_state accessor function - Properly initialize audit cookie for the dynamic loader [BZ #25157] - nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499) - Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097] - Add new script for plotting string benchmark JSON output - support: Fix support_set_small_thread_stack_size to build on Hurd - login: Use pread64 in utmp implementation - Clarify purpose of assert in _dl_lookup_symbol_x - aarch64: Increase small and medium cases for __memcpy_generic - login: Introduce matches_last_entry to utmp processing
This commit is contained in:
parent
24846fb24d
commit
967a41b547
22
glibc.spec
22
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.30.9000-252-gcba932a5a9
|
%define glibcsrcdir glibc-2.30.9000-266-g2a764c6ee8
|
||||||
%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: 18%{?dist}
|
Release: 19%{?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,24 @@ fi
|
|||||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 18 2019 Patsy Griffin <patsy@redhat.com> - 2.30.9000-19
|
||||||
|
- Auto-sync with upstream branch master,
|
||||||
|
commit 2a764c6ee848dfe92cb2921ed3b14085f15d9e79.
|
||||||
|
- Enhance _dl_catch_exception to allow disabling exception handling
|
||||||
|
- hurd: Suppress GCC 10 -Warray-bounds warning in init-first.c [BZ #25097]
|
||||||
|
- linux: Add comment on affinity set sizes to tst-skeleton-affinity.c
|
||||||
|
- Avoid zero-length array at the end of struct link_map [BZ #25097]
|
||||||
|
- Introduce link_map_audit_state accessor function
|
||||||
|
- Properly initialize audit cookie for the dynamic loader [BZ #25157]
|
||||||
|
- nios2: Work around backend bug triggered by csu/libc-tls.c (GCC PR 92499)
|
||||||
|
- Redefine _IO_iconv_t to store a single gconv step pointer [BZ #25097]
|
||||||
|
- Add new script for plotting string benchmark JSON output
|
||||||
|
- support: Fix support_set_small_thread_stack_size to build on Hurd
|
||||||
|
- login: Use pread64 in utmp implementation
|
||||||
|
- Clarify purpose of assert in _dl_lookup_symbol_x
|
||||||
|
- aarch64: Increase small and medium cases for __memcpy_generic
|
||||||
|
- login: Introduce matches_last_entry to utmp processing
|
||||||
|
|
||||||
* Tue Nov 12 2019 Arjun Shankar <arjun@redhat.com> - 2.30.9000-18
|
* Tue Nov 12 2019 Arjun Shankar <arjun@redhat.com> - 2.30.9000-18
|
||||||
- Auto-sync with upstream branch master,
|
- Auto-sync with upstream branch master,
|
||||||
commit cba932a5a9e91cffd7f4172d7e91f9b2efb1f84b:
|
commit cba932a5a9e91cffd7f4172d7e91f9b2efb1f84b:
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.30.9000-252-gcba932a5a9.tar.xz) = 7e1c34df3b228511f89635b5a17f83c8c0542466b63c20582df6271e51d35d61d7226132d2e081e7b845162b26669a0df3b6011bd3ecdae741be52d2a8d09dcd
|
SHA512 (glibc-2.30.9000-266-g2a764c6ee8.tar.xz) = b40a6ea53a68e3292a2f3a5d0814ebc2ebe1ad07c41e504674b4be25f84bbc8a9f91b30ccee8318c3d32706b521e9b0db6222625089be047b3ef7288e605f31c
|
||||||
|
Loading…
Reference in New Issue
Block a user