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-06-16 01:49:29
|
Update of /cvsroot/devil-linux/build/config/etc/sysconfig/jail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15972/config/etc/sysconfig/jail Modified Files: POSTFIX Log Message: - added traceroute fix for -s parameter - postfix jail now links /var/spool/postfix correctly (Heiko / Moray McConnachie) - added new command LINKROOT to jail configs (Heiko / Moray McConnachie) Index: POSTFIX =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/sysconfig/jail/POSTFIX,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- POSTFIX 5 Feb 2004 22:10:03 -0000 1.7 +++ POSTFIX 16 Jun 2004 01:49:21 -0000 1.8 @@ -59,6 +59,6 @@ # set Linux capabilities #CAP CAP_NET_BIND_SERVICE -LINK /var/spool/postfix +LINKROOT /var/spool/postfix CHMOD 1733 maildrop |
From: Heiko Z. <smi...@us...> - 2004-06-16 01:49:29
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15972/config/etc/init.d Modified Files: jail Log Message: - added traceroute fix for -s parameter - postfix jail now links /var/spool/postfix correctly (Heiko / Moray McConnachie) - added new command LINKROOT to jail configs (Heiko / Moray McConnachie) Index: jail =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/jail,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- jail 26 May 2004 01:03:18 -0000 1.27 +++ jail 16 Jun 2004 01:49:21 -0000 1.28 @@ -206,6 +206,9 @@ LINK ) ln -sf $PARAM $JAILDIR$PARAM ;; + LINKROOT ) + ln -sf / $JAILDIR$PARAM + ;; MKDIR ) mkdir -p $JAILDIR/$PARAM ;; |
From: Heiko Z. <smi...@us...> - 2004-06-16 01:47:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13716/scripts Modified Files: Tag: rel-1-2-patches traceroute Log Message: added traceroute fix for -s parameter Index: traceroute =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/traceroute,v retrieving revision 1.9 retrieving revision 1.9.2.1 diff -u -d -r1.9 -r1.9.2.1 --- traceroute 11 Jan 2004 14:43:05 -0000 1.9 +++ traceroute 16 Jun 2004 01:47:00 -0000 1.9.2.1 @@ -25,6 +25,10 @@ case $1 in build ) + if [ ! -f .done_dl_patches ]; then + bzcat $DL_DIR/src/src/traceroute_bindfix.patch.bz2 | patch -p1 || exit 1 + touch .done_dl_patches + fi ./configure --prefix=/usr || exit 1 make $PMAKE || exit 1 strip_debug |
From: Heiko Z. <smi...@us...> - 2004-06-16 01:47:08
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13716 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: added traceroute fix for -s parameter Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.5 retrieving revision 1.807.2.6 diff -u -d -r1.807.2.5 -r1.807.2.6 --- CHANGES 16 Jun 2004 01:34:26 -0000 1.807.2.5 +++ CHANGES 16 Jun 2004 01:47:00 -0000 1.807.2.6 @@ -22,6 +22,7 @@ # 1.2b2 +- added traceroute fix for -s parameter - postfix jail now links /var/spool/postfix correctly (Heiko / Moray McConnachie) - added new command LINKROOT to jail configs (Heiko / Moray McConnachie) - updated openvpn to v1.6.0 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.6 retrieving revision 1.102.2.7 diff -u -d -r1.102.2.6 -r1.102.2.7 --- md5sum.lst 16 Jun 2004 01:34:26 -0000 1.102.2.6 +++ md5sum.lst 16 Jun 2004 01:47:00 -0000 1.102.2.7 @@ -325,6 +325,7 @@ 9e72c27986548d0cbc8ea850b7b47bdd src/thttpd-2.24.tar.gz b3f0ee7617593c2703755672fb1bfed3 src/tiff-v3.6.1.tar.gz 964d599ef696efccdeebe7721cd4828d src/traceroute-1.4a12.tar.gz +cfcec1b92f44dd1bdcb6cc3590c2465f src/traceroute_bindfix.patch.bz2 b042ade24576937621b013795c226cf7 src/uClibc-0.9.19.tar.bz2 ddc8272157bef5701b11e7a0789064ca src/ucspi-tcp-0.88.errno.patch.bz2 39b619147db54687c4a583a7a94c9163 src/ucspi-tcp-0.88.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-06-16 01:34:35
|
Update of /cvsroot/devil-linux/build/config/etc/sysconfig/jail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3428/config/etc/sysconfig/jail Modified Files: Tag: rel-1-2-patches POSTFIX Log Message: - postfix jail now links /var/spool/postfix correctly (Heiko / Moray McConnachie) - added new command LINKROOT to jail configs (Heiko / Moray McConnachie) Index: POSTFIX =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/sysconfig/jail/POSTFIX,v retrieving revision 1.7 retrieving revision 1.7.2.1 diff -u -d -r1.7 -r1.7.2.1 --- POSTFIX 5 Feb 2004 22:10:03 -0000 1.7 +++ POSTFIX 16 Jun 2004 01:34:26 -0000 1.7.2.1 @@ -59,6 +59,6 @@ # set Linux capabilities #CAP CAP_NET_BIND_SERVICE -LINK /var/spool/postfix +LINKROOT /var/spool/postfix CHMOD 1733 maildrop |
From: Heiko Z. <smi...@us...> - 2004-06-16 01:34:34
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3428/config/etc/init.d Modified Files: Tag: rel-1-2-patches jail Log Message: - postfix jail now links /var/spool/postfix correctly (Heiko / Moray McConnachie) - added new command LINKROOT to jail configs (Heiko / Moray McConnachie) Index: jail =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/jail,v retrieving revision 1.27 retrieving revision 1.27.2.1 diff -u -d -r1.27 -r1.27.2.1 --- jail 26 May 2004 01:03:18 -0000 1.27 +++ jail 16 Jun 2004 01:34:26 -0000 1.27.2.1 @@ -206,6 +206,9 @@ LINK ) ln -sf $PARAM $JAILDIR$PARAM ;; + LINKROOT ) + ln -sf / $JAILDIR$PARAM + ;; MKDIR ) mkdir -p $JAILDIR/$PARAM ;; |
From: Heiko Z. <smi...@us...> - 2004-06-16 01:34:34
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3428 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: - postfix jail now links /var/spool/postfix correctly (Heiko / Moray McConnachie) - added new command LINKROOT to jail configs (Heiko / Moray McConnachie) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.4 retrieving revision 1.807.2.5 diff -u -d -r1.807.2.4 -r1.807.2.5 --- CHANGES 15 Jun 2004 02:40:46 -0000 1.807.2.4 +++ CHANGES 16 Jun 2004 01:34:26 -0000 1.807.2.5 @@ -22,6 +22,9 @@ # 1.2b2 +- postfix jail now links /var/spool/postfix correctly (Heiko / Moray McConnachie) +- added new command LINKROOT to jail configs (Heiko / Moray McConnachie) +- updated openvpn to v1.6.0 - updated vim to v6.3 - updated sysstat to v5.0.5 - updated shfs to v0.35 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.5 retrieving revision 1.102.2.6 diff -u -d -r1.102.2.5 -r1.102.2.6 --- md5sum.lst 15 Jun 2004 02:59:44 -0000 1.102.2.5 +++ md5sum.lst 16 Jun 2004 01:34:26 -0000 1.102.2.6 @@ -232,7 +232,7 @@ 45d92c2d466130ffc084d074fdd6c18b src/openldap-2.2.11.tgz 1dbfd40ae683f822ae917eebf171ca42 src/openssh-3.8.1p1.tar.gz 1b49e90fc8a75c3a507c0a624529aca5 src/openssl-0.9.7d.tar.gz -55d7ce958bb2ccf3d3204d1350c27179 src/openvpn-1.5.0.tar.gz +9eab3719b280a12d19ef1fda286cc363 src/openvpn-1.6.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-06-16 00:53:58
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30638 Modified Files: documentation.xml Log Message: use correct cvs server name Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.59 retrieving revision 1.60 diff -u -d -r1.59 -r1.60 --- documentation.xml 19 May 2004 00:41:45 -0000 1.59 +++ documentation.xml 16 Jun 2004 00:53:49 -0000 1.60 @@ -829,13 +829,13 @@ <para>The next step is to get the build system from our Sourceforge CVS Server.</para> <para>The files from our CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.</para> <para>Go into your LFS System directory (e.g. <filename>/usr/src/lfssystem</filename>)</para> - <para><command>cvs -d:pserver:ano...@cv...:/cvsroot/devil-linux login </command></para> - <para><command>cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co build</command></para> + <para><command>cvs -d:pserver:ano...@cv...:/cvsroot/devil-linux login </command></para> + <para><command>cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co build</command></para> <para>You find now the build systetem in the sub directory build/ .</para> <tip> <para>If you don't want to use the latest development version (which is probably not stable or won't even compile), you have to add the -r parameter to the checkout command. You can see the list of available tags when you browse the CVS repository <ulink url="http://cvs.sourceforge.net/viewcvs.py/devil-linux/build/">http://cvs.sourceforge.net/viewcvs.py/devil-linux/build/</ulink>.</para> <para>To get i.e. the stable 1.0.x release, use the following command:</para> - <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co -r rel-1-0-patches build</command></para> + <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co -r rel-1-0-patches build</command></para> </tip> </sect3> <sect3> |
From: Heiko Z. <smi...@us...> - 2004-06-16 00:53:11
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29856 Modified Files: Tag: rel-1-2-patches documentation.xml Log Message: cvs server has a new name Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.59 retrieving revision 1.59.2.1 diff -u -d -r1.59 -r1.59.2.1 --- documentation.xml 19 May 2004 00:41:45 -0000 1.59 +++ documentation.xml 16 Jun 2004 00:53:02 -0000 1.59.2.1 @@ -829,13 +829,13 @@ <para>The next step is to get the build system from our Sourceforge CVS Server.</para> <para>The files from our CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. When prompted for a password for anonymous, simply press the Enter key.</para> <para>Go into your LFS System directory (e.g. <filename>/usr/src/lfssystem</filename>)</para> - <para><command>cvs -d:pserver:ano...@cv...:/cvsroot/devil-linux login </command></para> - <para><command>cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co build</command></para> + <para><command>cvs -d:pserver:ano...@cv...:/cvsroot/devil-linux login </command></para> + <para><command>cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co build</command></para> <para>You find now the build systetem in the sub directory build/ .</para> <tip> <para>If you don't want to use the latest development version (which is probably not stable or won't even compile), you have to add the -r parameter to the checkout command. You can see the list of available tags when you browse the CVS repository <ulink url="http://cvs.sourceforge.net/viewcvs.py/devil-linux/build/">http://cvs.sourceforge.net/viewcvs.py/devil-linux/build/</ulink>.</para> <para>To get i.e. the stable 1.0.x release, use the following command:</para> - <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co -r rel-1-0-patches build</command></para> + <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@cv...:/cvsroot/devil-linux co -r rel-1-0-patches build</command></para> </tip> </sect3> <sect3> |
From: Heiko Z. <smi...@us...> - 2004-06-15 02:59:54
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4059/scripts/config/linux-2.6 Modified Files: Tag: rel-1-2-patches config_linux config_linux.486 config_pax Log Message: ported 2.6 changes from DL 1.3 Index: config_pax =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_pax,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- config_pax 24 Feb 2004 03:18:00 -0000 1.2 +++ config_pax 15 Jun 2004 02:59:44 -0000 1.2.2.1 @@ -9,3 +9,4 @@ CONFIG_PAX_NO_ACL_FLAGS=y # CONFIG_PAX_HAVE_ACL_FLAGS is not set # CONFIG_PAX_HOOK_ACL_FLAGS is not set +CONFIG_PAX_NOVSYSCALL=n Index: config_linux.486 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux.486,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -d -r1.1 -r1.1.2.1 --- config_linux.486 12 Jan 2004 02:57:59 -0000 1.1 +++ config_linux.486 15 Jun 2004 02:59:44 -0000 1.1.2.1 @@ -2,6 +2,7 @@ # Processor type and features # CONFIG_X86_PC=y +# CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_NUMAQ is not set # CONFIG_X86_SUMMIT is not set @@ -17,11 +18,11 @@ # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set +# CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set -# CONFIG_MELAN is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set @@ -43,7 +44,7 @@ CONFIG_X86_INTEL_USERCOPY=y CONFIG_HPET_TIMER=y CONFIG_HPET_EMULATE_RTC=y -# CONFIG_PREEMPT is not set +CONFIG_PREEMPT=y CONFIG_X86_MCE=y CONFIG_X86_MCE_NONFATAL=y CONFIG_X86_MCE_P4THERMAL=y @@ -52,7 +53,4 @@ # CONFIG_MICROCODE is not set CONFIG_X86_MSR=y CONFIG_X86_CPUID=y -CONFIG_EDD=y -# CONFIG_MATH_EMULATION is not set -CONFIG_MTRR=y -CONFIG_HAVE_DEC_LOCK=y + Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.15 retrieving revision 1.15.2.1 diff -u -d -r1.15 -r1.15.2.1 --- config_linux 13 Mar 2004 00:37:04 -0000 1.15 +++ config_linux 15 Jun 2004 02:59:44 -0000 1.15.2.1 @@ -12,23 +12,29 @@ CONFIG_EXPERIMENTAL=y CONFIG_CLEAN_COMPILE=y CONFIG_STANDALONE=y +CONFIG_BROKEN_ON_SMP=y # # General setup # CONFIG_SWAP=y CONFIG_SYSVIPC=y +# CONFIG_POSIX_MQUEUE is not set [...1202 lines suppressed...] -CONFIG_PNPBIOS_PROC_FS=n -CONFIG_PNP_DEBUG=n -CONFIG_SCSI_QLA2300=m -CONFIG_SCSI_QLA2322=m -CONFIG_SCSI_QLA6312=m -CONFIG_SCSI_QLA6322=m -CONFIG_NET_SCH_HFSC=m -CONFIG_TULIP_NAPI=y -CONFIG_TULIP_NAPI_HW_MITIGATION=n -CONFIG_8139_RXBUF_IDX=2 -CONFIG_ATMEL=m -CONFIG_PCI_ATMEL=m -CONFIG_PCMCIA_ATMEL=m -CONFIG_I8XX_TCO=m -CONFIG_PCIPCWATCHDOG=m -CONFIG_SENSORS_FSCHER=m -CONFIG_SENSORS_GL518SM=m -CONFIG_FB_RADEON_OLD=n -CONFIG_XFS_SECURITY=y +CONFIG_X86_STD_RESOURCES=y |
From: Heiko Z. <smi...@us...> - 2004-06-15 02:59:53
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4059 Modified Files: Tag: rel-1-2-patches md5sum.lst Log Message: ported 2.6 changes from DL 1.3 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.4 retrieving revision 1.102.2.5 diff -u -d -r1.102.2.4 -r1.102.2.5 --- md5sum.lst 15 Jun 2004 02:40:46 -0000 1.102.2.4 +++ md5sum.lst 15 Jun 2004 02:59:44 -0000 1.102.2.5 @@ -179,7 +179,7 @@ e6d8a38a304d76c7074a4da12dacc15f src/linux-2.4.23-protector-1.patch.bz2 88d7aefa03c92739cb70298a0b486e2c src/linux-2.4.26.tar.bz2 0e6a19072c9b193b71aaac3668fdb09b src/linux-2.6.3-protector-1.patch.bz2 -9a76bf64c1151369b250f967d83077aa src/linux-2.6.5.tar.bz2 +5218790bc3db41e77a7422969639a9ad src/linux-2.6.6.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 @@ -238,7 +238,7 @@ 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz 71546d5d731897e0bae5a52c5a251acb src/patch-o-matic-20040409-patched-by-fl.tar.bz2 6835bd69d13f4651841ede4709ae541a src/pax-linux-2.4.26-200404151725.patch.bz2 -6f1a20b63a20c2d0f48b03c96b0d7dc5 src/pax-linux-2.6.5-200405011700.patch.bz2 +d85064bb89183288e56ede3d2c311e56 src/pax-linux-2.6.6-200405182000.patch.bz2 f2ce8d9a553ad6511e6bc1169420614d src/pci.ids.bz2 1d40f90aaae69594790bdb8ff90b4a41 src/pciutils-2.1.11.tar.gz e8498bdbe8ec2dde41fbddcf65cd900a src/pcmcia-cs-3.2.7.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-06-15 02:41:01
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18626/scripts/config Modified Files: Tag: rel-1-2-patches VERSION Log Message: increased version number - updated vim to v6.3 - updated sysstat to v5.0.5 - updated shfs to v0.35 - updated mdadm to v1.6.0 - updated LOOP-AES v2.1b - updated lm_sensors to v2.8.7 - updated i2c to v2.8.7 - updated grub to v0.95 - updated gnugk to 2.0.8 - updated eagle-usb to v1.9.8 - updated cyrus-imapd to v2.2.5 - updated cvs to v1.12.9 - updated clamav to v0.73 - updated bridge-utils to v1.0.4 Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.14 retrieving revision 1.14.2.1 diff -u -d -r1.14 -r1.14.2.1 --- VERSION 18 May 2004 01:06:42 -0000 1.14 +++ VERSION 15 Jun 2004 02:40:46 -0000 1.14.2.1 @@ -1 +1 @@ -1.2b1 +1.2b2 |
From: Heiko Z. <smi...@us...> - 2004-06-15 02:41:01
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18626/scripts Modified Files: Tag: rel-1-2-patches eagle-usb Log Message: increased version number - updated vim to v6.3 - updated sysstat to v5.0.5 - updated shfs to v0.35 - updated mdadm to v1.6.0 - updated LOOP-AES v2.1b - updated lm_sensors to v2.8.7 - updated i2c to v2.8.7 - updated grub to v0.95 - updated gnugk to 2.0.8 - updated eagle-usb to v1.9.8 - updated cyrus-imapd to v2.2.5 - updated cvs to v1.12.9 - updated clamav to v0.73 - updated bridge-utils to v1.0.4 Index: eagle-usb =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/eagle-usb,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -u -d -r1.2 -r1.2.2.1 --- eagle-usb 27 Mar 2004 00:06:30 -0000 1.2 +++ eagle-usb 15 Jun 2004 02:40:46 -0000 1.2.2.1 @@ -30,6 +30,7 @@ case $1 in build ) if [ "$CONFIG_EAGLE_USB" = "y" ]; then + ./autogen.sh || exit 1 ./configure --prefix=/usr --with-kernel-src=$KERNELDIR --with-lang=en || exit 1 make || exit 1 fi |
From: Heiko Z. <smi...@us...> - 2004-06-15 02:41:01
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18626 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: increased version number - updated vim to v6.3 - updated sysstat to v5.0.5 - updated shfs to v0.35 - updated mdadm to v1.6.0 - updated LOOP-AES v2.1b - updated lm_sensors to v2.8.7 - updated i2c to v2.8.7 - updated grub to v0.95 - updated gnugk to 2.0.8 - updated eagle-usb to v1.9.8 - updated cyrus-imapd to v2.2.5 - updated cvs to v1.12.9 - updated clamav to v0.73 - updated bridge-utils to v1.0.4 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.3 retrieving revision 1.807.2.4 diff -u -d -r1.807.2.3 -r1.807.2.4 --- CHANGES 14 Jun 2004 19:10:45 -0000 1.807.2.3 +++ CHANGES 15 Jun 2004 02:40:46 -0000 1.807.2.4 @@ -21,10 +21,26 @@ # # -1.2b1 +1.2b2 +- updated vim to v6.3 +- updated sysstat to v5.0.5 +- updated shfs to v0.35 +- updated mdadm to v1.6.0 +- updated LOOP-AES v2.1b +- updated lm_sensors to v2.8.7 +- updated i2c to v2.8.7 +- updated grub to v0.95 +- updated gnugk to 2.0.8 +- updated eagle-usb to v1.9.8 +- updated cyrus-imapd to v2.2.5 +- updated cvs to v1.12.9 +- updated clamav to v0.73 +- updated bridge-utils to v1.0.4 - updated lftp to 3.0.6 (bs) - updated lftp to 3.0.5 (bs) - security patch for squid NTLM module (bs) + +1.2b1 - install-on-usb now uses syslinux which requires mtools to be installed - updated heimdal to v0.6.2 - updated shfs to v0.34 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.3 retrieving revision 1.102.2.4 diff -u -d -r1.102.2.3 -r1.102.2.4 --- md5sum.lst 14 Jun 2004 19:10:46 -0000 1.102.2.3 +++ md5sum.lst 15 Jun 2004 02:40:46 -0000 1.102.2.4 @@ -26,7 +26,7 @@ 3e28792a585e14b57838cd24130a24dd src/binutils-2.14.90.0.8.tar.bz2 42c3a33b645f40197e8f7aca7bd1e913 src/bison-1.875.patch1-bs.bz2 b7f8027b249ebd4dd0cc948943a71af0 src/bison-1.875.tar.bz2 -2570f45a4047ce5c8ee9765f32df7701 src/bridge-utils-0.9.7.tar.bz2 +2cab42847c4654e58c4d0ba114bfe2c2 src/bridge-utils-1.0.4.tar.gz e64c855f4b9e5e8c0645422c34499753 src/busybox-1.00-pre10.tar.bz2 5b8773b4965618279277b05cd811e7b3 src/bzip2-1.0.2.tar.bz2 ffd824f13f99011984399fc3b7526c71 src/camsource-0.7.0.tar.bz2 @@ -34,7 +34,7 @@ c0cdfa2dbe9f4c977b0a71fb08ddff0e src/cdrtools-2.00.3.tar.gz 376ee0327bb6060a03052cdc71bb371f src/chpax-0.6.tar.gz 9d88f2d090fcafcd0e2fa73b018b6e16 src/cipe-1.5.4.tar.gz -096cffd2633cbac5a14b7080b6f67a67 src/clamav-0.71.tar.gz +e96f007e9156b41b5f07707e3b004465 src/clamav-0.73.tar.gz 0c030b9eb8f0d36daae5a32b8920dfd0 src/compartment-1.2-suse-patches.diff.bz2 2df15081f6475e6331cdd813f9d0918c src/compartment-1.2.tar.bz2 80a2ce34e6ac028ffd3f3700c451d1c6 src/compartment-env.diff.bz2 @@ -46,8 +46,8 @@ 5c356f45bde4233a9b2a5ae78ae4e9e1 src/cramfs-1.1.tar.gz 97456d1da7da7140324116fb55b7957e src/cron-3.0.1-suse.tar.bz2 e0eb377840b01e11e5cd008ae9b7d2af src/cutter-1.02.tgz -d320e4429755019e5058e726de753472 src/cvs-1.12.8.tar.bz2 -50831a41ba0121754431e8507887d511 src/cyrus-imapd-2.2.4.tar.gz +41396dfe38c3c9f80de98ea53e6d55aa src/cvs-1.12.9.tar.bz2 +ad8e3ca17b04a38c934f8c7a80c8adec src/cyrus-imapd-2.2.5.tar.gz 1eafae95f0289c10f187d8b2bc4032cf src/cyrus-sasl-2.1.18.tar.gz c3effff791f4f1386d00a6a68722a688 src/daemontools-0.76.errno.patch.bz2 0b4c4417aa149c4523a071647ad6778f src/daemontools-0.76.tar.gz @@ -70,7 +70,7 @@ 847918a08443aac122205c122d5c3f98 src/e100-2.3.33.tar.gz 2e8ffe07741aa30a59dab59d1be0dcec src/e1000-5.2.22.tar.gz 8d25ffd60d405ef32d341704a2323807 src/e2fsprogs-1.35.tar.gz -d2d94f396132e34417fa1b26bcde7287 src/eagle-usb-1.9.6.tar.bz2 +2545f60f436a511039456b385a5987b0 src/eagle-usb-1.9.8.tar.bz2 4f7f3d675396366caaf0f3931fb20216 src/ebtables-brnf-6_vs_2.4.26.diff.gz c4559af2366c764c6c42a3fdd40d60d3 src/ebtables-v2.0.6.tar.gz 29f494c6e25f47c639f8a20bd134f296 src/et_dyn.tar.gz @@ -102,7 +102,7 @@ 894b8969cfbdf787c73e139782167607 src/glibc-linuxthreads-2.3.2.tar.bz2 60bd8402892f120f77727c0ef8f6ffda src/glibc-patches.tar.bz2 ed39b34dd14014cc504840776af5ba10 src/gmp-4.1.2.tar.bz2 -cdef1c436e0abe729a5f079a363e0ed4 src/gnugk-2.0.6.tgz +770309df3d631d6c94dfb3a95a9be25e src/gnugk-2.0.8.tgz 16d0b575812060328f8e677b7f0047cc src/gnupg-1.2.4.tar.bz2 2c63e827d755527950d9d13fe3d87692 src/gpm-1.20.1.tar.bz2 4b1c99ec6ea415fcc75ac1b89edc90f0 src/gradm-2.0.tar.gz @@ -112,8 +112,7 @@ 0b69ba51545ce9b9bb2f3274d62346c5 src/grsecurity-2.0-2.6.5.patch.bz2 b5aa755f4e2b3f3c54116ba3887c0393 src/grsecurity-kernel-vhz1.patch.bz2 6ea0ee97ca7206b3ac45d55eab0d6e42 src/grsecurity-kernel-vhz2.patch.bz2 -299672a99cf59656e653d8ffd7851b56 src/grub-0.94.tar.gz -2fd1afd39ab17dcf88b6eae84ee4e1e3 src/grub_0.93+cvs20031021.orig.tar.gz +4ca8e4363d5f1980f2c63b7f5cdbe0d1 src/grub-0.95.tar.gz 3d6c191dfd2bf307014b421c12dc8469 src/gzip-1.3.5.tar.gz b3d65aa96d93fc08bc807fd1d9497c21 src/hdparm-5.5.tar.gz b31e3f91c76fe006d2af94a868445293 src/heartbeat-1.2.0.tar.gz @@ -126,7 +125,7 @@ 65eaddfd8eb8e3f7a2b4fc4f99a080dd src/ht-20040525-0.96.5-bgp-md5.patch.bz2 24a53cbaf5fa312145e599d256d81403 src/htb3.6_tc.diff 275d3d37eed1b070f333d3618f7d1954 src/httpd-2.0.49.tar.gz -fd775affb44dd65c85a5d330bebed107 src/i2c-2.8.4.tar.gz +0ffdfd9f7582aea05cec592948007347 src/i2c-2.8.7.tar.gz 0cd6740d0d14806a400f23e09835ca90 src/ians-2.3.63b.tar.gz 0d246d868f20d8c441d235b77c940676 src/imap-2002e.tar.Z 30ed19d5465d7e8472112cde0edc89ce src/insserv-1.00.2.tar.bz2 @@ -182,7 +181,7 @@ 0e6a19072c9b193b71aaac3668fdb09b src/linux-2.6.3-protector-1.patch.bz2 9a76bf64c1151369b250f967d83077aa src/linux-2.6.5.tar.bz2 0672ccd871def6842814c2d9d8c0689a src/linux-wlan-ng-0.2.1-pre16.tar.gz -baa836e7b31eeb991b105008ab7458a4 src/lm_sensors-2.8.6.tar.gz +64b4a4f547b2e1eab8a574d871867ca5 src/lm_sensors-2.8.7.tar.gz 9ec24a9f2cf588b348adf1a1381af8a4 src/loadlin16c-devil.tar.bz2 85e61b2b5774cd836ff03c3341e96ea4 src/logrotate-3.6.6-conf.dif.bz2 6ee90bd5e8979c058ed0587fc1892caf src/logrotate-3.6.6-dateext.dif.bz2 @@ -190,7 +189,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 -6150f021f8ff24d5fc8933788a7f5862 src/loop-AES-v2.0g.tar.bz2 +456652609ed0af2e85a8c186572a04f6 src/loop-AES-v2.1b.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 @@ -201,7 +200,7 @@ 7e2d47fb1c3176812e8fd03572e52c92 src/man-pages-1.65.tar.bz2 70804dc9e2049e24f294ff7090a82a12 src/mc-4.6.0.tar.gz 3c7d6b3ca73ef12136746a8d06fc27a8 src/mcrypt-2.6.3.tar.gz -765286c4a22e36b70ce2f817f0c4647c src/mdadm-1.5.0.tgz +1eb2d3d7721b121e8bb370e26df11ef0 src/mdadm-1.6.0.tar.bz2 6c43d4aba3fdfa135c462a02b3ae5b39 src/memtest86-3.1a.tar.gz 4b80c418bc58add3e40de3be0ac6c02a src/mgetty1.1.30-Dec16.tar.gz 8ade81ae33ccbf75e096c1baeecfd153 src/mhash-0.9.1.tar.gz @@ -295,7 +294,7 @@ c4867d72c41564318e0107745eb7a0f2 src/setserial-2.17.tar.gz 876cfee9949b72d58e28b261b9d84059 src/sg3_utils-1.06.tgz 4fa404ebb4e29828232b3c9a2abddefd src/shadow-4.0.3.tar.bz2 -8c3bb47cdf46c96a6c46465e9b34296c src/shfs-0.34.tar.gz +016f49d71bc32eee2b5d11fc1600cfbe src/shfs-0.35.tar.gz 9f142caae41535f543c858d0dd854986 src/shorewall-2.0.1.tgz fc2cb32e926b25afa24f450f9a48fbb1 src/smartmontools-5.26.tar.gz f01ae080f1571fd3e8d282dcae51f528 src/snort-2.1.2.tar.gz @@ -313,7 +312,7 @@ ec1d44df8ced4ef2876a5aeae00a7f15 src/syslinux-no_exe.patch.bz2 4befd061adbe33df0cd187faa0372e12 src/syslinux-no_memdisk.patch.bz2 ef6121a305a4f6f6208d909ca41e6624 src/syslog-ng-1.6.4.tar.gz -07f1687e8e4366fd89861a72210e489f src/sysstat-5.0.4.tar.bz2 +5fbe915c32761f28e7af27a7f956f7f2 src/sysstat-5.0.5.tar.bz2 8a2d8f1ed5a2909da04132fefa44905e src/sysvinit-2.85.tar.gz fdfffdd8141a00ea72c16c34b486a00a src/tar-1.13.92.tar.bz2 eec4e5d6cda55464970a3157eb3bc534 src/tcp_wrappers_7.6.diff.gz @@ -343,7 +342,7 @@ 5fa39c3d8761b48732be137a06853c64 src/util-linux-2.12a.tar.gz a6e98f81c3fc129b8343f4d90ee0e8af src/vhz-j64-2.4.23.patch.bz2 b4ca2f8b2f3bc1f0edfe7499ef4cd042 src/vhz-param.patch.bz2 -c49d360bbd069d00e2a57804f2a123d9 src/vim-6.2.tar.bz2 +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 |
From: Bruce S. <bl...@us...> - 2004-06-14 19:11:27
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7091 Modified Files: CHANGES md5sum.lst Log Message: updated lftp to 3.0.6 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.812 retrieving revision 1.813 diff -u -d -r1.812 -r1.813 --- CHANGES 11 Jun 2004 14:27:13 -0000 1.812 +++ CHANGES 14 Jun 2004 19:11:14 -0000 1.813 @@ -33,6 +33,7 @@ - updated pax patch for kernel 2.6.6 1.2b1 +- updated lftp to 3.0.6 (bs) - updated lftp to 3.0.5 (bs) - security patch for squid NTLM module (bs) - install-on-usb now uses syslinux which requires mtools to be installed Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.107 retrieving revision 1.108 diff -u -d -r1.107 -r1.108 --- md5sum.lst 11 Jun 2004 14:27:13 -0000 1.107 +++ md5sum.lst 14 Jun 2004 19:11:14 -0000 1.108 @@ -156,7 +156,7 @@ 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz fabbc58e9118570c1f57ae90743e4859 src/lcd4linux-0.9.11.tar.gz 40c2dd4ac137b61b6a55a6478817daf4 src/less-381.tar.gz -f8283b4a7f23c39167bbc127637e869e src/lftp-3.0.5.tar.bz2 +db6cb85639ff8c0c33406c272563ffa3 src/lftp-3.0.6.tar.bz2 5aa3b0d29b27b7a3e1d80962c94f54cb src/lha_1.14i-5.diff.gz 10410742b0169f3357ef9a3f0f032037 src/lha_1.14i.orig.tar.gz 0749d05f4cc14daaf20af9e40fd6a2f0 src/libdvdcss-1.2.8.tar.bz2 |
From: Bruce S. <bl...@us...> - 2004-06-14 19:11:02
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6669 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: updated lftp to 3.0.6 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.2 retrieving revision 1.807.2.3 diff -u -d -r1.807.2.2 -r1.807.2.3 --- CHANGES 11 Jun 2004 14:27:32 -0000 1.807.2.2 +++ CHANGES 14 Jun 2004 19:10:45 -0000 1.807.2.3 @@ -22,6 +22,7 @@ # 1.2b1 +- updated lftp to 3.0.6 (bs) - updated lftp to 3.0.5 (bs) - security patch for squid NTLM module (bs) - install-on-usb now uses syslinux which requires mtools to be installed Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.2 retrieving revision 1.102.2.3 diff -u -d -r1.102.2.2 -r1.102.2.3 --- md5sum.lst 11 Jun 2004 14:27:32 -0000 1.102.2.2 +++ md5sum.lst 14 Jun 2004 19:10:46 -0000 1.102.2.3 @@ -156,7 +156,7 @@ 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz fabbc58e9118570c1f57ae90743e4859 src/lcd4linux-0.9.11.tar.gz 40c2dd4ac137b61b6a55a6478817daf4 src/less-381.tar.gz -f8283b4a7f23c39167bbc127637e869e src/lftp-3.0.5.tar.bz2 +db6cb85639ff8c0c33406c272563ffa3 src/lftp-3.0.6.tar.bz2 5aa3b0d29b27b7a3e1d80962c94f54cb src/lha_1.14i-5.diff.gz 10410742b0169f3357ef9a3f0f032037 src/lha_1.14i.orig.tar.gz 0749d05f4cc14daaf20af9e40fd6a2f0 src/libdvdcss-1.2.8.tar.bz2 |
From: Bruce S. <bl...@us...> - 2004-06-11 14:27:59
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24115 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: updated lftp to 3.0.5 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.1 retrieving revision 1.807.2.2 diff -u -d -r1.807.2.1 -r1.807.2.2 --- CHANGES 11 Jun 2004 14:03:33 -0000 1.807.2.1 +++ CHANGES 11 Jun 2004 14:27:32 -0000 1.807.2.2 @@ -22,6 +22,7 @@ # 1.2b1 +- updated lftp to 3.0.5 (bs) - security patch for squid NTLM module (bs) - install-on-usb now uses syslinux which requires mtools to be installed - updated heimdal to v0.6.2 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.1 retrieving revision 1.102.2.2 diff -u -d -r1.102.2.1 -r1.102.2.2 --- md5sum.lst 11 Jun 2004 13:13:55 -0000 1.102.2.1 +++ md5sum.lst 11 Jun 2004 14:27:32 -0000 1.102.2.2 @@ -156,7 +156,7 @@ 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz fabbc58e9118570c1f57ae90743e4859 src/lcd4linux-0.9.11.tar.gz 40c2dd4ac137b61b6a55a6478817daf4 src/less-381.tar.gz -382a08fed9f7396971996ad1ba12aefb src/lftp-3.0.4.tar.bz2 +f8283b4a7f23c39167bbc127637e869e src/lftp-3.0.5.tar.bz2 5aa3b0d29b27b7a3e1d80962c94f54cb src/lha_1.14i-5.diff.gz 10410742b0169f3357ef9a3f0f032037 src/lha_1.14i.orig.tar.gz 0749d05f4cc14daaf20af9e40fd6a2f0 src/libdvdcss-1.2.8.tar.bz2 |
From: Bruce S. <bl...@us...> - 2004-06-11 14:27:22
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23937 Modified Files: CHANGES md5sum.lst Log Message: updated lftp to 3.0.5 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.811 retrieving revision 1.812 diff -u -d -r1.811 -r1.812 --- CHANGES 11 Jun 2004 14:04:11 -0000 1.811 +++ CHANGES 11 Jun 2004 14:27:13 -0000 1.812 @@ -33,6 +33,7 @@ - updated pax patch for kernel 2.6.6 1.2b1 +- updated lftp to 3.0.5 (bs) - security patch for squid NTLM module (bs) - install-on-usb now uses syslinux which requires mtools to be installed - updated heimdal to v0.6.2 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.106 retrieving revision 1.107 diff -u -d -r1.106 -r1.107 --- md5sum.lst 11 Jun 2004 13:12:15 -0000 1.106 +++ md5sum.lst 11 Jun 2004 14:27:13 -0000 1.107 @@ -156,7 +156,7 @@ 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz fabbc58e9118570c1f57ae90743e4859 src/lcd4linux-0.9.11.tar.gz 40c2dd4ac137b61b6a55a6478817daf4 src/less-381.tar.gz -382a08fed9f7396971996ad1ba12aefb src/lftp-3.0.4.tar.bz2 +f8283b4a7f23c39167bbc127637e869e src/lftp-3.0.5.tar.bz2 5aa3b0d29b27b7a3e1d80962c94f54cb src/lha_1.14i-5.diff.gz 10410742b0169f3357ef9a3f0f032037 src/lha_1.14i.orig.tar.gz 0749d05f4cc14daaf20af9e40fd6a2f0 src/libdvdcss-1.2.8.tar.bz2 |
From: Bruce S. <bl...@us...> - 2004-06-11 14:04:28
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4735 Modified Files: CHANGES Log Message: security patch for squid NTLM module Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.810 retrieving revision 1.811 diff -u -d -r1.810 -r1.811 --- CHANGES 7 Jun 2004 03:11:34 -0000 1.810 +++ CHANGES 11 Jun 2004 14:04:11 -0000 1.811 @@ -33,6 +33,7 @@ - updated pax patch for kernel 2.6.6 1.2b1 +- security patch for squid NTLM module (bs) - install-on-usb now uses syslinux which requires mtools to be installed - updated heimdal to v0.6.2 - updated shfs to v0.34 |
From: Bruce S. <bl...@us...> - 2004-06-11 14:04:21
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4735/scripts Modified Files: squid Log Message: security patch for squid NTLM module Index: squid =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/squid,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- squid 27 Mar 2004 17:42:20 -0000 1.17 +++ squid 11 Jun 2004 14:04:12 -0000 1.18 @@ -29,11 +29,14 @@ case $1 in build ) if [ "$CONFIG_SQUID" = "y" ]; then - if [ ! -f .yp-patch.done ]; then + if [ ! -f .patches.done ]; then pushd helpers/basic_auth/YP/ > /dev/null bzcat $DL_DIR/src/yp_auth.patch.bz2 | patch || exit 1 popd > /dev/null - touch .yp-patch.done + pushd helpers/ntlm_auth/SMB > /dev/null + bzcat $DL_DIR/src/squid-libntlmssp.c.patch.bz2 | patch || exit 1 + popd > /dev/null + touch .patches.done fi if [ "$CONFIG_LDAP" = "y" ]; then AUTH_HELPERS="${AUTH_HELPERS} LDAP" |
From: Bruce S. <bl...@us...> - 2004-06-11 14:03:44
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4133/scripts Modified Files: Tag: rel-1-2-patches squid Log Message: security patch for squid NTLM module Index: squid =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/squid,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -u -d -r1.17 -r1.17.2.1 --- squid 27 Mar 2004 17:42:20 -0000 1.17 +++ squid 11 Jun 2004 14:03:33 -0000 1.17.2.1 @@ -29,11 +29,14 @@ case $1 in build ) if [ "$CONFIG_SQUID" = "y" ]; then - if [ ! -f .yp-patch.done ]; then + if [ ! -f .patches.done ]; then pushd helpers/basic_auth/YP/ > /dev/null bzcat $DL_DIR/src/yp_auth.patch.bz2 | patch || exit 1 popd > /dev/null - touch .yp-patch.done + pushd helpers/ntlm_auth/SMB > /dev/null + bzcat $DL_DIR/src/squid-libntlmssp.c.patch.bz2 | patch || exit 1 + popd > /dev/null + touch .patches.done fi if [ "$CONFIG_LDAP" = "y" ]; then AUTH_HELPERS="${AUTH_HELPERS} LDAP" |
From: Bruce S. <bl...@us...> - 2004-06-11 14:03:42
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4133 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: security patch for squid NTLM module Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807 retrieving revision 1.807.2.1 diff -u -d -r1.807 -r1.807.2.1 --- CHANGES 31 May 2004 14:23:20 -0000 1.807 +++ CHANGES 11 Jun 2004 14:03:33 -0000 1.807.2.1 @@ -22,6 +22,7 @@ # 1.2b1 +- security patch for squid NTLM module (bs) - install-on-usb now uses syslinux which requires mtools to be installed - updated heimdal to v0.6.2 - updated shfs to v0.34 |
From: Bruce S. <bl...@us...> - 2004-06-11 13:14:15
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26893 Modified Files: Tag: rel-1-2-patches md5sum.lst Log Message: Add squid security patch. Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102 retrieving revision 1.102.2.1 diff -u -d -r1.102 -r1.102.2.1 --- md5sum.lst 31 May 2004 13:28:01 -0000 1.102 +++ md5sum.lst 11 Jun 2004 13:13:55 -0000 1.102.2.1 @@ -300,6 +300,7 @@ fc2cb32e926b25afa24f450f9a48fbb1 src/smartmontools-5.26.tar.gz f01ae080f1571fd3e8d282dcae51f528 src/snort-2.1.2.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 617b83cda02eee31562c467ac7289580 src/squidguard-blacklist.tar.bz2 3f64c431a2585e04b9a2e1e958a8b68c src/squidguard_1.2.0-5.diff.gz |
From: Bruce S. <bl...@us...> - 2004-06-11 13:12:27
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25609 Modified Files: md5sum.lst Log Message: Add squid security patch. Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.105 retrieving revision 1.106 diff -u -d -r1.105 -r1.106 --- md5sum.lst 7 Jun 2004 03:11:34 -0000 1.105 +++ md5sum.lst 11 Jun 2004 13:12:15 -0000 1.106 @@ -300,6 +300,7 @@ fc2cb32e926b25afa24f450f9a48fbb1 src/smartmontools-5.26.tar.gz f01ae080f1571fd3e8d282dcae51f528 src/snort-2.1.2.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 617b83cda02eee31562c467ac7289580 src/squidguard-blacklist.tar.bz2 3f64c431a2585e04b9a2e1e958a8b68c src/squidguard_1.2.0-5.diff.gz |
From: Heiko Z. <smi...@us...> - 2004-06-08 00:54:01
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26727/scripts/config Modified Files: copy_base.lst Log Message: we don't need this anymore, bash install it's own version Index: copy_base.lst =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/copy_base.lst,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- copy_base.lst 20 Dec 2003 01:39:46 -0000 1.37 +++ copy_base.lst 8 Jun 2004 00:53:52 -0000 1.38 @@ -6,5 +6,3 @@ # # this is a list of files, which have to be copied to the base system -/bin/bash $CDDIR/bin -/bin/sh $CDDIR/bin |