[arch-commits] Commit in syslinux/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Apr 6 20:55:02 UTC 2018


    Date: Friday, April 6, 2018 @ 20:55:02
  Author: anatolik
Revision: 321273

upgpkg: syslinux 6.03-9

FS#58137: add support for 64-bit ext4 filesystems

Modified:
  syslinux/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-06 19:59:14 UTC (rev 321272)
+++ PKGBUILD	2018-04-06 20:55:02 UTC (rev 321273)
@@ -6,7 +6,7 @@
 pkgname=syslinux
 pkgver=6.03
 _tag=syslinux-$pkgver
-pkgrel=8
+pkgrel=9
 pkgdesc='Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE'
 url='http://www.syslinux.org/'
 arch=(x86_64)
@@ -38,6 +38,7 @@
         correct_base_type.patch::http://repo.or.cz/syslinux.git/patch/83aad4f
         set_mode_base.patch::http://repo.or.cz/syslinux.git/patch/0a2dbb3
         fix_return_pointer.patch::http://repo.or.cz/syslinux.git/patch/8dc6d758b564a1ccc44c3ae11f265d43628219ce
+        support-ext4-64bit.patch::http://repo.or.cz/syslinux.git/patch/af7e95c32cea40c1e443ae301e64b27f068b4915
         fix_infinite_loop_tests.patch
 )
 sha1sums=('SKIP'
@@ -50,6 +51,7 @@
           'e24bf5b1617bab4a3f46925c5a8ee6079f4686bf'
           '500c174fce91133d40024b28f6f5cedb144b84c2'
           'b3d2196aaec154749c5b796c6d9bfd605a918cf8'
+          'fe3ab41235aa57259bb6af8cc30c5877c1d8fb57'
           '7ecb02550666dfafeb0b22a67dcc34caa4b79767')
 
 _targets='bios efi32'
@@ -80,6 +82,9 @@
   # fix infinite loop in load_linux
   patch -p1 < ../fix_infinite_loop_tests.patch
 
+  # FS#58137
+  patch -p1 < ../support-ext4-64bit.patch
+
   # do not swallow efi compilation output to make debugging easier
   sed 's|> /dev/null 2>&1||' -i efi/check-gnu-efi.sh
 



More information about the arch-commits mailing list