Browse Source

syslinux: Updated (3.70 -> 3.72)

cross
Alejandro Mery 16 years ago
parent
commit
5fbda35ce8
  1. 6
      x86/syslinux/syslinux.desc
  2. 18
      x86/syslinux/win32.patch

6
x86/syslinux/syslinux.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../syslinux/syslinux.desc
[COPY] Copyright (C) 2006 - 2008 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -34,8 +34,8 @@
[L] GPL
[S] Stable
[V] 3.70
[V] 3.72
[P] X -?---5---9 110.300
[D] 1712575567 syslinux-3.70.tar.bz2 http://www.kernel.org/pub/linux/utils/boot/syslinux/
[D] 1667553364 syslinux-3.72.tar.bz2 http://www.kernel.org/pub/linux/utils/boot/syslinux/

18
x86/syslinux/win32.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../syslinux/win32.patch
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,14 +14,14 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2008-07-02 09:41:07.000000000 +0000
+++ ./Makefile 2008-07-02 09:42:39.000000000 +0000
@@ -45,7 +45,7 @@
--- ./Makefile.orig 2008-09-25 19:46:02.000000000 -0400
+++ ./Makefile 2009-01-07 12:27:32.000000000 -0300
@@ -49,7 +49,7 @@
# files that depend only on the B phase, but may have to be regenerated
# for "make installer".
BSUBDIRS = codepage core memdisk com32 mbr memdump gpxe sample \
BSUBDIRS = codepage core memdisk modules com32 mbr memdump gpxe sample \
- libinstaller dos win32
+ libinstaller dos
ITARGET =
IOBJECTS = $(ITARGET) dos/copybs.com utils/gethostip utils/mkdiskimage \
mtools/syslinux linux/syslinux extlinux/extlinux
+ libinstaller
ITARGET =
IOBJECTS = $(ITARGET) dos/copybs.com \
utils/gethostip utils/isohybrid utils/mkdiskimage \

Loading…
Cancel
Save