Auto-sync with upstream branch release/2.36/master
Upstream commit: 2bd815d8347851212b9a91dbdca8053f4dbdac87 - nscd: Drop local address tuple variable [BZ #29607] - x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementations - x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementation - x86-64: Require BMI2 for AVX2 (raw|w)memchr implementations - x86-64: Require BMI2 for AVX2 wcs(n)cmp implementations - x86-64: Require BMI2 for AVX2 strncmp implementation - x86-64: Require BMI2 for AVX2 strcmp implementation - x86-64: Require BMI2 for AVX2 str(n)casecmp implementations - x86: include BMI1 and BMI2 in x86-64-v3 level - hppa: undef __ASSUME_SET_ROBUST_LIST - hppa: Fix initialization of dp register [BZ 29635] - stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638) - get_nscd_addresses: Fix subscript typos [BZ #29605] - m68k: Enforce 4-byte alignment on internal locks (BZ #29537) - gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583) - elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937) - elf: Rename _dl_sort_maps parameter from skip to force_first - scripts/dso-ordering-test.py: Generate program run-time dependencies - elf: Fix hwcaps string size overestimation
This commit is contained in:
parent
dcbc4ee9f0
commit
68af9439be
27
glibc.spec
27
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.36-38-gdf51334828
|
||||
%global glibcsrcdir glibc-2.36-57-g2bd815d834
|
||||
%global glibcversion 2.36
|
||||
# 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 5
|
||||
%global baserelease 6
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
@ -2185,6 +2185,29 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Fri Oct 07 2022 Arjun Shankar <arjun@redhat.com> - 2.36-6
|
||||
- Auto-sync with upstream branch release/2.36/master,
|
||||
commit 2bd815d8347851212b9a91dbdca8053f4dbdac87:
|
||||
- nscd: Drop local address tuple variable [BZ #29607]
|
||||
- x86-64: Require BMI1/BMI2 for AVX2 strrchr and wcsrchr implementations
|
||||
- x86-64: Require BMI2 and LZCNT for AVX2 memrchr implementation
|
||||
- x86-64: Require BMI2 for AVX2 (raw|w)memchr implementations
|
||||
- x86-64: Require BMI2 for AVX2 wcs(n)cmp implementations
|
||||
- x86-64: Require BMI2 for AVX2 strncmp implementation
|
||||
- x86-64: Require BMI2 for AVX2 strcmp implementation
|
||||
- x86-64: Require BMI2 for AVX2 str(n)casecmp implementations
|
||||
- x86: include BMI1 and BMI2 in x86-64-v3 level
|
||||
- hppa: undef __ASSUME_SET_ROBUST_LIST
|
||||
- hppa: Fix initialization of dp register [BZ 29635]
|
||||
- stdlib: Fix __getrandom_nocancel type and arc4random usage (BZ #29638)
|
||||
- get_nscd_addresses: Fix subscript typos [BZ #29605]
|
||||
- m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
|
||||
- gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)
|
||||
- elf: Implement force_first handling in _dl_sort_maps_dfs (bug 28937)
|
||||
- elf: Rename _dl_sort_maps parameter from skip to force_first
|
||||
- scripts/dso-ordering-test.py: Generate program run-time dependencies
|
||||
- elf: Fix hwcaps string size overestimation
|
||||
|
||||
* Fri Sep 23 2022 Florian Weimer <fweimer@redhat.com> - 2.36-5
|
||||
- Remove .annobin* symbols from ld.so (#2126477)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.36-38-gdf51334828.tar.xz) = 7e432feba30ebec6272400a16a9ece3ad5ce19e61250b696bfb613d36857c71abb9a22f7aad0e19e7e3c3d458e7633f7f75d93f9f7c20be2bae0c5aab9f9241a
|
||||
SHA512 (glibc-2.36-57-g2bd815d834.tar.xz) = 09862d13777e85ebebb968b31d1ff617eac3063302096d9e460fb3b2154f6cc75da5c6429cb999c65b99d5167b1b6429cdfc46a5552b33018e2920926a1e1e8c
|
||||
|
Loading…
Reference in New Issue
Block a user