Auto-sync with upstream branch release/2.35/master
Upstream commit: 82663d3c034cd5d0d7efa2e92c380ced1ddbb09e - time: Set daylight to 1 for matching DST/offset change (bug 29951) - elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776) - time: Use 64 bit time on tzfile - nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402) - nis: Build libnsl with 64 bit time_t - Apply asm redirections in syslog.h before first use [BZ #27087] - elf: Fix wrong fscanf usage on tst-pldd - Allow for unpriviledged nested containers - elf: Fix wrong fscanf usage on tst-pldd - x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591] - elf: Fix rtld-audit trampoline for aarch64
This commit is contained in:
parent
be2c7dc0db
commit
410e42e83d
19
glibc.spec
19
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.35-218-g8263cbfc11
|
||||
%global glibcsrcdir glibc-2.35-229-g82663d3c03
|
||||
%define glibcversion 2.35
|
||||
# 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: 21%{?dist}
|
||||
Release: 22%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2171,6 +2171,21 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Wed Jan 11 2023 Florian Weimer <fweimer@redhat.com> - 2.35-22
|
||||
- Auto-sync with upstream branch release/2.35/master,
|
||||
commit 82663d3c034cd5d0d7efa2e92c380ced1ddbb09e:
|
||||
- time: Set daylight to 1 for matching DST/offset change (bug 29951)
|
||||
- elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)
|
||||
- time: Use 64 bit time on tzfile
|
||||
- nscd: Use 64 bit time_t on libc nscd routines (BZ# 29402)
|
||||
- nis: Build libnsl with 64 bit time_t
|
||||
- Apply asm redirections in syslog.h before first use [BZ #27087]
|
||||
- elf: Fix wrong fscanf usage on tst-pldd
|
||||
- Allow for unpriviledged nested containers
|
||||
- elf: Fix wrong fscanf usage on tst-pldd
|
||||
- x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]
|
||||
- elf: Fix rtld-audit trampoline for aarch64
|
||||
|
||||
* Mon Nov 14 2022 Arjun Shankar <arjun@redhat.com> - 2.35-21
|
||||
- Auto-sync with upstream branch release/2.35/master,
|
||||
commit 8263cbfc1155f2ed5ee304bd7ff7fc6ad44c6152:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.35-218-g8263cbfc11.tar.xz) = c1d3c66886fe09b59b5f93db0206bb7e8fb2f6698429247c38bfc319c730ceb4c4e24e28a9f2934cb755ed9236bfd32e2eb02a2dd931dfa91885647688c9ff02
|
||||
SHA512 (glibc-2.35-229-g82663d3c03.tar.xz) = e23df3c5f4520b87097dd47ef210c1ae006e33459f7bac67c18f268cbcf67f08f048748f970272c4a16a73121912de21faab141ffdf5faa1d3680263ec6998d8
|
||||
|
Loading…
Reference in New Issue
Block a user