Auto-sync with upstream branch master
Upstream commit: 3d9926663cba19f40d26d8a8ab3b2a7cc09ffb13 - Update syscall-names.list for Linux 5.18 - Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose - Use Linux 5.18 in build-many-glibcs.py - stdio-common: Simplify printf_unknown interface in vfprintf-internal.c - stdio-common: Move union printf_arg int <printf.h> - stdio-common: Add printf specifier registry to <printf.h> - elf/dl-reloc.c: Copyright The GNU Toolchain Authors - benchtests: Improve bench-strnlen.c - math: Add math-use-builtins-fabs (BZ#29027) - linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.h - Revert "[ARM][BZ #17711] Fix extern protected data handling" - Revert "[AArch64][BZ #17711] Fix extern protected data handling" - elf: Rewrite long RESOLVE_MAP macro to an always_inline static function
This commit is contained in:
parent
1d46c32e74
commit
221d1d8371
21
glibc.spec
21
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.35.9000-496-g748df8126a
|
||||
%global glibcsrcdir glibc-2.35.9000-509-g3d9926663c
|
||||
%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: 19%{?dist}
|
||||
Release: 20%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2175,6 +2175,23 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Thu May 26 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-20
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 3d9926663cba19f40d26d8a8ab3b2a7cc09ffb13:
|
||||
- Update syscall-names.list for Linux 5.18
|
||||
- Fix deadlock when pthread_atfork handler calls pthread_atfork or dlclose
|
||||
- Use Linux 5.18 in build-many-glibcs.py
|
||||
- stdio-common: Simplify printf_unknown interface in vfprintf-internal.c
|
||||
- stdio-common: Move union printf_arg int <printf.h>
|
||||
- stdio-common: Add printf specifier registry to <printf.h>
|
||||
- elf/dl-reloc.c: Copyright The GNU Toolchain Authors
|
||||
- benchtests: Improve bench-strnlen.c
|
||||
- math: Add math-use-builtins-fabs (BZ#29027)
|
||||
- linux: Add CLONE_NEWTIME from Linux 5.6 to bits/sched.h
|
||||
- Revert "[ARM][BZ #17711] Fix extern protected data handling"
|
||||
- Revert "[AArch64][BZ #17711] Fix extern protected data handling"
|
||||
- elf: Rewrite long RESOLVE_MAP macro to an always_inline static function
|
||||
|
||||
* Mon May 23 2022 DJ Delorie <dj@redhat.com> - 2.35.9000-19
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 748df8126ac69e68e0b94e236ea3c2e11b1176cb.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.35.9000-496-g748df8126a.tar.xz) = 89d72532f07aff48a5894b6c841ab7fb45528e0ac25c8c25b78961ff5d99db12d56ad6af7a4d87c494c5b083eb6afbea8ef03fb1973cd408261fd24590c22aa6
|
||||
SHA512 (glibc-2.35.9000-509-g3d9926663c.tar.xz) = 0b2dea054aaf5b3ab7e4e1701ce9218ccf5158f234249fc677ea52755b3965349c4b4309fa37eb3e273d05c2747eec5e1ede90be836d657ee5636da75305dd26
|
||||
|
Loading…
Reference in New Issue
Block a user