Auto-sync with upstream branch master
Upstream commit: d05e6dc8d1032e1732542a48e0fb895432008b6e - hppa: Implement swapcontext in assembler (bug 28960) - associate a deallocator for iconv_open - associate a deallocation for opendir - Add access function attributes to epoll_wait - Add access function attributes to grp and shadow headers - Define ISO 639-3 "tok" [BZ #28950] - nss: Protect against errno changes in function lookup (bug 28953) - nss: Do not mention NSS test modules in <gnu/lib-names.h> - malloc: Exit early on test failure in tst-realloc - Add some missing access function attributes - libio: Ensure output buffer for wchars (bug #28828) - inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory - inet: Remove strdupa from nrl_domainname() - inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566) - benchtests: make compare_strings.py accept string as attribute value
This commit is contained in:
parent
18a434fccf
commit
98fe3887bc
23
glibc.spec
23
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.35.9000-241-g6de743a4e3
|
||||
%global glibcsrcdir glibc-2.35.9000-256-gd05e6dc8d1
|
||||
%global glibcversion 2.35.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -152,7 +152,7 @@ end}
|
||||
Summary: The GNU libc libraries
|
||||
Name: glibc
|
||||
Version: %{glibcversion}
|
||||
Release: 10%{?dist}
|
||||
Release: 11%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2169,6 +2169,25 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Tue Mar 15 2022 DJ Delorie <dj@redhat.com> - 2.35.9000-11
|
||||
- Auto-sync with upstream branch master,
|
||||
commit d05e6dc8d1032e1732542a48e0fb895432008b6e.
|
||||
- hppa: Implement swapcontext in assembler (bug 28960)
|
||||
- associate a deallocator for iconv_open
|
||||
- associate a deallocation for opendir
|
||||
- Add access function attributes to epoll_wait
|
||||
- Add access function attributes to grp and shadow headers
|
||||
- Define ISO 639-3 "tok" [BZ #28950]
|
||||
- nss: Protect against errno changes in function lookup (bug 28953)
|
||||
- nss: Do not mention NSS test modules in <gnu/lib-names.h>
|
||||
- malloc: Exit early on test failure in tst-realloc
|
||||
- Add some missing access function attributes
|
||||
- libio: Ensure output buffer for wchars (bug #28828)
|
||||
- inet: Return EAI_MEMORY when nrl_domainname() fails to allocate memory
|
||||
- inet: Remove strdupa from nrl_domainname()
|
||||
- inet: Fix getnameinfo (NI_NOFQDN) race condition (BZ#28566)
|
||||
- benchtests: make compare_strings.py accept string as attribute value
|
||||
|
||||
* Wed Mar 09 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-10
|
||||
- Drop glibc-rh1070416.patch; nscd related, thus no longer relevant.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.35.9000-241-g6de743a4e3.tar.xz) = 74594f6ef186f72fadc94b1c44de93f0dbbf67dc3d5dd8638f7d3e81e2398e554fcc46c32f4e7b7fec5c8e3429de4e4b0199aca94fd75474d83592b5f63a507e
|
||||
SHA512 (glibc-2.35.9000-256-gd05e6dc8d1.tar.xz) = 204d8ff3fe87f7dfd64dadc0ab8f34ad20acda54103280fe494a1da192839f0cc8b1055aeeed90cc9423d3f2f50153523482bd1e77644dd97d596e3ce2b54492
|
||||
|
Loading…
Reference in New Issue
Block a user