diff options
author | Tomasz Maciej Nowak <tomek_n@o2.pl> | 2019-07-18 15:32:39 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-09-01 18:38:05 +0200 |
commit | 3fa0f32a68c88e67e87b6dbc88dce3c5bab5197f (patch) | |
tree | 88a6a3d11dc8f6134a74397b4f72252f8ab07f1e /package/boot/grub2/patches/200-fix-gets-removal.patch | |
parent | 5ca243153b110ceddffecb70ba8a8cd0e33c8f0b (diff) | |
download | upstream-3fa0f32a68c88e67e87b6dbc88dce3c5bab5197f.tar.gz upstream-3fa0f32a68c88e67e87b6dbc88dce3c5bab5197f.tar.bz2 upstream-3fa0f32a68c88e67e87b6dbc88dce3c5bab5197f.zip |
grub2: bump to 2.04
* GCC 8 and 9 support.
* Gnulib integration overhaul.
* RISC-V support.
* Xen PVH support.
* Native UEFI secure boot support.
* UEFI TPM driver.
* New IEEE 1275 obdisk driver.
* Btrfs RAID 5 and RIAD 6 support.
* bootin from F2FS support.
* PARTUUID support.
* VLAN support.
* Native DHCP support.
* Many ARM and ARM64 fixes.
* Many SPARC fixes.
* Many IEEE 1275 fixes.
* ...and tons of other fixes and cleanups...
Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
Diffstat (limited to 'package/boot/grub2/patches/200-fix-gets-removal.patch')
-rw-r--r-- | package/boot/grub2/patches/200-fix-gets-removal.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/boot/grub2/patches/200-fix-gets-removal.patch b/package/boot/grub2/patches/200-fix-gets-removal.patch deleted file mode 100644 index 737fb975bf..0000000000 --- a/package/boot/grub2/patches/200-fix-gets-removal.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/grub-core/gnulib/stdio.in.h -+++ b/grub-core/gnulib/stdio.in.h -@@ -695,13 +695,6 @@ _GL_WARN_ON_USE (getline, "getline is un - # endif - #endif - --/* It is very rare that the developer ever has full control of stdin, -- so any use of gets warrants an unconditional warning; besides, C11 -- removed it. */ --#undef gets --#if HAVE_RAW_DECL_GETS --#endif -- - - #if @GNULIB_OBSTACK_PRINTF@ || @GNULIB_OBSTACK_PRINTF_POSIX@ - struct obstack; |