- SLE toolchain update of binutils. Update to 2.39 from 2.37,

which means obsoleting and hence removing these patches:
  binutils-add-efi-aarch64-1.diff, binutils-add-efi-aarch64-2.diff,
  binutils-add-efi-aarch64-3.diff, binutils-fix-keepdebug.diff,
  binutils-add-z16-name.diff.
(Fake entry from SLE for tracking purposes:)
- For building shim 15.6~rc1 (and later versions) aarch64 image, objcopy
  needs to support efi-app-aarch64 target. (bsc#1198458)
  Adds binutils-add-efi-aarch64-1.diff,
  binutils-add-efi-aarch64-2.diff, binutils-add-efi-aarch64-3.diff .


(Fake entry from SLE for tracking purposes:)
- Add binutils-fix-keepdebug.diff for fix bsc#1191908, a problem
  in crash not accepting some of our .ko.debug files.

(Fake entry from SLE for tracking purposes:)
- Add binutils-add-z16-name.diff so that the now official name
  z16 for arch14 is recognized.  [bsc#1198237]

OBS-URL: https://build.opensuse.org/package/show/devel:gcc/binutils?expand=0&rev=422
This commit is contained in:
Michael Matz 2022-10-17 15:18:05 +00:00 committed by Git OBS Bridge
parent b182f7d94c
commit b1a0c6a5a8

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Oct 17 15:16:23 UTC 2022 - Michael Matz <matz@suse.com>
- SLE toolchain update of binutils. Update to 2.39 from 2.37,
which means obsoleting and hence removing these patches:
binutils-add-efi-aarch64-1.diff, binutils-add-efi-aarch64-2.diff,
binutils-add-efi-aarch64-3.diff, binutils-fix-keepdebug.diff,
binutils-add-z16-name.diff.
-------------------------------------------------------------------
Fri Aug 26 13:24:35 UTC 2022 - Michael Matz <matz@suse.com>
@ -50,6 +59,15 @@ Sat Aug 6 08:41:08 UTC 2022 - Martin Liška <mliska@suse.cz>
- Includes fixes for these CVEs:
bnc#1142579 aka CVE-2019-1010204 aka PR23765
-------------------------------------------------------------------
Mon Jun 13 12:09:35 UTC 2022 - Michael Matz <matz@suse.com>
(Fake entry from SLE for tracking purposes:)
- For building shim 15.6~rc1 (and later versions) aarch64 image, objcopy
needs to support efi-app-aarch64 target. (bsc#1198458)
Adds binutils-add-efi-aarch64-1.diff,
binutils-add-efi-aarch64-2.diff, binutils-add-efi-aarch64-3.diff .
-------------------------------------------------------------------
Wed May 25 10:23:35 UTC 2022 - Martin Liška <mliska@suse.cz>
@ -68,6 +86,13 @@ Mon May 9 10:18:29 UTC 2022 - Andreas Schwab <schwab@suse.de>
- On SLE15 and later, use make -Oline to synchronize configure output by
lines
-------------------------------------------------------------------
Fri May 6 14:17:19 UTC 2022 - Michael Matz <matz@suse.com>
(Fake entry from SLE for tracking purposes:)
- Add binutils-fix-keepdebug.diff for fix bsc#1191908, a problem
in crash not accepting some of our .ko.debug files.
-------------------------------------------------------------------
Wed May 4 12:08:27 UTC 2022 - Martin Liška <mliska@suse.cz>
@ -105,6 +130,13 @@ Mon Apr 11 13:49:19 UTC 2022 - Michael Matz <matz@suse.com>
- Update binutils-2.38-branch.diff.gz (to c210342d7f5) to include
recognition of 'z16' name for 'arch14' on s390. [bsc#1198237]
-------------------------------------------------------------------
Mon Apr 11 13:43:11 UTC 2022 - Michael Matz <matz@suse.com>
(Fake entry from SLE for tracking purposes:)
- Add binutils-add-z16-name.diff so that the now official name
z16 for arch14 is recognized. [bsc#1198237]
-------------------------------------------------------------------
Mon Mar 21 16:40:26 UTC 2022 - Marcus Meissner <meissner@suse.com>