Auto-sync with upstream branch release/2.36/master
Upstream commit: e05036b194559cbfcdfcfb1b920d37b939e3e35c - time: Set daylight to 1 for matching DST/offset change (bug 29951) - elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776) - x86: Fix -Os build (BZ #29576) - sunrpc: Suppress GCC -Os warning on user2netname - locale: prevent maybe-uninitialized errors with -Os [BZ #19444] - 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] - x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591] - elf: Fix rtld-audit trampoline for aarch64
This commit is contained in:
parent
668d9e7ea6
commit
705d9bacad
19
glibc.spec
19
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.36-72-g0f90d6204d
|
||||
%global glibcsrcdir glibc-2.36-83-ge05036b194
|
||||
%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 8
|
||||
%global baserelease 9
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
@ -2194,6 +2194,21 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Tue Jan 10 2023 Carlos O'Donell <carlos@redhat.com> - 2.36-9
|
||||
- Auto-sync with upstream branch release/2.36/master,
|
||||
commit e05036b194559cbfcdfcfb1b920d37b939e3e35c:
|
||||
- time: Set daylight to 1 for matching DST/offset change (bug 29951)
|
||||
- elf/tst-tlsopt-powerpc fails when compiled with -mcpu=power10 (BZ# 29776)
|
||||
- x86: Fix -Os build (BZ #29576)
|
||||
- sunrpc: Suppress GCC -Os warning on user2netname
|
||||
- locale: prevent maybe-uninitialized errors with -Os [BZ #19444]
|
||||
- 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]
|
||||
- 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.36-8
|
||||
- Auto-sync with upstream branch release/2.36/master,
|
||||
commit 0f90d6204d79223fd32248c774df0cb7f0e604de:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.36-72-g0f90d6204d.tar.xz) = 1c2b3b1f48b5536d25a736ef6cd0f58a214e8cc68c0b616772ac06a582198f548cd73ec90957faf56da03e67068eedccf3eff2b44608e2d271b0a3b860e15365
|
||||
SHA512 (glibc-2.36-83-ge05036b194.tar.xz) = 719cf523416b653c74e17277c26a8129fb188bf41118933c3c325e8131a8b716ba90c8f39f25a01972aa269d1115c726d16b889018ab67af8fcc2d6deedd3505
|
||||
|
Loading…
Reference in New Issue
Block a user