Auto-sync with upstream branch master
Upstream commit: eaad4f9e8f07fc43618f6c8635a7e82831a423dd - arc4random: simplify design for better safety - LoongArch: Update NEWS and README for the LoongArch port. - LoongArch: Update build-many-glibcs.py for the LoongArch Port. - LoongArch: Hard Float Support - LoongArch: Build Infrastructure - LoongArch: Add ABI Lists - LoongArch: Linux ABI - LoongArch: Linux Syscall Interface - LoongArch: Atomic and Locking Routines - LoongArch: Generic <math.h> and soft-fp Routines - LoongArch: Thread-Local Storage Support - LoongArch: ABI Implementation - LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.py - LoongArch: Add LoongArch entries to config.h.in - struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64 - Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654) - manual: Add documentation for arc4random functions - s390x: Add optimized chacha20 - powerpc64: Add optimized chacha20 - x86: Add AVX2 optimized chacha20 - x86: Add SSE2 optimized chacha20 - aarch64: Add optimized chacha20 - benchtests: Add arc4random benchtest - stdlib: Add arc4random tests - stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417) - locale: Optimize tst-localedef-path-norm - malloc: Simplify implementation of __malloc_assert - Update scripts/config.* files from upstream GNU config version - linux: return UNSUPPORTED from tst-mount if entering mount namespace fails
This commit is contained in:
parent
7573b35683
commit
78f6644069
37
glibc.spec
37
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.35.9000-711-g49889fb256
|
||||
%global glibcsrcdir glibc-2.35.9000-740-geaad4f9e8f
|
||||
%global glibcversion 2.35.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 31
|
||||
%global baserelease 32
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
@ -2185,6 +2185,39 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Wed Jul 27 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-32
|
||||
- Auto-sync with upstream branch master,
|
||||
commit eaad4f9e8f07fc43618f6c8635a7e82831a423dd:
|
||||
- arc4random: simplify design for better safety
|
||||
- LoongArch: Update NEWS and README for the LoongArch port.
|
||||
- LoongArch: Update build-many-glibcs.py for the LoongArch Port.
|
||||
- LoongArch: Hard Float Support
|
||||
- LoongArch: Build Infrastructure
|
||||
- LoongArch: Add ABI Lists
|
||||
- LoongArch: Linux ABI
|
||||
- LoongArch: Linux Syscall Interface
|
||||
- LoongArch: Atomic and Locking Routines
|
||||
- LoongArch: Generic <math.h> and soft-fp Routines
|
||||
- LoongArch: Thread-Local Storage Support
|
||||
- LoongArch: ABI Implementation
|
||||
- LoongArch: Add relocations and ELF flags to elf.h and scripts/glibcelf.py
|
||||
- LoongArch: Add LoongArch entries to config.h.in
|
||||
- struct stat is not posix conformant on microblaze with __USE_FILE_OFFSET64
|
||||
- Linux: dirent/tst-readdir64-compat needs to use TEST_COMPAT (bug 27654)
|
||||
- manual: Add documentation for arc4random functions
|
||||
- s390x: Add optimized chacha20
|
||||
- powerpc64: Add optimized chacha20
|
||||
- x86: Add AVX2 optimized chacha20
|
||||
- x86: Add SSE2 optimized chacha20
|
||||
- aarch64: Add optimized chacha20
|
||||
- benchtests: Add arc4random benchtest
|
||||
- stdlib: Add arc4random tests
|
||||
- stdlib: Add arc4random, arc4random_buf, and arc4random_uniform (BZ #4417)
|
||||
- locale: Optimize tst-localedef-path-norm
|
||||
- malloc: Simplify implementation of __malloc_assert
|
||||
- Update scripts/config.* files from upstream GNU config version
|
||||
- linux: return UNSUPPORTED from tst-mount if entering mount namespace fails
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.35.9000-31
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.35.9000-711-g49889fb256.tar.xz) = 2b4e6c736b1c62bd52a69dcd4e61a73a43859876937994b37819a3c690bdb2866b888f46a25a9057bbe561cb1474192f2e16f7e5f83c1c6d1246b884fa79f14b
|
||||
SHA512 (glibc-2.35.9000-740-geaad4f9e8f.tar.xz) = 668a8a505fc847d60d6aeabf4c43c6636cf251cacf8721d4718726c7095451b8dddf17e9b7c43b91fbc0f2447f05e4fe7b457782733124cb77755f18f5078950
|
||||
|
Loading…
Reference in New Issue
Block a user