SHA256
1
0
forked from pool/grub2
Commit Graph

890 Commits

Author SHA256 Message Date
Michael Chang
395f4bd1a9 Accepting request 826244 from home:michael-chang:branches:Base:System
- Make grub-calloc inline to avoid symbol not found error as the system may not
  use updated grub to boot the system (bsc#1174782) (bsc#1175060) (bsc#1175036) 
  * 0001-kern-mm.c-Make-grub_calloc-inline.patch

OBS-URL: https://build.opensuse.org/request/show/826244
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=359
2020-08-13 09:48:00 +00:00
Dominique Leuenberger
f378e626e5 Accepting request 823470 from Base:System
OBS-URL: https://build.opensuse.org/request/show/823470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=223
2020-07-31 13:54:21 +00:00
Dominique Leuenberger
16be6529be Accepting request 823470 from Base:System
OBS-URL: https://build.opensuse.org/request/show/823470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=223
2020-07-31 13:54:21 +00:00
Michael Chang
1f5e046570 Accepting request 823469 from home:michael-chang:branches:Base:System
- Fix for CVE-2020-10713 (bsc#1168994)
  * 0001-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch
- Fix for CVE-2020-14308 CVE-2020-14309, CVE-2020-14310, CVE-2020-14311
  (bsc#1173812)
  * 0002-safemath-Add-some-arithmetic-primitives-that-check-f.patch
  * 0003-calloc-Make-sure-we-always-have-an-overflow-checking.patch
  * 0004-calloc-Use-calloc-at-most-places.patch
  * 0005-malloc-Use-overflow-checking-primitives-where-we-do-.patch
  * 0006-iso9660-Don-t-leak-memory-on-realloc-failures.patch
  * 0007-font-Do-not-load-more-than-one-NAME-section.patch
- Fix CVE-2020-15706 (bsc#1174463)
  * 0008-script-Remove-unused-fields-from-grub_script_functio.patch
  * 0009-script-Avoid-a-use-after-free-when-redefining-a-func.patch
- Fix CVE-2020-15707 (bsc#1174570)
  * 0010-linux-Fix-integer-overflows-in-initrd-size-handling.patch
- Use overflow checking primitives where the arithmetic expression for buffer
  allocations may include unvalidated data
- Use grub_calloc for overflow check and return NULL when it would occur 
  * 0001-add-support-for-UEFI-network-protocols.patch
  * 0003-bootp-New-net_bootp6-command.patch
  * grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
  * grub2-btrfs-09-get-default-subvolume.patch
  * grub2-gfxmenu-support-scrolling-menu-entry-s-text.patch
  * grub2-grubenv-in-btrfs-header.patch

OBS-URL: https://build.opensuse.org/request/show/823469
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=358
2020-07-30 01:36:35 +00:00
Dominique Leuenberger
75b56765bf Accepting request 822680 from Base:System
OBS-URL: https://build.opensuse.org/request/show/822680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=222
2020-07-28 15:22:14 +00:00
Dominique Leuenberger
1a30fab25e Accepting request 822680 from Base:System
OBS-URL: https://build.opensuse.org/request/show/822680
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=222
2020-07-28 15:22:14 +00:00
Michael Chang
1f1692c67a Accepting request 821317 from home:michel_mno:branches:Base:System
- No 95_textmode for PowerPC (boo#1174166)

OBS-URL: https://build.opensuse.org/request/show/821317
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=357
2020-07-24 15:08:17 +00:00
Yuchen Lin
a5003de874 Accepting request 807543 from Base:System
OBS-URL: https://build.opensuse.org/request/show/807543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=221
2020-05-26 15:14:05 +00:00
Yuchen Lin
28bd0aa59a Accepting request 807543 from Base:System
OBS-URL: https://build.opensuse.org/request/show/807543
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=221
2020-05-26 15:14:05 +00:00
Michael Chang
a306cdfe17 Accepting request 807075 from home:michael-chang:branches:Base:System
- Skip zfcpdump kernel from the grub boot menu (bsc#1166513)
  * grub2-s390x-skip-zfcpdump-image.patch

OBS-URL: https://build.opensuse.org/request/show/807075
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=356
2020-05-20 08:54:22 +00:00
Dominique Leuenberger
72fa4f7a10 Accepting request 800577 from Base:System
OBS-URL: https://build.opensuse.org/request/show/800577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=220
2020-05-08 21:01:14 +00:00
Dominique Leuenberger
6fc7da4b50 Accepting request 800577 from Base:System
OBS-URL: https://build.opensuse.org/request/show/800577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=220
2020-05-08 21:01:14 +00:00
Michael Chang
8112871606 Accepting request 800378 from home:michael-chang:branches:Base:System
- Fix boot failure as journaled data not get drained due to abrupt power
  off after grub-install (bsc#1167756)
  * grub-install-force-journal-draining-to-ensure-data-i.patch

OBS-URL: https://build.opensuse.org/request/show/800378
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=355
2020-05-06 07:01:48 +00:00
Dominique Leuenberger
76b65555fe Accepting request 794921 from Base:System
OBS-URL: https://build.opensuse.org/request/show/794921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=219
2020-04-22 18:42:32 +00:00
Dominique Leuenberger
3400f9d603 Accepting request 794921 from Base:System
OBS-URL: https://build.opensuse.org/request/show/794921
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=219
2020-04-22 18:42:32 +00:00
Michael Chang
a414b35cba Accepting request 794918 from home:michael-chang:branches:Base:System
- Fix executable stack in grub-probe and other grub utility (bsc#1169137)
  * grub2-btrfs-06-subvol-mount.patch

OBS-URL: https://build.opensuse.org/request/show/794918
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=354
2020-04-17 13:45:25 +00:00
Dominique Leuenberger
8b2ed61ed8 Accepting request 792409 from Base:System
OBS-URL: https://build.opensuse.org/request/show/792409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=218
2020-04-13 10:51:36 +00:00
Dominique Leuenberger
cdbbbae637 Accepting request 792409 from Base:System
OBS-URL: https://build.opensuse.org/request/show/792409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=218
2020-04-13 10:51:36 +00:00
Michael Chang
a531c295e8 Accepting request 792408 from home:michael-chang:gcc10
- Fix GCC 10 build fail (bsc#1158189)
  * 0001-mdraid1x_linux-Fix-gcc10-error-Werror-array-bounds.patch
  * 0002-zfs-Fix-gcc10-error-Werror-zero-length-bounds.patch

OBS-URL: https://build.opensuse.org/request/show/792408
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=353
2020-04-08 11:06:35 +00:00
Dominique Leuenberger
3b2896e721 Accepting request 788095 from Base:System
OBS-URL: https://build.opensuse.org/request/show/788095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=217
2020-03-25 22:43:37 +00:00
Dominique Leuenberger
a906f2c910 Accepting request 788095 from Base:System
OBS-URL: https://build.opensuse.org/request/show/788095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=217
2020-03-25 22:43:37 +00:00
Michael Chang
ddf5f70a27 Accepting request 788092 from home:michael-chang:branches:Base:System
- Backport to support searching for specific config files for netboot
  (bsc#1166409)
  * 0001-normal-Move-common-datetime-functions-out-of-the-nor.patch
  * 0002-kern-Add-X-option-to-printf-functions.patch
  * 0003-normal-main-Search-for-specific-config-files-for-net.patch
  * 0004-datetime-Enable-the-datetime-module-for-the-emu-plat.patch

OBS-URL: https://build.opensuse.org/request/show/788092
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=352
2020-03-25 09:07:52 +00:00
Michael Chang
f9380bffdc Accepting request 786172 from home:lnussel:branches:Base:System
- move *.module files to separate -debug subpackage (boo#1166578)
- Downgrade mtools to Suggests for consistency with xorriso (boo#1165839)
- remove info requirements, file triggers are used now (boo#1152105)

OBS-URL: https://build.opensuse.org/request/show/786172
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=351
2020-03-18 13:48:10 +00:00
Dominique Leuenberger
6a4f00429c Accepting request 784300 from Base:System
OBS-URL: https://build.opensuse.org/request/show/784300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=216
2020-03-12 21:58:59 +00:00
Dominique Leuenberger
06a9ec90f3 Accepting request 784300 from Base:System
OBS-URL: https://build.opensuse.org/request/show/784300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=216
2020-03-12 21:58:59 +00:00
Raymund Will
4199d06bb8 Fix changelog entry.
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=350
2020-03-12 13:46:17 +00:00
Raymund Will
9267616807 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=349 2020-03-12 13:43:33 +00:00
Michael Chang
a485ecba37 Accepting request 784214 from home:favogt:bsc1164385
- Adjust patch to make EFI detection a runtime decision (bsc#1164385):
  * grub2-SUSE-Add-the-t-hotkey.patch

OBS-URL: https://build.opensuse.org/request/show/784214
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=348
2020-03-12 11:58:43 +00:00
Michael Chang
e8d04bfdc9 Accepting request 783045 from home:rwill:branches:Base:System
Add secure boot support for s390x.  (jsc#SLE-9425)

OBS-URL: https://build.opensuse.org/request/show/783045
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=347
2020-03-10 06:21:18 +00:00
Dominique Leuenberger
2a5916e3e4 Accepting request 777573 from Base:System
OBS-URL: https://build.opensuse.org/request/show/777573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=215
2020-02-22 17:56:29 +00:00
Dominique Leuenberger
9d7ff3d52c Accepting request 777573 from Base:System
OBS-URL: https://build.opensuse.org/request/show/777573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=215
2020-02-22 17:56:29 +00:00
Michael Chang
6ebf4c4807 Accepting request 777567 from home:michael-chang:branches:Base:System
- Fix grub hangs after loading rogue image without valid signature for uefi
  secure boot (bsc#1159102)
  * grub2-verifiers-fix-system-freeze-if-verify-failed.patch

OBS-URL: https://build.opensuse.org/request/show/777567
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=346
2020-02-20 07:21:45 +00:00
Oliver Kurz
57fa16e7e9 Accepting request 770419 from Base:System
OBS-URL: https://build.opensuse.org/request/show/770419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=214
2020-02-14 15:26:49 +00:00
Oliver Kurz
98c97cbb12 Accepting request 770419 from Base:System
OBS-URL: https://build.opensuse.org/request/show/770419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=214
2020-02-14 15:26:49 +00:00
Michael Chang
5a5b74dea6 Accepting request 769926 from home:michael-chang:branches:Base:System
- From Stefan Seyfried <seife@novell.slipkontur.de> : Fix grub2-install fails
  with "not a directory" error (boo#1161641, bsc#1162403)
  * grub2-install-fix-not-a-directory-error.patch

OBS-URL: https://build.opensuse.org/request/show/769926
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=345
2020-02-06 04:53:11 +00:00
Dominique Leuenberger
4b9aa02192 Accepting request 755447 from Base:System
OBS-URL: https://build.opensuse.org/request/show/755447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=213
2019-12-23 21:34:50 +00:00
Dominique Leuenberger
b7f7ace168 Accepting request 755447 from Base:System
OBS-URL: https://build.opensuse.org/request/show/755447
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=213
2019-12-23 21:34:50 +00:00
Michael Chang
421a84e36c Accepting request 755261 from home:olh:ai
- Correct awk pattern in 20_linux_xen (bsc#900418, bsc#1157912)
- Correct linux and initrd handling in 20_linux_xen (bsc#1157912)
  M grub2-efi-xen-cfg-unquote.patch
  M grub2-efi-xen-chainload.patch
  M grub2-efi-xen-cmdline.patch
  M grub2-efi-xen-removable.patch

OBS-URL: https://build.opensuse.org/request/show/755261
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=344
2019-12-10 06:30:43 +00:00
Dominique Leuenberger
dfd22946d2 Accepting request 743954 from Base:System
OBS-URL: https://build.opensuse.org/request/show/743954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=212
2019-11-03 10:24:40 +00:00
Dominique Leuenberger
7922aff076 Accepting request 743954 from Base:System
OBS-URL: https://build.opensuse.org/request/show/743954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=212
2019-11-03 10:24:40 +00:00
Michael Chang
5d1d201c64 Accepting request 743951 from home:michael-chang:branches:Base:System
- Disable btrfs zstd support for i386-pc to workaround core.img too large to be
  embedded in btrfs bootloader area or MBR gap (boo#1154809)
  * 0001-btrfs-disable-zstd-support-for-i386-pc.patch

OBS-URL: https://build.opensuse.org/request/show/743951
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=343
2019-10-30 07:08:31 +00:00
Michael Chang
d4f499662c Accepting request 743474 from home:bmwiedemann:branches:Base:System
Fix grub2.sleep to load old kernel after hibernation (boo#1154783)

OBS-URL: https://build.opensuse.org/request/show/743474
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=342
2019-10-30 04:56:08 +00:00
Dominique Leuenberger
fce0c76073 Accepting request 741989 from openSUSE:Factory
Revert, https://bugzilla.opensuse.org/show_bug.cgi?id=1154809

OBS-URL: https://build.opensuse.org/request/show/741989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=211
2019-10-23 06:48:57 +00:00
Dominique Leuenberger
e774d7b0f3 Accepting request 741989 from openSUSE:Factory
Revert, https://bugzilla.opensuse.org/show_bug.cgi?id=1154809

OBS-URL: https://build.opensuse.org/request/show/741989
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=211
2019-10-23 06:48:57 +00:00
Michael Chang
5c5a86e543 Accepting request 741725 from home:Andreas_Schwab:Factory
- Enable support for riscv64
- Backports from upstream:
  * risc-v-fix-computation-of-pc-relative-relocation-offset.patch
  * risc-v-add-clzdi2-symbol.patch
  * grub-install-define-default-platform-for-risc-v.patch

OBS-URL: https://build.opensuse.org/request/show/741725
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=341
2019-10-23 06:00:37 +00:00
Dominique Leuenberger
f4c967fe78 Accepting request 741040 from Base:System
OBS-URL: https://build.opensuse.org/request/show/741040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=210
2019-10-21 10:26:22 +00:00
Dominique Leuenberger
e5c6623c14 Accepting request 741040 from Base:System
OBS-URL: https://build.opensuse.org/request/show/741040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=210
2019-10-21 10:26:22 +00:00
Michael Chang
62e3547e57 Accepting request 741033 from home:michael-chang:devel
- Version bump to 2.04
  * removed
    - translations-20170427.tar.xz
  * grub2.spec
    - Make signed grub-tpm.efi specific to x86_64-efi build, the platform
      currently shipped with tpm module from upstream codebase
    - Add shim_lock to signed grub.efi in x86_64-efi build
    - x86_64: linuxefi now depends on linux, both will verify kernel via
      shim_lock
    - Remove translation tarball and po file hacks as it's been included in
      upstream tarball
  * rediff
    - grub2-setup-try-fs-embed-if-mbr-gap-too-small.patch
    - grub2-commands-introduce-read_file-subcommand.patch
    - grub2-secureboot-add-linuxefi.patch
    - 0001-add-support-for-UEFI-network-protocols.patch
    - grub2-efi-HP-workaround.patch
    - grub2-secureboot-install-signed-grub.patch
    - grub2-linux.patch
    - use-grub2-as-a-package-name.patch
    - grub2-pass-corret-root-for-nfsroot.patch
    - grub2-secureboot-use-linuxefi-on-uefi.patch
    - grub2-secureboot-no-insmod-on-sb.patch
    - grub2-secureboot-provide-linuxefi-config.patch
    - grub2-secureboot-chainloader.patch
    - grub2-s390x-01-Changes-made-and-files-added-in-order-to-allow-s390x.patch
    - grub2-s390x-02-kexec-module-added-to-emu.patch
    - grub2-s390x-04-grub2-install.patch
    - grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
    - grub2-efi-chainloader-root.patch

OBS-URL: https://build.opensuse.org/request/show/741033
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=340
2019-10-18 10:18:53 +00:00
Michael Chang
db8dacab67 Accepting request 738627 from home:rwill:branches:Base:System
Consistently find btrfs snapshots on s390x.  (bsc#1136970)

OBS-URL: https://build.opensuse.org/request/show/738627
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=339
2019-10-16 04:02:48 +00:00
Dominique Leuenberger
b35afb7291 Accepting request 730301 from Base:System
OBS-URL: https://build.opensuse.org/request/show/730301
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grub2?expand=0&rev=209
2019-09-23 10:00:21 +00:00