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

Anatol Pomozov anatolik at archlinux.org
Mon Feb 27 17:44:37 UTC 2017


    Date: Monday, February 27, 2017 @ 17:44:36
  Author: anatolik
Revision: 289636

upgpkg: syslinux 6.03-7

FS#53083 pull upstream patches to make syslinux bootable with recent Linux kernel at Chromebooks

Modified:
  syslinux/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-27 17:39:17 UTC (rev 289635)
+++ PKGBUILD	2017-02-27 17:44:36 UTC (rev 289636)
@@ -6,7 +6,7 @@
 pkgname=syslinux
 pkgver=6.03
 _tag=syslinux-$pkgver
-pkgrel=6
+pkgrel=7
 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=(i686 x86_64)
@@ -38,14 +38,18 @@
         gcc-fix-alignment.patch::http://repo.or.cz/syslinux.git/patch/e5f2b577ded109291c9632dacb6eaa621d8a59fe?hp=8dc6d758b564a1ccc44c3ae11f265d43628219ce
         dont-guess-alignment.patch::http://repo.or.cz/syslinux.git/patch/0cc9a99e560a2f52bcf052fd85b1efae35ee812f?hp=e5f2b577ded109291c9632dacb6eaa621d8a59fe
         kdb-230.patch::http://repo.or.cz/syslinux.git/patch/138e850fab106b5235178848b3e0d33e25f4d3a2
+        correct_base_type.patch::http://repo.or.cz/syslinux.git/patch/83aad4f
+        set_mode_base.patch::http://repo.or.cz/syslinux.git/patch/0a2dbb3
 )
 sha1sums=('SKIP'
           '1145f454bd297d373ad123425f93620c3e92f585'
-          '29d7c28639e57cdaefc8ef2447e8412a7b59709d'
+          '2cf5a0eccfb0bf4196b8aea4add1002be948332d'
           '3e7d6e399c25fb7f5d31cc8e580d01163695e351'
           '74b976dd3ce28a619c2e9ef69a33fd455dc4bd4c'
           'b6ef5a7cdd4b7c714fd78c174e93ae6e854ae1ee'
-          '370b4bd392361d3fbc4a10f057d69c737acabd8a')
+          '370b4bd392361d3fbc4a10f057d69c737acabd8a'
+          '6fdd0ebd6c34e4a424982e29beacff0a16e50c02'
+          'd3551c17674ea51f3457a05ec1136604349fb89e')
 
 _targets='bios efi32'
 case "$CARCH" in
@@ -65,6 +69,10 @@
   # FS#49046
   patch -p1 < ../kdb-230.patch
 
+  # FS#53083
+  patch -p1 < ../correct_base_type.patch
+  patch -p1 < ../set_mode_base.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