Auto-sync with upstream branch release/2.35/master
Upstream commit: 83f1d9851e0b143991448d41ff50744d9972cb6e - 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) - stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279] - stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265] - Update syscall lists for Linux 5.19 - riscv: Update rv64 libm test ulps - dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)
This commit is contained in:
parent
089ee6cab4
commit
931ddd67fe
16
glibc.spec
16
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.35-163-g0e5b239f45
|
||||
%global glibcsrcdir glibc-2.35-171-g83f1d9851e
|
||||
%define glibcversion 2.35
|
||||
# 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: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2171,6 +2171,18 @@ 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.35-16
|
||||
- Auto-sync with upstream branch release/2.35/master,
|
||||
commit 83f1d9851e0b143991448d41ff50744d9972cb6e:
|
||||
- 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)
|
||||
- stdlib: Fixup mbstowcs NULL __dst handling. [BZ #29279]
|
||||
- stdlib: Remove attr_write from mbstows if dst is NULL [BZ: 29265]
|
||||
- Update syscall lists for Linux 5.19
|
||||
- riscv: Update rv64 libm test ulps
|
||||
- dlfcn: Pass caller pointer to static dlopen implementation (bug 29446)
|
||||
|
||||
* Fri Jul 22 2022 Florian Weimer <fweimer@redhat.com> - 2.35-15
|
||||
- Drop glibc-swbz27087.patch, applied upstream.
|
||||
- Auto-sync with upstream branch release/2.35/master,
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.35-163-g0e5b239f45.tar.xz) = 9dcaf7fe764994b595434fc68dd3d99074cb4511eb7205620886f711e5c85c79b8d895afc6583b4394cb6c681ad7e54bfea32b2946ac9e0ee8d6a6de328c8d73
|
||||
SHA512 (glibc-2.35-171-g83f1d9851e.tar.xz) = e5cc3d6ae560ffc6d5f2a5ab54096d868f915abd7a297b018375ac37636f5f83b9983b6cd2618cdb818ea454b40b3384c5209d0bd96a719bd618fdaee60f22df
|
||||
|
Loading…
Reference in New Issue
Block a user