Auto-sync with upstream branch release/2.35/master
Upstream commit: b6aade18a7e5719c942aa2da6cf3157aca993fa4 - nss: handle stat failure in check_reload_and_get (BZ #28752) - nss: add assert to DB_LOOKUP_FCT (BZ #28752) - nios2: Remove _dl_skip_args usage (BZ# 29187) - hppa: Remove _dl_skip_args usage (BZ# 29165) - NEWS: Add a bug fix entry for BZ #29225 - nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214) - powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197] - socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225) - iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213) - catgets: Use 64 bit stat for __open_catalog (BZ# 29211) - inet: Use 64 bit stat for ruserpass (BZ# 29210) - socket: Use 64 bit stat for isfdtype (BZ# 29209) - posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208) - posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207) - misc: Use 64 bit stat for getusershell (BZ# 29204) - misc: Use 64 bit stat for daemon (BZ# 29203)
This commit is contained in:
parent
7986c6c4ec
commit
a4cde2f82f
24
glibc.spec
24
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.35-118-g6abb4002df
|
||||
%global glibcsrcdir glibc-2.35-134-gb6aade18a7
|
||||
%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: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2169,6 +2169,26 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2022 Arjun Shankar <arjun@redhat.com> - 2.35-12
|
||||
- Auto-sync with upstream branch release/2.35/master,
|
||||
commit b6aade18a7e5719c942aa2da6cf3157aca993fa4:
|
||||
- nss: handle stat failure in check_reload_and_get (BZ #28752)
|
||||
- nss: add assert to DB_LOOKUP_FCT (BZ #28752)
|
||||
- nios2: Remove _dl_skip_args usage (BZ# 29187)
|
||||
- hppa: Remove _dl_skip_args usage (BZ# 29165)
|
||||
- NEWS: Add a bug fix entry for BZ #29225
|
||||
- nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
|
||||
- powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]
|
||||
- socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225)
|
||||
- iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)
|
||||
- catgets: Use 64 bit stat for __open_catalog (BZ# 29211)
|
||||
- inet: Use 64 bit stat for ruserpass (BZ# 29210)
|
||||
- socket: Use 64 bit stat for isfdtype (BZ# 29209)
|
||||
- posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)
|
||||
- posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)
|
||||
- misc: Use 64 bit stat for getusershell (BZ# 29204)
|
||||
- misc: Use 64 bit stat for daemon (BZ# 29203)
|
||||
|
||||
* Mon May 30 2022 Arjun Shankar <arjun@redhat.com> - 2.35-11
|
||||
- Auto-sync with upstream branch release/2.35/master,
|
||||
commit 6abb4002df97df668f40b0da84ab6261498a8541:
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.35-118-g6abb4002df.tar.xz) = d0b4400d583401826e66cbe3ef49e6ef15054836483935c3f86f08cbddc037ebf704e84f35f8d97ad62b197696b14158be19379a1d10a5eb2107faf3d8a2f592
|
||||
SHA512 (glibc-2.35-134-gb6aade18a7.tar.xz) = 82c3d8487bdf9369fdd3a570f204aeb4ca0c994a73a3122e1fdb44956dc30420eeab3a08c8200ccba98c28cd358bdea398159990a9158de135a7ad91be16d9d8
|
||||
|
Loading…
Reference in New Issue
Block a user