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...> - 2009-11-05 05:12:11
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv20043 Modified Files: CHANGES Log Message: Fixed Run from RAM boot option Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1298 retrieving revision 1.1299 diff -u -d -r1.1298 -r1.1299 --- CHANGES 2 Nov 2009 14:35:15 -0000 1.1298 +++ CHANGES 5 Nov 2009 05:12:03 -0000 1.1299 @@ -22,6 +22,7 @@ # 1.4RC2 +- fixed bug #33 Run from RAM not working (bs) - fixed bug #13 Problem with module Webminstats - upgrade-config now handles syslog-ng updates for 3.x better bug #32 - added keepalived-1.1.19 (brudner) |
From: Heiko Z. <smi...@us...> - 2009-11-04 12:37:17
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv1596/scripts Modified Files: rrdtool Log Message: rrdtool now installs into the correct directory Index: rrdtool =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/rrdtool,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- rrdtool 2 Nov 2009 14:22:06 -0000 1.8 +++ rrdtool 4 Nov 2009 12:37:07 -0000 1.9 @@ -26,11 +26,9 @@ case $1 in build ) if [ "$CONFIG_RRDTOOL" = "y" ]; then - #PERLVER=$(ls -d /usr/lib/perl5/5.*) - #PERLVER=${PERLVER##/*/} PERLDIR=$(ls -d /usr/lib/perl5/5.*) - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-shared || exit 1 - replace_str bindings/perl-shared/Makefile /usr/lib/perl/ /usr/lib/perl5/ + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-shared \ + --with-perl-options="PREFIX=/usr LIB=${PERLDIR}" || exit 1 make all || exit 1 strip_debug # we need that probably for some other tools, so let's install it |
From: Heiko Z. <smi...@us...> - 2009-11-02 14:35:25
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13363 Modified Files: CHANGES Log Message: let's try this again in english.... Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1297 retrieving revision 1.1298 diff -u -d -r1.1297 -r1.1298 --- CHANGES 2 Nov 2009 14:22:06 -0000 1.1297 +++ CHANGES 2 Nov 2009 14:35:15 -0000 1.1298 @@ -23,7 +23,7 @@ 1.4RC2 - fixed bug #13 Problem with module Webminstats -- upgrade-config doesn't now handles syslog-ng updates for 3.x better bug #32 +- upgrade-config now handles syslog-ng updates for 3.x better bug #32 - added keepalived-1.1.19 (brudner) - updated grsecurity-2.1.14-2.6.31.4-200910202041 - updated pax-linux-2.6.31.4-test22 |
From: Heiko Z. <smi...@us...> - 2009-11-02 14:22:16
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11701/scripts Modified Files: rrdtool Log Message: fixed bug #13 Problem with module Webminstats Index: rrdtool =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/rrdtool,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- rrdtool 25 Oct 2006 15:18:42 -0000 1.7 +++ rrdtool 2 Nov 2009 14:22:06 -0000 1.8 @@ -26,7 +26,11 @@ case $1 in build ) if [ "$CONFIG_RRDTOOL" = "y" ]; then + #PERLVER=$(ls -d /usr/lib/perl5/5.*) + #PERLVER=${PERLVER##/*/} + PERLDIR=$(ls -d /usr/lib/perl5/5.*) ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-shared || exit 1 + replace_str bindings/perl-shared/Makefile /usr/lib/perl/ /usr/lib/perl5/ make all || exit 1 strip_debug # we need that probably for some other tools, so let's install it |
From: Heiko Z. <smi...@us...> - 2009-11-02 14:22:15
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11701 Modified Files: CHANGES Log Message: fixed bug #13 Problem with module Webminstats Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1296 retrieving revision 1.1297 diff -u -d -r1.1296 -r1.1297 --- CHANGES 26 Oct 2009 16:17:10 -0000 1.1296 +++ CHANGES 2 Nov 2009 14:22:06 -0000 1.1297 @@ -22,6 +22,8 @@ # 1.4RC2 +- fixed bug #13 Problem with module Webminstats +- upgrade-config doesn't now handles syslog-ng updates for 3.x better bug #32 - added keepalived-1.1.19 (brudner) - updated grsecurity-2.1.14-2.6.31.4-200910202041 - updated pax-linux-2.6.31.4-test22 |
From: Heiko Z. <smi...@us...> - 2009-11-01 20:07:18
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv15208/scripts/scripts Modified Files: upgrade-config Log Message: upgrade-config doesn't now handles syslog-ng updates for 3.x better bug #32 Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- upgrade-config 9 Sep 2009 19:49:32 -0000 1.36 +++ upgrade-config 1 Nov 2009 20:07:06 -0000 1.37 @@ -337,7 +337,9 @@ -e 's|unix-stream *( *"/dev/log"|unix-dgram("/dev/log"|' \ -e 's|sync(0)|flush_lines(0)|g' \ -e 's|use_time_recvd (yes);||g' \ - -e 's|^source src .*;$|source src { file("/proc/kmsg" program_override("kernel: ")); unix-stream("/dev/log" max-connections(1000)); internal(); };|g' \ + -e 's|pipe.*("/proc/kmsg"|file("/proc/kmsg"|g' \ + -e 's|unix-dgram*("/dev/log"|unix-stream("/dev/log"|g' \ + -e 's|log_prefix|program_override|g' \ -e 's|^@version.*$||g' \ < /etc/syslog-ng/syslog-ng.conf > $TMPD echo '@version: 3.0' > /etc/syslog-ng/syslog-ng.conf |
From: Björn R. <br...@us...> - 2009-10-27 08:10:53
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12973/scripts Modified Files: keepalived Log Message: fixed copy of /etc/keepalived Index: keepalived =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/keepalived,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- keepalived 26 Oct 2009 16:23:32 -0000 1.1 +++ keepalived 27 Oct 2009 08:10:41 -0000 1.2 @@ -45,8 +45,8 @@ make install DESTDIR=$TMPDIR || exit 1 copy_docs $TMPDIR copy_files $TMPDIR/usr $CDDIR || exit 1 - copy_files $TMPDIR/etc/keepalived $ETCDIR/keepalived/ || exit 1 - mv $ETCDIR/keepalived/keepalived.conf $ETCDIR/keepalived/keepalived.conf.sample || exit 1 + copy_files $TMPDIR/etc/keepalived $ETCDIR/etc/keepalived/ || exit 1 + mv $ETCDIR/etc/keepalived/keepalived.conf $ETCDIR/etc/keepalived/keepalived.conf.sample || exit 1 cp $MYDIR/scripts/keepalived $ETCDIR/etc/init.d || exit 1 rm -rf $TMPDIR || exit 1 |
From: Björn R. <br...@us...> - 2009-10-26 16:25:11
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7616/scripts/configuration Modified Files: heartbeat.config Log Message: heartbeat is a network-service, not a system-service Index: heartbeat.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/heartbeat.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- heartbeat.config 1 Mar 2004 02:42:37 -0000 1.1 +++ heartbeat.config 26 Oct 2009 16:24:55 -0000 1.2 @@ -5,4 +5,4 @@ # # http://www.devil-linux.org -menu_add "System|Services" bool "Heartbeat" CONFIG_HEARTBEAT +menu_add "Networking|Services" bool "Heartbeat" CONFIG_HEARTBEAT |
From: Björn R. <br...@us...> - 2009-10-26 16:23:43
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7420/scripts Added Files: keepalived Log Message: add keepalived --- NEW FILE: keepalived --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/keepalived,v $ # $Revision: 1.1 $ # $Date: 2009/10/26 16:23:32 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: keepalived # Required-Start: $basebuildtools $libs popt # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: keepalived is a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=KEEPALIVED case $1 in build ) if [ "$CONFIG_KEEPALIVED" = "y" ]; then ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || exit 1 make $PMAKE || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_KEEPALIVED" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 mkdir -p $TMPDIR/etc || exit 1 make install DESTDIR=$TMPDIR || exit 1 copy_docs $TMPDIR copy_files $TMPDIR/usr $CDDIR || exit 1 copy_files $TMPDIR/etc/keepalived $ETCDIR/keepalived/ || exit 1 mv $ETCDIR/keepalived/keepalived.conf $ETCDIR/keepalived/keepalived.conf.sample || exit 1 cp $MYDIR/scripts/keepalived $ETCDIR/etc/init.d || exit 1 rm -rf $TMPDIR || exit 1 echo "# Start KEEPALIVED?" >> $CONFIGFILE echo "START_KEEPALIVED=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_KEEPALIVED=\"keepalived is a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Björn R. <br...@us...> - 2009-10-26 16:17:22
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6071/scripts/configuration/help Added Files: keepalived.help Log Message: add keepalived --- NEW FILE: keepalived.help --- CONFIG_KEEPALIVED The main goal of the keepalived project is to add a strong & robust keepalive facility to the Linux Virtual Server project. This project is written in C with multilayer TCP/IP stack checks. Keepalived implements a framework based on three family checks: Layer3, Layer4 & Layer5/7. This framework gives the daemon the ability of checking a LVS server pool states. When one of the server of the LVS server pool is down, keepalived informs the linux kernel via a setsockopt call to remove this server entrie from the LVS topology. In addition keepalived implements an independent VRRPv2 stack to handle director failover. So in short keepalived is a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover. |
From: Björn R. <br...@us...> - 2009-10-26 16:17:21
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6071/scripts/scripts Added Files: keepalived Log Message: add keepalived --- NEW FILE: keepalived --- #!/bin/bash # # $Source: /cvsroot/devil-linux/build/scripts/scripts/keepalived,v $ # $Revision: 1.1 $ # $Date: 2009/10/26 16:17:10 $ # # http://www.devil-linux.org # keepalive Daemon ### BEGIN INIT INFO # Provides: keepalived # Required-Start: $network $time $syslog # Required-Stop: $network $time $syslog # Default-Start: 3 5 # Default-Stop: 0 1 2 6 # Description: starts keepalived ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME=keepalived CONFIGNAME=KEEPALIVED DAEMON=/usr/sbin/keepalived PARAMETER="" # source function library source /etc/init.d/functions eval START=\$START_$CONFIGNAME # Determine the base and follow a runlevel link name. base=${0##*/} link=${base#*[SK][0-9][0-9]} # Force execution if not called by a runlevel directory. test $link = $base && START=yes test "$START" = "yes" || exit 0 if [ ! -e $DAEMON ]; then echo echo "$DAEMON not found. Did you install the package?" exit 1 fi case "$1" in start) echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER ;; stop) echo -n "Shutting down $NAME: " killproc $DAEMON ;; restart) $0 stop sleep 1 $0 start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 esac |
From: Björn R. <br...@us...> - 2009-10-26 16:17:21
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6071/scripts/configuration Added Files: keepalived.config Log Message: add keepalived --- NEW FILE: keepalived.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/keepalived.config,v $ # $Revision: 1.1 $ # $Date: 2009/10/26 16:17:10 $ # # http://www.devil-linux.org menu_add "Networking|Services" bool "Keepalived" CONFIG_KEEPALIVED |
From: Björn R. <br...@us...> - 2009-10-26 16:17:20
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6071/scripts/configuration/profiles Modified Files: default server Log Message: add keepalived Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.105 retrieving revision 1.106 diff -u -d -r1.105 -r1.106 --- default 14 Oct 2009 13:04:31 -0000 1.105 +++ default 26 Oct 2009 16:17:10 -0000 1.106 @@ -79,6 +79,7 @@ CONFIG_JFS=y CONFIG_JFTPGW=y CONFIG_JOE=y +CONFIG_KEEPALIVED=y CONFIG_KERBEROS5=y CONFIG_KERNEL_CPU=686 CONFIG_L2TPD=y Index: server =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/server,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- server 14 Oct 2009 13:04:31 -0000 1.16 +++ server 26 Oct 2009 16:17:10 -0000 1.17 @@ -87,6 +87,7 @@ CONFIG_JFS=y CONFIG_JFTPGW=y CONFIG_JOE=y +CONFIG_KEEPALIVED=y CONFIG_KERBEROS5=y CONFIG_KERNEL_CPU=686 CONFIG_L2TPD=y |
From: Björn R. <br...@us...> - 2009-10-26 16:17:20
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6071 Modified Files: CHANGES Log Message: add keepalived Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1295 retrieving revision 1.1296 diff -u -d -r1.1295 -r1.1296 --- CHANGES 21 Oct 2009 19:13:45 -0000 1.1295 +++ CHANGES 26 Oct 2009 16:17:10 -0000 1.1296 @@ -22,6 +22,7 @@ # 1.4RC2 +- added keepalived-1.1.19 (brudner) - updated grsecurity-2.1.14-2.6.31.4-200910202041 - updated pax-linux-2.6.31.4-test22 - updated linux-2.6.31-mppe-mppc-1.3 (Frank Weis) |
From: Björn R. <br...@us...> - 2009-10-26 15:49:18
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31452 Modified Files: md5sum.lst Log Message: add md5 of keepalived Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.522 retrieving revision 1.523 diff -u -d -r1.522 -r1.523 --- md5sum.lst 21 Oct 2009 19:13:45 -0000 1.522 +++ md5sum.lst 26 Oct 2009 15:49:07 -0000 1.523 @@ -225,6 +225,7 @@ 66de1b073e869ba12abbfcde3885c577 src/joe-3.7.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz ba3fd20e6c79e58422c3cc6b28718939 src/kbd-1.15.tar.gz +a35b8d9d462810f7650d292bd7457523 src/keepalived-1.1.19.tar.gz 14a53f5c8022b661d3c25f20f3ebdb51 src/kernel-patches-2.6.tar.bz2 31e7156698a6f214b4067afb9e13728f src/kid-0.9.6.tar.gz 7ef90ed2727a64f4526cfff253eb1f6d src/krb5-1.7.tar.gz |
From: Björn R. <br...@us...> - 2009-10-26 09:12:55
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3092/configuration Modified Files: shorewall.config Log Message: shorewall version 4.4 now only supports the perl-compiler Index: shorewall.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/shorewall.config,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- shorewall.config 17 Dec 2003 20:47:18 -0000 1.1 +++ shorewall.config 26 Oct 2009 09:12:42 -0000 1.2 @@ -2,4 +2,6 @@ # # http://www.devil-linux.org -menu_add "Networking|Firewall" bool "Shorewall Firewall" CONFIG_SHOREWALL +if [ "$CONFIG_PERL" = "y" ]; then + menu_add "Networking|Firewall" bool "Shorewall Firewall" CONFIG_SHOREWALL +fi |
From: Björn R. <br...@us...> - 2009-10-26 09:12:52
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv3092 Modified Files: shorewall Log Message: shorewall version 4.4 now only supports the perl-compiler Index: shorewall =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shorewall,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- shorewall 18 Oct 2009 13:41:06 -0000 1.10 +++ shorewall 26 Oct 2009 09:12:41 -0000 1.11 @@ -30,33 +30,36 @@ case $1 in install ) - if [ "$CONFIG_SHOREWALL" = "y" ]; then - rm -rf $TMPDIR || exit 1 - mkdir -p $TMPDIR || exit 1 + # shorewall 4.4 now only supports perl-compilter + if [ "$CONFIG_PERL" = "y" ]; then + if [ "$CONFIG_SHOREWALL" = "y" ]; then + rm -rf $TMPDIR || exit 1 + mkdir -p $TMPDIR || exit 1 - # Install shorewall into $TMPDIR - PREFIX=$TMPDIR ./install.sh || exit 1 + # Install shorewall into $TMPDIR + PREFIX=$TMPDIR ./install.sh || exit 1 - # Create the directories for /var - mkdir -p $CDDIR/var/lib/shorewall + # Create the directories for /var + mkdir -p $CDDIR/var/lib/shorewall - # Copy all the shorewall files to the appropriate directories on the cd - copy_docs $TMPDIR || exit 1 - cp -dbvR $TMPDIR/etc $ETCDIR/ || exit 1 - rm -rf $TMPDIR/etc || exit 1 - cp -dpvR $TMPDIR/* $CDDIR/ || exit 1 - mv $CDDIR/usr/share/shorewall/modules $ETCDIR/etc/shorewall/ || exit 1 - ln -sf /etc/shorewall/modules $CDDIR/usr/share/shorewall/modules || exit 1 + # Copy all the shorewall files to the appropriate directories on the cd + copy_docs $TMPDIR || exit 1 + cp -dbvR $TMPDIR/etc $ETCDIR/ || exit 1 + rm -rf $TMPDIR/etc || exit 1 + cp -dpvR $TMPDIR/* $CDDIR/ || exit 1 + mv $CDDIR/usr/share/shorewall/modules $ETCDIR/etc/shorewall/ || exit 1 + ln -sf /etc/shorewall/modules $CDDIR/usr/share/shorewall/modules || exit 1 - # Copy our own startup script into /etc/init.d - cp $MYDIR/scripts/shorewall $ETCDIR/etc/init.d/ - rm -rf $TMPDIR || exit 1 + # Copy our own startup script into /etc/init.d + cp $MYDIR/scripts/shorewall $ETCDIR/etc/init.d/ + rm -rf $TMPDIR || exit 1 - # Create the shorewall option in the config file - echo "# Start $MYNAME?" >> $CONFIGFILE - echo "START_SHOREWALL=no" >> $CONFIGFILE - echo >> $CONFIGFILE - echo "HELP_SHOREWALL=\"SHOREWALL is an alternate firewall creation script (www.shorewall.net)\"" >> $SOFTWAREHELP + # Create the shorewall option in the config file + echo "# Start $MYNAME?" >> $CONFIGFILE + echo "START_SHOREWALL=no" >> $CONFIGFILE + echo >> $CONFIGFILE + echo "HELP_SHOREWALL=\"SHOREWALL is an alternate firewall creation script (www.shorewall.net)\"" >> $SOFTWAREHELP + fi fi ;; |
From: Heiko Z. <smi...@us...> - 2009-10-21 19:13:59
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv32631 Modified Files: CHANGES md5sum.lst Log Message: - updated grsecurity-2.1.14-2.6.31.4-200910202041 - updated pax-linux-2.6.31.4-test22 - updated linux-2.6.31-mppe-mppc-1.3 (Frank Weis) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1294 retrieving revision 1.1295 diff -u -d -r1.1294 -r1.1295 --- CHANGES 20 Oct 2009 18:57:47 -0000 1.1294 +++ CHANGES 21 Oct 2009 19:13:45 -0000 1.1295 @@ -22,6 +22,9 @@ # 1.4RC2 +- updated grsecurity-2.1.14-2.6.31.4-200910202041 +- updated pax-linux-2.6.31.4-test22 +- updated linux-2.6.31-mppe-mppc-1.3 (Frank Weis) - updated aoe6-73 - updated aufs2-git-20091018 - updated gradm-2.1.14-200910072130 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.521 retrieving revision 1.522 diff -u -d -r1.521 -r1.522 --- md5sum.lst 20 Oct 2009 18:57:47 -0000 1.521 +++ md5sum.lst 21 Oct 2009 19:13:45 -0000 1.522 @@ -175,7 +175,7 @@ 8dc701a71cf56a1c82183d649942e31b src/gradm-2.1.14-200910072130.tar.gz 52202fe462770fa6be1bb667bd6cf30c src/grep-2.5.1a.tar.bz2 f7c9cf2e4b9967d3af167d7c9fadaae4 src/groff-1.19.2.tar.gz -a23ac3fb6fbfb214c1e41a0b6ea91cc9 src/grsecurity-2.1.14-2.6.31.4-200910181015.patch.bz2 +08a10814e63e2641bd799d9b7d4360c6 src/grsecurity-2.1.14-2.6.31.4-200910202041.patch.bz2 cd3f3eb54446be6003156158d51f4884 src/grub-0.97.tar.gz b5bac2d21840ae077e0217bc5e4845b1 src/gzip-1.3.12.tar.gz 0f2d28735cb9b18be6bf4f6448502f16 src/hdparm-9.25.tar.gz @@ -275,7 +275,7 @@ caf182cbc7565dac0fd72155919672e6 src/libusb-0.1.12.tar.gz 67a9a5dde396ce8ec193c57ea27e6000 src/libxml2-sources-2.7.2.tar.gz e83ec5d27fc4c10c6f612879bea9a153 src/libxslt-1.1.24.tar.gz -12ba08a3eae0cabe20520c736aabce59 src/linux-2.6.27-mppe-mppc-1.3.patch.bz2 +a49dce62f632fd0ad5f20000efa54f4c src/linux-2.6.31-mppe-mppc-1.3.patch.bz2 84c077a37684e4cbfa67b18154390d8a src/linux-2.6.31.tar.bz2 613d7cfa23b70c0abae3fabb0a72ff5f src/lm_sensors-3.1.1.tar.bz2 9ec24a9f2cf588b348adf1a1381af8a4 src/loadlin16c-devil.tar.bz2 @@ -371,7 +371,7 @@ 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz 02078f4231baee4f0004212f2875df2b src/patch-2.6.31.4.bz2 289248c80d96184a902ffac1db56543f src/patch-o-matic-ng-20090819.tar.bz2 -f21b2f77f9d4e5c610dfac2a6d3cca8a src/pax-linux-2.6.31.4-test20.patch.bz2 +85a3c7389fe9a45dfd88daf907a53de2 src/pax-linux-2.6.31.4-test22.patch.bz2 acf0e368cb33bc2f6a335ba3f5e4fd2b src/pax-utils-0.1.15.tar.bz2 6ec138522977dc7654d33ddbe32755f0 src/paxctl-0.5.tar.gz 620f76ca14b6c45ac2477f4d2376f31e src/pci.ids.bz2 |
From: Heiko Z. <smi...@us...> - 2009-10-20 18:57:59
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4455/scripts Modified Files: distcc prepare Log Message: - updated aoe6-73 - updated aufs2-git-20091018 - updated gradm-2.1.14-200910072130 - updated grsecurity-2.1.14-2.6.31.4-200910181015 - updated linux-2.6.31.4 - updated ndiswrapper-1.55 - updated pax-linux-2.6.31.4-test20 - updated unionfs-2.5.3_for_2.6.31 Index: distcc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/distcc,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- distcc 11 Jan 2004 14:43:04 -0000 1.15 +++ distcc 20 Oct 2009 18:57:47 -0000 1.16 @@ -32,7 +32,7 @@ if [ "$CONFIG_USE_DISTCC" = "y" ] || [ "$CONFIG_DISTCCD" = "y" ]; then #remove old links ./configure --prefix=/usr || exit 1 - make $PMAKE || exit 1 + make CC="gcc -D_FORTIFY_SOURCE=0" || exit 1 strip_debug if [ "$CONFIG_USE_DISTCC" = "y" ]; then @@ -56,7 +56,7 @@ useradd distcc killall distccd sleep 1 - /usr/bin/distccd || exit 1 + /usr/bin/distccd -a 0.0.0.0/0 || exit 1 export PATH=/usr/lib/distcc/bin:$PATH fi fi Index: prepare =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/prepare,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- prepare 20 Aug 2009 05:28:25 -0000 1.81 +++ prepare 20 Oct 2009 18:57:47 -0000 1.82 @@ -149,8 +149,9 @@ echo "Patching AUFS" if [ ! -f $KERNELDIR/.done_aufs_patch ]; then AUFSDIR=$(find_src_dir aufs2) - patch -d $KERNELDIR -p1 -i ${AUFSDIR}/aufs2-standalone/aufs2-standalone.patch || exit 1 patch -d $KERNELDIR -p1 -i ${AUFSDIR}/aufs2-standalone/aufs2-kbuild.patch || exit 1 + patch -d $KERNELDIR -p1 -i ${AUFSDIR}/aufs2-standalone/aufs2-base.patch || exit 1 + patch -d $KERNELDIR -p1 -i ${AUFSDIR}/aufs2-standalone/aufs2-standalone.patch || exit 1 cp -dpvR ${AUFSDIR}/aufs2-standalone/{fs,Documentation,include} $KERNELDIR/ || exit 1 touch $KERNELDIR/.done_aufs_patch fi @@ -164,6 +165,7 @@ set_kernel_option CONFIG_AUFS_EXPORT n set_kernel_option CONFIG_AUFS_BR_RAMFS n set_kernel_option CONFIG_AUFS_SHWH n + set_kernel_option CONFIG_AUFS_RDU n fi # make sure all netfilter modules are enabled |
From: Heiko Z. <smi...@us...> - 2009-10-20 18:57:59
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4455/scripts/config/linux-2.6 Modified Files: config_grsecurity config_linux Log Message: - updated aoe6-73 - updated aufs2-git-20091018 - updated gradm-2.1.14-200910072130 - updated grsecurity-2.1.14-2.6.31.4-200910181015 - updated linux-2.6.31.4 - updated ndiswrapper-1.55 - updated pax-linux-2.6.31.4-test20 - updated unionfs-2.5.3_for_2.6.31 Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.56 retrieving revision 1.57 diff -u -d -r1.56 -r1.57 --- config_linux 11 Aug 2009 05:30:18 -0000 1.56 +++ config_linux 20 Oct 2009 18:57:47 -0000 1.57 @@ -3067,3 +3067,55 @@ CONFIG_NET_SCH_ESFQ_NFCT=y +CONFIG_PERF_COUNTERS=n +CONFIG_LBDAF=y +CONFIG_X86_OLD_MCE=n +CONFIG_X86_MCE_INTEL=y +CONFIG_X86_MCE_AMD=y +CONFIG_X86_ANCIENT_MCE=n +CONFIG_X86_MCE_INJECT=n +CONFIG_PCIE_ECRC=n +CONFIG_PCIEAER_INJECT=n +CONFIG_IEEE802154=n +CONFIG_MAC80211_DEFAULT_PS=n +CONFIG_BLK_DEV_OSD=m +CONFIG_EEPROM_MAX6875=m +CONFIG_CB710_CORE=m +CONFIG_CB710_DEBUG=n +CONFIG_SCSI_BNX2_ISCSI=m +CONFIG_SCSI_MVSAS_DEBUG=n +CONFIG_DM_LOG_USERSPACE=n +CONFIG_DM_MULTIPATH_QL=m +CONFIG_DM_MULTIPATH_ST=m +CONFIG_DE2104X_DSL=0 +CONFIG_KS8842=m +CONFIG_KS8851=m +CONFIG_CNIC=m +CONFIG_LIBERTAS_SPI=m +CONFIG_RT2800USB=m +CONFIG_WL12XX=m +CONFIG_USB_NET_INT51X1=m +CONFIG_KEYBOARD_LM8323=n +CONFIG_MOUSE_SYNAPTICS_I2C=n +CONFIG_PPS=n +CONFIG_BATTERY_DS2782=n +CONFIG_BATTERY_MAX17040=n +CONFIG_AB3100_CORE=n +CONFIG_EZX_PCAP=n +CONFIG_MEDIA_SUPPORT=m +CONFIG_DRAGONRISE_FF=n +CONFIG_SMARTJOYPLUS_FF=n +CONFIG_USB_XHCI_HCD=m +CONFIG_USB_XHCI_HCD_DEBUGGING=n +CONFIG_LEDS_LP3944=n +CONFIG_RTC_DRV_RX8025=m +CONFIG_UIO_CIF=n +CONFIG_UIO_PDRV=n +CONFIG_UIO_PDRV_GENIRQ=n +CONFIG_UIO_SMX=m +CONFIG_UIO_AEC=n +CONFIG_UIO_SERCOS3=n +CONFIG_NFS_V4_1=n +CONFIG_DEBUG_KMEMLEAK=n +CONFIG_KMEMCHECK=n +CONFIG_IOMMU_STRESS=n Index: config_grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_grsecurity,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- config_grsecurity 26 Aug 2009 18:44:56 -0000 1.18 +++ config_grsecurity 20 Oct 2009 18:57:47 -0000 1.19 @@ -133,3 +133,4 @@ CONFIG_PAX_USERCOPY=n CONFIG_GRKERNSEC_NO_RBAC=n CONFIG_GRKERNSEC_BLACKHOLE=n +CONFIG_GRKERNSEC_HARDEN_PTRACE=y |
From: Heiko Z. <smi...@us...> - 2009-10-20 18:57:59
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4455/scripts/scripts Modified Files: grsecurity.proc Log Message: - updated aoe6-73 - updated aufs2-git-20091018 - updated gradm-2.1.14-200910072130 - updated grsecurity-2.1.14-2.6.31.4-200910181015 - updated linux-2.6.31.4 - updated ndiswrapper-1.55 - updated pax-linux-2.6.31.4-test20 - updated unionfs-2.5.3_for_2.6.31 Index: grsecurity.proc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/grsecurity.proc,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- grsecurity.proc 12 Feb 2007 21:29:03 -0000 1.10 +++ grsecurity.proc 20 Oct 2009 18:57:47 -0000 1.11 @@ -1,5 +1,4 @@ audit_chdir 0 -audit_ipc 0 audit_mount 0 chroot_caps 0 chroot_deny_chmod 1 |
From: Heiko Z. <smi...@us...> - 2009-10-20 18:57:55
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4455 Modified Files: CHANGES md5sum.lst Log Message: - updated aoe6-73 - updated aufs2-git-20091018 - updated gradm-2.1.14-200910072130 - updated grsecurity-2.1.14-2.6.31.4-200910181015 - updated linux-2.6.31.4 - updated ndiswrapper-1.55 - updated pax-linux-2.6.31.4-test20 - updated unionfs-2.5.3_for_2.6.31 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1293 retrieving revision 1.1294 diff -u -d -r1.1293 -r1.1294 --- CHANGES 19 Oct 2009 14:15:19 -0000 1.1293 +++ CHANGES 20 Oct 2009 18:57:47 -0000 1.1294 @@ -22,6 +22,14 @@ # 1.4RC2 +- updated aoe6-73 +- updated aufs2-git-20091018 +- updated gradm-2.1.14-200910072130 +- updated grsecurity-2.1.14-2.6.31.4-200910181015 +- updated linux-2.6.31.4 +- updated ndiswrapper-1.55 +- updated pax-linux-2.6.31.4-test20 +- updated unionfs-2.5.3_for_2.6.31 - build system: make makefile now writes timing statistics to LOGS/build_time.csv (times in seconds) - updated many perl modules - updated distcc-3.1 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.520 retrieving revision 1.521 diff -u -d -r1.520 -r1.521 --- md5sum.lst 18 Oct 2009 13:40:48 -0000 1.520 +++ md5sum.lst 20 Oct 2009 18:57:47 -0000 1.521 @@ -20,14 +20,14 @@ 35b1373e7d4509549b96e6fdecc357da src/alsa-tools-1.0.21.tar.bz2 3672287c2608040d111ce45495ba7602 src/alsa-utils-1.0.21.tar.bz2 04f8c2321a37d15f40f9ee21251c6202 src/alsaplayer-0.99.80.tar.bz2 -2b36a0f9f83a961836d0747e0aad80d7 src/aoe6-72.tar.gz +7f736f02d15fcd6e1e6f6ca990f5e898 src/aoe6-73.tar.gz d2e710176430a28d624500e145d9ffe3 src/apcupsd-3.12.1.tar.gz c74dd987ae8006d5a60f2464cedb2b94 src/arping-2.06.tar.gz cebfeb99c4a7c2a6cee2564770415fe7 src/arpwatch-2.1a15.tar.gz 101d635b4769a611523bfbc7fb5aec52 src/arpwatch_repscr.patch.bz2 ac0f33a7fb8484eecee9c9e1db112e34 src/asm_types.h.patch 91583a14bcbd637adaa9b07ea49c5d4b src/attr_2.4.43-1.tar.gz -9687869fa3f0a64c1fc4e4537c8aef9f src/aufs2-git-20090821.tar.bz2 +b8c62d7867d9de08f4bde3924d1cdf50 src/aufs2-git-20091018.tar.bz2 ef400d672005e0be21e0d20648169074 src/autoconf-2.64.tar.bz2 1498208ab1c8393dcbd9afb7d06df6d5 src/automake-1.10.2.tar.bz2 fc19dbb8449eccf3300efb30ca3376cb src/awstats-6.9.tar.gz @@ -172,10 +172,10 @@ 72b77092c5d1ae01306cd14c0f22d6e4 src/gnutls-2.8.3.tar.bz2 f989fe8e24f82d19c8ce55df15784e15 src/gocr-0.43.tar.gz 6b534da16dc1b28ba828dea89e520f6f src/gpm-1.20.6.tar.bz2 -716d221ce63d7433a2c2500d12018f13 src/gradm-2.1.14-200909062230.tar.gz +8dc701a71cf56a1c82183d649942e31b src/gradm-2.1.14-200910072130.tar.gz 52202fe462770fa6be1bb667bd6cf30c src/grep-2.5.1a.tar.bz2 f7c9cf2e4b9967d3af167d7c9fadaae4 src/groff-1.19.2.tar.gz -4dda13d60662e9b8c344a6a96a704ed8 src/grsecurity-2.1.14-2.6.30.5-200909052209.patch.bz2 +a23ac3fb6fbfb214c1e41a0b6ea91cc9 src/grsecurity-2.1.14-2.6.31.4-200910181015.patch.bz2 cd3f3eb54446be6003156158d51f4884 src/grub-0.97.tar.gz b5bac2d21840ae077e0217bc5e4845b1 src/gzip-1.3.12.tar.gz 0f2d28735cb9b18be6bf4f6448502f16 src/hdparm-9.25.tar.gz @@ -225,7 +225,7 @@ 66de1b073e869ba12abbfcde3885c577 src/joe-3.7.tar.gz dbd5f3b47ed13132f04c685d608a7547 src/jpegsrc.v6b.tar.gz ba3fd20e6c79e58422c3cc6b28718939 src/kbd-1.15.tar.gz -ccb5871a28fdf9dbb02336e89d9552fe src/kernel-patches-2.6.tar.bz2 +14a53f5c8022b661d3c25f20f3ebdb51 src/kernel-patches-2.6.tar.bz2 31e7156698a6f214b4067afb9e13728f src/kid-0.9.6.tar.gz 7ef90ed2727a64f4526cfff253eb1f6d src/krb5-1.7.tar.gz c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz @@ -276,7 +276,7 @@ 67a9a5dde396ce8ec193c57ea27e6000 src/libxml2-sources-2.7.2.tar.gz e83ec5d27fc4c10c6f612879bea9a153 src/libxslt-1.1.24.tar.gz 12ba08a3eae0cabe20520c736aabce59 src/linux-2.6.27-mppe-mppc-1.3.patch.bz2 -7a80058a6382e5108cdb5554d1609615 src/linux-2.6.30.tar.bz2 +84c077a37684e4cbfa67b18154390d8a src/linux-2.6.31.tar.bz2 613d7cfa23b70c0abae3fabb0a72ff5f src/lm_sensors-3.1.1.tar.bz2 9ec24a9f2cf588b348adf1a1381af8a4 src/loadlin16c-devil.tar.bz2 552639142e163745f6bcd4f1f3816d8a src/logrotate-3.7.1.tar.gz @@ -324,7 +324,7 @@ e4697a859fee58f5020773aff76f9dcf src/nbd-2.4.32.tgz b2b4b2fd38c81754b8f13895d784d491 src/ncftp-3.2.2-src.tar.bz2 b6593abe1089d6aab1551c105c9300e3 src/ncurses-5.6.tar.gz -1199a7cf96ce9fe328bf8a010af76807 src/ndiswrapper-1.54-2.6.30.tar.gz +a1121100ccc9d26cddff20d431f617a9 src/ndiswrapper-1.55-2.6.31.tar.bz2 5ad0331f5827643392d0e253f3d99ae0 src/net-snmp-5.4.1-sensors3.patch.bz2 984932520143f0c8bf7b7ce1fc9e1da1 src/net-snmp-5.4.2.1.tar.gz 888774accab40217dde927e21979c165 src/net-tools-1.60.tar.bz2 @@ -369,9 +369,9 @@ 09a254cf69528b7fa4684f3c5d16112e src/parted_1.8.8.git.2008.03.24.orig.tar.gz 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz -47841c7ff5c81a7b349a79f2fa8e9138 src/patch-2.6.30.5.bz2 +02078f4231baee4f0004212f2875df2b src/patch-2.6.31.4.bz2 289248c80d96184a902ffac1db56543f src/patch-o-matic-ng-20090819.tar.bz2 -911a37867fb1e3d2330f76b66672a19e src/pax-linux-2.6.30.5-test26.patch.bz2 +f21b2f77f9d4e5c610dfac2a6d3cca8a src/pax-linux-2.6.31.4-test20.patch.bz2 acf0e368cb33bc2f6a335ba3f5e4fd2b src/pax-utils-0.1.15.tar.bz2 6ec138522977dc7654d33ddbe32755f0 src/paxctl-0.5.tar.gz 620f76ca14b6c45ac2477f4d2376f31e src/pci.ids.bz2 @@ -637,7 +637,7 @@ 49c72e712f38c18884bd11a9a3b7e968 src/udev-config-20070731.tar.bz2 b8f93446d52cd1e48323fa49f10a790c src/unarj_2.43-3.diff.gz 7a481dc017f1fbfa7f937a97e66eb99f src/unarj_2.43.orig.tar.gz -cf2ad7e6e296ea9ee201447447a140e0 src/unionfs-2.5.1_for_2.6.29-rc2.diff.gz +3e8c898ab1d54131964206e883bbc8ee src/unionfs-2.5.3_for_2.6.31.diff.gz 875688e6a144a3f75d2a6a0da3e43f8b src/unrarsrc-3.8.5.tar.gz 9d23919999d6eac9217d1f41472034a9 src/unzip552.tar.gz d7a217507a2c75f6a6179df6c0db3d74 src/usb.ids.bz2 |
From: Heiko Z. <smi...@us...> - 2009-10-19 14:15:31
|
Update of /cvsroot/devil-linux/build In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22623 Modified Files: CHANGES Log Message: make makefile now writes timing statistics to LOGS/build_time.csv (times in seconds) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1292 retrieving revision 1.1293 diff -u -d -r1.1292 -r1.1293 --- CHANGES 18 Oct 2009 13:40:47 -0000 1.1292 +++ CHANGES 19 Oct 2009 14:15:19 -0000 1.1293 @@ -22,6 +22,7 @@ # 1.4RC2 +- build system: make makefile now writes timing statistics to LOGS/build_time.csv (times in seconds) - updated many perl modules - updated distcc-3.1 - updated dnsmasq-2.51 |
From: Heiko Z. <smi...@us...> - 2009-10-19 14:15:30
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22623/scripts Modified Files: build.sh Log Message: make makefile now writes timing statistics to LOGS/build_time.csv (times in seconds) Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.103 retrieving revision 1.104 diff -u -d -r1.103 -r1.104 --- build.sh 4 Oct 2009 12:29:18 -0000 1.103 +++ build.sh 19 Oct 2009 14:15:19 -0000 1.104 @@ -136,7 +136,7 @@ echo " mkdir -p $WORKDIR/LOGS/$CMD" >> $WORKDIR/Makefile.$CMD LOG="&> $WORKDIR/LOGS/$CMD/$SCRIPT" fi - echo " ( source $MYDIR/settings ; cd $SOURCEDIR ; ( $NICE $MYDIR/$SCRIPT $CMD $LOG ) )" >> $WORKDIR/Makefile.$CMD + echo " export TIMEFORMAT=\"${SCRIPT},${CMD},%R\" ; time ( source $MYDIR/settings ; cd $SOURCEDIR ; ( $NICE $MYDIR/$SCRIPT $CMD $LOG ) ) 2>> $WORKDIR/LOGS/build_time.csv" >> $WORKDIR/Makefile.$CMD echo " touch $DONEFILE" >> $WORKDIR/Makefile.$CMD echo >> $WORKDIR/Makefile.$CMD |
From: Heiko Z. <smi...@us...> - 2009-10-18 13:41:14
|
Update of /cvsroot/devil-linux/build/scripts In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv13629/scripts Added Files: shorewall Log Message: - updated many perl modules - updated distcc-3.1 - updated dnsmasq-2.51 - updated dovecot-1.2.6 - updated fetchmail-6.3.12 - updated iptables-1.4.5 - updated iptstate-2.2.2 - updated krb5-1.7 - updated libpng-1.2.40 - updated mod_perl-2.0.4 - updated open-vm-tools-2009.10.15-201664 - updated openldap-2.4.19 - updated samba-3.4.2 - updated sg3_utils-1.28 - updated shorewall-4.4.2.2 - updated snort-2.8.5 - updated squid-3.0.STABLE19 - updated syslinux-3.83 - updated sysstat-9.0.5 - updated webmin-1.490 - updated wget-1.12 - updated libosip2 to 3.3.0 - removed Mail::SPF::Query, since it causes conflicts with Spamassassin --- NEW FILE: shorewall --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/shorewall,v $ # $Revision: 1.10 $ # $Date: 2009/10/18 13:41:06 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: shorewall # Required-Start: $libs perl # Required-Stop: # Default-Start: 2 # Default-Stop: # Description: Shorewall firewall (www.shorewall.net) ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=SHOREWALL-COMMON MY_DOCDIR=$DOCDIR/shorewall case $1 in install ) if [ "$CONFIG_SHOREWALL" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 # Install shorewall into $TMPDIR PREFIX=$TMPDIR ./install.sh || exit 1 # Create the directories for /var mkdir -p $CDDIR/var/lib/shorewall # Copy all the shorewall files to the appropriate directories on the cd copy_docs $TMPDIR || exit 1 cp -dbvR $TMPDIR/etc $ETCDIR/ || exit 1 rm -rf $TMPDIR/etc || exit 1 cp -dpvR $TMPDIR/* $CDDIR/ || exit 1 mv $CDDIR/usr/share/shorewall/modules $ETCDIR/etc/shorewall/ || exit 1 ln -sf /etc/shorewall/modules $CDDIR/usr/share/shorewall/modules || exit 1 # Copy our own startup script into /etc/init.d cp $MYDIR/scripts/shorewall $ETCDIR/etc/init.d/ rm -rf $TMPDIR || exit 1 # Create the shorewall option in the config file echo "# Start $MYNAME?" >> $CONFIGFILE echo "START_SHOREWALL=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_SHOREWALL=\"SHOREWALL is an alternate firewall creation script (www.shorewall.net)\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |