CVS: moonbase/utils/syslinux BUILD,1.3,1.4 DETAILS,1.4,1.5
Terry Chan
tchan at lunar-linux.org
Sun Aug 31 03:26:55 GMT 2003
Update of /var/cvs/lunar/moonbase/utils/syslinux
In directory dbguin.lunar-linux.org:/tmp/cvs-serv1787
Modified Files:
BUILD DETAILS
Log Message:
Version bump to 2.06. Compiled and tested with gcc-3.2.3, glibc-2.3.2,
nasm-0.98.36. Build process is now slightly modified. Also added the
newer md5sum code check from lunar coretools.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/syslinux/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD 19 Feb 2003 06:11:18 -0000 1.3
+++ BUILD 31 Aug 2003 03:26:53 -0000 1.4
@@ -1,6 +1,8 @@
(
sedit "s/-malign/-falign/g" memdisk/Makefile &&
- default_make
+ make installer &&
+ prepare_install &&
+ make install
) > $C_FIFO 2>&1 && (
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/utils/syslinux/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 17 Apr 2003 04:00:49 -0000 1.4
+++ DETAILS 31 Aug 2003 03:26:53 -0000 1.5
@@ -1,13 +1,15 @@
MODULE=syslinux
- VERSION=2.04
- #VERSION=2.02
+ VERSION=2.06
+ #VERSION=2.04
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=$KERNEL_URL/pub/linux/utils/boot/$MODULE/$SOURCE
SOURCE_URL[1]=ftp://ftp.kernel.org/pub/linux/utils/boot/$MODULE/$SOURCE
+ SOURCE_VFY=md5:c3be5acc14742ad7b23cb6cdf63725c6
WEB_SITE=http://syslinux.zytor.com
ENTERED=20010922
- UPDATED=20030416
+ UPDATED=20030830
+ MAINTAINER="tchan at lunar-linux.org"
SHORT="syslinux is a bootloader for Linux that works on FAT and ISO9660 filesystems."
cat << EOF
SYSLINUX is a boot loader for the Linux operating system which operates
More information about the Lunar-commits
mailing list