Auto-sync with upstream branch master
Upstream commit:637aac2ae3980de31a6baab236a9255fe853cc76 - Include sys/rseq.h in tst-rseq-disable.c - string: Fix tester with fortify enabled - string: Fix bug-strncat1 with fortify enabled - nscd: Use errval, not errno to guide cache update (bug 30662) - Restore lookup of IPv4 mapped addresses in files database (bug 25457) - Revert "MIPS: Sync elf.h from binutils" - riscv: Update rvd libm test ulps - MIPS: Sync elf.h from binutils - Merge translations (bg, hr, pl, sv) - nptl: Unconditionally use a 32-byte rseq area - hurd: Fix tst-openloc - scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3 - configure: Disable building libcrypt by default - nptl: Make tst-tls3mod.so explicitly lazy - make ‘struct pthread’ a complete type - scripts: Add fortify checks on installed headers - Update x86_64 libm-test-ulps (x32 ABI) - Fix getting return address in elf/tst-audit28.c. - [PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold. - x86: Fix slight bug in `shared_per_thread` cache size calculation. - Update i686 libm-test-ulps (again) - Update i686 libm-test-ulps - Merge translations (de, ro, uk, zh_TW) - Regenerate libc.pot - configure: Use autoconf 2.71 - Update sparc libm-test-ulps - s390: Add the clone3 wrapper - manual: Fix typos in struct dl_find_object - sparc: Fix la_symbind for bind-now (BZ 23734) - i386: make debug wrappers compatible with static PIE - LoongArch: Fix soft-float bug about _dl_runtime_resolve{,lsx,lasx}
This commit is contained in:
parent
d1786a3bd4
commit
847a50e46d
39
glibc.spec
39
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.37.9000-604-g7f079fdc16
|
||||
%global glibcsrcdir glibc-2.37.9000-635-g637aac2ae3
|
||||
%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 18
|
||||
%global baserelease 19
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
@ -2213,6 +2213,41 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Tue Jul 25 2023 DJ Delorie <dj@redhat.com> - 2.37.9000-19
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 637aac2ae3980de31a6baab236a9255fe853cc76.
|
||||
- Include sys/rseq.h in tst-rseq-disable.c
|
||||
- string: Fix tester with fortify enabled
|
||||
- string: Fix bug-strncat1 with fortify enabled
|
||||
- nscd: Use errval, not errno to guide cache update (bug 30662)
|
||||
- Restore lookup of IPv4 mapped addresses in files database (bug 25457)
|
||||
- Revert "MIPS: Sync elf.h from binutils"
|
||||
- riscv: Update rvd libm test ulps
|
||||
- MIPS: Sync elf.h from binutils
|
||||
- Merge translations (bg, hr, pl, sv)
|
||||
- nptl: Unconditionally use a 32-byte rseq area
|
||||
- hurd: Fix tst-openloc
|
||||
- scripts: Fix fortify checks if compiler does not support _FORTIFY_SOURCE=3
|
||||
- configure: Disable building libcrypt by default
|
||||
- nptl: Make tst-tls3mod.so explicitly lazy
|
||||
- make ‘struct pthread’ a complete type
|
||||
- scripts: Add fortify checks on installed headers
|
||||
- Update x86_64 libm-test-ulps (x32 ABI)
|
||||
- Fix getting return address in elf/tst-audit28.c.
|
||||
- [PATCH v1] x86: Use `3/4*sizeof(per-thread-L3)` as low bound for NT threshold.
|
||||
- x86: Fix slight bug in `shared_per_thread` cache size calculation.
|
||||
- Update i686 libm-test-ulps (again)
|
||||
- Update i686 libm-test-ulps
|
||||
- Merge translations (de, ro, uk, zh_TW)
|
||||
- Regenerate libc.pot
|
||||
- configure: Use autoconf 2.71
|
||||
- Update sparc libm-test-ulps
|
||||
- s390: Add the clone3 wrapper
|
||||
- manual: Fix typos in struct dl_find_object
|
||||
- sparc: Fix la_symbind for bind-now (BZ 23734)
|
||||
- i386: make debug wrappers compatible with static PIE
|
||||
- LoongArch: Fix soft-float bug about _dl_runtime_resolve{,lsx,lasx}
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.37.9000-18
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.37.9000-604-g7f079fdc16.tar.xz) = ae271dc68f81d31d014868201a18b4ee76ca481df5cea46c2c8e503c95ca9b233ea6dd2b1122da3c75736b02402f0542e412f9e561ab388dd9c093e6e7ee3bbf
|
||||
SHA512 (glibc-2.37.9000-635-g637aac2ae3.tar.xz) = 46283f7b288a3525378b6a57cd767de842020d8d4990d98405eb9da8f2f7889b66d863ac0e8ea939b6ea45e7f20fa22b76dae34cf90ecad77fae1b217fb566b4
|
||||
|
Loading…
Reference in New Issue
Block a user