Auto-sync with upstream branch release/2.36/master
Upstream commit: 5c62874f423af93e97b51bc9a57af228a546156f - NEWS: Add entry for bug 28846 - socket: Check lengths before advancing pointer in CMSG_NXTHDR - alpha: Fix generic brk system call emulation in __brk_call (bug 29490) - Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485) - elf: Replace `strcpy` call with `memcpy` [BZ #29454] - Update syscall lists for Linux 5.19 - dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)
This commit is contained in:
parent
f6ffd58424
commit
1ca10cc71c
15
glibc.spec
15
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.36-2-g33f1b4c145
|
||||
%global glibcsrcdir glibc-2.36-9-g5c62874f42
|
||||
%global glibcversion 2.36
|
||||
# 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 1
|
||||
%global baserelease 2
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
@ -2185,6 +2185,17 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Tue Aug 23 2022 Arjun Shankar <arjun@redhat.com> - 2.36-2
|
||||
- Auto-sync with upstream branch release/2.36/master,
|
||||
commit 5c62874f423af93e97b51bc9a57af228a546156f:
|
||||
- NEWS: Add entry for bug 28846
|
||||
- socket: Check lengths before advancing pointer in CMSG_NXTHDR
|
||||
- alpha: Fix generic brk system call emulation in __brk_call (bug 29490)
|
||||
- Linux: Terminate subprocess on late failure in tst-pidfd (bug 29485)
|
||||
- elf: Replace `strcpy` call with `memcpy` [BZ #29454]
|
||||
- Update syscall lists for Linux 5.19
|
||||
- dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)
|
||||
|
||||
* Wed Aug 03 2022 Carlos O'Donell <carlos@redhat.com> - 2.36-1
|
||||
- Auto-sync with upstream branch release/2.36/master,
|
||||
commit 33f1b4c1452b33991e670f636ebe98b90a405e10:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.36-2-g33f1b4c145.tar.xz) = 92d2f25a69722404d3d8f2112a5fc1bebaa6a8b5900e9303d06598179d490631d58b5f17a4d58fa8dd552485bfb8ca1bd3c28093b54f9621a6ebd388a0e28ab1
|
||||
SHA512 (glibc-2.36-9-g5c62874f42.tar.xz) = be64a3b51197b252186686e40e860f4f346ac6ea8f86a74cbf91e1c1c937835a27e08f7f209c7f303c5976e41b97e8e4b9f0f758183239599454101df0eaf71f
|
||||
|
Loading…
Reference in New Issue
Block a user