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: <smi...@us...> - 2004-02-29 15:52:28
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22564/scripts Modified Files: shorewall Log Message: updated shorewall Index: shorewall =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shorewall,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- shorewall 11 Jan 2004 14:43:05 -0000 1.4 +++ shorewall 29 Feb 2004 15:34:18 -0000 1.5 @@ -48,8 +48,10 @@ copy_files $WORKDIR/tmp/etc/shorewall $ETCDIR/etc || exit 1 # Copy the shorewall documentation onto the cd - mkdir -p $MY_DOCDIR - cp -pr documentation/* $MY_DOCDIR || exit 1 + # never versions don't seem to have the documentation included anymore + # but we leave the lines in here, just in case they change their mind again + #mkdir -p $MY_DOCDIR + #cp -pr documentation/* $MY_DOCDIR || exit 1 # Copy our own startup script into /etc/init.d cp $MYDIR/scripts/shorewall $ETCDIR/etc/init.d/ |
From: <smi...@us...> - 2004-02-29 15:52:28
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22564 Modified Files: CHANGES md5sum.lst Log Message: updated shorewall Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.703 retrieving revision 1.704 diff -u -d -r1.703 -r1.704 --- CHANGES 28 Feb 2004 16:15:23 -0000 1.703 +++ CHANGES 29 Feb 2004 15:34:18 -0000 1.704 @@ -22,6 +22,7 @@ # 1.1.3 +- updated shorewall to v1.4.10c - created missing symlinks /usr/bin/env and /usr/bin/python - updated libnet to 1.1.2-rc05 - updated libxslt to 1.1.3 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- md5sum.lst 26 Feb 2004 14:00:10 -0000 1.23 +++ md5sum.lst 29 Feb 2004 15:34:18 -0000 1.24 @@ -272,7 +272,7 @@ c4867d72c41564318e0107745eb7a0f2 src/setserial-2.17.tar.gz 5976a0c34de67c911770fc033d29005a src/sg3_utils-1.04.tgz 4fa404ebb4e29828232b3c9a2abddefd src/shadow-4.0.3.tar.bz2 -d8034cea29239d0188e8574b660afb35 src/shorewall-1.4.8.tgz +58106a8953f773c9a7523a7014e62a5f src/shorewall-1.4.10c.tgz fc2cb32e926b25afa24f450f9a48fbb1 src/smartmontools-5.26.tar.gz 1da6d683d18b39a72a3c277e8deffc69 src/snort-2.1.0.tar.gz 9894a1fe855b0cccdc14fbf014060990 src/squid-2.5.STABLE4.tar.bz2 |
From: <smi...@us...> - 2004-02-28 16:32:52
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5422/scripts Modified Files: Python coreutils Log Message: corrected missing symlinks for python and env Index: Python =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/Python,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Python 1 Feb 2004 15:04:23 -0000 1.19 +++ Python 28 Feb 2004 16:15:24 -0000 1.20 @@ -39,8 +39,8 @@ strip_debug # we need to install it, because Python-LDAP needs it make install || exit 1 - ln -sf python2.3 $WORKDIR/Python-install/usr/bin/python - ln -sf python2.3 $WORKDIR/Python-install/usr/bin/python2 + ln -sf python2.3 $WORKDIR/Python-install/usr/bin/python || exit 1 + ln -sf python2.3 $WORKDIR/Python-install/usr/bin/python2 || exit 1 mkdir -p $WORKDIR/Python-install/usr/share mv $WORKDIR/Python-install/usr/man $WORKDIR/Python-install/usr/share cp -dpR $WORKDIR/Python-install/* / || exit 1 @@ -53,7 +53,6 @@ rm -rf $WORKDIR/Python-install/usr/include || exit 1 find $WORKDIR/Python-install/usr/ -name *.pyc | xargs rm find $WORKDIR/Python-install/usr/ -name *.pyo | xargs rm - rm $WORKDIR/Python-install/usr/bin/python copy_files $WORKDIR/Python-install/usr $CDDIR || exit 1 fi ;; Index: coreutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/coreutils,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- coreutils 11 Jan 2004 14:43:04 -0000 1.7 +++ coreutils 28 Feb 2004 16:15:24 -0000 1.8 @@ -41,11 +41,13 @@ install ) rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp/bin || exit 1 + mkdir -p $WORKDIR/tmp/usr/bin || exit 1 make DESTDIR=$WORKDIR/tmp install || exit 1 rm $WORKDIR/tmp/bin/su #rm $WORKDIR/tmp/bin/hostname copy_docs $WORKDIR/tmp ln -sf test $WORKDIR/tmp/bin/[ + ln -sf /bin/env $WORKDIR/tmp/usr/bin/env cp -dpR $WORKDIR/tmp/* $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit ;; |
From: <smi...@us...> - 2004-02-28 16:32:48
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5422 Modified Files: CHANGES Log Message: corrected missing symlinks for python and env Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.702 retrieving revision 1.703 diff -u -d -r1.702 -r1.703 --- CHANGES 26 Feb 2004 14:00:10 -0000 1.702 +++ CHANGES 28 Feb 2004 16:15:23 -0000 1.703 @@ -22,6 +22,7 @@ # 1.1.3 +- created missing symlinks /usr/bin/env and /usr/bin/python - updated libnet to 1.1.2-rc05 - updated libxslt to 1.1.3 - increased version number |
From: <smi...@us...> - 2004-02-28 15:55:04
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30146/scripts Modified Files: poptop Log Message: use correct file name for options.pptp Index: poptop =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/poptop,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- poptop 19 Jan 2004 23:40:32 -0000 1.3 +++ poptop 28 Feb 2004 15:37:40 -0000 1.4 @@ -43,6 +43,7 @@ mkdir -p $DOCDIR/pptpd || exit 1 cp -dp ./html/* $DOCDIR/pptpd copy_files $WORKDIR/tmp/usr $CDDIR || exit 1 + replace_str ./samples/pptpd.conf "#option /etc/ppp/options.pptpd" "option /etc/ppp/options.pptp" cp -p ./samples/pptpd.conf $ETCDIR/etc || exit 1 cp -p $MYDIR/scripts/options.pptp $ETCDIR/etc/ppp/options.pptp || exit 1 cp $MYDIR/scripts/pptpd $ETCDIR/etc/init.d/ |
From: <smi...@us...> - 2004-02-26 14:15:58
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31219/scripts Modified Files: Libnet Log Message: updated libnet and libxslt to latest versions Index: Libnet =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/Libnet,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Libnet 11 Jan 2004 14:43:04 -0000 1.7 +++ Libnet 26 Feb 2004 14:00:10 -0000 1.8 @@ -25,6 +25,7 @@ case $1 in build ) + cd $(find_src_dir libnet) || exit 1 ./configure --prefix=/usr --localstatedir=/var || exit 1 make $PMAKE all || exit 1 strip_debug |
From: <smi...@us...> - 2004-02-26 14:15:57
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31219 Modified Files: CHANGES md5sum.lst Log Message: updated libnet and libxslt to latest versions Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.701 retrieving revision 1.702 diff -u -d -r1.701 -r1.702 --- CHANGES 25 Feb 2004 20:44:39 -0000 1.701 +++ CHANGES 26 Feb 2004 14:00:10 -0000 1.702 @@ -22,6 +22,8 @@ # 1.1.3 +- updated libnet to 1.1.2-rc05 +- updated libxslt to 1.1.3 - increased version number 1.1.2 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- md5sum.lst 25 Feb 2004 20:10:09 -0000 1.22 +++ md5sum.lst 26 Feb 2004 14:00:10 -0000 1.23 @@ -150,7 +150,7 @@ 0c99a05e0c3c153bac1c960f78711155 src/libiconv-1.9.1.tar.gz 2e4487cdf922a6da2546bad74f643205 src/libmad-0.15.0b.tar.gz 1536fa470cb2c590c924a1249344ef6a src/libmcrypt-2.5.4.tar.gz -b46e650d9d0e7ad5ef9439c7cd281922 src/libnet-1.1.0.tar.gz +4de01e7c361da840b2f4013fcb49a17f src/libnet-1.1.2-rc-05.tar.gz b66e21769e21ac9b953cbafe517630fd src/libol-0.3.13.tar.gz f03f588e1f0ba783004d76f60507cebd src/libpcap-0.8.1.tar.gz 3fc28af730f12ace49b14568de4ad934 src/libpng-1.2.5.tar.bz2 @@ -159,7 +159,7 @@ db66ba05502f533ad0cfd84dc0e03bd5 src/libtool-1.5.2.tar.gz 75655870fb7bb661e6fbd57cbfe81bb2 src/libusb-0.1.8.tar.gz 7ff44001fb010f8370d417b89a2a9150 src/libxml2-2.6.6.tar.gz -79a2c5307812e813e14f18b6fef9ca87 src/libxslt-1.1.0.tar.gz +34458c4c5121993e48a0384832ded367 src/libxslt-1.1.3.tar.gz 3f7a440d198af6715aa3e5b7310e08ef src/lilo-22.5.8.tar.gz e6d8a38a304d76c7074a4da12dacc15f src/linux-2.4.23-protector-1.patch.bz2 5fc8e9f43fa44ac29ddf9a9980af57d8 src/linux-2.4.25.tar.bz2 |
From: <smi...@us...> - 2004-02-26 02:57:01
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7378/scripts Modified Files: setfiledates Log Message: DL_DEVICE didn't exist when we looked for it set filedate for module.dep to 2015 Index: setfiledates =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/setfiledates,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- setfiledates 18 Feb 2004 02:33:48 -0000 1.7 +++ setfiledates 26 Feb 2004 02:41:32 -0000 1.8 @@ -28,8 +28,8 @@ install ) find $ISODIR -exec touch -c -t 198001010101.01 \{\} \; find $ETCDIR -exec touch -c -t 198001010101.01 \{\} \; - touch -c -t 203001010101.01 $CDDIR/lib/modules/$KERNELVERSION/modules.*; - touch -c -t 203001010101.01 $INITRDDIR/lib/modules/$KERNELVERSION/modules.*; + touch -c -t 201501010101.01 $CDDIR/lib/modules/$KERNELVERSION/modules.*; + touch -c -t 201501010101.01 $INITRDDIR/lib/modules/$KERNELVERSION/modules.*; ;; * ) |
From: <smi...@us...> - 2004-02-26 02:57:00
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7378/config/etc/initrd Modified Files: linuxrc Log Message: DL_DEVICE didn't exist when we looked for it set filedate for module.dep to 2015 Index: linuxrc =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/linuxrc,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- linuxrc 15 Feb 2004 17:49:09 -0000 1.62 +++ linuxrc 26 Feb 2004 02:41:31 -0000 1.63 @@ -150,8 +150,6 @@ done unset ANS RET -DL_DEVICE=$(cat /shm/DL_DEVICE) -export DL_DEVICE export DL_CONFIG_SOURCE mkdir -p /shm/root @@ -171,6 +169,9 @@ /mount_cdrom /cdrom fi +DL_DEVICE=$(cat /shm/DL_DEVICE) +export DL_DEVICE + if [ -f /cdrom/config/pubring.gpg ]; then $YELLOW echo "checking PGP signature of configuration" |
From: <smi...@us...> - 2004-02-25 20:59:54
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26687/scripts/config Modified Files: VERSION Log Message: increased version number Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- VERSION 4 Jan 2004 16:54:02 -0000 1.11 +++ VERSION 25 Feb 2004 20:44:40 -0000 1.12 @@ -1 +1 @@ -1.1.2 +1.1.3 |
From: <smi...@us...> - 2004-02-25 20:59:53
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26687 Modified Files: CHANGES Log Message: increased version number Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.700 retrieving revision 1.701 diff -u -d -r1.700 -r1.701 --- CHANGES 25 Feb 2004 20:10:08 -0000 1.700 +++ CHANGES 25 Feb 2004 20:44:39 -0000 1.701 @@ -21,6 +21,9 @@ # # +1.1.3 +- increased version number + 1.1.2 - updated libusb v0.1.8 - updated openssh v3.8p1 |
From: <smi...@us...> - 2004-02-25 20:25:37
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16623/scripts Modified Files: openssh patch-o-matic Log Message: updates updates updates Index: openssh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/openssh,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- openssh 11 Jan 2004 14:43:04 -0000 1.27 +++ openssh 25 Feb 2004 20:10:09 -0000 1.28 @@ -37,14 +37,19 @@ install ) if [ "$CONFIG_OPENSSH" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 - mkdir -p $WORKDIR/tmp || exit 1 + mkdir -p $WORKDIR/tmp/etc/init.d || exit 1 + + groupadd -g 110 sshd || exit 1 + useradd -g 110 -u 110 -c "sshd privsep" -d /var/empty -s /bin/false sshd || exit 1 + + # workaround + make install || exit 1 + make install DESTDIR=$WORKDIR/tmp || exit 1 copy_docs $WORKDIR/tmp rm -rf $WORKDIR/tmp/usr/share || exit 1 copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 copy_files $WORKDIR/tmp/etc $ETCDIR/ || exit 1 - groupadd -g 110 sshd || exit 1 - useradd -g 110 -u 110 -c "sshd privsep" -d /var/empty -s /bin/false sshd || exit 1 cp $MYDIR/scripts/sshd $ETCDIR/etc/init.d || exit 1 rm -rf $WORKDIR/tmp || exit 1 Index: patch-o-matic =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/patch-o-matic,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- patch-o-matic 16 Jan 2004 01:47:55 -0000 1.12 +++ patch-o-matic 25 Feb 2004 20:10:09 -0000 1.13 @@ -23,20 +23,21 @@ # source functions and config source $MYDIR/settings - case $1 in build ) echo "no extra patches" > $WORKDIR/netfilter.patches.lst if [ "$CONFIG_NF_PENDING" = "y" ]; then export KERNEL_DIR=$KERNELDIR - ./runme --batch submitted || exit 1 - ./runme --batch pending || exit 1 - ./runme --batch optimizations || exit 1 + NETFILTERDIR=$(find_src_dir iptables) + export NETFILTERDIR + ./runme --batch submitted + ./runme --batch pending + ./runme --batch optimizations if [ "$CONFIG_NF_BASE" = "y" ]; then ./runme --batch base fi if [ "$CONFIG_NF_EXTRA" = "y" ]; then - ./runme --batch $(sed -e "/^$/d" -e "/^ \+$/d" -e "/^ \+$/d" -e "/^#/d" $MYDIR/config/config-netfilter-extra) || exit 1 + ./runme --batch $(sed -e "/^$/d" -e "/^ \+$/d" -e "/^ \+$/d" -e "/^#/d" $MYDIR/config/config-netfilter-extra) fi for CFG in $( grep tristate $KERNELDIR/net/ipv4/netfilter/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do set_kernel_option $CFG m |
From: <smi...@us...> - 2004-02-25 20:25:37
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16623 Modified Files: CHANGES md5sum.lst Log Message: updates updates updates Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.699 retrieving revision 1.700 diff -u -d -r1.699 -r1.700 --- CHANGES 24 Feb 2004 12:52:48 -0000 1.699 +++ CHANGES 25 Feb 2004 20:10:08 -0000 1.700 @@ -22,6 +22,9 @@ # 1.1.2 +- updated libusb v0.1.8 +- updated openssh v3.8p1 +- updated patch-o-matic v20040224 - updated ebtables patch to v5 - updated kernel to v2.6.3 - enabled QLogic ISP2300 host adapter family support as module Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- md5sum.lst 24 Feb 2004 12:52:48 -0000 1.21 +++ md5sum.lst 25 Feb 2004 20:10:09 -0000 1.22 @@ -157,7 +157,7 @@ 6b7b6e6df84d4afb469ccc66d04fc24d src/libsafe-2.0-16.tgz 3c37ef02a3aa248e30f4bf1613e3f597 src/libstdc++-compat.tar.bz2 db66ba05502f533ad0cfd84dc0e03bd5 src/libtool-1.5.2.tar.gz -4c7abee86d8715bccb43428a500d2170 src/libusb-0.1.7.tar.gz +75655870fb7bb661e6fbd57cbfe81bb2 src/libusb-0.1.8.tar.gz 7ff44001fb010f8370d417b89a2a9150 src/libxml2-2.6.6.tar.gz 79a2c5307812e813e14f18b6fef9ca87 src/libxslt-1.1.0.tar.gz 3f7a440d198af6715aa3e5b7310e08ef src/lilo-22.5.8.tar.gz @@ -210,13 +210,13 @@ cf1c017496b066b45ffe3d7a303fd6ad src/oidentd-2.0.7.tar.gz 15f0b12b60769d03eca9e498050776f3 src/openh323_1.12.2.tar.gz 4979f29e45af51449627df6205468a77 src/openldap-2.2.4.tgz -61cf5b059938718308836d00f6764a94 src/openssh-3.7.1p2.tar.gz +7861a4c0841ab69a6eec5c747daff6fb src/openssh-3.8p1.tar.gz c54fb36218adaaaba01ef733cd88c8ec src/openssl-0.9.7c.tar.gz 55d7ce958bb2ccf3d3204d1350c27179 src/openvpn-1.5.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz -b5f287995cec68fe73cbe26477830353 src/patch-o-matic-20040110.tar.bz2 +a4e62a2e2088b2cf7fec192aa90b859c src/patch-o-matic-20040224.tar.bz2 733cca4589216f7f51002c471e4dfa79 src/pax-linux-2.4.25-200402192035.patch.bz2 51212608c6439ed011762aeb87403055 src/pax-linux-2.6.3-200402192035.patch.bz2 f2ce8d9a553ad6511e6bc1169420614d src/pci.ids.bz2 |
From: <smi...@us...> - 2004-02-24 17:53:00
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4636/scripts/config Modified Files: config_grsecurity Log Message: fixed parameters Index: config_grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_grsecurity,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- config_grsecurity 24 Feb 2004 03:17:58 -0000 1.10 +++ config_grsecurity 24 Feb 2004 17:38:38 -0000 1.11 @@ -70,4 +70,6 @@ CONFIG_GRKERNSEC_PAX_SOFTMODE=n CONFIG_GRKERNSEC_PAX_EI_PAX=y CONFIG_GRKERNSEC_PAX_PT_PAX_FLAGS=n -CONFIG_GRKERNSEC_PAX_NO_ACL_FLAGS=none +CONFIG_GRKERNSEC_PAX_NO_ACL_FLAGS=y +# CONFIG_GRKERNSEC_PAX_HAVE_ACL_FLAGS is not set +# CONFIG_GRKERNSEC_PAX_HOOK_ACL_FLAGS is not set |
From: <smi...@us...> - 2004-02-24 13:07:00
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4601 Modified Files: CHANGES md5sum.lst Log Message: updated ebtables patch Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.698 retrieving revision 1.699 diff -u -d -r1.698 -r1.699 --- CHANGES 24 Feb 2004 03:17:57 -0000 1.698 +++ CHANGES 24 Feb 2004 12:52:48 -0000 1.699 @@ -22,6 +22,7 @@ # 1.1.2 +- updated ebtables patch to v5 - updated kernel to v2.6.3 - enabled QLogic ISP2300 host adapter family support as module - enabled QLogic ISP2322 host adapter family support as module Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- md5sum.lst 24 Feb 2004 03:17:57 -0000 1.20 +++ md5sum.lst 24 Feb 2004 12:52:48 -0000 1.21 @@ -67,7 +67,7 @@ 847918a08443aac122205c122d5c3f98 src/e100-2.3.33.tar.gz 2e8ffe07741aa30a59dab59d1be0dcec src/e1000-5.2.22.tar.gz 3279f7f3c3a7c87a75460cb1320caa8b src/e2fsprogs-1.35-WIP-1207.tar.gz -dc5db2d3629fbc664dfbd8d4dd2c209c src/ebtables-brnf-3_vs_2.4.23.diff.gz +4001205ecb11c95c269129cc6ce866f8 src/ebtables-brnf-5_vs_2.4.25.diff.gz c4559af2366c764c6c42a3fdd40d60d3 src/ebtables-v2.0.6.tar.gz 29f494c6e25f47c639f8a20bd134f296 src/et_dyn.tar.gz 88df4f73643c2e1b450674f7a5f3f970 src/ethtool-1.7.tar.gz |
From: <smi...@us...> - 2004-02-24 03:32:25
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31666 Modified Files: CHANGES md5sum.lst Log Message: updated kernels and xfs support Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.697 retrieving revision 1.698 diff -u -d -r1.697 -r1.698 --- CHANGES 24 Feb 2004 01:16:24 -0000 1.697 +++ CHANGES 24 Feb 2004 03:17:57 -0000 1.698 @@ -22,6 +22,40 @@ # 1.1.2 +- updated kernel to v2.6.3 + - enabled QLogic ISP2300 host adapter family support as module + - enabled QLogic ISP2322 host adapter family support as module + - enabled QLogic ISP6312 host adapter family support as module + - enabled QLogic ISP6322 host adapter family support as module + - enabled HFSC packet scheduler as module + - enabled NAPI RX polling for DECchip Tulip cards + - set RealTek RTL-8139 PCI Fast Ethernet Adapter Receive ring size to 32K + - enabled Atmel at76c50x chipset 802.11b support as module + - enabled Atmel at76c506 PCI cards + - enabled Atmel at76c502/at76c504 PCMCIA cards + - enabled Intel i8xx TCO Timer/Watchdog as module + - enabled Berkshire Products PCI-PC Watchdog as module + - enabled I2C sensors (as modules) + - FSC Hermes + - Genesys Logic GL518SM + - enabled XFS Security Label support +- updated attr to v2.4.14 +- updated gradm to v1.9.14 +- updated grsecurity to 1.9.14-2.4.25 + disabled softmode for now +- updated linux-2.4.25-i2c-2.8.4.patch +- updated pax to 2.6.3-200402192035 +- updated xfsprogs-2.6.3.src.tar.gz +- updated pax to 2.4.25-200402192035 + disabled softmode for now +- updated kernel to v2.4.25 + - enabled H-FSC packet scheduler as module + - enabled NatSemi SCx200 Support as module + - enabled XFS as module + - enabled Quota support + - enabled Realtime support + - enabled CIFS Unix Extensions + - enabled CAST6 (CAST-256) cipher algorithm as module - updated procps to v3.2.0 - updated samba to v3.02a - updated nano to v1.2.3 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- md5sum.lst 24 Feb 2004 01:18:06 -0000 1.19 +++ md5sum.lst 24 Feb 2004 03:17:57 -0000 1.20 @@ -13,7 +13,7 @@ f1742e00052f01a00fca881d796e6bf4 src/alsa-utils-1.0.2.tar.bz2 a5566c15dbae1f5c86a08482eb405725 src/alsaplayer-0.99.76.tar.bz2 9ecd00db892737431b0e524f3e52e19e src/arpwatch.tar.gz -3a68ebd892976e732c4fca96a62db885 src/attr-2.4.13.src.tar.gz +816543754a6c61a066fae7749fa75473 src/attr-2.4.14.src.tar.gz 1ee40f7a676b3cfdc0e3f7cd81551b5f src/autoconf-2.59.tar.bz2 7a8138b29361baec06548e6a0ac63189 src/automake-1.8.2.tar.bz2 5238251b4926d778dfe162f6ce729733 src/bash-2.05b.tar.gz @@ -98,10 +98,10 @@ ed39b34dd14014cc504840776af5ba10 src/gmp-4.1.2.tar.bz2 cdef1c436e0abe729a5f079a363e0ed4 src/gnugk-2.0.6.tgz 16d0b575812060328f8e677b7f0047cc src/gnupg-1.2.4.tar.bz2 -9e0f1fb998275b87a8f23a5da0d42523 src/gradm-1.9.13.tar.gz +64b4f00004d24eeca54ef7b6f0885ded src/gradm-1.9.14.tar.gz ddd99e2d5d4f4611357e31e97f080cf2 src/grep-2.5.1.tar.bz2 c12bf574120df33ec8c18d92703e099e src/groff-1.19.tar.gz -2f488ee8c6239ccaf1a7262fe0a6af8c src/grsecurity-1.9.13-2.4.24-fixed.patch.bz2 +a14c657b22b0af2fba894b6f09f4dab7 src/grsecurity-1.9.14-2.4.25.patch.bz2 299672a99cf59656e653d8ffd7851b56 src/grub-0.94.tar.gz 2fd1afd39ab17dcf88b6eae84ee4e1e3 src/grub_0.93+cvs20031021.orig.tar.gz 3d6c191dfd2bf307014b421c12dc8469 src/gzip-1.3.5.tar.gz @@ -137,8 +137,8 @@ c7c66cc641f53ba820f47a73c5b2377f src/joe-2.9.8.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz 7892c7010512a9bc6697a295c921da25 src/kbd-1.12.tar.gz -9a8322e93166e6f07b0c79c76e8ad846 src/kernel-patches-2.4.tar.bz2 -b57583ac49a7f6f2071ea32fb7028ace src/kernel-patches-2.6.tar.bz2 +4605fb809f074cd2d49355a0209ec924 src/kernel-patches-2.4.tar.bz2 +a06613b8d8ea794609f885a133a396ba src/kernel-patches-2.6.tar.bz2 c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz 40c2dd4ac137b61b6a55a6478817daf4 src/less-381.tar.gz @@ -162,9 +162,9 @@ 79a2c5307812e813e14f18b6fef9ca87 src/libxslt-1.1.0.tar.gz 3f7a440d198af6715aa3e5b7310e08ef src/lilo-22.5.8.tar.gz e6d8a38a304d76c7074a4da12dacc15f src/linux-2.4.23-protector-1.patch.bz2 -1e055c42921b2396a559d84df4c3d9aa src/linux-2.4.24.tar.bz2 +5fc8e9f43fa44ac29ddf9a9980af57d8 src/linux-2.4.25.tar.bz2 76f0fd61ed9a5c8857bc3e3d9d2ccfb3 src/linux-2.6.2-protector-1.patch.bz2 -2a745088acba366f22f8bd3e284a84d4 src/linux-2.6.2.tar.bz2 +6063a7e424355ec52e0cb559fb99034d src/linux-2.6.3.tar.bz2 6713c18a6025edef74dc061f9715f090 src/linux-wlan-ng-0.2.1-pre15.tar.gz e1c317d116234f3767d0bcd6817bf7a4 src/lm_sensors-2.8.4.tar.gz 9ec24a9f2cf588b348adf1a1381af8a4 src/loadlin16c-devil.tar.bz2 @@ -217,8 +217,8 @@ 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz b5f287995cec68fe73cbe26477830353 src/patch-o-matic-20040110.tar.bz2 -0c80f55ed8aec0184b28e615381bbfb4 src/pax-linux-2.4.23-200401091805.patch.bz2 -d61fe31caa805476f6b7f4efc5311083 src/pax-linux-2.6.1-200401091905.patch.bz2 +733cca4589216f7f51002c471e4dfa79 src/pax-linux-2.4.25-200402192035.patch.bz2 +51212608c6439ed011762aeb87403055 src/pax-linux-2.6.3-200402192035.patch.bz2 f2ce8d9a553ad6511e6bc1169420614d src/pci.ids.bz2 1d40f90aaae69594790bdb8ff90b4a41 src/pciutils-2.1.11.tar.gz e8498bdbe8ec2dde41fbddcf65cd900a src/pcmcia-cs-3.2.7.tar.gz @@ -329,8 +329,7 @@ a3c046086ebb951a65faa3eccd44ab48 src/wvstreams-3.70-wvresolver.patch.bz2 d62a75656feca3581f3678d17cbb880f src/wvstreams-3.70.install-libs.patch.bz2 6fd341edd65d248f92338ba9e91a2875 src/wvstreams-3.70.tar.gz -22a8b9befb458c441ea95b3f2eaba4c7 src/xfs-2.4.23-all-i386.bz2 -6a66fb80137d587e368db49649120eb5 src/xfsprogs-2.6.2.src.tar.gz +bd0f6246e8fa0e4b8f43fdb642b94d65 src/xfsprogs-2.6.3.src.tar.gz 4295b5fe12350f09b5892b363348ac8b src/xinetd-2.3.13.tar.gz 4a6792c367a3e01e4af7b07f449039e9 src/yp-tools-2.8.tar.bz2 390470ce9f41bd6929102972b9b8a1b7 src/yp_auth.patch.bz2 |
From: <smi...@us...> - 2004-02-24 03:32:24
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31666/scripts Modified Files: xfsprogs Log Message: updated kernels and xfs support Index: xfsprogs =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/xfsprogs,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- xfsprogs 26 Jan 2004 00:47:50 -0000 1.23 +++ xfsprogs 24 Feb 2004 03:17:57 -0000 1.24 @@ -28,26 +28,7 @@ case $1 in build ) if [ "$CONFIG_XFS" = "y" ]; then - if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then - pushd $KERNELDIR > /dev/null - pushd $KERNELDIR > /dev/null - echo "patching Kernel ..." - XFSPATCH=$(ls $DL_DIR/src/xfs*-all*.bz2) - bzcat $XFSPATCH | patch -p1 || exit 1 - if [ "$CONFIG_ACL" = "y" ]; then - set_kernel_option CONFIG_FS_POSIX_ACL y - else - set_kernel_option CONFIG_FS_POSIX_ACL n - fi - popd > /dev/null - set_kernel_option CONFIG_XFS_FS m - set_kernel_option CONFIG_XFS_RT y - set_kernel_option CONFIG_XFS_QUOTA y - set_kernel_option CONFIG_XFS_DMAPI n - fi - - - ./configure --prefix= --enable-shared=yes --enable-shared-uuid=yes || exit 1 + ./configure --prefix= --enable-shared=yes --enable-shared-uuid=yes --enable-gettext=no || exit 1 make $PMAKE || exit 1 strip_debug fi |
From: <smi...@us...> - 2004-02-24 03:31:56
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31666/scripts/configuration/profiles Modified Files: default Log Message: updated kernels and xfs support Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- default 16 Feb 2004 23:28:25 -0000 1.13 +++ default 24 Feb 2004 03:18:00 -0000 1.14 @@ -133,6 +133,7 @@ CONFIG_SMARTMONTOOLS=y CONFIG_SNORT=y CONFIG_SQUID=y +CONFIG_SQUIDGUARD=y CONFIG_STUNNEL=y CONFIG_SUPER_FREESWAN=y CONFIG_SYSSTAT=y @@ -161,4 +162,4 @@ CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_SQUIDGUARD=y +CONFIG_XFS=y |
From: <smi...@us...> - 2004-02-24 03:31:55
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31666/scripts/config/linux-2.6 Modified Files: config_linux config_pax Log Message: updated kernels and xfs support Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- config_linux 17 Feb 2004 02:30:50 -0000 1.13 +++ config_linux 24 Feb 2004 03:17:59 -0000 1.14 @@ -1741,3 +1741,23 @@ CONFIG_X86_BIOS_REBOOT=y CONFIG_X86_TRAMPOLINE=y CONFIG_PC=y + +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 Index: config_pax =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_pax,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- config_pax 15 Jan 2004 01:52:22 -0000 1.1 +++ config_pax 24 Feb 2004 03:18:00 -0000 1.2 @@ -3,3 +3,9 @@ CONFIG_PAX_ASLR=y CONFIG_PAX_RANDUSTACK=y CONFIG_PAX_RANDMMAP=y +CONFIG_PAX_SOFTMODE=n +CONFIG_PAX_EI_PAX=y +CONFIG_PAX_PT_PAX_FLAGS=n +CONFIG_PAX_NO_ACL_FLAGS=y +# CONFIG_PAX_HAVE_ACL_FLAGS is not set +# CONFIG_PAX_HOOK_ACL_FLAGS is not set |
From: <smi...@us...> - 2004-02-24 03:31:55
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31666/scripts/configuration Modified Files: grsecurity.config xfsprogs.config Log Message: updated kernels and xfs support Index: grsecurity.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/grsecurity.config,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- grsecurity.config 16 Jan 2004 19:16:56 -0000 1.5 +++ grsecurity.config 24 Feb 2004 03:18:00 -0000 1.6 @@ -6,8 +6,8 @@ # http://www.devil-linux.org if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then - if [ ! "$CONFIG_XFS" = "y" ] && [ ! "$CONFIG_EXEC_SHIELD" = "y" ] && [ ! "$CONFIG_PAX" = "y" ] ; then - menu_add "Build Configuration|Security" bool "GRSecurity Patch (enhances system security and will break XFS)" CONFIG_GRSECURITY + if [ ! "$CONFIG_EXEC_SHIELD" = "y" ] && [ ! "$CONFIG_PAX" = "y" ] ; then + menu_add "Build Configuration|Security" bool "GRSecurity Patch (enhances system security)" CONFIG_GRSECURITY fi fi Index: xfsprogs.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/xfsprogs.config,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- xfsprogs.config 17 Jan 2004 01:15:40 -0000 1.5 +++ xfsprogs.config 24 Feb 2004 03:18:00 -0000 1.6 @@ -5,7 +5,4 @@ # # http://www.devil-linux.org -if [ ! "$CONFIG_GRSECURITY" = "y" ]; then - menu_add "System|Filesystems" bool "XFS Support ( most likely BROKEN )" CONFIG_XFS -fi - +menu_add "System|Filesystems" bool "XFS Support" CONFIG_XFS |
From: <smi...@us...> - 2004-02-24 03:31:54
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31666/scripts/config Modified Files: config_grsecurity config_linux config_pax Log Message: updated kernels and xfs support Index: config_grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_grsecurity,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- config_grsecurity 20 Mar 2003 03:33:33 -0000 1.9 +++ config_grsecurity 24 Feb 2004 03:17:58 -0000 1.10 @@ -67,3 +67,7 @@ CONFIG_GR_MAXTRIES=3 CONFIG_GR_TIMEOUT=30 CONFIG_RTC=y +CONFIG_GRKERNSEC_PAX_SOFTMODE=n +CONFIG_GRKERNSEC_PAX_EI_PAX=y +CONFIG_GRKERNSEC_PAX_PT_PAX_FLAGS=n +CONFIG_GRKERNSEC_PAX_NO_ACL_FLAGS=none Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_linux,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- config_linux 12 Feb 2004 16:22:17 -0000 1.70 +++ config_linux 24 Feb 2004 03:17:58 -0000 1.71 @@ -1354,3 +1354,17 @@ CONFIG_IP_NF_TARGET_IMQ=m CONFIG_IMQ=m + +CONFIG_OOM_KILLER=n +CONFIG_NET_SCH_HFSC=m +CONFIG_INPUT_UINPUT=n +CONFIG_SCx200=m + +CONFIG_XFS_FS=m +CONFIG_XFS_QUOTA=y +CONFIG_XFS_RT=y +CONFIG_XFS_TRACE=n +CONFIG_XFS_DEBUG=n +CONFIG_SMB_UNIX=y +CONFIG_FB_IT8181=n +CONFIG_CRYPTO_CAST6=m Index: config_pax =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/config_pax,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- config_pax 16 Jan 2004 19:16:56 -0000 1.1 +++ config_pax 24 Feb 2004 03:17:59 -0000 1.2 @@ -4,3 +4,7 @@ CONFIG_PAX_RANDKSTACK=y CONFIG_PAX_RANDUSTACK=y CONFIG_PAX_RANDMMAP=y +CONFIG_PAX_SOFTMODE=n +CONFIG_PAX_EI_PAX=y +CONFIG_PAX_PT_PAX_FLAGS=n +CONFIG_PAX_NO_ACL_FLAGS=none |
From: <smi...@us...> - 2004-02-24 01:32:10
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10524 Modified Files: md5sum.lst Log Message: updated procps Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- md5sum.lst 24 Feb 2004 01:10:56 -0000 1.18 +++ md5sum.lst 24 Feb 2004 01:18:06 -0000 1.19 @@ -244,7 +244,7 @@ 17de48a703c2fd9e759ae605ff7079b3 src/prism54-cvs-20040110.tar.bz2 134704f59307cfd3d6b1270a1aab62a4 src/prism54firmware.tar.bz2 27658d0a69040aca05a65b9888599d50 src/procinfo-18.tar.gz -496d9f87be5eaebcd1080bb5b9999da4 src/procps-3.1.15.tar.gz +abaecc6774ee308f4911ea8e862030a9 src/procps-3.2.0.tar.gz b62b5856753294821c4cea8bd28ffe1d src/protector-3.3-7.tar.gz 8449269fdc8ae5d7d494df745e1180d3 src/psmisc-21.4.tar.gz 74c37f42e0296c5d7f86d153104a07bc src/pwc-8.12.tar.gz |
From: <smi...@us...> - 2004-02-24 01:30:16
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10174 Modified Files: CHANGES Log Message: updated procps Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.696 retrieving revision 1.697 diff -u -d -r1.696 -r1.697 --- CHANGES 24 Feb 2004 01:04:36 -0000 1.696 +++ CHANGES 24 Feb 2004 01:16:24 -0000 1.697 @@ -22,6 +22,7 @@ # 1.1.2 +- updated procps to v3.2.0 - updated samba to v3.02a - updated nano to v1.2.3 - updated busybox to v1.00-pre8 |
From: <smi...@us...> - 2004-02-24 01:24:46
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9046 Modified Files: md5sum.lst Log Message: updated samba Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- md5sum.lst 24 Feb 2004 01:02:25 -0000 1.17 +++ md5sum.lst 24 Feb 2004 01:10:56 -0000 1.18 @@ -264,7 +264,7 @@ 013d0387c93bf4db7d06f72e243c6d24 src/rrlogind-sv-1.3.3.tar.gz 3f24bf31aec0a657eb3b6844c3f09f21 src/rsync-2.6.0.tar.gz 4927799e46fc9f46986231d323519910 src/sagator-20031230.tar.bz2 -2a3d494f139ab7402d8902b0e68c463f src/samba-3.0.1.tar.bz2 +72979a30ac450c8b0567c1ac9886884a src/samba-3.0.2a.tar.bz2 c336057e5409bb5cc77909ef3fbca9cd src/sarg-1.4.1-index.sort.patch.bz2 357f8e175746e19dac4a61f4a2ef0aaf src/sarg-1.4.1.tar.gz ed68ea9b43d9fba0972cb017a24940a1 src/screen-4.0.2.tar.gz |
From: <smi...@us...> - 2004-02-24 01:18:26
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7963 Modified Files: CHANGES Log Message: updates samba Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.695 retrieving revision 1.696 diff -u -d -r1.695 -r1.696 --- CHANGES 24 Feb 2004 01:02:24 -0000 1.695 +++ CHANGES 24 Feb 2004 01:04:36 -0000 1.696 @@ -22,6 +22,7 @@ # 1.1.2 +- updated samba to v3.02a - updated nano to v1.2.3 - updated busybox to v1.00-pre8 - upgrade-config now automatically pre-selects all modified files |