Auto-sync with upstream branch master
Upstream commit: 2b92982e2369d292560793bee8e730f695f48ff3 - nptl: fix potential merge of __rseq_* relro symbols - riscv: Update nofpu libm test ulps - manual: Recommendations for dynamic linker hardening - socket: Add new test for shutdown - elf/rtld: Fix auxiliary vector for enable_secure - hppa/vdso: Provide 64-bit clock_gettime() vDSO only - debug: Fix clang open fortify wrapper (BZ 31927) - Add --disable-static-c++-tests option [BZ #31797] - Add --disable-static-c++-link-check option [BZ #31412] - Update mmap() flags and errors lists - MIPSr6/math: Use builtin fma and fmaf - elf: Support recursive use of dynamic TLS in interposed malloc - Fix conditionals on mtrace-based tests (bug 31892) - signal/Makefile: Split and sort tests - x86: Set default non_temporal_threshold for Zhaoxin processors - x86_64: Optimize large size copy in memmove-ssse3 - x86: Set preferred CPU features on the KH-40000 and KX-7000 Zhaoxin processors - Aarch64: Add new memset for Qualcomm's oryon-1 core - Aarch64: Add memcpy for qualcomm's oryon-1 core - debug: Fix clang open fortify wrapper (BZ 31927) - debug: Fix clang mq_open fortify wrapper (BZ 31917) - tests-mbwc: Silence gcc 14 -Werror=format-overflow=
This commit is contained in:
parent
1603139976
commit
3928831719
30
glibc.spec
30
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.39.9000-373-g21738846a1
|
||||
%global glibcsrcdir glibc-2.39.9000-395-g2b92982e23
|
||||
%global glibcversion 2.39.9000
|
||||
# Pre-release tarballs are pulled in from git using a command that is
|
||||
# effectively:
|
||||
@ -170,7 +170,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 29
|
||||
%global baserelease 30
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# Licenses:
|
||||
@ -2561,6 +2561,32 @@ update_gconv_modules_cache ()
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jul 04 2024 Arjun Shankar <arjun@redhat.com> - 2.39.9000-30
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 2b92982e2369d292560793bee8e730f695f48ff3:
|
||||
- nptl: fix potential merge of __rseq_* relro symbols
|
||||
- riscv: Update nofpu libm test ulps
|
||||
- manual: Recommendations for dynamic linker hardening
|
||||
- socket: Add new test for shutdown
|
||||
- elf/rtld: Fix auxiliary vector for enable_secure
|
||||
- hppa/vdso: Provide 64-bit clock_gettime() vDSO only
|
||||
- debug: Fix clang open fortify wrapper (BZ 31927)
|
||||
- Add --disable-static-c++-tests option [BZ #31797]
|
||||
- Add --disable-static-c++-link-check option [BZ #31412]
|
||||
- Update mmap() flags and errors lists
|
||||
- MIPSr6/math: Use builtin fma and fmaf
|
||||
- elf: Support recursive use of dynamic TLS in interposed malloc
|
||||
- Fix conditionals on mtrace-based tests (bug 31892)
|
||||
- signal/Makefile: Split and sort tests
|
||||
- x86: Set default non_temporal_threshold for Zhaoxin processors
|
||||
- x86_64: Optimize large size copy in memmove-ssse3
|
||||
- x86: Set preferred CPU features on the KH-40000 and KX-7000 Zhaoxin processors
|
||||
- Aarch64: Add new memset for Qualcomm's oryon-1 core
|
||||
- Aarch64: Add memcpy for qualcomm's oryon-1 core
|
||||
- debug: Fix clang open fortify wrapper (BZ 31927)
|
||||
- debug: Fix clang mq_open fortify wrapper (BZ 31917)
|
||||
- tests-mbwc: Silence gcc 14 -Werror=format-overflow=
|
||||
|
||||
* Thu Jun 27 2024 Patsy Griffin <patsy@redhat.com> - 2.39.9000-29
|
||||
- Move ANSI_X3.110-1983 support from main package to glibc-gconv-extra.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.39.9000-373-g21738846a1.tar.xz) = 4f7f6866d3341951e015d76ab33b79d3c0bb00fc6e63c01f5acd6372179de9d088e894a62158c69658694c37b7fe98cd77f6c03754acee7803e48020c278b218
|
||||
SHA512 (glibc-2.39.9000-395-g2b92982e23.tar.xz) = 1e120829c96e3fce2c3d0a5267c7ce6c569e9ffa5bdedf7546f6d3fb91da055e439a800ad5b4e6924a328536066f58ae7efe0f1996cc335a4b6feb2f77a54631
|
||||
|
Loading…
Reference in New Issue
Block a user