Rebase to commit 48c933a69a8.
This commit is contained in:
parent
10671c0eca
commit
5e050ee6d4
2 changed files with 11 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ Name: binutils%{?_with_debug:-debug}
|
|||
# The variable %%{source} (see below) should be set to indicate which of these
|
||||
# origins is being used.
|
||||
Version: 2.47.50
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPL-3.0-or-later AND (GPL-3.0-or-later WITH Bison-exception-2.2) AND (LGPL-2.0-or-later WITH GCC-exception-2.0) AND BSD-3-Clause AND GFDL-1.3-or-later AND GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-2.0-or-later
|
||||
URL: https://sourceware.org/binutils
|
||||
|
||||
|
|
@ -125,15 +125,15 @@ URL: https://sourceware.org/binutils
|
|||
# %%define source official-release
|
||||
# %%define source even-pre-release
|
||||
# %%define source odd-pre-release
|
||||
# %%define source snapshot
|
||||
%define source tarball
|
||||
%define source snapshot
|
||||
# %%define source tarball
|
||||
|
||||
# For snapshots and tarballs an extension is used to indicate the commit ID.
|
||||
# We need to know that so that the source extraction process will work
|
||||
# correctly. Note %%(echo) is used because you cannot directly set a
|
||||
# spec variable to a hexadecimal string value.
|
||||
|
||||
%define commit_id %(echo "4ed310516eb76cbf650523a53f733060d3ae71b9")
|
||||
%define commit_id %(echo "48c933a69a8")
|
||||
|
||||
#----End of Configure Options------------------------------------------------
|
||||
|
||||
|
|
@ -1500,6 +1500,12 @@ exit 0
|
|||
|
||||
#----------------------------------------------------------------------------
|
||||
%changelog
|
||||
* Tue Sep 01 2026 Nick Clifton <nickc@redhat.com> - 2.47.50-6
|
||||
- Rebase to commit 48c933a69a8
|
||||
|
||||
* Tue Sep 01 2026 Jesus Checa Hidalgo <jchecahi@redhat.com> - 2.47.50-5
|
||||
- Fix logic to enable and disable gold linker.
|
||||
|
||||
* Wed Aug 19 2026 Nick Clifton <nickc@redhat.com> - 2.47.50-4
|
||||
- Rebase to bring in commits d9ab6e42e739fe826b02a5f868586132ea2d893a and
|
||||
- 0f9faaebc91bc1886a563bde6c178601b4be743b, thus fixing CVE-2026-19548. (#2514618)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (binutils-with-gold-2.47.50-4ed310516eb76cbf650523a53f733060d3ae71b9.tar.xz) = 35fe1d48994df35979ffe763f7ae4ed2dd0b041d668146de721176e88f18e1bbf63010dac401fe7c34b946e573a89ae89fb359f4bcf976a239a6c61b75e5b90f
|
||||
SHA512 (binutils-with-gold-2.47.50-48c933a69a8.tar.xz) = c4300e4881227c431c0bbbb949a5ee5bc113701f993766418b152df7d46d9df378ebace9efffcb6e1f0b7e72ad716bbcccf5b6aa55851dc28216555b242d18a0
|
||||
SHA512 (binutils-2.19.50.0.1-output-format.sed) = 2f8686b0c8af13c98cda056824c2820416f6e2d003f70b78ccf5314525b9ee3684d421dfa83e638a2d42d06ea4d4bdaf5226b64d6ec26f7ff59c44ffb2a23dd2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue