Auto-sync with upstream branch master
Upstream commit: 78fb88827362fbd2cc8aa32892ae5b015106e25c - mips: Fix mips64n32 64 bit time_t stat support (BZ#29069) - x86: Cleanup page cross code in memcmp-avx2-movbe.S - x86: Remove memcmp-sse4.S - x86: Optimize memcmp SSE2 in memcmp.S - misc: Use 64 bit time_t interfaces on syslog - misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355) - misc: syslog: Use fixed-sized buffer and remove memstream - misc: syslog: Simplify implementation - misc: syslog: Fix indentation and style - misc: Add syslog test - support: Add xmkfifo - stdio: Split __get_errname definition from errlist.c - x86: Reduce code size of mem{move|pcpy|cpy}-ssse3 - x86: Remove mem{move|cpy}-ssse3-back - x86: Remove str{p}{n}cpy-ssse3 - x86: Remove str{n}cat-ssse3 - x86: Remove str{n}{case}cmp-ssse3 - x86: Remove {w}memcmp-ssse3 - nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029) - S390: Add new s390 platform z16. - Replace {u}int_fast{16|32} with {u}int32_t - stdlib: Reflow and sort most variable assignments - elf: Fix memory leak in _dl_find_object_update (bug 29062) - hurd: Define ELIBEXEC - hurd: Fix arbitrary error code - NEWS: Move PLT tracking slowdown to glibc 2.35. - Remove _dl_skip_args_internal declaration - test-container: Fix "unused code" warnings on HURD - Add .clang-format style file - manual: Avoid name collision in libm ULP table [BZ #28956]
This commit is contained in:
parent
12a09a5e16
commit
b72082ecfb
38
glibc.spec
38
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.35.9000-362-g1a85970f41
|
||||
%global glibcsrcdir glibc-2.35.9000-392-g78fb888273
|
||||
%global glibcversion 2.35.9000
|
||||
# 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: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
# libraries.
|
||||
@ -2170,6 +2170,40 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Tue Apr 19 2022 DJ Delorie <dj@redhat.com> - 2.35.9000-14
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 78fb88827362fbd2cc8aa32892ae5b015106e25c.
|
||||
- mips: Fix mips64n32 64 bit time_t stat support (BZ#29069)
|
||||
- x86: Cleanup page cross code in memcmp-avx2-movbe.S
|
||||
- x86: Remove memcmp-sse4.S
|
||||
- x86: Optimize memcmp SSE2 in memcmp.S
|
||||
- misc: Use 64 bit time_t interfaces on syslog
|
||||
- misc: syslog: Move SYSLOG_NAME to USE_MISC (BZ #16355)
|
||||
- misc: syslog: Use fixed-sized buffer and remove memstream
|
||||
- misc: syslog: Simplify implementation
|
||||
- misc: syslog: Fix indentation and style
|
||||
- misc: Add syslog test
|
||||
- support: Add xmkfifo
|
||||
- stdio: Split __get_errname definition from errlist.c
|
||||
- x86: Reduce code size of mem{move|pcpy|cpy}-ssse3
|
||||
- x86: Remove mem{move|cpy}-ssse3-back
|
||||
- x86: Remove str{p}{n}cpy-ssse3
|
||||
- x86: Remove str{n}cat-ssse3
|
||||
- x86: Remove str{n}{case}cmp-ssse3
|
||||
- x86: Remove {w}memcmp-ssse3
|
||||
- nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)
|
||||
- S390: Add new s390 platform z16.
|
||||
- Replace {u}int_fast{16|32} with {u}int32_t
|
||||
- stdlib: Reflow and sort most variable assignments
|
||||
- elf: Fix memory leak in _dl_find_object_update (bug 29062)
|
||||
- hurd: Define ELIBEXEC
|
||||
- hurd: Fix arbitrary error code
|
||||
- NEWS: Move PLT tracking slowdown to glibc 2.35.
|
||||
- Remove _dl_skip_args_internal declaration
|
||||
- test-container: Fix "unused code" warnings on HURD
|
||||
- Add .clang-format style file
|
||||
- manual: Avoid name collision in libm ULP table [BZ #28956]
|
||||
|
||||
* Tue Apr 12 2022 Arjun Shankar <arjun@redhat.com> - 2.35.9000-13
|
||||
- Add entry for Tarifit language locale for Morocco, and
|
||||
- Auto-sync with upstream branch master,
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.35.9000-362-g1a85970f41.tar.xz) = 0faa312212a10aaab5e6e7859bede23e9b73c671c1b990ad5e28e5cfc839362fbe0b00b86caca05744ffe763bae27e9bc220c68ec2f8c9b93872b0f67ae1cbf6
|
||||
SHA512 (glibc-2.35.9000-392-g78fb888273.tar.xz) = 27d3aa2e5bfb0ee46ab22d8b867c922c6b4c07a78955a887574caa4b737cddbc60d57f7197999617c2fad4f5525310d44bc1f8c03266f737ef11ff7c65eb4485
|
||||
|
Loading…
Reference in New Issue
Block a user