You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(202) |
Nov
(201) |
Dec
(280) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(493) |
Feb
(106) |
Mar
(215) |
Apr
(163) |
May
(79) |
Jun
(193) |
Jul
(47) |
Aug
(71) |
Sep
(127) |
Oct
(41) |
Nov
(49) |
Dec
(120) |
2005 |
Jan
(147) |
Feb
(45) |
Mar
(26) |
Apr
(71) |
May
(52) |
Jun
(28) |
Jul
(92) |
Aug
(50) |
Sep
(35) |
Oct
(193) |
Nov
(106) |
Dec
(52) |
2006 |
Jan
(51) |
Feb
(38) |
Mar
(33) |
Apr
(79) |
May
(107) |
Jun
(67) |
Jul
(21) |
Aug
(65) |
Sep
(44) |
Oct
(87) |
Nov
(12) |
Dec
(56) |
2007 |
Jan
(48) |
Feb
(58) |
Mar
(63) |
Apr
(31) |
May
(25) |
Jun
(20) |
Jul
(72) |
Aug
(54) |
Sep
(30) |
Oct
(76) |
Nov
(74) |
Dec
(25) |
2008 |
Jan
(39) |
Feb
(39) |
Mar
(62) |
Apr
(64) |
May
(59) |
Jun
(31) |
Jul
(25) |
Aug
(25) |
Sep
(17) |
Oct
(24) |
Nov
|
Dec
(1) |
2009 |
Jan
(60) |
Feb
(39) |
Mar
(16) |
Apr
(30) |
May
(52) |
Jun
(35) |
Jul
(15) |
Aug
(15) |
Sep
(21) |
Oct
(32) |
Nov
(39) |
Dec
(52) |
2010 |
Jan
(42) |
Feb
(40) |
Mar
(23) |
Apr
(20) |
May
(27) |
Jun
(10) |
Jul
(30) |
Aug
(30) |
Sep
(66) |
Oct
(12) |
Nov
(35) |
Dec
(60) |
2011 |
Jan
(16) |
Feb
(1) |
Mar
(3) |
Apr
(28) |
May
(21) |
Jun
|
Jul
(12) |
Aug
(6) |
Sep
(10) |
Oct
(14) |
Nov
(40) |
Dec
(60) |
2012 |
Jan
(23) |
Feb
(17) |
Mar
(24) |
Apr
(18) |
May
(13) |
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(15) |
2013 |
Jan
(2) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(10) |
Nov
|
Dec
(9) |
2015 |
Jan
(18) |
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(24) |
Nov
(20) |
Dec
(41) |
2016 |
Jan
(9) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(8) |
Jun
(1) |
Jul
(6) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
(6) |
2017 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Heiko Z. <smi...@us...> - 2004-09-10 23:16:10
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32027/etc/init.d Modified Files: boot Log Message: many program updates and fixes to get kernel 2.6.x and new build system with gcc 3.4.x and glibc 2.3.4 working Index: boot =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/boot,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- boot 2 Aug 2004 13:38:59 -0000 1.24 +++ boot 10 Sep 2004 23:16:01 -0000 1.25 @@ -31,7 +31,7 @@ echo -n "Mounting base Filesystems : " $GREEN mount -n -t proc proc /proc && echo -e -n " proc " -#mount -t devpts devpts /dev/pts && echo -e -n " devpts " +mount -t devpts devpts /dev/pts && echo -e -n " devpts " # Kernel dependent mounts case `uname -r` in 2.4.*) # Kernel 2.4.* |
From: Heiko Z. <smi...@us...> - 2004-09-09 21:57:51
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19898/scripts Modified Files: Tag: rel-1-2-patches net-snmp Log Message: smux mib is needed for quagga Index: net-snmp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/net-snmp,v retrieving revision 1.4 retrieving revision 1.4.2.1 diff -u -d -r1.4 -r1.4.2.1 --- net-snmp 11 Jan 2004 14:43:04 -0000 1.4 +++ net-snmp 9 Sep 2004 21:57:38 -0000 1.4.2.1 @@ -28,7 +28,7 @@ case $1 in build ) if [ "$CONFIG_NET_SNMP" = "y" ]; then - ./configure --prefix=/usr --disable-debugging --sysconfdir=/etc --localstatedir=/var --with-defaults --enable-shared --enable-ipv6 --enable-ucd-compatibility --with-zlib || exit 1 + ./configure --prefix=/usr --disable-debugging --sysconfdir=/etc --localstatedir=/var --with-defaults --enable-shared --enable-ipv6 --enable-ucd-compatibility --with-zlib --with-mib-modules="smux" || exit 1 # disable parallel builds make all || exit 1 strip_debug |
From: Heiko Z. <smi...@us...> - 2004-09-08 19:40:48
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1114 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: updated loop-AES to v2.2a Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.32 retrieving revision 1.807.2.33 diff -u -d -r1.807.2.32 -r1.807.2.33 --- CHANGES 6 Sep 2004 20:52:47 -0000 1.807.2.32 +++ CHANGES 8 Sep 2004 19:40:39 -0000 1.807.2.33 @@ -22,6 +22,7 @@ # 1.2b3 +- updated loop-AES to v2.2a - added perl GD library v2.16 - DL now works fine again on 32 MB systems - unpacking of /var now uses less memory during uncompression Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.25 retrieving revision 1.102.2.26 diff -u -d -r1.102.2.25 -r1.102.2.26 --- md5sum.lst 6 Sep 2004 20:52:48 -0000 1.102.2.25 +++ md5sum.lst 8 Sep 2004 19:40:39 -0000 1.102.2.26 @@ -210,7 +210,7 @@ b57ab463a89c0ce9fee3140d036795ef src/logrotate-3.6.6-moveout.dif.bz2 fc5caa5f96f9b291f5cb7230e433f6c9 src/logrotate-3.6.6.tar.bz2 f90188b0fede61fab371093e32382ab9 src/longhaul-1.2.tar.gz -456652609ed0af2e85a8c186572a04f6 src/loop-AES-v2.1b.tar.bz2 +ab10564704317b38b5c7f24e382acae3 src/loop-AES-v2.2a.tar.bz2 094805059be9f363c258c8c808330e08 src/lsof_4.66_src.tar.bz2 f8520b9e100970ff13328fd08eb64dcd src/lvm_1.0.8.tar.gz 6916c0127839f1e454052b683e4691c4 src/lynx2.8.4rel.1.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2004-09-08 18:29:55
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20053/docs/documentation Modified Files: Tag: rel-1-2-patches documentation.xml Log Message: make prepare comes before build Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.59.2.4 retrieving revision 1.59.2.5 diff -u -d -r1.59.2.4 -r1.59.2.5 --- documentation.xml 4 Sep 2004 13:57:18 -0000 1.59.2.4 +++ documentation.xml 8 Sep 2004 18:29:46 -0000 1.59.2.5 @@ -1035,7 +1035,7 @@ <para>Everything, except of modififying files as to be done within a chroot environment. Execute the newly created alias <command>cr</command> to change into the build system.</para> <para>Now you can go into the folder <filename>build/</filename> and just execute the command <command>make</command> to get an overview which parameters are available. A more detailed explanation will follow later.</para> <para>The first command you should execute is <command>make unpack</command>, after that you configure the build system via the command <command>make menuconfig</command>.</para> - <para>Now you can start the build process: <command>make build install prepare iso dist</command></para> + <para>Now you can start the build process: <command>make prepare build install iso dist</command></para> <para>Once this is done, you find in the directory <command>build/dist</command> a ready to use DL version. ;-)</para> <para>When you're working on DL and want to test the ISO with e.g. VMWare, then you can skip the <command>make dist</command> part and you find a useable ISO image here: <filename>build/tmp/bootcd.iso</filename></para> <para>You can create a configuration floppy disc by invocing the command <filename>build/scripts/build-etc</filename><caution> |
From: Heiko Z. <smi...@us...> - 2004-09-08 18:29:39
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19932/docs/documentation Modified Files: documentation.xml Log Message: make prepare comes before build Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- documentation.xml 4 Sep 2004 13:58:32 -0000 1.63 +++ documentation.xml 8 Sep 2004 18:29:30 -0000 1.64 @@ -1035,7 +1035,7 @@ <para>Everything, except of modififying files as to be done within a chroot environment. Execute the newly created alias <command>cr</command> to change into the build system.</para> <para>Now you can go into the folder <filename>build/</filename> and just execute the command <command>make</command> to get an overview which parameters are available. A more detailed explanation will follow later.</para> <para>The first command you should execute is <command>make unpack</command>, after that you configure the build system via the command <command>make menuconfig</command>.</para> - <para>Now you can start the build process: <command>make build install prepare iso dist</command></para> + <para>Now you can start the build process: <command>make prepare build install iso dist</command></para> <para>Once this is done, you find in the directory <command>build/dist</command> a ready to use DL version. ;-)</para> <para>When you're working on DL and want to test the ISO with e.g. VMWare, then you can skip the <command>make dist</command> part and you find a useable ISO image here: <filename>build/tmp/bootcd.iso</filename></para> <para>You can create a configuration floppy disc by invocing the command <filename>build/scripts/build-etc</filename><caution> |
From: Diego T. <rap...@us...> - 2004-09-08 01:31:34
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv665 Modified Files: md5sum.lst Log Message: md5 hash update Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.144 retrieving revision 1.145 diff -u -d -r1.144 -r1.145 --- md5sum.lst 8 Sep 2004 00:51:12 -0000 1.144 +++ md5sum.lst 8 Sep 2004 01:31:17 -0000 1.145 @@ -222,7 +222,7 @@ b57ab463a89c0ce9fee3140d036795ef src/logrotate-3.6.6-moveout.dif.bz2 fc5caa5f96f9b291f5cb7230e433f6c9 src/logrotate-3.6.6.tar.bz2 f90188b0fede61fab371093e32382ab9 src/longhaul-1.2.tar.gz -456652609ed0af2e85a8c186572a04f6 src/loop-AES-v2.1b.tar.bz2 +b404d9d679b7096dd3fb089345c52320 src/loop-AES-v2.1c.tar.bz2 094805059be9f363c258c8c808330e08 src/lsof_4.66_src.tar.bz2 f8520b9e100970ff13328fd08eb64dcd src/lvm_1.0.8.tar.gz 6916c0127839f1e454052b683e4691c4 src/lynx2.8.4rel.1.tar.bz2 @@ -373,6 +373,7 @@ d4b0f3015d69bbba493f8faadb7b9bf6 src/usbat02-kernel-config.diff.bz2 05157bed61af65749f02713c10b8ef26 src/usbutils-0.11.tar.gz 2e96fd7efa1ff477502e91c31572d51b src/util-linux-2.12b.tar.gz +e742bb1ea3a17662ece2ff8cf99a69f6 src/util-linux-2.12b.diff.bz2 a6e98f81c3fc129b8343f4d90ee0e8af src/vhz-j64-2.4.23.patch.bz2 b4ca2f8b2f3bc1f0edfe7499ef4cd042 src/vhz-param.patch.bz2 821fda8f14d674346b87e3ef9cb96389 src/vim-6.3.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2004-09-08 01:02:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28114/scripts Modified Files: util-linux Log Message: we need the patch for loop-aes, so let's put it back in Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- util-linux 6 Sep 2004 20:31:33 -0000 1.25 +++ util-linux 8 Sep 2004 01:02:36 -0000 1.26 @@ -27,15 +27,15 @@ build ) disable_et_dyn #test "$CONFIG_LINUX_VERSION" = "2.6" && old_kernel_includes - #if [ ! -f util-linux-patch.done ]; then - # if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then - # echo "patch 2.4 " - # bzcat $SRCDIR/util-linux-2.12.diff.bz2 | patch -p1 || exit 1 - # fi + if [ ! -f util-linux-patch.done ]; then + #if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then + echo "patch 2.4 " + bzcat $SRCDIR/util-linux-2.12b.diff.bz2 | patch -p1 || exit 1 + #fi # echo "patch for adding kernel 2.6 support" # bzcat $SRCDIR/util-linux-2.12-kernel-2.6.patch.bz2 | patch -p1 || exit 1 - # touch util-linux-patch.done - #fi + touch util-linux-patch.done + fi # (from LFS) GCC-3.4.1 miscompiles sfdisk if the default optimisation level is used. The following command prevents the problematic optimisation pass from being used. #sed -i -e 's%^include ../MCONFIG%&\n\nCFLAGS:=$(CFLAGS) -fno-unit-at-a-time%' fdisk/Makefile |
From: Diego T. <rap...@us...> - 2004-09-08 00:51:24
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25818 Modified Files: md5sum.lst Log Message: md5 hash update Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.143 retrieving revision 1.144 diff -u -d -r1.143 -r1.144 --- md5sum.lst 6 Sep 2004 20:48:48 -0000 1.143 +++ md5sum.lst 8 Sep 2004 00:51:12 -0000 1.144 @@ -273,7 +273,7 @@ 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz 2ad89f842d1560b55c35b8290724b82d src/patch-o-matic-ng-20040823.tar.bz2 -6835bd69d13f4651841ede4709ae541a src/pax-linux-2.4.26-200404151725.patch.bz2 +38a43b5a59d06f39f014262b69583ad8 src/pax-linux-2.4.26-200406252135.patch.bz2 d85064bb89183288e56ede3d2c311e56 src/pax-linux-2.6.6-200405182000.patch.bz2 8df9924da7a90fc89ca9efd1df14a8c8 src/pci.ids.bz2 1d40f90aaae69594790bdb8ff90b4a41 src/pciutils-2.1.11.tar.gz |
From: Diego T. <rap...@us...> - 2004-09-08 00:29:47
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22269/scripts Modified Files: longhaul Log Message: disable -p temporarely so at least we could make an iso... Index: longhaul =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/longhaul,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- longhaul 21 Mar 2004 17:20:30 -0000 1.1 +++ longhaul 8 Sep 2004 00:29:36 -0000 1.2 @@ -38,6 +38,7 @@ install ) if [ "$CONFIG_LONGHAUL" = "y" ]; then + mkdir -p ${CDDIR}/lib/modules/${KERNELVERSION}/kernel/arch/i386/kernel cp -f longhaul.o ${CDDIR}/lib/modules/${KERNELVERSION}/kernel/arch/i386/kernel || exit 1 cp -f governor.o ${CDDIR}/lib/modules/${KERNELVERSION}/kernel/arch/i386/kernel || exit 1 cp $MYDIR/scripts/longhaul $ETCDIR/etc/init.d || exit 1 |
From: Diego T. <rap...@us...> - 2004-09-08 00:29:47
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22269/scripts/scripts Modified Files: install-on-usb Log Message: disable -p temporarely so at least we could make an iso... Index: install-on-usb =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/install-on-usb,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- install-on-usb 31 May 2004 14:23:21 -0000 1.15 +++ install-on-usb 8 Sep 2004 00:29:37 -0000 1.16 @@ -325,9 +325,10 @@ mount -t vfat $PARTITION $TMPDIR/disk-mnt || return 1 echo "copying files" - # Warnings about not copying subdirs cause spurious eixt here so ignore status... - cp -p $TMPDIR/iso-mnt/boot/* $TMPDIR/disk-mnt/ &> /dev/null # || return 1 - cp -p $TMPDIR/iso-mnt/{DEVIL-LINUX,LICENSE} $TMPDIR/disk-mnt/ &> /dev/null || return 1 + # Warnings about not copying subdirs cause spurious eixt here so ignore status... + # also until a better solution is found, disable -p on cp to enable iso generation... + cp $TMPDIR/iso-mnt/boot/* $TMPDIR/disk-mnt/ &> /dev/null # || return 1 + cp $TMPDIR/iso-mnt/{DEVIL-LINUX,LICENSE} $TMPDIR/disk-mnt/ &> /dev/null || return 1 cat $TMPDIR/iso-mnt/isolinux.cfg | sed -e s%"/boot/"%""% > $TMPDIR/disk-mnt/syslinux.cfg || return 1 cat $TMPDIR/iso-mnt/boot/message | sed -e s%"/boot/"%""% > $TMPDIR/disk-mnt/message || return 1 copy_iso_file $DLISO $TMPDIR/disk-mnt/bootcd.iso || return 1 |
From: Heiko Z. <smi...@us...> - 2004-09-06 20:53:13
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17171 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: added perl GD library v2.16 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.31 retrieving revision 1.807.2.32 diff -u -d -r1.807.2.31 -r1.807.2.32 --- CHANGES 6 Sep 2004 14:40:31 -0000 1.807.2.31 +++ CHANGES 6 Sep 2004 20:52:47 -0000 1.807.2.32 @@ -22,6 +22,7 @@ # 1.2b3 +- added perl GD library v2.16 - DL now works fine again on 32 MB systems - unpacking of /var now uses less memory during uncompression - save-config now uses less memory during compression Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.24 retrieving revision 1.102.2.25 diff -u -d -r1.102.2.24 -r1.102.2.25 --- md5sum.lst 6 Sep 2004 03:00:56 -0000 1.102.2.24 +++ md5sum.lst 6 Sep 2004 20:52:48 -0000 1.102.2.25 @@ -2,6 +2,7 @@ 08e940bd7f5d1167ef3fd1aa7ce234d7 src/perl-ext/Digest-Nilsimsa-0.06.tar.gz dc6f30d34f9c972dcc0a767386e4b6fe src/perl-ext/Digest-SHA1-2.07.tar.gz 551c73ed52a36a93af8c305c71a554e5 src/perl-ext/ExtUtils-MakeMaker-6.21.tar.gz +690083b29d354759394eaa477b60e6f7 src/perl-ext/GD-2.16.tar.gz c43a46856accb00842c02e20c061733a src/perl-ext/Getopt-Long-2.34.tar.gz 4add51f7d2244cc0f8a3bfe69ca158cc src/perl-ext/HTML-Parser-3.35.diff.bz2 674da96a8f291ae47432a363e3099d3b src/perl-ext/HTML-Parser-3.35.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-09-06 20:49:10
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16480/scripts Modified Files: vsftpd Log Message: updated vsftpd to v2.0.1 and enabled SSL support Index: vsftpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/vsftpd,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- vsftpd 11 Jan 2004 14:43:05 -0000 1.11 +++ vsftpd 6 Sep 2004 20:48:48 -0000 1.12 @@ -29,6 +29,7 @@ build ) if [ "$CONFIG_VSFTPD" = "y" ]; then disable_et_dyn + replace_str builddefs.h "#undef VSF_BUILD_SSL" "#define VSF_BUILD_SSL" if [ "$CONFIG_GCC_ET_DYN" = "y" ]; then make $PMAKE LINK="-Wl,-s,-pie" || exit 1 else |
From: Heiko Z. <smi...@us...> - 2004-09-06 20:49:10
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16480 Modified Files: CHANGES md5sum.lst Log Message: updated vsftpd to v2.0.1 and enabled SSL support Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.854 retrieving revision 1.855 diff -u -d -r1.854 -r1.855 --- CHANGES 6 Sep 2004 20:31:32 -0000 1.854 +++ CHANGES 6 Sep 2004 20:48:48 -0000 1.855 @@ -22,6 +22,7 @@ # 1.3.1 +- updated vsftpd to v2.0.1 and enabled SSL support - DL now works fine again on 32 MB systems - unpacking of /var now uses less memory during uncompression - save-config now uses less memory during compression Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.142 retrieving revision 1.143 diff -u -d -r1.142 -r1.143 --- md5sum.lst 6 Sep 2004 20:31:32 -0000 1.142 +++ md5sum.lst 6 Sep 2004 20:48:48 -0000 1.143 @@ -378,7 +378,7 @@ 821fda8f14d674346b87e3ef9cb96389 src/vim-6.3.tar.bz2 1edd81324b4ffc0702c9ff289a342d91 src/vlan.1.8.tar.gz dec2837d33fbc1f96f77014d01739126 src/vobcopy-0.5.13.tar.bz2 -5a38e1c69062e7688fbbdae6d1196de2 src/vsftpd-1.2.2.tar.gz +63838791ec8b1375ed154fb2603e52e9 src/vsftpd-2.0.1.tar.gz 6e676438028e80cd435ba581a7d41a17 src/vtun-2.5.tar.gz 21de2017847ec52d0e511d3f20e38dd8 src/watchdog-errno.patch.bz2 99c5692b628956134ef63a0443b2f8e2 src/watchdog_5.2.3.orig.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-09-06 20:48:04
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16278 Modified Files: shadow Log Message: copy latest config files, so we won't get any error messages Index: shadow =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shadow,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- shadow 6 Sep 2004 20:31:33 -0000 1.17 +++ shadow 6 Sep 2004 20:47:48 -0000 1.18 @@ -31,6 +31,7 @@ # we need this stuff later make install || exit 1 + cp -dpR etc/{limits,login.access,login.def*,useradd} /etc/ || exit 1 ;; install ) |
From: Heiko Z. <smi...@us...> - 2004-09-06 20:31:44
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13206/scripts Modified Files: clamav perl shadow squidguard util-linux Log Message: - DL now works fine again on 32 MB systems - unpacking of /var now uses less memory during uncompression - save-config now uses less memory during compression - removed squidguard blacklist (has to be freshly downloaded anyway) - removed clamav virus signatures (has to be freshly downloaded anyway) - added perl GD library v2.16 - updated gcc to v3.3.4 - updated util-linux to v2.12b - updated tar to v1.14 - updated shadow to v4.0.4.1 - updated readline to v5.0 - updated perl to v5.8.5 - updated patch-o-matic-ng to v20040823 - updated openldap to v2.2.15 - updated ncurses to v5.4 - updated linux to v2.6.8.1 - updated iproute2 to v2.6.9-ss040831 - updated binutils to v2.15.91.0.2 - updated bash to v3.0 - updated Python to v2.3.4 Index: squidguard =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/squidguard,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- squidguard 30 Mar 2004 00:31:57 -0000 1.2 +++ squidguard 6 Sep 2004 20:31:33 -0000 1.3 @@ -45,7 +45,6 @@ mkdir -p $WORKDIR/tmp/usr/share/doc/squidguard || exit 1 # Create the db directory mkdir -p $WORKDIR/tmp/var/lib/squidguard/demo || exit 1 - cp -r ../squidguard-blacklist/* $WORKDIR/tmp/var/lib/squidguard/demo cp src/squidGuard $WORKDIR/tmp/usr/bin/ cp doc/* $WORKDIR/tmp/usr/share/doc/squidguard cp -r samples $WORKDIR/tmp/usr/share/doc/squidguard Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- util-linux 11 Jul 2004 14:35:25 -0000 1.24 +++ util-linux 6 Sep 2004 20:31:33 -0000 1.25 @@ -26,16 +26,20 @@ case $1 in build ) disable_et_dyn - test "$CONFIG_LINUX_VERSION" = "2.6" && old_kernel_includes - if [ ! -f util-linux-patch.done ]; then - if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then - echo "patch 2.4 " - bzcat $SRCDIR/util-linux-2.12.diff.bz2 | patch -p1 || exit 1 - fi - echo "patch for adding kernel 2.6 support" - bzcat $SRCDIR/util-linux-2.12-kernel-2.6.patch.bz2 | patch -p1 || exit 1 - touch util-linux-patch.done - fi + #test "$CONFIG_LINUX_VERSION" = "2.6" && old_kernel_includes + #if [ ! -f util-linux-patch.done ]; then + # if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then + # echo "patch 2.4 " + # bzcat $SRCDIR/util-linux-2.12.diff.bz2 | patch -p1 || exit 1 + # fi + # echo "patch for adding kernel 2.6 support" + # bzcat $SRCDIR/util-linux-2.12-kernel-2.6.patch.bz2 | patch -p1 || exit 1 + # touch util-linux-patch.done + #fi + + # (from LFS) GCC-3.4.1 miscompiles sfdisk if the default optimisation level is used. The following command prevents the problematic optimisation pass from being used. + #sed -i -e 's%^include ../MCONFIG%&\n\nCFLAGS:=$(CFLAGS) -fno-unit-at-a-time%' fdisk/Makefile + ./configure || exit 1 replace_str defines.h "#define ENABLE_NLS" "" if [ "$CONFIG_GCC_ET_DYN" = "y" ]; then Index: clamav =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/clamav,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- clamav 25 Jul 2004 22:52:39 -0000 1.10 +++ clamav 6 Sep 2004 20:31:33 -0000 1.11 @@ -52,9 +52,9 @@ rm -rf $WORKDIR/tmp/usr/include || exit 1 rm -rf $WORKDIR/tmp/usr/lib/*a || exit 1 copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 - chmod -R 700 $WORKDIR/tmp/var/lib/clamav || exit 1 - chown -R clamav $WORKDIR/tmp/var/lib/clamav || exit 1 - copy_files $WORKDIR/tmp/var $CDDIR/ || exit 1 + mkdir -p $CDDIR/var/lib/clamav || exit 1 + chmod -R 700 $CDDIR/var/lib/clamav || exit 1 + chown -R clamav $CDDIR/var/lib/clamav || exit 1 rm -rf $WORKDIR/tmp || exit 1 cp -dp $MYDIR/scripts/clamav $ETCDIR/etc/init.d/ || exit 1 Index: shadow =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shadow,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- shadow 14 Jan 2004 21:31:36 -0000 1.16 +++ shadow 6 Sep 2004 20:31:33 -0000 1.17 @@ -45,10 +45,8 @@ chmod 700 $WORKDIR/tmp/bin/login || exit 1 chmod 4550 $WORKDIR/tmp/bin/su || exit 1 chgrp wheel $WORKDIR/tmp/bin/su || exit 1 - chmod -c go-rx $WORKDIR/tmp/usr/sbin/{chpasswd,dpasswd,group*,grp[cu]*,logoutd,mkpasswd,newusers,pw[cu]*,user*,vipw} || exit 1 - rm $WORKDIR/tmp/bin/vipw || exit 1 + chmod -c go-rx $WORKDIR/tmp/usr/sbin/{chpasswd,group*,grp[cu]*,logoutd,mkpasswd,newusers,pw[cu]*,user*} || exit 1 mv $WORKDIR/tmp/bin/sg $WORKDIR/tmp/usr/bin || exit 1 - ln -sf vipw $WORKDIR/tmp/usr/sbin/vigr || exit 1 copy_man ./man rm -rf $WORKDIR/tmp/usr/share rm -rf $WORKDIR/tmp/lib/*.a Index: perl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/perl,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- perl 25 Jun 2004 22:32:44 -0000 1.32 +++ perl 6 Sep 2004 20:31:33 -0000 1.33 @@ -91,7 +91,7 @@ rm $WORKDIR/tmp/bin/perl || exit 1 # check here if install fails, you probably upgraded to a new perl release - PERLBIN=perl5.8.4 + PERLBIN=perl5.8.5 if [ ! -e $WORKDIR/tmp/bin/$PERLBIN ]; then echo "You need to edit the perl install script" echo "every time you update to a new release" |
From: Heiko Z. <smi...@us...> - 2004-09-06 20:31:44
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13206 Modified Files: CHANGES md5sum.lst Log Message: - DL now works fine again on 32 MB systems - unpacking of /var now uses less memory during uncompression - save-config now uses less memory during compression - removed squidguard blacklist (has to be freshly downloaded anyway) - removed clamav virus signatures (has to be freshly downloaded anyway) - added perl GD library v2.16 - updated gcc to v3.3.4 - updated util-linux to v2.12b - updated tar to v1.14 - updated shadow to v4.0.4.1 - updated readline to v5.0 - updated perl to v5.8.5 - updated patch-o-matic-ng to v20040823 - updated openldap to v2.2.15 - updated ncurses to v5.4 - updated linux to v2.6.8.1 - updated iproute2 to v2.6.9-ss040831 - updated binutils to v2.15.91.0.2 - updated bash to v3.0 - updated Python to v2.3.4 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.853 retrieving revision 1.854 diff -u -d -r1.853 -r1.854 --- CHANGES 6 Sep 2004 02:44:47 -0000 1.853 +++ CHANGES 6 Sep 2004 20:31:32 -0000 1.854 @@ -22,6 +22,28 @@ # 1.3.1 +- DL now works fine again on 32 MB systems +- unpacking of /var now uses less memory during uncompression +- save-config now uses less memory during compression +- removed squidguard blacklist + (has to be freshly downloaded anyway) +- removed clamav virus signatures + (has to be freshly downloaded anyway) +- added perl GD library v2.16 +- updated gcc to v3.3.4 +- updated util-linux to v2.12b +- updated tar to v1.14 +- updated shadow to v4.0.4.1 +- updated readline to v5.0 +- updated perl to v5.8.5 +- updated patch-o-matic-ng to v20040823 +- updated openldap to v2.2.15 +- updated ncurses to v5.4 +- updated linux to v2.6.8.1 +- updated iproute2 to v2.6.9-ss040831 +- updated binutils to v2.15.91.0.2 +- updated bash to v3.0 +- updated Python to v2.3.4 - updated ncftp to 3.1.8 (bs) - enabled postgresql support for postfix - enabled sasl support for postfix Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.141 retrieving revision 1.142 diff -u -d -r1.141 -r1.142 --- md5sum.lst 6 Sep 2004 03:01:30 -0000 1.141 +++ md5sum.lst 6 Sep 2004 20:31:32 -0000 1.142 @@ -8,6 +8,7 @@ 4497a499b7c28ddd540a8caab412c6d7 src/perl-ext/Digest-SHA1-2.10.tar.gz 551c73ed52a36a93af8c305c71a554e5 src/perl-ext/ExtUtils-MakeMaker-6.21.tar.gz c04582da604f11bdbe60606738f92457 src/perl-ext/Frontier-RPC-0.07b4.tar.gz +690083b29d354759394eaa477b60e6f7 src/perl-ext/GD-2.16.tar.gz c43a46856accb00842c02e20c061733a src/perl-ext/Getopt-Long-2.34.tar.gz 214a2530e31a0165584bc608da53eddf src/perl-ext/HTML-Parser-3.36.diff.bz2 0f3aae0994e04cc5afd020a896b6c595 src/perl-ext/HTML-Parser-3.36.tar.gz @@ -36,7 +37,7 @@ 90901044f52f5213a2abc612b9745c1b src/MOSIX-1.9.0.tgz 6b154c442a335c2a281defe17c8008e8 src/MOSKRN-1.9.0.tgz cd482160ddbe371bbf4fb58b715ebbdf src/Mail-SpamAssassin-2.64.tar.bz2 -70ada9f65742ab2c77a96bcd6dffd9b1 src/Python-2.3.3.tar.bz2 +a2c089faa2726c142419c03472fc4063 src/Python-2.3.4.tar.bz2 c448c1bee6014bc48a386c222d357873 src/acl-2.2.22.src.tar.gz 9c2156ce75e39675300e0c3a358018a5 src/alsa-driver-1.0.2.tar.bz2 b2a0d5d46e0d67e48594e98215ecfd73 src/alsa-lib-1.0.2.tar.bz2 @@ -50,11 +51,11 @@ 816543754a6c61a066fae7749fa75473 src/attr-2.4.14.src.tar.gz 1ee40f7a676b3cfdc0e3f7cd81551b5f src/autoconf-2.59.tar.bz2 c0b6434087e3be0606ef9d172238f26c src/automake-1.9.tar.bz2 -5238251b4926d778dfe162f6ce729733 src/bash-2.05b.tar.gz +26c4d642e29b3533d8d754995bc277b3 src/bash-3.0.tar.gz 2d6f5c39497a951120759dc72664033e src/beep-1.2.1.tar.gz 94ae7b0f20dc406fdbbf6fac5d57b32f src/bind-9.2.3.tar.gz 095f8a04f37df2ed5c99328ddc551a09 src/bing-1.1.3.tar.bz2 -0d64d65d33a7f305e5ef8351086b9a3a src/binutils-2.15.91.0.1.tar.bz2 +41983069bef07af4f1350c6d30666b2d src/binutils-2.15.91.0.2.tar.bz2 42c3a33b645f40197e8f7aca7bd1e913 src/bison-1.875.patch1-bs.bz2 b7f8027b249ebd4dd0cc948943a71af0 src/bison-1.875.tar.bz2 2cab42847c4654e58c4d0ba114bfe2c2 src/bridge-utils-1.0.4.tar.gz @@ -139,8 +140,8 @@ 3f4d8d524a55e35a7d06166f4f51f299 src/gradm-2.0.1.tar.gz ddd99e2d5d4f4611357e31e97f080cf2 src/grep-2.5.1.tar.bz2 c12bf574120df33ec8c18d92703e099e src/groff-1.19.tar.gz -0b69ba51545ce9b9bb2f3274d62346c5 src/grsecurity-2.0-2.6.5.patch.bz2 8a7a504ac83d6a3277e6ee0eada54ee8 src/grsecurity-2.0.1-2.4.27.patch.bz2 +b4e569a7822f60f450028d790abb4de1 src/grsecurity-2.0.1-2.6.7.patch.bz2 b5aa755f4e2b3f3c54116ba3887c0393 src/grsecurity-kernel-vhz1.patch.bz2 6ea0ee97ca7206b3ac45d55eab0d6e42 src/grsecurity-kernel-vhz2.patch.bz2 4ca8e4363d5f1980f2c63b7f5cdbe0d1 src/grub-0.95.tar.gz @@ -167,8 +168,7 @@ 3f6554c42665104edb18d26a4de93592 src/insserv-local.diff.bz2 89eab6631528b1a946e7b9dec6ee8799 src/ipac-ng-1.30.tar.bz2 969832f3a42fc25b44045d73ea483f18 src/ipcalc.tar.bz2 -ac343233aa5d745341da9e4ec22475af src/iproute_20010824-11.diff.gz -b05a4e375d9468be3a1dd3f0e83daee8 src/iproute_20010824.orig.tar.gz +4079036ec0283341d37f96ce9ae1a932 src/iproute2-2.6.9-ss040831.tar.gz 43f2d19eab30e254846626c21fc355be src/ipsec-tools-0.4b1.tar.gz 0a5f5f226e41ce408a895bec995e8c05 src/iptables-1.2.11.tar.bz2 7ff0bc933a0a57a4ca9e2b0443307539 src/iptraf-2.7.0.tar.gz @@ -212,7 +212,7 @@ e6d8a38a304d76c7074a4da12dacc15f src/linux-2.4.23-protector-1.patch.bz2 59a2e6fde1d110e2ffa20351ac8b4d9e src/linux-2.4.27.tar.bz2 0e6a19072c9b193b71aaac3668fdb09b src/linux-2.6.3-protector-1.patch.bz2 -5218790bc3db41e77a7422969639a9ad src/linux-2.6.6.tar.bz2 +9517ca999e822b898fbdc7e72796b1aa src/linux-2.6.8.1.tar.bz2 0672ccd871def6842814c2d9d8c0689a src/linux-wlan-ng-0.2.1-pre16.tar.gz 64b4a4f547b2e1eab8a574d871867ca5 src/lm_sensors-2.8.7.tar.gz 9ec24a9f2cf588b348adf1a1381af8a4 src/loadlin16c-devil.tar.bz2 @@ -253,7 +253,7 @@ 9f682490c132b070d54e395cb6ee145e src/nasm-0.98.38.tar.bz2 e4697a859fee58f5020773aff76f9dcf src/nbd-2.4.32.tgz dd5f47c72b6958fdb652355fb9bdb70c src/ncftp-3.1.8-src.tar.bz2 -3c080fc3caeb0d1e3423f7ed204f8b5b src/ncurses-5.3.tar.bz2 +236968460fe1a1d0e293a9c5e6f10805 src/ncurses-5.4.tar.bz2 68f6c946387718e4f300cbb8b6c4bd43 src/net-snmp-5.1.1.tar.gz 888774accab40217dde927e21979c165 src/net-tools-1.60.tar.bz2 e4da725325c175f1b4c114c5e305cfa8 src/net-tools_1.60-9.diff.gz @@ -264,7 +264,7 @@ 98e16c7aa4ecd4c004b51bff18962e95 src/ntp-4.1.2.tar.gz cf1c017496b066b45ffe3d7a303fd6ad src/oidentd-2.0.7.tar.gz af439fe8b2f75199f605ddef67ab9e53 src/openh323-v1_13_4-src.tar.bz2 -45d92c2d466130ffc084d074fdd6c18b src/openldap-2.2.11.tgz +c8b8693fe266db739b53e2719e9b29db src/openldap-2.2.15.tgz 8e1774d0b52aff08f817f3987442a16e src/openssh-3.9p1.tar.gz 1b49e90fc8a75c3a507c0a624529aca5 src/openssl-0.9.7d.tar.gz 893f1c6bd41ab0200168d4566fc8ad90 src/openswan-1.0.6.tar.gz @@ -272,15 +272,15 @@ fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz -64324a8eefa15813cef4a6d9152f3478 src/patch-o-matic-ng-20040814.tar.bz2 -38a43b5a59d06f39f014262b69583ad8 src/pax-linux-2.4.26-200406252135.patch.bz2 +2ad89f842d1560b55c35b8290724b82d src/patch-o-matic-ng-20040823.tar.bz2 +6835bd69d13f4651841ede4709ae541a src/pax-linux-2.4.26-200404151725.patch.bz2 d85064bb89183288e56ede3d2c311e56 src/pax-linux-2.6.6-200405182000.patch.bz2 8df9924da7a90fc89ca9efd1df14a8c8 src/pci.ids.bz2 1d40f90aaae69594790bdb8ff90b4a41 src/pciutils-2.1.11.tar.gz 0d6d65be8896eff081aee996049afaa5 src/pcmcia-cs-3.2.8.tar.gz c51bd34197008b128046f0799d2242e4 src/pcre-4.5.tar.bz2 9452d398f0fcd4e5cd7ef6628bc78c6e src/pcwd-1.42.tar.gz -3eb135afd0114f4e1acdd4ad6b8fd947 src/perl-5.8.4.tar.bz2 +49baa8d7d29b4a9713c06edeb81e6b1b src/perl-5.8.5.tar.gz d3211ebd4d2fbbc9c78235666ed355ac src/pfixtls-0.8.18-2.1.3-0.9.7d.tar.gz e8ab484fcb94cd2e0d7ecfd0762cfd33 src/php-4.3.8.tar.bz2 a7e4f60a6657dbc434334deb594cc242 src/pkgconfig-0.15.0.tar.gz @@ -312,7 +312,7 @@ 8509389ef86594d56a796e556ef83681 src/razor-agents-2.61.tar.gz 9b3bc8f10e522456a90f98c87afa45e3 src/rcs-5.7-no_root_check.diff.bz2 cd709ab8a284c87048f95f76f5f69374 src/rcs-5.7.tar.bz2 -7c5b1d2909821d5c1a7fe8904f1bb714 src/readline-4.2a.tar.gz +9a39d15f1ed592883f8c6671e8c13120 src/readline-5.0.tar.gz f587c888de663603d4f6fa6cfdd82741 src/reiserfsprogs-3.6.11.tar.gz 97972f8f8f6a3ab9b7070333a6a29c4b src/rp-pppoe-3.5.tar.gz b0c3093d2f0d850760e59ac1db9bf152 src/rpm-4.0.4.tar.gz @@ -328,11 +328,11 @@ 952fadd9f76e128ee9a4be350a647713 src/ser-0.8.12_src.tar.gz c4867d72c41564318e0107745eb7a0f2 src/setserial-2.17.tar.gz 876cfee9949b72d58e28b261b9d84059 src/sg3_utils-1.06.tgz -4fa404ebb4e29828232b3c9a2abddefd src/shadow-4.0.3.tar.bz2 +3a3d17d3d7c630b602baf66ae7434c61 src/shadow-4.0.4.1.tar.bz2 016f49d71bc32eee2b5d11fc1600cfbe src/shfs-0.35.tar.gz cc0e988b57168429b81b40cbe7f68a26 src/shorewall-2.0.6.tgz fc2cb32e926b25afa24f450f9a48fbb1 src/smartmontools-5.26.tar.gz -76a538d27c23d51dbed43b04c06114e1 src/snort-2.1.3.tar.gz +6194278217e4e3f733b046256a31f0e6 src/snort-2.2.0.tar.gz 45ed1b1cd492e3f529085d09c3ffc1b8 src/squid-2.5.STABLE5.tar.bz2 1b644298ccd7b0156f6fe947612ea7d7 src/squid-libntlmssp.c.patch.bz2 28c9a2dd535b0316bbaae8e37ef4e5fa src/squidguard-1.2.0.tar.gz @@ -348,7 +348,7 @@ ef6121a305a4f6f6208d909ca41e6624 src/syslog-ng-1.6.4.tar.gz 3daf8ef3d480dec0c99983cc9a1b4a20 src/sysstat-5.0.6.tar.bz2 8a2d8f1ed5a2909da04132fefa44905e src/sysvinit-2.85.tar.gz -fdfffdd8141a00ea72c16c34b486a00a src/tar-1.13.92.tar.bz2 +f1932e0fbd4641885bfdcc75495c91b7 src/tar-1.14.tar.bz2 eec4e5d6cda55464970a3157eb3bc534 src/tcp_wrappers_7.6.diff.gz e6fa25f71226d090f34de3f6b122fb5a src/tcp_wrappers_7.6.tar.gz 9edcf0d7f526f0f03138286959ccc802 src/tcpdump-3.8.1.tar.gz @@ -372,9 +372,7 @@ f6ceb3328c80e8e83349c458a0331991 src/usbat02-kernel-Makefile.diff.bz2 d4b0f3015d69bbba493f8faadb7b9bf6 src/usbat02-kernel-config.diff.bz2 05157bed61af65749f02713c10b8ef26 src/usbutils-0.11.tar.gz -29d98a96e665eb93cffe8d990fcf1350 src/util-linux-2.12-kernel-2.6.patch.bz2 -9460023a96679f375afd5c36d80580ac src/util-linux-2.12.diff.bz2 -5fa39c3d8761b48732be137a06853c64 src/util-linux-2.12a.tar.gz +2e96fd7efa1ff477502e91c31572d51b src/util-linux-2.12b.tar.gz a6e98f81c3fc129b8343f4d90ee0e8af src/vhz-j64-2.4.23.patch.bz2 b4ca2f8b2f3bc1f0edfe7499ef4cd042 src/vhz-param.patch.bz2 821fda8f14d674346b87e3ef9cb96389 src/vim-6.3.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2004-09-06 20:31:44
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13206/scripts/scripts Modified Files: pre_init save-config Log Message: - DL now works fine again on 32 MB systems - unpacking of /var now uses less memory during uncompression - save-config now uses less memory during compression - removed squidguard blacklist (has to be freshly downloaded anyway) - removed clamav virus signatures (has to be freshly downloaded anyway) - added perl GD library v2.16 - updated gcc to v3.3.4 - updated util-linux to v2.12b - updated tar to v1.14 - updated shadow to v4.0.4.1 - updated readline to v5.0 - updated perl to v5.8.5 - updated patch-o-matic-ng to v20040823 - updated openldap to v2.2.15 - updated ncurses to v5.4 - updated linux to v2.6.8.1 - updated iproute2 to v2.6.9-ss040831 - updated binutils to v2.15.91.0.2 - updated bash to v3.0 - updated Python to v2.3.4 Index: pre_init =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- pre_init 22 Aug 2004 13:40:34 -0000 1.20 +++ pre_init 6 Sep 2004 20:31:33 -0000 1.21 @@ -69,7 +69,7 @@ # unpack /var to the shmfs echo "Unpacking /var" -tar -C /shm/ -xjf /config/var.tar.bz2 +bunzip2 -s -c /config/var.tar.bz2 | tar -C /shm/ -x if [ -d /config/etc_files ]; then if ! cmp -s /shm/etc/Devil-release /config/etc_files/Devil-release Index: save-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/save-config,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- save-config 22 May 2004 22:29:33 -0000 1.29 +++ save-config 6 Sep 2004 20:31:34 -0000 1.30 @@ -208,7 +208,7 @@ echo "Saving current configuration" $NORMAL -tar -C /shm -cjf $CONFIG_MOUNT/$DL_CONFIG_FILE \ +tar -C /shm -c \ --exclude=*~ \ --exclude=mtab \ --exclude=*.2.old \ @@ -220,7 +220,7 @@ --exclude=*.8.old \ --exclude=*.9.old \ --exclude=dhcpcd-eth*.pid \ - etc root + etc root -f - | bzip2 -s -c > $CONFIG_MOUNT/$DL_CONFIG_FILE error=$? |
From: Heiko Z. <smi...@us...> - 2004-09-06 15:29:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20652/scripts Modified Files: Tag: rel-1-2-patches functions Log Message: don't use exit to 'return' from function, this kills our current script Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.53.2.2 retrieving revision 1.53.2.3 diff -u -d -r1.53.2.2 -r1.53.2.3 --- functions 6 Sep 2004 14:17:12 -0000 1.53.2.2 +++ functions 6 Sep 2004 15:28:58 -0000 1.53.2.3 @@ -23,7 +23,7 @@ { echo "removing debug symbols from binaries" find ./ -type f -exec strip -p --strip-debug '{}' ';' 1> /dev/null 2>/dev/null - exit 0 + return 0 } # create directories given in $2 |
From: Heiko Z. <smi...@us...> - 2004-09-06 15:28:40
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20467 Modified Files: functions Log Message: don't use exit to 'return' from function, this kills our current script Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- functions 6 Sep 2004 14:13:04 -0000 1.56 +++ functions 6 Sep 2004 15:28:30 -0000 1.57 @@ -23,7 +23,7 @@ { echo "removing debug symbols from binaries" find ./ -type f -exec strip -p --strip-debug '{}' ';' 1> /dev/null 2>/dev/null - exit 0 + return 0 } # create directories given in $2 |
From: Heiko Z. <smi...@us...> - 2004-09-06 14:40:43
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12212/scripts Modified Files: Tag: rel-1-2-patches clamav squidguard Log Message: - DL now works fine again on 32 MB systems - unpacking of /var now uses less memory during uncompression - save-config now uses less memory during compression - removed squidguard blacklist (has to be freshly downloaded anyway) - removed clamav virus signatures (has to be freshly downloaded anyway) Index: squidguard =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/squidguard,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- squidguard 30 Mar 2004 00:31:57 -0000 1.2 +++ squidguard 6 Sep 2004 14:40:32 -0000 1.2.2.1 @@ -45,7 +45,6 @@ mkdir -p $WORKDIR/tmp/usr/share/doc/squidguard || exit 1 # Create the db directory mkdir -p $WORKDIR/tmp/var/lib/squidguard/demo || exit 1 - cp -r ../squidguard-blacklist/* $WORKDIR/tmp/var/lib/squidguard/demo cp src/squidGuard $WORKDIR/tmp/usr/bin/ cp doc/* $WORKDIR/tmp/usr/share/doc/squidguard cp -r samples $WORKDIR/tmp/usr/share/doc/squidguard Index: clamav =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/clamav,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -d -r1.9.2.1 -r1.9.2.2 --- clamav 25 Jul 2004 22:37:00 -0000 1.9.2.1 +++ clamav 6 Sep 2004 14:40:32 -0000 1.9.2.2 @@ -52,9 +52,9 @@ rm -rf $WORKDIR/tmp/usr/include || exit 1 rm -rf $WORKDIR/tmp/usr/lib/*a || exit 1 copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 - chmod -R 700 $WORKDIR/tmp/var/lib/clamav || exit 1 - chown -R clamav $WORKDIR/tmp/var/lib/clamav || exit 1 - copy_files $WORKDIR/tmp/var $CDDIR/ || exit 1 + mkdir -p $CDDIR/var/lib/clamav || exit 1 + chmod -R 700 $CDDIR/var/lib/clamav || exit 1 + chown -R clamav $CDDIR/var/lib/clamav || exit 1 rm -rf $WORKDIR/tmp || exit 1 cp -dp $MYDIR/scripts/clamav $ETCDIR/etc/init.d/ || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-09-06 14:40:43
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12212/scripts/scripts Modified Files: Tag: rel-1-2-patches pre_init save-config Log Message: - DL now works fine again on 32 MB systems - unpacking of /var now uses less memory during uncompression - save-config now uses less memory during compression - removed squidguard blacklist (has to be freshly downloaded anyway) - removed clamav virus signatures (has to be freshly downloaded anyway) Index: pre_init =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/pre_init,v retrieving revision 1.19.2.1 retrieving revision 1.19.2.2 diff -u -d -r1.19.2.1 -r1.19.2.2 --- pre_init 22 Aug 2004 13:42:29 -0000 1.19.2.1 +++ pre_init 6 Sep 2004 14:40:32 -0000 1.19.2.2 @@ -69,7 +69,7 @@ # unpack /var to the shmfs echo "Unpacking /var" -tar -C /shm/ -xjf /config/var.tar.bz2 +bunzip2 -s -c /config/var.tar.bz2 | tar -C /shm/ -x if [ -d /config/etc_files ]; then if ! cmp -s /shm/etc/Devil-release /config/etc_files/Devil-release Index: save-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/save-config,v retrieving revision 1.29 retrieving revision 1.29.2.1 diff -u -d -r1.29 -r1.29.2.1 --- save-config 22 May 2004 22:29:33 -0000 1.29 +++ save-config 6 Sep 2004 14:40:32 -0000 1.29.2.1 @@ -208,7 +208,7 @@ echo "Saving current configuration" $NORMAL -tar -C /shm -cjf $CONFIG_MOUNT/$DL_CONFIG_FILE \ +tar -C /shm -c \ --exclude=*~ \ --exclude=mtab \ --exclude=*.2.old \ @@ -220,7 +220,7 @@ --exclude=*.8.old \ --exclude=*.9.old \ --exclude=dhcpcd-eth*.pid \ - etc root + etc root -f - | bzip2 -s -c > $CONFIG_MOUNT/$DL_CONFIG_FILE error=$? |
From: Heiko Z. <smi...@us...> - 2004-09-06 14:40:41
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12212 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: - DL now works fine again on 32 MB systems - unpacking of /var now uses less memory during uncompression - save-config now uses less memory during compression - removed squidguard blacklist (has to be freshly downloaded anyway) - removed clamav virus signatures (has to be freshly downloaded anyway) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.30 retrieving revision 1.807.2.31 diff -u -d -r1.807.2.30 -r1.807.2.31 --- CHANGES 6 Sep 2004 02:45:13 -0000 1.807.2.30 +++ CHANGES 6 Sep 2004 14:40:31 -0000 1.807.2.31 @@ -22,6 +22,13 @@ # 1.2b3 +- DL now works fine again on 32 MB systems +- unpacking of /var now uses less memory during uncompression +- save-config now uses less memory during compression +- removed squidguard blacklist + (has to be freshly downloaded anyway) +- removed clamav virus signatures + (has to be freshly downloaded anyway) - updated ncftp to 3.1.8 (bs) - added mpeg_encode for motion to create movies (bs) - updated rsync to v2.6.2 |
From: Heiko Z. <smi...@us...> - 2004-09-06 14:17:23
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8294 Modified Files: Tag: rel-1-2-patches functions Log Message: always return 0 when 'stripping' Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.53.2.1 retrieving revision 1.53.2.2 diff -u -d -r1.53.2.1 -r1.53.2.2 --- functions 4 Sep 2004 15:00:15 -0000 1.53.2.1 +++ functions 6 Sep 2004 14:17:12 -0000 1.53.2.2 @@ -23,6 +23,7 @@ { echo "removing debug symbols from binaries" find ./ -type f -exec strip -p --strip-debug '{}' ';' 1> /dev/null 2>/dev/null + exit 0 } # create directories given in $2 |
From: Heiko Z. <smi...@us...> - 2004-09-06 14:13:14
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7329/scripts Modified Files: functions build.sh Log Message: always return 0 when stripping beep when error occurs Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- functions 22 Jul 2004 16:54:52 -0000 1.55 +++ functions 6 Sep 2004 14:13:04 -0000 1.56 @@ -23,6 +23,7 @@ { echo "removing debug symbols from binaries" find ./ -type f -exec strip -p --strip-debug '{}' ';' 1> /dev/null 2>/dev/null + exit 0 } # create directories given in $2 @@ -499,3 +500,15 @@ fi fi } + +function errorbeep { + echo -n $'\a' + sleep 1 + echo -n $'\a' + sleep 1 + echo -n $'\a' + sleep 1 + echo -n $'\a' + sleep 1 + echo -n $'\a' +} Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.82 retrieving revision 1.83 diff -u -d -r1.82 -r1.83 --- build.sh 22 Aug 2004 12:21:01 -0000 1.82 +++ build.sh 6 Sep 2004 14:13:04 -0000 1.83 @@ -1,4 +1,4 @@ -#!/bin/bash +# #!/bin/bash # $Source$ # $Revision$ # $Date$ @@ -116,6 +116,7 @@ if [ ! -d $SRCDIR ]; then echo "ERROR" echo "Sources not found, exiting" + errorbeep exit 1 fi @@ -173,6 +174,7 @@ if ! $MYDIR/$SCRIPT $CMD; then echo "ERROR" echo "$MYDIR/$SCRIPT $CMD failed" + errorbeep exit 1 fi popd @@ -254,6 +256,7 @@ if [ -z "$DISTCC_HOSTS" ]; then echo "ERROR" echo "DISTCC_HOSTS is not defined!" + errorbeep exit 1 else export DISTCC_HOSTS @@ -297,6 +300,7 @@ echo "ERROR" echo "$MYDIR/$SCRIPT not found" echo "(LINK=${LINK} - SCRIPT=${SCRIPT}" + errorbeep exit 1 fi if [ -f ${DONEFILE} -a -z "$RUN_ONLY_CMD" ]; then @@ -339,6 +343,7 @@ echo "$MYDIR/$SCRIPT $CMD failed" echo "\"FAILED\"" >> $WORKDIR/LOGS/build_time.csv echo "check log file $WORKDIR/LOGS/$CMD/$SCRIPT for details" + errorbeep exit 1 else echo "\"OK\"" >> $WORKDIR/LOGS/build_time.csv |
From: Bruce S. <bl...@us...> - 2004-09-06 03:01:41
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27080 Modified Files: md5sum.lst Log Message: latest PAX patch Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.140 retrieving revision 1.141 diff -u -d -r1.140 -r1.141 --- md5sum.lst 6 Sep 2004 02:44:57 -0000 1.140 +++ md5sum.lst 6 Sep 2004 03:01:30 -0000 1.141 @@ -273,7 +273,7 @@ 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz 64324a8eefa15813cef4a6d9152f3478 src/patch-o-matic-ng-20040814.tar.bz2 -6835bd69d13f4651841ede4709ae541a src/pax-linux-2.4.26-200404151725.patch.bz2 +38a43b5a59d06f39f014262b69583ad8 src/pax-linux-2.4.26-200406252135.patch.bz2 d85064bb89183288e56ede3d2c311e56 src/pax-linux-2.6.6-200405182000.patch.bz2 8df9924da7a90fc89ca9efd1df14a8c8 src/pci.ids.bz2 1d40f90aaae69594790bdb8ff90b4a41 src/pciutils-2.1.11.tar.gz |