Auto-sync with upstream branch master
Upstream commit: 904b94c07af84b7e4c98de3bbb822ccffcaf8c40 - socket: Add a test for MSG_CMSG_CLOEXEC - hurd: Do not take any flag from the CMSG_DATA - hurd: Implement MSG_CMSG_CLOEXEC - hurd: Don't pass FD_CLOEXEC in CMSG_DATA - hurd: Implement prefer_map_32bit_exec tunable - hurd: Don't attempt to deallocate MACH_PORT_DEAD - hurd: Only deallocate addrport when it's valid - hurd: Implement MAP_32BIT - Use O_CLOEXEC in more places (BZ #15722) - misc: Convert daemon () to GNU coding style - wcsmbs: Add wcsdup() tests. (BZ #30266) - string: Add tests for strndup (BZ #30266) - string: Add tests for strdup (BZ #30266) - string: Allow use of test-string.h for non-ifunc implementations. - hurd: Don't migrate reply port into __init1_tcbhead - hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTY - Created tunable to force small pages on stack allocation. - malloc: Add missing shared thread library flags - linux: Re-flow and sort multiline Makefile definitions - posix: Re-flow and sort multiline Makefile definitions
This commit is contained in:
parent
936bce9f4a
commit
4432ded54b
28
glibc.spec
28
glibc.spec
@ -1,4 +1,4 @@
|
||||
%global glibcsrcdir glibc-2.37.9000-300-g65cbd52174
|
||||
%global glibcsrcdir glibc-2.37.9000-320-g904b94c07a
|
||||
%global glibcversion 2.37.9000
|
||||
# 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 7
|
||||
%global baserelease 8
|
||||
Release: %{baserelease}%{?dist}
|
||||
|
||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||
@ -2195,6 +2195,30 @@ update_gconv_modules_cache ()
|
||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||
|
||||
%changelog
|
||||
* Tue Apr 25 2023 Patsy Griffin <patsy@redhat.com> - 2.37.9000-8
|
||||
- Auto-sync with upstream branch master,
|
||||
commit 904b94c07af84b7e4c98de3bbb822ccffcaf8c40.
|
||||
- socket: Add a test for MSG_CMSG_CLOEXEC
|
||||
- hurd: Do not take any flag from the CMSG_DATA
|
||||
- hurd: Implement MSG_CMSG_CLOEXEC
|
||||
- hurd: Don't pass FD_CLOEXEC in CMSG_DATA
|
||||
- hurd: Implement prefer_map_32bit_exec tunable
|
||||
- hurd: Don't attempt to deallocate MACH_PORT_DEAD
|
||||
- hurd: Only deallocate addrport when it's valid
|
||||
- hurd: Implement MAP_32BIT
|
||||
- Use O_CLOEXEC in more places (BZ #15722)
|
||||
- misc: Convert daemon () to GNU coding style
|
||||
- wcsmbs: Add wcsdup() tests. (BZ #30266)
|
||||
- string: Add tests for strndup (BZ #30266)
|
||||
- string: Add tests for strdup (BZ #30266)
|
||||
- string: Allow use of test-string.h for non-ifunc implementations.
|
||||
- hurd: Don't migrate reply port into __init1_tcbhead
|
||||
- hurd: Make dl-sysdep's open () cope with O_IGNORE_CTTY
|
||||
- Created tunable to force small pages on stack allocation.
|
||||
- malloc: Add missing shared thread library flags
|
||||
- linux: Re-flow and sort multiline Makefile definitions
|
||||
- posix: Re-flow and sort multiline Makefile definitions
|
||||
|
||||
* Mon Apr 24 2023 Florian Weimer <fweimer@redhat.com> - 2.37.9000-7
|
||||
- Explicitly provide ldconfig paths (#2188550)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (glibc-2.37.9000-300-g65cbd52174.tar.xz) = a6634e7497450bfe5a06bc82971aaecacfb7037e643549b323f662c0e5cec8d59a38de8949efbc90e4e5e1a9d33cec67b511bcb65f7a7fda1655f1b59f28b681
|
||||
SHA512 (glibc-2.37.9000-320-g904b94c07a.tar.xz) = 9c68015b4a9242353a662c7b0de3d7132cad17520f89abcf7932ef54f0916a265483ba97ce17d5dc1e43994b5db50687c721910e4511f5fdd385fe8d5d372355
|
||||
|
Loading…
Reference in New Issue
Block a user