Auto-sync with upstream branch master
Upstream commit: 85e6d8b4175fcb195011a0a1bad37d6f3b2355db - time: Fix use-after-free in getdate - Move {read,write}_all functions to a dedicated header - tests: Replace various function calls with their x variant - tests: fix warn unused result on asprintf calls - pthreads: Use _exit to terminate the tst-stdio1 test - support: Add delayed__exit (with two underscores)
This commit is contained in:
parent
b945795673
commit
24deddf0a5
14
glibc.spec
14
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.37.9000-505-ge3622a8f39
|
||||
%global glibcsrcdir glibc-2.37.9000-511-g85e6d8b417
|
||||
%global glibcversion 2.37.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -159,7 +159,7 @@ Version: %{glibcversion}
|
||||
# - It allows using the Release number without the %%dist tag in the dependency
|
||||
# generator to make the generated requires interchangeable between Rawhide
|
||||
# and ELN (.elnYY < .fcXX).
|
||||
%global baserelease 12
|
||||
%global baserelease 13
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
@ -2195,6 +2195,16 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Wed Jun 07 2023 Arjun Shankar <arjun@redhat.com> - 2.37.9000-13
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 85e6d8b4175fcb195011a0a1bad37d6f3b2355db:
|
||||
- time: Fix use-after-free in getdate
|
||||
- Move {read,write}_all functions to a dedicated header
|
||||
- tests: Replace various function calls with their x variant
|
||||
- tests: fix warn unused result on asprintf calls
|
||||
- pthreads: Use _exit to terminate the tst-stdio1 test
|
||||
- support: Add delayed__exit (with two underscores)
|
||||
|
||||
* Mon Jun 05 2023 Arjun Shankar <arjun@redhat.com> - 2.37.9000-12
|
||||
- Auto-sync with upstream branch master,
|
||||
commit e3622a8f391deea3b75a577dce70d023dfa3f1c7.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.37.9000-505-ge3622a8f39.tar.xz) = 00334a424e74aa7ad0ba10618e3c4de902057667d0ee857736354a554a6e5a62ac66370cfab9394c57b49c1756eafeaac939b2efe53d479e65ff70a830c1f284
|
||||
SHA512 (glibc-2.37.9000-511-g85e6d8b417.tar.xz) = bfcb8979accfc6ff0efab4201025fc415aeec7e1c12aa0b4991fc9e756ef8d00aae474c686459beeff32a4ac5a91c47c715dc5035fd8b3debd9536797fef11e7
|
||||
|
Loading…
Reference in New Issue
Block a user