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: Bruce S. <bl...@us...> - 2004-07-14 12:44:56
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21816 Modified Files: motion Log Message: Move motion from /sbin to /usr/sbin. Patch by Roland Pabel Index: motion =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/motion,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- motion 1 Mar 2004 23:20:21 -0000 1.1 +++ motion 14 Jul 2004 12:44:46 -0000 1.2 @@ -54,7 +54,7 @@ copy_man $WORKDIR/tmp || exit 1 cp -dp $WORKDIR/tmp/etc/* $ETCDIR/etc || exit 1 - copy_files $WORKDIR/tmp/usr/sbin $CDDIR/ || exit 1 + copy_files $WORKDIR/tmp/usr/sbin $CDDIR/usr/ || exit 1 cp -dp $MYDIR/scripts/motion $ETCDIR/etc/init.d/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 |
From: Bruce S. <bl...@us...> - 2004-07-14 12:44:39
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21655 Modified Files: Tag: rel-1-2-patches motion Log Message: Move motion from /sbin to /usr/sbin. Patch by Roland Pabel Index: motion =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/motion,v retrieving revision 1.1 retrieving revision 1.1.2.1 diff -u -d -r1.1 -r1.1.2.1 --- motion 1 Mar 2004 23:20:21 -0000 1.1 +++ motion 14 Jul 2004 12:44:29 -0000 1.1.2.1 @@ -54,7 +54,7 @@ copy_man $WORKDIR/tmp || exit 1 cp -dp $WORKDIR/tmp/etc/* $ETCDIR/etc || exit 1 - copy_files $WORKDIR/tmp/usr/sbin $CDDIR/ || exit 1 + copy_files $WORKDIR/tmp/usr/sbin $CDDIR/usr/ || exit 1 cp -dp $MYDIR/scripts/motion $ETCDIR/etc/init.d/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-07-11 14:49:39
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv545/scripts/configuration/profiles Modified Files: default Log Message: enabled some more options for the 2.6 kernel Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- default 5 Jul 2004 20:11:58 -0000 1.34 +++ default 11 Jul 2004 14:49:29 -0000 1.35 @@ -56,6 +56,7 @@ CONFIG_LIBSAFE=y CONFIG_LIBSTDC_COMPAT=y CONFIG_LINUX_NR_CPUS=4 +CONFIG_LINUX_POWER_MGMT=APM CONFIG_LINUX_SMP=y CONFIG_LINUX_VERSION=2.6 CONFIG_LINUX_WLAN_NG=y @@ -109,7 +110,6 @@ CONFIG_POSTGRESQL_SERVER=y CONFIG_PPP=y CONFIG_PPTP_CLIENT=y -CONFIG_PRISM54=y CONFIG_PSCHED_CLOCK_SOURCE=PSCHED_JIFFIES CONFIG_PWLIB=y CONFIG_PYTHON=y @@ -163,4 +163,11 @@ CONFIG_XINETD=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_LINUX_POWER_MGMT=APM +CONFIG_NF_PATCHES=y +CONFIG_NF_SUBMITTED=y +CONFIG_NF_UPDATES=y +CONFIG_NF_PENDING=y +CONFIG_NF_BASE=y +CONFIG_NF_EXTRA=y +CONFIG_IPSEC_TOOLS=y +CONFIG_LVM2=y |
From: Heiko Z. <smi...@us...> - 2004-07-11 14:35:59
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30421 Modified Files: CHANGES md5sum.lst Log Message: - more changes to the build system to get everything working in with kernel 2.6 - replaced patch-o-matic with patch-o-matic-ng v20040704 - updated iptables to v1.2.11 - use kernel prism54 driver on kernel 2.6 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.830 retrieving revision 1.831 diff -u -d -r1.830 -r1.831 --- CHANGES 5 Jul 2004 20:11:38 -0000 1.830 +++ CHANGES 11 Jul 2004 14:35:19 -0000 1.831 @@ -22,6 +22,9 @@ # 1.3.0 +- more changes to the build system to get everything working in with kernel 2.6 +- replaced patch-o-matic with patch-o-matic-ng v20040704 +- updated iptables to v1.2.11 - added selection of Powermanagement support to build system - updated binutils to v2.15.91.0.1 - clamav prints success if database was updated or is up-to-date (Heiko / Roland Pabel) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.125 retrieving revision 1.126 diff -u -d -r1.125 -r1.126 --- md5sum.lst 5 Jul 2004 20:11:39 -0000 1.125 +++ md5sum.lst 11 Jul 2004 14:35:20 -0000 1.126 @@ -137,7 +137,7 @@ ac343233aa5d745341da9e4ec22475af src/iproute_20010824-11.diff.gz b05a4e375d9468be3a1dd3f0e83daee8 src/iproute_20010824.orig.tar.gz 16612755f96e6453bacdbeff5be72759 src/ipsec-tools-0.3.1.tar.gz -1184c11abcf395dbecf75bd90f095680 src/iptables-1.2.9-20040409-patched-by-fl.tar.bz2 +0a5f5f226e41ce408a895bec995e8c05 src/iptables-1.2.11.tar.bz2 7ff0bc933a0a57a4ca9e2b0443307539 src/iptraf-2.7.0.tar.gz 0fc7ce5e6803b18c73dcaadb4be2edd0 src/iptstate-1.3.tar.gz 71f42012f6895d6ac541a15a47c3e2c8 src/iputils_20020927-1.diff.gz @@ -237,7 +237,7 @@ fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz -71546d5d731897e0bae5a52c5a251acb src/patch-o-matic-20040409-patched-by-fl.tar.bz2 +d2e49ee8b21af6f2efe52396246b7761 src/patch-o-matic-ng-20040704.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 |
From: Heiko Z. <smi...@us...> - 2004-07-11 14:35:36
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30421/scripts Modified Files: ebtables functions i2c lm_sensors openswan patch-o-matic util-linux Log Message: - more changes to the build system to get everything working in with kernel 2.6 - replaced patch-o-matic with patch-o-matic-ng v20040704 - updated iptables to v1.2.11 - use kernel prism54 driver on kernel 2.6 Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- functions 16 Mar 2004 15:29:13 -0000 1.53 +++ functions 11 Jul 2004 14:35:20 -0000 1.54 @@ -455,6 +455,44 @@ else echo "$1=$2" >>$KERNELDIR/.config fi + + echo "setting $1 to $2" } +# go through all kernel config files in the specified directory (relative to the kernel path) and all subdirectories +# will set all 'tristate' to 'm' and all 'bool' to 'yes' +function set_all_kernel_options () { + if [ -d $KERNELDIR/$1 ]; then + if [ "$CONFIG_LINUX_VERSION" = "2.6" ]; then + for FILE in $( find $KERNELDIR/$1 -name Kconfig ); do + # anybody who know awk could probably shorten the next line quite a bit.... + # don't remove the 'sort' command, we use it to add a necessary newline before 'column' + for CFG in $( grep -s -v "^#" $FILE | grep ^config -A 1 | sed -e s/config/""/g | tr -d "\n" | sed -e s/--/"\n"/g | sort | column -t 2> /dev/null | fmt -u -s -w 9999 | cut -f -2 -d " " | sed -e s/" "/#/g ); do + CFGOPTION="CONFIG_"${CFG%%#*} + case ${CFG##*#} in + tristate) set_kernel_option $CFGOPTION m + ;; + bool) set_kernel_option $CFGOPTION y + ;; + *) + echo "ignoring unkown config type '${CFG##*#}' for '$CFGOPTION'" + #exit 1 + ;; + esac + done + done + fi + + if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then + for FILE in $( find $KERNELDIR/$1 -name Config.in ); do + for CFG in $( grep -s tristate $FILE | cut -d "'" -f 3 | cut -d " " -f 2 ); do + set_kernel_option $CFG m + done + for CFG in $( grep -s bool $FILE | cut -d "'" -f 3 | cut -d " " -f 2 ); do + set_kernel_option $CFG y + done + done + fi + fi +} Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- util-linux 7 Jun 2004 03:11:35 -0000 1.23 +++ util-linux 11 Jul 2004 14:35:25 -0000 1.24 @@ -25,7 +25,8 @@ case $1 in build ) - disable_et_dyn + 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 " Index: openswan =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/openswan,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- openswan 25 Jun 2004 01:39:20 -0000 1.1 +++ openswan 11 Jul 2004 14:35:25 -0000 1.2 @@ -50,12 +50,17 @@ set_kernel_option CONFIG_IPSEC_DEBUG n set_kernel_option CONFIG_IPSEC_ALG_NON_LIBRE n set_kernel_option CONFIG_IPSEC_ALG_CRYPTOAPI n - - replace_str Makefile.inc /usr/local /usr - replace_str Makefile.inc /usr/src/linux $KERNELDIR - replace_str ./fswcert/Makefile /usr/local /usr - KERNELSRC=$KERNELDIR fi + + if [ "$CONFIG_LINUX_VERSION" = "2.6" ]; then + set_all_kernel_options + fi + + replace_str Makefile.inc /usr/local /usr + replace_str Makefile.inc /usr/src/linux $KERNELDIR + replace_str ./fswcert/Makefile /usr/local /usr + KERNELSRC=$KERNELDIR + # compile freeswan # parallel build fails - do not use $PMAKE @@ -74,7 +79,7 @@ make install DESTDIR=$WORKDIR/tmp || exit 1 copy_docs $WORKDIR/tmp mkdir -p $DOCDIR/freeswan || exit 1 - cp -dpR doc/* $DOCDIR/freeswan || exit 1 +h cp -dpR doc/* $DOCDIR/freeswan || exit 1 cp -dpR CHANGES* $DOCDIR/freeswan || exit 1 cp -dpR README* $DOCDIR/freeswan || exit 1 rm -rf $WORKDIR/tmp/usr/local || exit 1 Index: patch-o-matic =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/patch-o-matic,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- patch-o-matic 28 Jun 2004 23:17:02 -0000 1.23 +++ patch-o-matic 11 Jul 2004 14:35:25 -0000 1.24 @@ -28,8 +28,8 @@ echo "no extra patches" > $WORKDIR/netfilter.patches.lst if [ "$CONFIG_NF_PATCHES" = "y" ]; then export KERNEL_DIR=$KERNELDIR - NETFILTERDIR=$(find_src_dir iptables) - export NETFILTERDIR + IPTABLES_DIR=$(find_src_dir iptables) + export IPTABLES_DIR PATCHES=""; EXCLUDE_PATCHES=""; @@ -40,22 +40,31 @@ [ "$CONFIG_NF_SUBMITTED" = "y" ] && \ PATCHES="$PATCHES submitted" + yes "" | ./runme --batch submitted + + [ "$CONFIG_NF_UPDATES" = "y" ] && \ + PATCHES="$PATCHES updates" + yes "" | ./runme --batch updates [ "$CONFIG_NF_PENDING" = "y" ] && [ "$CONFIG_NF_SUBMITTED" = "y" ] && \ PATCHES="$PATCHES pending" + yes "" | ./runme --batch pending - [ "$CONFIG_NF_OPTIMIZATION" = "y" ] && [ "$CONFIG_NF_SUBMITTED" = "y" ] && [ "$CONFIG_NF_PENDING" = "y" ] && \ - PATCHES="$PATCHES optimizations" + #[ "$CONFIG_NF_OPTIMIZATION" = "y" ] && [ "$CONFIG_NF_SUBMITTED" = "y" ] && [ "$CONFIG_NF_PENDING" = "y" ] && \ + # PATCHES="$PATCHES optimizations" - [ "$CONFIG_NF_BASE" = "y" ] && [ "$CONFIG_NF_SUBMITTED" = "y" ] && [ "$CONFIG_NF_PENDING" = "y" ] && \ - PATCHES="$PATCHES $(sed -e "/^$/d" -e "/^ \+$/d" -e "/^ \+$/d" -e "/^#/d" $MYDIR/config/config-netfilter-base)" + #[ "$CONFIG_NF_BASE" = "y" ] && [ "$CONFIG_NF_SUBMITTED" = "y" ] && [ "$CONFIG_NF_PENDING" = "y" ] && \ + # PATCHES="$PATCHES $(sed -e "/^$/d" -e "/^ \+$/d" -e "/^ \+$/d" -e "/^#/d" $MYDIR/config/config-netfilter-base)" + [ "$CONFIG_NF_BASE" = "y" ] && \ + yes "" | ./runme --batch base - [ "$CONFIG_NF_EXTRA" = "y" ] && [ "$CONFIG_NF_SUBMITTED" = "y" ] && [ "$CONFIG_NF_PENDING" = "y" ] && \ - PATCHES="$PATCHES $(sed -e "/^$/d" -e "/^ \+$/d" -e "/^ \+$/d" -e "/^#/d" $MYDIR/config/config-netfilter-extra)" + + #[ "$CONFIG_NF_EXTRA" = "y" ] && [ "$CONFIG_NF_SUBMITTED" = "y" ] && [ "$CONFIG_NF_PENDING" = "y" ] && \ + # PATCHES="$PATCHES $(sed -e "/^$/d" -e "/^ \+$/d" -e "/^ \+$/d" -e "/^#/d" $MYDIR/config/config-netfilter-extra)" # reformat to fit as commandline option to runme - EXCLUDE=""; for P in $EXCLUDE_PATCHES; do - EXCLUDE="$EXCLUDE --exclude $P"; done + #EXCLUDE=""; for P in $EXCLUDE_PATCHES; do + # EXCLUDE="$EXCLUDE --exclude $P"; done ## create a temp file were we store the output of patch-o-matic ## [we do not have mktemp, so do it the simple unsecure way] @@ -68,7 +77,9 @@ # now apply all patches at once and take care # to exclude troublesome patches - ./runme --batch $EXCLUDE $PATCHES + + #yes "" | ./runme --batch $EXCLUDE $PATCHES + # >$TMPFILE 2>&1 #if ! grep -q "Kernel is now ready for compilation." $TMPFILE; then @@ -79,29 +90,14 @@ #cat $TMPFILE; rm -f $TMPFILE - 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 - done - for CFG in $( grep bool $KERNELDIR/net/ipv4/netfilter/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - set_kernel_option $CFG y - done - for CFG in $( grep tristate $KERNELDIR/net/ipv6/netfilter/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - set_kernel_option $CFG m - done - for CFG in $( grep bool $KERNELDIR/net/ipv6/netfilter/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - set_kernel_option $CFG y - done - + set_all_kernel_options net/ipv4/netfilter + set_all_kernel_options net/ipv6/netfilter + # settings didn't get applied, so let's do it here set_kernel_option CONFIG_IP_NF_RAW m set_kernel_option CONFIG_IP_NF_SET_MAX 256 - echo "**** IPv4 ****" > $WORKDIR/netfilter.patches.lst - grep tristate $KERNELDIR/net/ipv4/netfilter/Config.in | cut -d "'" -f 2 >> $WORKDIR/netfilter.patches.lst pushd $KERNEL_DIR > /dev/null - echo "" >> $WORKDIR/netfilter.patches.lst - echo "**** IPv6 ****" >> $WORKDIR/netfilter.patches.lst - grep tristate $KERNELDIR/net/ipv6/netfilter/Config.in | cut -d "'" -f 2 >> $WORKDIR/netfilter.patches.lst make oldconfig || exit 1 popd > /dev/null fi @@ -109,14 +105,16 @@ ;; install ) - mkdir -p $DOCDIR/netfilter-patch-o-matic || exit 1 - for CFG in $(grep dep_tristate $KERNELDIR/net/ipv4/netfilter/Config.in | cut -d "'" -f 3 | cut -d " " -f 2) - do - FILES=$(grep -rl $CFG * | grep patch.configure.help | sed -e s/patch.configure.help/patch.help/) - copy_files "$FILES" $DOCDIR/netfilter-patch-o-matic || exit 1 - FILES=$(grep -rl $CFG * | grep patch.configure.help) - copy_files "$FILES" $DOCDIR/netfilter-patch-o-matic || exit 1 - done + if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then + mkdir -p $DOCDIR/netfilter-patch-o-matic || exit 1 + for CFG in $(grep dep_tristate $KERNELDIR/net/ipv4/netfilter/Config.in | cut -d "'" -f 3 | cut -d " " -f 2) + do + FILES=$(grep -rl $CFG * | grep patch.configure.help | sed -e s/patch.configure.help/patch.help/) + copy_files "$FILES" $DOCDIR/netfilter-patch-o-matic || exit 1 + FILES=$(grep -rl $CFG * | grep patch.configure.help) + copy_files "$FILES" $DOCDIR/netfilter-patch-o-matic || exit 1 + done + fi ;; * ) Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- lm_sensors 16 Mar 2004 01:47:03 -0000 1.19 +++ lm_sensors 11 Jul 2004 14:35:25 -0000 1.20 @@ -28,32 +28,24 @@ case $1 in build ) if [ "$CONFIG_LM_SENSORS" = "y" ]; then + # never apply the patch on a kernel >2.4 , we must use the kernel drivers if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then echo preparing patch cd mkpatch || exit 1 ./mkpatch.pl ../ $KERNELDIR | patch -p1 -d $KERNELDIR || exit 1 cd .. || exit 1 - for CFG in $( grep tristate $KERNELDIR/drivers/sensors/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - set_kernel_option $CFG m - done - for CFG in $( grep bool $KERNELDIR/drivers/sensors/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - set_kernel_option $CFG y - done - for CFG in $( grep tristate $KERNELDIR/drivers/i2c/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - set_kernel_option $CFG m - done - for CFG in $( grep bool $KERNELDIR/drivers/i2c/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - set_kernel_option $CFG y - done - # this is a workaround for a bug in lm_sensors 2.8.2 - #cp kernel/chips/lm75.h $KERNELDIR/drivers/sensors/ || exit 1 - OLDDIR=$(pwd) - cd $KERNELDIR || exit 1 - yes "" | make oldconfig - make dep || exit 1 - cd $OLDDIR || exit 1 fi + set_all_kernel_options drivers/sensors + set_all_kernel_options drivers/i2c + + OLDDIR=$(pwd) + cd $KERNELDIR || exit 1 + #yes "" | + make oldconfig + #make dep || exit 1 + cd $OLDDIR || exit 1 + SMP=0 test "$CONFIG_LINUX_SMP" = "y" && SMP=1 Index: ebtables =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ebtables,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- ebtables 17 Jan 2004 13:42:11 -0000 1.7 +++ ebtables 11 Jul 2004 14:35:20 -0000 1.8 @@ -31,16 +31,9 @@ if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then zcat $DL_DIR/src/ebtables-brnf-*.diff.gz | patch -p 1 -d $KERNELDIR || exit 1 - # update kernel - for CFG in $( grep tristate $KERNELDIR/net/bridge/netfilter/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - set_kernel_option $CFG m - done - for CFG in $( grep bool $KERNELDIR/net/bridge/netfilter/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - set_kernel_option $CFG y - done - set_kernel_option CONFIG_IP_NF_MATCH_PHYSDEV m fi + set_all_kernel_options net/bridge/netfilter make MANDIR=/usr/share/man $PMAKE all|| exit 1 strip_debug fi Index: i2c =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/i2c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- i2c 15 Jan 2004 18:04:28 -0000 1.7 +++ i2c 11 Jul 2004 14:35:20 -0000 1.8 @@ -26,20 +26,13 @@ case $1 in build ) - if [ "$CONFIG_LINUX_VERSION" != "2.4" ]; then - exit 0 - fi if [ "$CONFIG_LM_SENSORS" = "y" ]; then echo preparing patch cd mkpatch || exit 1 ./mkpatch.pl ../ $KERNELDIR | patch -p1 -d $KERNELDIR || exit 1 cd .. || exit 1 - for CFG in $( grep tristate $KERNELDIR/drivers/i2c/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - echo "$CFG=m" >> $KERNELDIR/.config - done - for CFG in $( grep bool $KERNELDIR/drivers/i2c/Config.in | cut -d "'" -f 3 | cut -d " " -f 2 ); do - echo "$CFG=y" >> $KERNELDIR/.config - done + + set_all_kernel_options drivers/i2c fi ;; * ) |
From: Heiko Z. <smi...@us...> - 2004-07-11 14:35:35
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30421/scripts/configuration Modified Files: patch-o-matic.config prism54.config Log Message: - more changes to the build system to get everything working in with kernel 2.6 - replaced patch-o-matic with patch-o-matic-ng v20040704 - updated iptables to v1.2.11 - use kernel prism54 driver on kernel 2.6 Index: patch-o-matic.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/patch-o-matic.config,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- patch-o-matic.config 14 Apr 2004 02:39:38 -0000 1.5 +++ patch-o-matic.config 11 Jul 2004 14:35:25 -0000 1.6 @@ -5,20 +5,19 @@ # # http://www.devil-linux.org -[ "$CONFIG_LINUX_VERSION" = "2.4" ] && +#[ "$CONFIG_LINUX_VERSION" = "2.4" ] && menu_add "Networking|Firewall" bool "Netfilter patches" CONFIG_NF_PATCHES if [ "$CONFIG_NF_PATCHES" = "y" ]; then - menu_add "Networking|Firewall" bool "Netfilter submitted patches" CONFIG_NF_SUBMITTED + menu_add "Networking|Firewall" bool "Netfilter 'submitted' patches" CONFIG_NF_SUBMITTED + menu_add "Networking|Firewall" bool "Netfilter 'updates' patches" CONFIG_NF_UPDATES [ "$CONFIG_NF_SUBMITTED" = "y" ] && - menu_add "Networking|Firewall" bool "Netfilter pending patches" CONFIG_NF_PENDING + menu_add "Networking|Firewall" bool "Netfilter 'pending' patches" CONFIG_NF_PENDING if [ "$CONFIG_NF_SUBMITTED" = "y" ] && [ "$CONFIG_NF_PENDING" = "y" ]; then - menu_add "Networking|Firewall" bool "Netfilter base patches" CONFIG_NF_BASE - - menu_add "Networking|Firewall" bool "Netfilter optimization patches (causes problems)" CONFIG_NF_OPTIMIZATION + menu_add "Networking|Firewall" bool "Netfilter 'base' patches" CONFIG_NF_BASE - menu_add "Networking|Firewall" bool "Netfilter extra patches" CONFIG_NF_EXTRA + menu_add "Networking|Firewall" bool "Netfilter 'extra' patches" CONFIG_NF_EXTRA fi fi Index: prism54.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/prism54.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- prism54.config 31 Dec 2003 02:41:18 -0000 1.2 +++ prism54.config 11 Jul 2004 14:35:25 -0000 1.3 @@ -5,4 +5,6 @@ # # http://www.devil-linux.org -menu_add "System|Hardware Support" bool "Prism54 based Chipsets and Wireless cards" CONFIG_PRISM54 +if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then + menu_add "System|Hardware Support" bool "Prism54 based Chipsets and Wireless cards" CONFIG_PRISM54 +fi |
From: Heiko Z. <smi...@us...> - 2004-07-05 20:12:23
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26987/scripts/config/linux-2.6 Modified Files: config_linux config_pax Log Message: added selection of powermanagement some preparation for new kernel and new pax Index: config_pax =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_pax,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- config_pax 7 Jun 2004 03:11:35 -0000 1.3 +++ config_pax 5 Jul 2004 20:11:41 -0000 1.4 @@ -10,3 +10,4 @@ # CONFIG_PAX_HAVE_ACL_FLAGS is not set # CONFIG_PAX_HOOK_ACL_FLAGS is not set CONFIG_PAX_NOVSYSCALL=n +CONFIG_PAX_RANDKSTACK=n Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- config_linux 24 Jun 2004 12:16:48 -0000 1.17 +++ config_linux 5 Jul 2004 20:11:40 -0000 1.18 @@ -147,7 +147,14 @@ # # APM (Advanced Power Management) BIOS Support # -# CONFIG_APM is not set +CONFIG_APM=m +# CONFIG_APM_IGNORE_USER_SUSPEND is not set +CONFIG_APM_DO_ENABLE=y +# CONFIG_APM_CPU_IDLE is not set +CONFIG_APM_DISPLAY_BLANK=y +# CONFIG_APM_RTC_IS_GMT is not set +# CONFIG_APM_ALLOW_INTS is not set +# CONFIG_APM_REAL_MODE_POWER_OFF is not set # # CPU Frequency scaling @@ -1865,3 +1872,23 @@ CONFIG_X86_STD_RESOURCES=y CONFIG_IRQBALANCE=y +CONFIG_SCHED_SMT=y +CONFIG_SCSI_DPT_I2O=m +CONFIG_SCSI_SATA_SX4=m +CONFIG_SCSI_IPR=m +CONFIG_SCSI_IPR_TRACE=n +CONFIG_SCSI_IPR_DUMP=n +CONFIG_PCMCIA_SYM53C500=m +CONFIG_I2O_CONFIG=m +CONFIG_SENSORS_MAX1619=m +CONFIG_SENSORS_RTC8564=m +CONFIG_FB_ASILIANT=n +CONFIG_USB_EGALAX=m +CONFIG_USB_PWC=m +CONFIG_USB_PHIDGETSERVO=m +CONFIG_REISERFS_FS_XATTR=y +CONFIG_REISERFS_FS_POSIX_ACL=y +CONFIG_REISERFS_FS_SECURITY=y +CONFIG_CIFS_STATS=n + +CONFIG_HOTPLUG_PCI_SHPC_PHPRM_LEGACY=n |
From: Heiko Z. <smi...@us...> - 2004-07-05 20:12:21
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26987/scripts Modified Files: prepare Log Message: added selection of powermanagement some preparation for new kernel and new pax Index: prepare =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/prepare,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- prepare 7 Jun 2004 03:11:35 -0000 1.47 +++ prepare 5 Jul 2004 20:11:39 -0000 1.48 @@ -152,6 +152,24 @@ fi + case "$CONFIG_LINUX_POWER_MGMT" in + APM ) + set_kernel_option CONFIG_PM y + set_kernel_option CONFIG_APM m + set_kernel_option CONFIG_ACPI n + ;; + ACPI ) + set_kernel_option CONFIG_PM y + set_kernel_option CONFIG_APM n + set_kernel_option CONFIG_ACPI y + ;; + *) + set_kernel_option CONFIG_PM n + set_kernel_option CONFIG_APM n + set_kernel_option CONFIG_ACPI n + ;; + esac + make oldconfig || exit 1 if [ "$CONFIG_LINUX_VERSION" = "2.4" ]; then make dep || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-07-05 20:12:19
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26987 Modified Files: CHANGES md5sum.lst Log Message: added selection of powermanagement some preparation for new kernel and new pax Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.829 retrieving revision 1.830 diff -u -d -r1.829 -r1.830 --- CHANGES 2 Jul 2004 01:40:41 -0000 1.829 +++ CHANGES 5 Jul 2004 20:11:38 -0000 1.830 @@ -22,6 +22,8 @@ # 1.3.0 +- added selection of Powermanagement support to build system +- updated binutils to v2.15.91.0.1 - clamav prints success if database was updated or is up-to-date (Heiko / Roland Pabel) - cosmetic fixes of boot message (Heiko / Roland Pabel) - updated apache httpd to v2.0.50 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.124 retrieving revision 1.125 diff -u -d -r1.124 -r1.125 --- md5sum.lst 1 Jul 2004 11:33:55 -0000 1.124 +++ md5sum.lst 5 Jul 2004 20:11:39 -0000 1.125 @@ -24,7 +24,7 @@ 2d6f5c39497a951120759dc72664033e src/beep-1.2.1.tar.gz 94ae7b0f20dc406fdbbf6fac5d57b32f src/bind-9.2.3.tar.gz 095f8a04f37df2ed5c99328ddc551a09 src/bing-1.1.3.tar.bz2 -3e28792a585e14b57838cd24130a24dd src/binutils-2.14.90.0.8.tar.bz2 +0d64d65d33a7f305e5ef8351086b9a3a src/binutils-2.15.91.0.1.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 |
From: Heiko Z. <smi...@us...> - 2004-07-05 20:12:09
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26987/scripts/configuration Modified Files: linux.config Log Message: added selection of powermanagement some preparation for new kernel and new pax Index: linux.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/linux.config,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- linux.config 11 Jan 2004 14:43:05 -0000 1.10 +++ linux.config 5 Jul 2004 20:11:45 -0000 1.11 @@ -5,9 +5,11 @@ # # http://www.devil-linux.org +test -z "$CONFIG_LINUX_POWER_MGMT" && CONFIG_LINUX_POWER_MGMT=OFF test -z "$CONFIG_LINUX_NR_CPUS" && CONFIG_LINUX_NR_CPUS=4 test -z "$CONFIG_LINUX_VERSION" && CONFIG_LINUX_VERSION=2.4 menu_add "Build Configuration|Processor and Memory" bool "Symmetric multi-processing support" CONFIG_LINUX_SMP menu_add "Build Configuration|Processor and Memory" list "Maximum number of CPUs" CONFIG_LINUX_NR_CPUS 2 4 8 16 32 menu_add "Build Configuration" list "Kernel Version" CONFIG_LINUX_VERSION 2.4 2.6 test "$CONFIG_LINUX_VERSION" = "2.4" && menu_add "System|Hardware Support" bool "Update Philips USB Webcam Kernel Driver (pwc) EXPERIMENTAL" CONFIG_LINUX_UPDATE_PWC +test "$CONFIG_LINUX_VERSION" = "2.6" && menu_add "Build Configuration" list "Power Management" CONFIG_LINUX_POWER_MGMT OFF APM ACPI |
From: Heiko Z. <smi...@us...> - 2004-07-05 20:12:09
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26987/scripts/configuration/profiles Modified Files: default Log Message: added selection of powermanagement some preparation for new kernel and new pax Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- default 23 Jun 2004 22:29:51 -0000 1.33 +++ default 5 Jul 2004 20:11:58 -0000 1.34 @@ -40,6 +40,7 @@ CONFIG_HOTPLUG=y CONFIG_HTTPD=y CONFIG_IANS=y +CONFIG_INITRD_FS=EXT2 CONFIG_IPAC_NG=y CONFIG_IPROUTE2=y CONFIG_ISC_BIND=y @@ -162,4 +163,4 @@ CONFIG_XINETD=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_INITRD_FS=EXT2 +CONFIG_LINUX_POWER_MGMT=APM |
From: Heiko Z. <smi...@us...> - 2004-07-05 16:15:47
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15982 Modified Files: lpd Log Message: the name is lprng not lpdng Index: lpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/lpd,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- lpd 4 Jun 2004 20:56:08 -0000 1.1 +++ lpd 5 Jul 2004 16:15:39 -0000 1.2 @@ -20,8 +20,8 @@ source /etc/sysconfig/config # parameters -NAME="LPDng" -CONFIGNAME=LPDNG +NAME="LPRng" +CONFIGNAME=LPRNG DAEMON=/usr/sbin/lpd PARAMETER="" |
From: Heiko Z. <smi...@us...> - 2004-07-02 01:41:23
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8907/scripts/scripts Modified Files: Tag: rel-1-2-patches clamav Log Message: - clamav prints success if database was updated or is up-to-date (Heiko / Roland Pabel) - cosmetic fixes of boot message (Heiko / Roland Pabel) Index: clamav =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/clamav,v retrieving revision 1.5 retrieving revision 1.5.4.1 diff -u -d -r1.5 -r1.5.4.1 --- clamav 2 Oct 2003 00:19:47 -0000 1.5 +++ clamav 2 Jul 2004 01:41:14 -0000 1.5.4.1 @@ -49,8 +49,14 @@ if [ "$UPDATE_CLAMAV" = "yes" ]; then test -n "$UPDATE_CLAMAV_USER" && PARAM="--proxy-user $UPDATE_CLAMAV_USER" test -n "$UPDATE_CLAMAV_PROXY" && PARAM="$PARAM --http-proxy $UPDATE_CLAMAV_PROXY" - echo "Updating ClamAV Virus signatures: " + echo -n "Updating ClamAV Virus signatures: " /usr/bin/freshclam --quiet -l /var/log/clam-update.log $PARAM + # exit codes 0 & 1 indicate success + if [ $? -lt 2 ]; then + print_status success + else + print_status failure + fi fi echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER |
From: Heiko Z. <smi...@us...> - 2004-07-02 01:41:23
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8907/config/etc/init.d Modified Files: Tag: rel-1-2-patches boot Log Message: - clamav prints success if database was updated or is up-to-date (Heiko / Roland Pabel) - cosmetic fixes of boot message (Heiko / Roland Pabel) Index: boot =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/boot,v retrieving revision 1.22 retrieving revision 1.22.2.1 diff -u -d -r1.22 -r1.22.2.1 --- boot 26 May 2004 13:15:12 -0000 1.22 +++ boot 2 Jul 2004 01:41:14 -0000 1.22.2.1 @@ -10,7 +10,6 @@ # Initial Startup Script for Devil-Linux # - ### BEGIN INIT INFO # Provides: boot # Required-Start: @@ -29,8 +28,23 @@ source /etc/init.d/functions source /etc/sysconfig/config -echo -n "Mounting base Filesystems" -mount -n -t proc proc /proc +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 " +# Kernel dependent mounts +case `uname -r` in + 2.4.*) # Kernel 2.4.* + mount -n -t usbdevfs none /proc/bus/usb && echo -e -n " usbdevfs " + ;; + 2.6.*) # Kernel 2.6.* + mount -n -t sysfs sys /sys && echo -e -n " sysfs " + ;; +esac +$NORMAL +rm -f /etc/mtab +cat /proc/mounts > /etc/mtab +print_status success if [ -f /proc/sys/kernel/sysrq ]; then echo -n "Enabling magic SysRq" @@ -38,18 +52,6 @@ print_status success fi -# -# mount sys for 2.6 -# -if [ -d /sys ]; then - mount -n -t sysfs sys /sys -fi -# -rm -f /etc/mtab -cat /proc/mounts > /etc/mtab -#mount -t devpts devtps /dev/pts -print_status success - echo -n "Sync'ing filesystems" sync evaluate_retval @@ -62,7 +64,8 @@ modprobe apm power_off=1 fi -echo "Setting Kernel log levels" +echo -n "Setting Kernel log levels" echo "1 4 1 7" > /proc/sys/kernel/printk +evaluate_retval exit 0 |
From: Heiko Z. <smi...@us...> - 2004-07-02 01:41:23
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8907 Modified Files: Tag: rel-1-2-patches CHANGES Log Message: - clamav prints success if database was updated or is up-to-date (Heiko / Roland Pabel) - cosmetic fixes of boot message (Heiko / Roland Pabel) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.17 retrieving revision 1.807.2.18 diff -u -d -r1.807.2.17 -r1.807.2.18 --- CHANGES 1 Jul 2004 11:39:58 -0000 1.807.2.17 +++ CHANGES 2 Jul 2004 01:41:14 -0000 1.807.2.18 @@ -22,6 +22,8 @@ # 1.2b2 +- clamav prints success if database was updated or is up-to-date (Heiko / Roland Pabel) +- cosmetic fixes of boot message (Heiko / Roland Pabel) - updated apache httpd to v2.0.50 - updated thttpd to v2.25b - updated ipac-ng to v1.30 |
From: Heiko Z. <smi...@us...> - 2004-07-02 01:40:50
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8795/scripts/scripts Modified Files: clamav Log Message: - clamav prints success if database was updated or is up-to-date (Heiko / Roland Pabel) - cosmetic fixes of boot message (Heiko / Roland Pabel) Index: clamav =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/clamav,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- clamav 2 Oct 2003 00:19:47 -0000 1.5 +++ clamav 2 Jul 2004 01:40:42 -0000 1.6 @@ -49,8 +49,14 @@ if [ "$UPDATE_CLAMAV" = "yes" ]; then test -n "$UPDATE_CLAMAV_USER" && PARAM="--proxy-user $UPDATE_CLAMAV_USER" test -n "$UPDATE_CLAMAV_PROXY" && PARAM="$PARAM --http-proxy $UPDATE_CLAMAV_PROXY" - echo "Updating ClamAV Virus signatures: " + echo -n "Updating ClamAV Virus signatures: " /usr/bin/freshclam --quiet -l /var/log/clam-update.log $PARAM + # exit codes 0 & 1 indicate success + if [ $? -lt 2 ]; then + print_status success + else + print_status failure + fi fi echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER |
From: Heiko Z. <smi...@us...> - 2004-07-02 01:40:50
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8795 Modified Files: CHANGES Log Message: - clamav prints success if database was updated or is up-to-date (Heiko / Roland Pabel) - cosmetic fixes of boot message (Heiko / Roland Pabel) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.828 retrieving revision 1.829 diff -u -d -r1.828 -r1.829 --- CHANGES 1 Jul 2004 11:33:55 -0000 1.828 +++ CHANGES 2 Jul 2004 01:40:41 -0000 1.829 @@ -22,6 +22,8 @@ # 1.3.0 +- clamav prints success if database was updated or is up-to-date (Heiko / Roland Pabel) +- cosmetic fixes of boot message (Heiko / Roland Pabel) - updated apache httpd to v2.0.50 - updated thttpd to v2.25b - updated ipac-ng to v1.30 |
From: Heiko Z. <smi...@us...> - 2004-07-02 01:40:50
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8795/config/etc/init.d Modified Files: boot Log Message: - clamav prints success if database was updated or is up-to-date (Heiko / Roland Pabel) - cosmetic fixes of boot message (Heiko / Roland Pabel) Index: boot =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/boot,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- boot 26 May 2004 13:15:12 -0000 1.22 +++ boot 2 Jul 2004 01:40:41 -0000 1.23 @@ -10,7 +10,6 @@ # Initial Startup Script for Devil-Linux # - ### BEGIN INIT INFO # Provides: boot # Required-Start: @@ -29,8 +28,23 @@ source /etc/init.d/functions source /etc/sysconfig/config -echo -n "Mounting base Filesystems" -mount -n -t proc proc /proc +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 " +# Kernel dependent mounts +case `uname -r` in + 2.4.*) # Kernel 2.4.* + mount -n -t usbdevfs none /proc/bus/usb && echo -e -n " usbdevfs " + ;; + 2.6.*) # Kernel 2.6.* + mount -n -t sysfs sys /sys && echo -e -n " sysfs " + ;; +esac +$NORMAL +rm -f /etc/mtab +cat /proc/mounts > /etc/mtab +print_status success if [ -f /proc/sys/kernel/sysrq ]; then echo -n "Enabling magic SysRq" @@ -38,18 +52,6 @@ print_status success fi -# -# mount sys for 2.6 -# -if [ -d /sys ]; then - mount -n -t sysfs sys /sys -fi -# -rm -f /etc/mtab -cat /proc/mounts > /etc/mtab -#mount -t devpts devtps /dev/pts -print_status success - echo -n "Sync'ing filesystems" sync evaluate_retval @@ -62,7 +64,8 @@ modprobe apm power_off=1 fi -echo "Setting Kernel log levels" +echo -n "Setting Kernel log levels" echo "1 4 1 7" > /proc/sys/kernel/printk +evaluate_retval exit 0 |
From: Heiko Z. <smi...@us...> - 2004-07-01 11:40:27
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2435 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: - updated apache httpd to v2.0.50 - updated thttpd to v2.25b Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.16 retrieving revision 1.807.2.17 diff -u -d -r1.807.2.16 -r1.807.2.17 --- CHANGES 30 Jun 2004 02:41:31 -0000 1.807.2.16 +++ CHANGES 1 Jul 2004 11:39:58 -0000 1.807.2.17 @@ -22,6 +22,8 @@ # 1.2b2 +- updated apache httpd to v2.0.50 +- updated thttpd to v2.25b - updated ipac-ng to v1.30 - updated openswan to v1.0.6 - updated nano to v1.2.4 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.14 retrieving revision 1.102.2.15 diff -u -d -r1.102.2.14 -r1.102.2.15 --- md5sum.lst 30 Jun 2004 02:41:32 -0000 1.102.2.14 +++ md5sum.lst 1 Jul 2004 11:39:58 -0000 1.102.2.15 @@ -124,7 +124,7 @@ e61f5a5396ed70c5971a13bd6d1ad3de src/hotplug_nowarning.diff.bz2 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 +8b251767212aebf41a13128bb70c0b41 src/httpd-2.0.50.tar.gz 0ffdfd9f7582aea05cec592948007347 src/i2c-2.8.7.tar.gz 0cd6740d0d14806a400f23e09835ca90 src/ians-2.3.63b.tar.gz 0d246d868f20d8c441d235b77c940676 src/imap-2002e.tar.Z @@ -325,7 +325,7 @@ 8fad9ae5e9a57cd7ffbb55706eeba819 src/telnet-bsd-1.0-temp-buffer-increase.diff.bz2 0f9d781e64f4f42957ef62913ac3731a src/telnet-bsd-1.0.diff.bz2 bf0cecc0c72a0e919cd02915d02d02bb src/telnet-bsd-1.0.tar.bz2 -9e72c27986548d0cbc8ea850b7b47bdd src/thttpd-2.24.tar.gz +a0e9cd87455d3a0ea11e5ea7e947adf6 src/thttpd-2.25b.tar.gz b3f0ee7617593c2703755672fb1bfed3 src/tiff-v3.6.1.tar.gz 964d599ef696efccdeebe7721cd4828d src/traceroute-1.4a12.tar.gz cfcec1b92f44dd1bdcb6cc3590c2465f src/traceroute_bindfix.patch.bz2 |
From: Heiko Z. <smi...@us...> - 2004-07-01 11:34:04
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1358 Modified Files: CHANGES md5sum.lst Log Message: - updated apache httpd to v2.0.50 - updated thttpd to v2.25b Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.827 retrieving revision 1.828 diff -u -d -r1.827 -r1.828 --- CHANGES 30 Jun 2004 02:30:21 -0000 1.827 +++ CHANGES 1 Jul 2004 11:33:55 -0000 1.828 @@ -22,6 +22,8 @@ # 1.3.0 +- updated apache httpd to v2.0.50 +- updated thttpd to v2.25b - updated ipac-ng to v1.30 - updated openswan to v1.0.6 - updated nano to v1.2.4 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.123 retrieving revision 1.124 diff -u -d -r1.123 -r1.124 --- md5sum.lst 30 Jun 2004 02:30:35 -0000 1.123 +++ md5sum.lst 1 Jul 2004 11:33:55 -0000 1.124 @@ -124,7 +124,7 @@ e61f5a5396ed70c5971a13bd6d1ad3de src/hotplug_nowarning.diff.bz2 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 +8b251767212aebf41a13128bb70c0b41 src/httpd-2.0.50.tar.gz 0ffdfd9f7582aea05cec592948007347 src/i2c-2.8.7.tar.gz 0cd6740d0d14806a400f23e09835ca90 src/ians-2.3.63b.tar.gz 0d246d868f20d8c441d235b77c940676 src/imap-2002e.tar.Z @@ -322,7 +322,7 @@ 8fad9ae5e9a57cd7ffbb55706eeba819 src/telnet-bsd-1.0-temp-buffer-increase.diff.bz2 0f9d781e64f4f42957ef62913ac3731a src/telnet-bsd-1.0.diff.bz2 bf0cecc0c72a0e919cd02915d02d02bb src/telnet-bsd-1.0.tar.bz2 -9e72c27986548d0cbc8ea850b7b47bdd src/thttpd-2.24.tar.gz +a0e9cd87455d3a0ea11e5ea7e947adf6 src/thttpd-2.25b.tar.gz b3f0ee7617593c2703755672fb1bfed3 src/tiff-v3.6.1.tar.gz 964d599ef696efccdeebe7721cd4828d src/traceroute-1.4a12.tar.gz cfcec1b92f44dd1bdcb6cc3590c2465f src/traceroute_bindfix.patch.bz2 |
From: Heiko Z. <smi...@us...> - 2004-06-30 11:19:40
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30904/scripts Modified Files: Tag: rel-1-2-patches perl Log Message: backport changes on how to compile perl modules, this should avoid those compile problems Index: perl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/perl,v retrieving revision 1.29.2.1 retrieving revision 1.29.2.2 diff -u -d -r1.29.2.1 -r1.29.2.2 --- perl 25 Jun 2004 01:51:42 -0000 1.29.2.1 +++ perl 30 Jun 2004 11:19:32 -0000 1.29.2.2 @@ -28,42 +28,21 @@ case $1 in build ) if [ "$CONFIG_PERL" = "y" ]; then - cd ext - - rm -rf ./DB_File || exit 1 - - for FILE in $(ls $DL_DIR/src/perl-ext/*.tar.gz) - do - tar -xzf $FILE || exit 1 - done - - ln -sf DB_File-* DB_File || exit 1 - - for PATCH in $(ls $DL_DIR/src/perl-ext/*.diff.bz2) - do - bzcat $PATCH | patch -p0 || exit 1 - done - - cd .. echo >> ./hints/linux.sh echo "archname='i$CONFIG_CPU-linux'" >> ./hints/linux.sh - ./Configure -Dprefix=/usr -Dinstallprefix=$WORKDIR/tmp -d -e || exit 1 + ./Configure -Dprefix=/usr -Dinstallprefix=$WORKDIR/tmp -Dusedl -d -e || exit 1 # parallel build fails - do not user $PMAKE make || exit 1 #make test || exit 1 - strip_debug + #strip_debug rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make install || exit 1 rm -f /usr/share/man/man1/s2p.1 /usr/share/man/man1/psed.1 /usr/share/man/man1/c2ph.1 /usr/share/man/man1/pstruct.1 - rm -f /usr/bin/perl - rm -f /usr/bin/perl5.8.0 - rm -f /usr/bin/perl5.8.2 - rm -f /usr/bin/perl5.8.3 - rm -f /usr/bin/perl5.8.4 + rm -f /usr/bin/perl* rm -f /usr/bin/s2p /usr/bin/psed rm -f /usr/bin/pstruct /usr/bin/c2ph cp -vfdpR $WORKDIR/tmp/* /usr || exit 1 @@ -71,6 +50,32 @@ # delete the old perl version test -d /usr/lib/perl5/5.8.0 && rm -rf /usr/lib/perl5/5.8.0 test -d /usr/lib/perl5/site_perl/5.8.0 && rm -rf /usr/lib/perl5/site_perl/5.8.0 + + # now let's take care of all the perl extension + rm -rf $WORKDIR/perl-ext + mkdir -p $WORKDIR/perl-ext || exit 1 + cd $WORKDIR/perl-ext || exit 1 + + for FILE in $(ls $DL_DIR/src/perl-ext/*.tar.gz $DL_DIR/src/perl-ext/*.tar.bz2) + do + tar -xzf $FILE || exit 1 + done + + for PATCH in $(ls $DL_DIR/src/perl-ext/*.diff.bz2) + do + bzcat $PATCH | patch -p0 || exit 1 + done + + for EXT in $(ls -d *) + do + pushd $EXT + echo "******** compiling perl extension $EXT ********" + yes "" | perl Makefile.PL PREFIX=/usr || exit 1 + strip_debug + make install || exit 1 + popd + done + exit 0 fi ;; @@ -86,12 +91,27 @@ rm $WORKDIR/tmp/bin/perl || exit 1 # check here if install fails, you probably upgraded to a new perl release - PERLBIN=perl5.8.3 - [ -e $WORKDIR/tmp/bin/$PERLBIN ] || exit 1 + PERLBIN=perl5.8.4 + 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" + exit 1 + fi ln -sf $PERLBIN $WORKDIR/tmp/bin/perl || exit 1 cp -dpR $WORKDIR/tmp/* $CDDIR/usr/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 + + # now let's take care of all the perl extension + cd $WORKDIR/perl-ext || exit 1 + + for EXT in $(ls -d *) + do + pushd $EXT + make install DESTDIR=$CDDIR + popd + done + fi ;; |
From: Heiko Z. <smi...@us...> - 2004-06-30 02:41:40
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15996 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: a couple software updates documented changes Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.15 retrieving revision 1.807.2.16 diff -u -d -r1.807.2.15 -r1.807.2.16 --- CHANGES 24 Jun 2004 21:42:45 -0000 1.807.2.15 +++ CHANGES 30 Jun 2004 02:41:31 -0000 1.807.2.16 @@ -22,6 +22,17 @@ # 1.2b2 +- updated ipac-ng to v1.30 +- updated openswan to v1.0.6 +- updated nano to v1.2.4 +- updated usb id database +- updated pci id database +- updated hostap-driver to v0.1.3 +- updated hostap-utils to v0.1.3 +- updated hostapd to v0.1.3 +- updated mysql to v4.0.20 +- updated snort to v2.1.3 +- added script to execute files in /etc/cron.{hourly,daily,weekly,monthly} - updated perl to v5.8.4 - updated dhcpd to v3.0.1rc14 - updated cdrtools to v2.01a32 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.13 retrieving revision 1.102.2.14 diff -u -d -r1.102.2.13 -r1.102.2.14 --- md5sum.lst 28 Jun 2004 23:47:04 -0000 1.102.2.13 +++ md5sum.lst 30 Jun 2004 02:41:32 -0000 1.102.2.14 @@ -133,6 +133,7 @@ 7c07ae671bfd83c39bf03cf5d373eb16 src/insserv-core.diff.bz2 3f6554c42665104edb18d26a4de93592 src/insserv-local.diff.bz2 9de7f44e9b3633da03ebd6b201c4aa4f src/ipac-ng-1.29.tar.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 @@ -215,6 +216,7 @@ 7c75ac74e23396bd228dbc2c2d1131df src/mysql-4.0.20.tar.gz a361b4ab34ce04e0a15ea4fbc8e4a414 src/nail-10.7.tar.bz2 fc70be5daee7f712675ac76690f71d50 src/nano-1.2.3.tar.gz +2c513310ec5e8b63abaecaf48670ac7a src/nano-1.2.4.tar.gz 9f682490c132b070d54e395cb6ee145e src/nasm-0.98.38.tar.bz2 e4697a859fee58f5020773aff76f9dcf src/nbd-2.4.32.tgz 686ee315742a34bd4132f0d077d2c172 src/ncftp-3.1.5-src.tar.bz2 @@ -233,6 +235,7 @@ 1dbfd40ae683f822ae917eebf171ca42 src/openssh-3.8.1p1.tar.gz 1b49e90fc8a75c3a507c0a624529aca5 src/openssl-0.9.7d.tar.gz b12fd572f69b81216800af5cbe510f1c src/openswan-1.0.5.tar.gz +893f1c6bd41ab0200168d4566fc8ad90 src/openswan-1.0.6.tar.gz 9eab3719b280a12d19ef1fda286cc363 src/openvpn-1.6.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 @@ -240,7 +243,7 @@ 71546d5d731897e0bae5a52c5a251acb src/patch-o-matic-20040409-patched-by-fl.tar.bz2 6835bd69d13f4651841ede4709ae541a src/pax-linux-2.4.26-200404151725.patch.bz2 d85064bb89183288e56ede3d2c311e56 src/pax-linux-2.6.6-200405182000.patch.bz2 -f2ce8d9a553ad6511e6bc1169420614d src/pci.ids.bz2 +8df9924da7a90fc89ca9efd1df14a8c8 src/pci.ids.bz2 1d40f90aaae69594790bdb8ff90b4a41 src/pciutils-2.1.11.tar.gz e8498bdbe8ec2dde41fbddcf65cd900a src/pcmcia-cs-3.2.7.tar.gz c51bd34197008b128046f0799d2242e4 src/pcre-4.5.tar.bz2 @@ -333,7 +336,7 @@ 7a481dc017f1fbfa7f937a97e66eb99f src/unarj_2.43.orig.tar.gz 1afca3128e21994042f34bcb91b4ea48 src/unrarsrc-3.2.3.tar.gz 8a25712aac642430d87d21491f7c6bd1 src/unzip551.tar.gz -2b4d12f9dd2469f8d9c5698c6fb0b289 src/usb.ids.bz2 +99b9c46bc8f1577f8ea8516f531e9dc4 src/usb.ids.bz2 2e8d4e13ea386592109ad3f5eb7e481f src/usbat-02.20031116.tar.gz f6ceb3328c80e8e83349c458a0331991 src/usbat02-kernel-Makefile.diff.bz2 d4b0f3015d69bbba493f8faadb7b9bf6 src/usbat02-kernel-config.diff.bz2 |
From: Heiko Z. <smi...@us...> - 2004-06-30 02:30:45
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14509 Modified Files: CHANGES md5sum.lst Log Message: - updated ipac-ng to v1.30 - updated openswan to v1.0.6 - updated nano to v1.2.4 - updated usb id database - updated pci id database Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.826 retrieving revision 1.827 diff -u -d -r1.826 -r1.827 --- CHANGES 28 Jun 2004 23:16:59 -0000 1.826 +++ CHANGES 30 Jun 2004 02:30:21 -0000 1.827 @@ -22,6 +22,11 @@ # 1.3.0 +- updated ipac-ng to v1.30 +- updated openswan to v1.0.6 +- updated nano to v1.2.4 +- updated usb id database +- updated pci id database - updated hostap-driver to v0.1.3 - updated hostap-utils to v0.1.3 - updated hostapd to v0.1.3 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.122 retrieving revision 1.123 diff -u -d -r1.122 -r1.123 --- md5sum.lst 28 Jun 2004 23:52:30 -0000 1.122 +++ md5sum.lst 30 Jun 2004 02:30:35 -0000 1.123 @@ -132,7 +132,7 @@ 68ec8cb81ae95d7da2a3b5f501a9488a src/insserv-boot.diff.bz2 7c07ae671bfd83c39bf03cf5d373eb16 src/insserv-core.diff.bz2 3f6554c42665104edb18d26a4de93592 src/insserv-local.diff.bz2 -9de7f44e9b3633da03ebd6b201c4aa4f src/ipac-ng-1.29.tar.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 @@ -214,7 +214,7 @@ 6f8c59cc214dbffd555085b1db7272c1 src/mxser.tgz 7c75ac74e23396bd228dbc2c2d1131df src/mysql-4.0.20.tar.gz a361b4ab34ce04e0a15ea4fbc8e4a414 src/nail-10.7.tar.bz2 -fc70be5daee7f712675ac76690f71d50 src/nano-1.2.3.tar.gz +2c513310ec5e8b63abaecaf48670ac7a src/nano-1.2.4.tar.gz 9f682490c132b070d54e395cb6ee145e src/nasm-0.98.38.tar.bz2 e4697a859fee58f5020773aff76f9dcf src/nbd-2.4.32.tgz 686ee315742a34bd4132f0d077d2c172 src/ncftp-3.1.5-src.tar.bz2 @@ -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 -b12fd572f69b81216800af5cbe510f1c src/openswan-1.0.5.tar.gz +893f1c6bd41ab0200168d4566fc8ad90 src/openswan-1.0.6.tar.gz 9eab3719b280a12d19ef1fda286cc363 src/openvpn-1.6.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 @@ -240,7 +240,7 @@ 71546d5d731897e0bae5a52c5a251acb src/patch-o-matic-20040409-patched-by-fl.tar.bz2 6835bd69d13f4651841ede4709ae541a src/pax-linux-2.4.26-200404151725.patch.bz2 d85064bb89183288e56ede3d2c311e56 src/pax-linux-2.6.6-200405182000.patch.bz2 -f2ce8d9a553ad6511e6bc1169420614d src/pci.ids.bz2 +8df9924da7a90fc89ca9efd1df14a8c8 src/pci.ids.bz2 1d40f90aaae69594790bdb8ff90b4a41 src/pciutils-2.1.11.tar.gz e8498bdbe8ec2dde41fbddcf65cd900a src/pcmcia-cs-3.2.7.tar.gz c51bd34197008b128046f0799d2242e4 src/pcre-4.5.tar.bz2 @@ -333,7 +333,7 @@ 7a481dc017f1fbfa7f937a97e66eb99f src/unarj_2.43.orig.tar.gz 1afca3128e21994042f34bcb91b4ea48 src/unrarsrc-3.2.3.tar.gz 8a25712aac642430d87d21491f7c6bd1 src/unzip551.tar.gz -2b4d12f9dd2469f8d9c5698c6fb0b289 src/usb.ids.bz2 +99b9c46bc8f1577f8ea8516f531e9dc4 src/usb.ids.bz2 2e8d4e13ea386592109ad3f5eb7e481f src/usbat-02.20031116.tar.gz f6ceb3328c80e8e83349c458a0331991 src/usbat02-kernel-Makefile.diff.bz2 d4b0f3015d69bbba493f8faadb7b9bf6 src/usbat02-kernel-config.diff.bz2 |
From: Heiko Z. <smi...@us...> - 2004-06-28 23:52:39
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7357 Modified Files: md5sum.lst Log Message: more stuff for perl XML RPC support Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.121 retrieving revision 1.122 diff -u -d -r1.121 -r1.122 --- md5sum.lst 28 Jun 2004 23:17:02 -0000 1.121 +++ md5sum.lst 28 Jun 2004 23:52:30 -0000 1.122 @@ -376,6 +376,7 @@ 4871471daa617307d96f801b3e642a90 src/perl-ext/Digest-SHA-5.01.tar.gz 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 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 |
From: Heiko Z. <smi...@us...> - 2004-06-28 23:47:12
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6371 Modified Files: Tag: rel-1-2-patches md5sum.lst Log Message: a couple software updates Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.12 retrieving revision 1.102.2.13 diff -u -d -r1.102.2.12 -r1.102.2.13 --- md5sum.lst 24 Jun 2004 21:42:46 -0000 1.102.2.12 +++ md5sum.lst 28 Jun 2004 23:47:04 -0000 1.102.2.13 @@ -117,9 +117,9 @@ b3d65aa96d93fc08bc807fd1d9497c21 src/hdparm-5.5.tar.gz b31e3f91c76fe006d2af94a868445293 src/heartbeat-1.2.0.tar.gz 1938063cece4cdb695a0f787e776621c src/heimdal-0.6.2.tar.gz -48dc3ddd8a8b1d47002b54f7a8fee7da src/hostap-driver-0.1.2.tar.gz -added14d8db8aedb42d6e229b941be3d src/hostap-utils-0.1.2.tar.gz -6be6bb611ee624c66d94dbca104721e9 src/hostapd-0.1.0.tar.gz +f729811b572f9c9ffd39b7b9e6c63892 src/hostap-driver-0.1.3.tar.gz +415803a5d88c464f24c1c0c43825dae7 src/hostap-utils-0.1.3.tar.gz +54563fb51f143c4bf26ddec2516e8f9f src/hostapd-0.1.3.tar.gz 55ee0ac0b49c3218b8d5974754ea8d56 src/hotplug-2004_01_05.tar.bz2 e61f5a5396ed70c5971a13bd6d1ad3de src/hotplug_nowarning.diff.bz2 65eaddfd8eb8e3f7a2b4fc4f99a080dd src/ht-20040525-0.96.5-bgp-md5.patch.bz2 @@ -212,7 +212,7 @@ 6928ab4d6958118cde2060aee130b9e2 src/mtools-3.9.9.tar.bz2 7f7ecb50fc37fedb13135a5ef80fda7d src/mtr-0.54.tar.gz 6f8c59cc214dbffd555085b1db7272c1 src/mxser.tgz -141511e1b7cab3a886fb68bbb507a1ab src/mysql-4.0.17.tar.gz +7c75ac74e23396bd228dbc2c2d1131df src/mysql-4.0.20.tar.gz a361b4ab34ce04e0a15ea4fbc8e4a414 src/nail-10.7.tar.bz2 fc70be5daee7f712675ac76690f71d50 src/nano-1.2.3.tar.gz 9f682490c132b070d54e395cb6ee145e src/nasm-0.98.38.tar.bz2 @@ -298,7 +298,7 @@ 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 +76a538d27c23d51dbed43b04c06114e1 src/snort-2.1.3.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 |