Auto-sync with upstream branch master
Upstream commit: 43db5e2c0672cae7edea7c9685b22317eae25471 - elf: Signal RT_CONSISTENT after relocation processing in dlopen (bug 31986) - elf: Signal LA_ACT_CONSISTENT to auditors after RT_CONSISTENT switch - elf: Run constructors on cyclic recursive dlopen (bug 31986) - Linux: Match kernel text for SCHED_ macros - libio: Correctly link tst-popen-fork against libpthread
This commit is contained in:
parent
581f21ada7
commit
267a95236f
13
glibc.spec
13
glibc.spec
@ -1,4 +1,4 @@
|
|||||||
%global glibcsrcdir glibc-2.40.9000-257-gc5dd659f22
|
%global glibcsrcdir glibc-2.40.9000-262-g43db5e2c06
|
||||||
%global glibcversion 2.40.9000
|
%global glibcversion 2.40.9000
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
@ -169,7 +169,7 @@ Version: %{glibcversion}
|
|||||||
# - It allows using the Release number without the %%dist tag in the dependency
|
# - It allows using the Release number without the %%dist tag in the dependency
|
||||||
# generator to make the generated requires interchangeable between Rawhide
|
# generator to make the generated requires interchangeable between Rawhide
|
||||||
# and ELN (.elnYY < .fcXX).
|
# and ELN (.elnYY < .fcXX).
|
||||||
%global baserelease 8
|
%global baserelease 9
|
||||||
Release: %{baserelease}%{?dist}
|
Release: %{baserelease}%{?dist}
|
||||||
|
|
||||||
# Licenses:
|
# Licenses:
|
||||||
@ -2586,6 +2586,15 @@ update_gconv_modules_cache ()
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 25 2024 Florian Weimer <fweimer@redhat.com> - 2.40.9000-9
|
||||||
|
- Auto-sync with upstream branch master,
|
||||||
|
commit 43db5e2c0672cae7edea7c9685b22317eae25471:
|
||||||
|
- elf: Signal RT_CONSISTENT after relocation processing in dlopen (bug 31986)
|
||||||
|
- elf: Signal LA_ACT_CONSISTENT to auditors after RT_CONSISTENT switch
|
||||||
|
- elf: Run constructors on cyclic recursive dlopen (bug 31986)
|
||||||
|
- Linux: Match kernel text for SCHED_ macros
|
||||||
|
- libio: Correctly link tst-popen-fork against libpthread
|
||||||
|
|
||||||
* Thu Oct 24 2024 Patsy Griffin <patsy@redhat.com> - 2.40.9000-8
|
* Thu Oct 24 2024 Patsy Griffin <patsy@redhat.com> - 2.40.9000-8
|
||||||
- Auto-sync with upstream branch master,
|
- Auto-sync with upstream branch master,
|
||||||
commit c5dd659f22058bf9b371ab1cba07631f1206c674.
|
commit c5dd659f22058bf9b371ab1cba07631f1206c674.
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.40.9000-257-gc5dd659f22.tar.xz) = c78d403ebf65624c7be8fafabd9badc5e39b748b268c1cfb5a335e3182bb1c8ba5cfc39d04bf432a45ec339b6165754f48c122c3797c7ad2f25866a44dbe4489
|
SHA512 (glibc-2.40.9000-262-g43db5e2c06.tar.xz) = 84375c29fc59b9b2bc435ecc937ac8769e28e407ba0340a01149e11ea6546a39684668c9b59622533c2e8effdf38c1daae90896b7ea7e80aeee4c79a9f42f371
|
||||||
|
Loading…
Reference in New Issue
Block a user