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

Anatol Pomozov anatolik at archlinux.org
Fri Apr 22 20:07:06 UTC 2016


    Date: Friday, April 22, 2016 @ 22:07:05
  Author: anatolik
Revision: 265845

upgpkg: syslinux 6.03-6

FS#49046: add compatibility patch for kbd 2.0.3

Modified:
  syslinux/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-22 20:06:00 UTC (rev 265844)
+++ PKGBUILD	2016-04-22 20:07:05 UTC (rev 265845)
@@ -6,7 +6,7 @@
 pkgname=syslinux
 pkgver=6.03
 _tag=syslinux-$pkgver
-pkgrel=5
+pkgrel=6
 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)
@@ -37,13 +37,15 @@
         btrfs-fix.patch::http://repo.or.cz/syslinux.git/patch/548386049cd41e887079cdb904d3954365eb28f3?hp=721a0af2f0ba111c31685c5f6c5481eb25346971
         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
 )
 sha1sums=('SKIP'
           '1145f454bd297d373ad123425f93620c3e92f585'
           '29d7c28639e57cdaefc8ef2447e8412a7b59709d'
-          'e1b6768e64f1f9448131b30f2b1f3389f36253f1'
-          '08fe2ee244b33d0dc89c46048b7d04b99d13e071'
-          '6a07327fd511796740fe75e59ff12e3aedf947d0')
+          '3e7d6e399c25fb7f5d31cc8e580d01163695e351'
+          '74b976dd3ce28a619c2e9ef69a33fd455dc4bd4c'
+          'b6ef5a7cdd4b7c714fd78c174e93ae6e854ae1ee'
+          '370b4bd392361d3fbc4a10f057d69c737acabd8a')
 
 _targets='bios efi32'
 case "$CARCH" in
@@ -60,6 +62,9 @@
   # FS#48214
   patch -p1 < ../btrfs-fix.patch
 
+  # FS#49046
+  patch -p1 < ../kdb-230.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