You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(202) |
Nov
(201) |
Dec
(280) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(493) |
Feb
(106) |
Mar
(215) |
Apr
(163) |
May
(79) |
Jun
(193) |
Jul
(47) |
Aug
(71) |
Sep
(127) |
Oct
(41) |
Nov
(49) |
Dec
(120) |
2005 |
Jan
(147) |
Feb
(45) |
Mar
(26) |
Apr
(71) |
May
(52) |
Jun
(28) |
Jul
(92) |
Aug
(50) |
Sep
(35) |
Oct
(193) |
Nov
(106) |
Dec
(52) |
2006 |
Jan
(51) |
Feb
(38) |
Mar
(33) |
Apr
(79) |
May
(107) |
Jun
(67) |
Jul
(21) |
Aug
(65) |
Sep
(44) |
Oct
(87) |
Nov
(12) |
Dec
(56) |
2007 |
Jan
(48) |
Feb
(58) |
Mar
(63) |
Apr
(31) |
May
(25) |
Jun
(20) |
Jul
(72) |
Aug
(54) |
Sep
(30) |
Oct
(76) |
Nov
(74) |
Dec
(25) |
2008 |
Jan
(39) |
Feb
(39) |
Mar
(62) |
Apr
(64) |
May
(59) |
Jun
(31) |
Jul
(25) |
Aug
(25) |
Sep
(17) |
Oct
(24) |
Nov
|
Dec
(1) |
2009 |
Jan
(60) |
Feb
(39) |
Mar
(16) |
Apr
(30) |
May
(52) |
Jun
(35) |
Jul
(15) |
Aug
(15) |
Sep
(21) |
Oct
(32) |
Nov
(39) |
Dec
(52) |
2010 |
Jan
(42) |
Feb
(40) |
Mar
(23) |
Apr
(20) |
May
(27) |
Jun
(10) |
Jul
(30) |
Aug
(30) |
Sep
(66) |
Oct
(12) |
Nov
(35) |
Dec
(60) |
2011 |
Jan
(16) |
Feb
(1) |
Mar
(3) |
Apr
(28) |
May
(21) |
Jun
|
Jul
(12) |
Aug
(6) |
Sep
(10) |
Oct
(14) |
Nov
(40) |
Dec
(60) |
2012 |
Jan
(23) |
Feb
(17) |
Mar
(24) |
Apr
(18) |
May
(13) |
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(15) |
2013 |
Jan
(2) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(10) |
Nov
|
Dec
(9) |
2015 |
Jan
(18) |
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(24) |
Nov
(20) |
Dec
(41) |
2016 |
Jan
(9) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(8) |
Jun
(1) |
Jul
(6) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
(6) |
2017 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: Heiko Z. <smi...@us...> - 2004-03-20 17:26:08
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18981/scripts/configuration Added Files: eagle-usb.config Log Message: initial checkin of eagle-usb --- NEW FILE: eagle-usb.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/eagle-usb.config,v $ # $Revision: 1.1 $ # $Date: 2004/03/20 17:16:10 $ # # http://www.devil-linux.org menu_add "Networking|Internet Connectivity" bool "eagle-usb based modem" CONFIG_EAGLE_USB |
From: Heiko Z. <smi...@us...> - 2004-03-20 17:26:08
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18981/scripts Modified Files: ppp Added Files: eagle-usb Log Message: initial checkin of eagle-usb --- NEW FILE: eagle-usb --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/eagle-usb,v $ # $Revision: 1.1 $ # $Date: 2004/03/20 17:16:09 $ # # http://www.devil-linux.org # # eagle-usb Driver added by P.Midol-Monnet # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: eagle-usb # Required-Start: $basebuildtools $libs linux # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: description ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=EAGLE_USB case $1 in build ) if [ "$CONFIG_EAGLE_USB" = "y" ]; then ./configure --prefix=/usr --with-kernel-src=$KERNELDIR --with-lang=en || exit 1 make || exit 1 fi ;; install ) if [ "$CONFIG_EAGLE_USB" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp/etc/eagle-usb/scripts || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 copy_files $WORKDIR/tmp/usr/sbin $CDDIR/usr/ || exit 1 copy_files $WORKDIR/tmp/lib $CDDIR || exit 1 copy_files $WORKDIR/tmp/etc $ETCDIR/ || exit 1 cp $MYDIR/scripts/eagle-usb $ETCDIR/etc/init.d || exit 1 rm -rf $WORKDIR/tmp || exit 1 echo "# Initialize the Eagle USB modem?" >> $CONFIGFILE echo "START_EAGLE_USB=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_EAGLE_USB=\"Initialize the Eagle USB modem\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac Index: ppp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ppp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ppp 11 Jan 2004 14:43:05 -0000 1.12 +++ ppp 20 Mar 2004 17:16:09 -0000 1.13 @@ -28,10 +28,16 @@ case $1 in build ) if [ "$CONFIG_PPP" = "y" ]; then - cat ../ppp-patches/* | patch -p1 || exit 1 + if [ ! -e .patches_done ]; then + cat ../ppp-patches/* | patch -p1 || exit 1 + touch .patches_done + fi ./configure || exit 1 make $PMAKE all || exit 1 strip_debug + + # install it so other programs know we're here + make install fi ;; |
From: Heiko Z. <smi...@us...> - 2004-03-20 16:31:54
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7476/config/etc/init.d Added Files: boot.local Log Message: initial checkin of boot.local --- NEW FILE: boot.local --- #!/bin/bash # $Id: boot.local,v 1.1 2004/03/20 16:21:51 smiley73 Exp $ # # $Source: /cvsroot/devil-linux/build/config/etc/init.d/boot.local,v $ # $Revision: 1.1 $ # $Date: 2004/03/20 16:21:51 $ # # http://www.devil-linux.org ### BEGIN INIT INFO # Provides: boot.local # Required-Start: boot mountfs checkfs setfileperm localnet setclock loadkeys # Required-Stop: # Default-Start: B # Default-Stop: # Description: user specific initialization ### END INIT INFO # script with local commands to be executed from init on system startup # # Here you should add things, that should happen directly after booting # before we're going to the first run level. # # example: put your CD-Rom faster to sleep #hdparm -S 12 /dev/hda # example: load special modules #modprobe tun exit 0 |
From: Heiko Z. <smi...@us...> - 2004-03-20 16:28:00
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6728/scripts Added Files: frox ser Log Message: initial checkin of frox and sip --- NEW FILE: frox --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/frox,v $ # $Revision: 1.1 $ # $Date: 2004/03/20 16:18:00 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: frox # Required-Start: $basebuildtools $libs bzip2 linux # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: The FTP proxy ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=FROX case $1 in build ) if [ "$CONFIG_FROX" = "y" ]; then ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --enable-ipfilter --enable-http-cache --enable-local-cache \ --enable-virus-scan --enable-transparent-data \ --enable-libiptc --enable-ccp --disable-run-as-root \ --enable-configfile=/etc/frox || exit 1 make all || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_FROX" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp/usr/share/doc/frox cp doc/FAQ doc/SECURITY doc/ccp* $WORKDIR/tmp/usr/share/doc/frox mkdir -p $WORKDIR/tmp/usr/share/man/man8 || exit 1 gzip -c -9 < doc/frox.man > $WORKDIR/tmp/usr/share/man/man8/frox.conf.8.gz || exit 1 mkdir -p $WORKDIR/tmp/usr/share/man/man5 || exit 1 gzip -c -9 < doc/frox.conf.man > $WORKDIR/tmp/usr/share/man/man5/frox.5.gz || exit 1 #copy_docs $WORKDIR/tmp copy_files $WORKDIR/tmp/usr $CDDIR || exit 1 rm -rf $WORKDIR/tmp || exit 1 cp $MYDIR/scripts/frox $ETCDIR/etc/init.d || exit 1 echo "# Start Frox FTP Proxy?" >> $CONFIGFILE echo "START_FROX=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_FROX=\"Frox is the FTP Proxy\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- NEW FILE: ser --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/ser,v $ # $Revision: 1.1 $ # $Date: 2004/03/20 16:18:00 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: ser # Required-Start: $basebuildtools $libs openssl # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: SIP Express Router (VoIP) ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=SER MAKEOPT="prefix=/usr cfg-target=/etc/ser/ cfg-prefix=$WORKDIR/tmp BASEDIR=$WORKDIR/tmp" MAKEOPT="$MAKEOPT USER_TLS=1" EXCLUDEMODULES="cpl cpl-c ext extcmd postgres snmp im radius_acc radius_auth jabber auth_radius group_radius uri_radius" if [ "$CONFIG_MYSQL_CLIENT" != "y" ]; then EXCLUDEMODULES="$EXCLUDEMODULES mysql" fi case $CONFIG_CPU in 486*) MAKEOPT="$MAKEOPT CPU=i486" ;; *) MAKEOPT="$MAKEOPT CPU=i586" ;; esac case $1 in build ) if [ "$CONFIG_SER" = "y" ]; then make $MAKEOPT exclude_modules="$EXCLUDEMODULES" all || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_SER" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 mkdir -p $WORKDIR/tmp || exit 1 make $MAKEOPT exclude_modules="$EXCLUDEMODULES" install || exit 1 gzip -9 $WORKDIR/tmp/usr/share/man/man[58]/* || exit 1 copy_files $WORKDIR/tmp/etc $ETCDIR || exit 1 copy_files $WORKDIR/tmp/usr $CDDIR || exit 1 rm -rf $WORKDIR/tmp || exit 1 cp $MYDIR/scripts/ser $ETCDIR/etc/init.d || exit 1 echo "# Start SIP Express Router (ser)?" >> $CONFIGFILE echo "START_SER=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_SER=\"SIP Express Router (ser) is the VoIP server\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2004-03-20 16:27:59
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6728 Modified Files: CHANGES md5sum.lst Log Message: initial checkin of frox and sip Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.734 retrieving revision 1.735 diff -u -d -r1.734 -r1.735 --- CHANGES 20 Mar 2004 15:39:10 -0000 1.734 +++ CHANGES 20 Mar 2004 16:17:59 -0000 1.735 @@ -22,6 +22,8 @@ # 1.1.3 +- added frox ftp proxy v0.7.13 (Heiko / Jaroslav Kysela) +- added sip express router v0.8.12 (Heiko / Jaroslav Kysela) - added autoppp support to mgetty - updated openssl to v0.9.7d - updated sagator to v0.4.3 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- md5sum.lst 20 Mar 2004 15:20:50 -0000 1.42 +++ md5sum.lst 20 Mar 2004 16:17:59 -0000 1.43 @@ -82,6 +82,7 @@ ecfbf092c2c19119d9386e668f890954 src/file-4.07.tar.gz e90ce7222daadeb8616b8db461e17cbc src/findutils-4.1.20.tar.gz ca3f1990522815ccd0a78e9de3afad43 src/freeramdisk.tar.gz +38dea21e5e29db7535596191f1a0f006 src/frox-0.7.13.tar.bz2 c7aa8286f38cf16b5ebba58df083bffc src/fwlogwatch-0.9.3.tar.bz2 a116eec17e7ba085febb74c7758823bd src/gawk-3.1.3.tar.bz2 fd0111ff25e29a8d4864eeb51ef42101 src/gcc-3.3.1-no_fixincludes-2.patch.bz2 @@ -276,6 +277,7 @@ 357f8e175746e19dac4a61f4a2ef0aaf src/sarg-1.4.1.tar.gz ed68ea9b43d9fba0972cb017a24940a1 src/screen-4.0.2.tar.gz d8fb554bc6577aaedd39b94b3cb3df70 src/sed-4.0.9.tar.gz +952fadd9f76e128ee9a4be350a647713 src/ser-0.8.12_src.tar.gz c4867d72c41564318e0107745eb7a0f2 src/setserial-2.17.tar.gz 5976a0c34de67c911770fc033d29005a src/sg3_utils-1.04.tgz 4fa404ebb4e29828232b3c9a2abddefd src/shadow-4.0.3.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2004-03-20 16:27:59
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6728/scripts/scripts Added Files: frox ser Log Message: initial checkin of frox and sip --- NEW FILE: frox --- #!/bin/bash # # $Source: /cvsroot/devil-linux/build/scripts/scripts/frox,v $ # $Revision: 1.1 $ # $Date: 2004/03/20 16:18:01 $ # # http://www.devil-linux.org # ### BEGIN INIT INFO # Provides: frox # Required-Start: $network $syslog # Required-Stop: $network $syslog # Default-Start: 3 5 # Default-Stop: 0 1 6 # Description: starts frox ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME="FROX" CONFIGNAME=FROX DAEMON=/usr/sbin/frox PARAMETER="-f /etc/frox.conf" # 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 --- NEW FILE: ser --- #!/bin/bash # # $Source: /cvsroot/devil-linux/build/scripts/scripts/ser,v $ # $Revision: 1.1 $ # $Date: 2004/03/20 16:18:01 $ # # http://www.devil-linux.org # ### BEGIN INIT INFO # Provides: ser # Required-Start: $network $syslog # Required-Stop: $network $syslog # Default-Start: 3 5 # Default-Stop: 0 1 6 # Description: starts SIP Express Router (ser) ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME="SER" CONFIGNAME=SER DAEMON=/usr/sbin/ser PARAMETER="-f /etc/ser/ser.cfg" # 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: Heiko Z. <smi...@us...> - 2004-03-20 16:27:58
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6728/scripts/configuration/help Added Files: frox.help ser.help Log Message: initial checkin of frox and sip --- NEW FILE: frox.help --- CONFIG_FROX Frox is an FTP proxy/gateway that uses the FTP protocol (unlike those FTP proxies that fetch an FTP file but work as an http proxy). You can use it to make servers behind a firewall/NAT server (masquerading server) accessible or to allow users behind such solutions to transfer files to and from the outside of the LAN. This FTP proxy allows redirection to a squid or other HTTP/FTP proxies so you can use only one storage for both web and FTP traffic. For more information: http://frox.sourceforge.net --- NEW FILE: ser.help --- CONFIG_SER SIP Express Router (ser) is an VoIP server based on the SIP protocol. For more information: http://www.iptel.org/ser |
From: Heiko Z. <smi...@us...> - 2004-03-20 16:27:58
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6728/scripts/configuration Added Files: frox.config ser.config Log Message: initial checkin of frox and sip --- NEW FILE: frox.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/frox.config,v $ # $Revision: 1.1 $ # $Date: 2004/03/20 16:18:00 $ # # http://www.devil-linux.org menu_add "Networking|Services" bool "Frox (FTP Proxy/Gateway)" CONFIG_FROX --- NEW FILE: ser.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/ser.config,v $ # $Revision: 1.1 $ # $Date: 2004/03/20 16:18:00 $ # # http://www.devil-linux.org menu_add "Networking|Services" bool "SIP Express Router (VoIP)" CONFIG_SER |
From: Heiko Z. <smi...@us...> - 2004-03-20 15:49:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30839/scripts Modified Files: mgetty Log Message: added autoppp support Index: mgetty =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/mgetty,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- mgetty 15 Mar 2004 14:03:54 -0000 1.7 +++ mgetty 20 Mar 2004 15:39:10 -0000 1.8 @@ -29,7 +29,7 @@ if [ "$CONFIG_MGETTY" = "y" ]; then replace_str Makefile /usr/local /usr cp policy.h-dist policy.h - make $PMAKE CONFDIR=/etc/mgetty+sendfax all || exit 1 + make $PMAKE CONFDIR=/etc/mgetty+sendfax CFLAGS="-O2 -Wall -pipe -DAUTO_PPP" all || exit 1 strip_debug fi ;; @@ -53,7 +53,7 @@ copy_docs $WORKDIR/tmp - cp -dpR $WORKDIR/tmp/etc/* $ETCDIR/etc || exit + cp -dpR $WORKDIR/tmp/etc/* $ETCDIR/etc || exit copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 |
From: Heiko Z. <smi...@us...> - 2004-03-20 15:49:09
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30839 Modified Files: CHANGES Log Message: added autoppp support Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.733 retrieving revision 1.734 diff -u -d -r1.733 -r1.734 --- CHANGES 20 Mar 2004 15:18:01 -0000 1.733 +++ CHANGES 20 Mar 2004 15:39:10 -0000 1.734 @@ -22,6 +22,7 @@ # 1.1.3 +- added autoppp support to mgetty - updated openssl to v0.9.7d - updated sagator to v0.4.3 - updated python-ldap to v2.0.0pre20 |
From: Heiko Z. <smi...@us...> - 2004-03-20 15:30:48
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27005 Modified Files: md5sum.lst Log Message: forgott to delete openssl Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- md5sum.lst 20 Mar 2004 15:18:01 -0000 1.41 +++ md5sum.lst 20 Mar 2004 15:20:50 -0000 1.42 @@ -218,7 +218,6 @@ 15f0b12b60769d03eca9e498050776f3 src/openh323_1.12.2.tar.gz 4979f29e45af51449627df6205468a77 src/openldap-2.2.4.tgz 7861a4c0841ab69a6eec5c747daff6fb src/openssh-3.8p1.tar.gz -c54fb36218adaaaba01ef733cd88c8ec src/openssl-0.9.7c.tar.gz 1b49e90fc8a75c3a507c0a624529aca5 src/openssl-0.9.7d.tar.gz 55d7ce958bb2ccf3d3204d1350c27179 src/openvpn-1.5.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2004-03-20 15:28:07
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26428 Modified Files: CHANGES md5sum.lst Log Message: updated a bunch of sources Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.732 retrieving revision 1.733 diff -u -d -r1.732 -r1.733 --- CHANGES 20 Mar 2004 01:16:54 -0000 1.732 +++ CHANGES 20 Mar 2004 15:18:01 -0000 1.733 @@ -22,6 +22,14 @@ # 1.1.3 +- updated openssl to v0.9.7d +- updated sagator to v0.4.3 +- updated python-ldap to v2.0.0pre20 +- updated patch-o-matic to 20040319 +- updated nail to v10.7 +- updated iptables to v1.2.9-20040319 +- updated cyrus-sasl to v2.1.18 +- updated clamav to 0.68-1 - insserv now correctly handles the file "boot" - upgrade-config re-orders the init scripts - added apcupsd v3.10.12 (Heiko / Roland Pabel) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- md5sum.lst 20 Mar 2004 01:16:54 -0000 1.40 +++ md5sum.lst 20 Mar 2004 15:18:01 -0000 1.41 @@ -32,7 +32,7 @@ c0cdfa2dbe9f4c977b0a71fb08ddff0e src/cdrtools-2.00.3.tar.gz 376ee0327bb6060a03052cdc71bb371f src/chpax-0.6.tar.gz 9d88f2d090fcafcd0e2fa73b018b6e16 src/cipe-1.5.4.tar.gz -6d854be864037f82fef1457bb9cabdff src/clamav-0.67.tar.gz +3986d26d2fd17bcd133def5d73665b0f src/clamav-0.68-1.tar.gz 0c030b9eb8f0d36daae5a32b8920dfd0 src/compartment-1.2-suse-patches.diff.bz2 2df15081f6475e6331cdd813f9d0918c src/compartment-1.2.tar.bz2 80a2ce34e6ac028ffd3f3700c451d1c6 src/compartment-env.diff.bz2 @@ -47,7 +47,7 @@ e0eb377840b01e11e5cd008ae9b7d2af src/cutter-1.02.tgz eeacc440ad77e0671bffa0fd2900f419 src/cvs-1.12.5.tar.bz2 32888c5120edeb2867d6283fedbdb7d5 src/cyrus-imapd-2.2.3.tar.gz -2ece531fcd173555f8e9068c8becf50a src/cyrus-sasl-2.1.17.tar.gz +1eafae95f0289c10f187d8b2bc4032cf src/cyrus-sasl-2.1.18.tar.gz c3effff791f4f1386d00a6a68722a688 src/daemontools-0.76.errno.patch.bz2 0b4c4417aa149c4523a071647ad6778f src/daemontools-0.76.tar.gz cbc77517c9278cdb47613ce8cb55779f src/db-4.2.52.tar.gz @@ -130,7 +130,7 @@ ac343233aa5d745341da9e4ec22475af src/iproute_20010824-11.diff.gz b05a4e375d9468be3a1dd3f0e83daee8 src/iproute_20010824.orig.tar.gz 76f70a39813b094ed195510349c54ca1 src/ipsec-tools-0.3rc1.tar.gz -41e8e71bedd2b5fc4073a97a89a49fd3 src/iptables-1.2.9-20031209.tar.bz2 +913c4ff882ea5eef82a47b96aaa2d400 src/iptables-1.2.9-20040319.tar.bz2 7ff0bc933a0a57a4ca9e2b0443307539 src/iptraf-2.7.0.tar.gz 0fc7ce5e6803b18c73dcaadb4be2edd0 src/iptstate-1.3.tar.gz 71f42012f6895d6ac541a15a47c3e2c8 src/iputils_20020927-1.diff.gz @@ -200,7 +200,7 @@ 6928ab4d6958118cde2060aee130b9e2 src/mtools-3.9.9.tar.bz2 7f7ecb50fc37fedb13135a5ef80fda7d src/mtr-0.54.tar.gz 141511e1b7cab3a886fb68bbb507a1ab src/mysql-4.0.17.tar.gz -8344380da9c819ae5e5126f100f0c822 src/nail-10.6.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 e4697a859fee58f5020773aff76f9dcf src/nbd-2.4.32.tgz @@ -219,11 +219,12 @@ 4979f29e45af51449627df6205468a77 src/openldap-2.2.4.tgz 7861a4c0841ab69a6eec5c747daff6fb src/openssh-3.8p1.tar.gz c54fb36218adaaaba01ef733cd88c8ec src/openssl-0.9.7c.tar.gz +1b49e90fc8a75c3a507c0a624529aca5 src/openssl-0.9.7d.tar.gz 55d7ce958bb2ccf3d3204d1350c27179 src/openvpn-1.5.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz -a4e62a2e2088b2cf7fec192aa90b859c src/patch-o-matic-20040224.tar.bz2 +8f5fe5222c0f6880d0fed6b2ce0b100e src/patch-o-matic-20040319.tar.bz2 733cca4589216f7f51002c471e4dfa79 src/pax-linux-2.4.25-200402192035.patch.bz2 51212608c6439ed011762aeb87403055 src/pax-linux-2.6.3-200402192035.patch.bz2 f2ce8d9a553ad6511e6bc1169420614d src/pci.ids.bz2 @@ -255,7 +256,7 @@ 8449269fdc8ae5d7d494df745e1180d3 src/psmisc-21.4.tar.gz 74c37f42e0296c5d7f86d153104a07bc src/pwc-8.12.tar.gz 0fa33ba1b32b254abe0b731a52c0f2f9 src/pwlib_1.5.2.tar.gz -d6a5ad79695dd0ddeac362b1428e2c29 src/python-ldap-2.0.0pre19.tar.gz +35314970493ff8a5729350eace052468 src/python-ldap-2.0.0pre20.tar.gz 42e25b2a6016ff6d5ffa4f9707ac4614 src/qadsl-final-1.2.tar.gz 897113033dbd9b72007818c4822b9822 src/quota-3.11.tar.gz 26ea468b2323e44cf827ae5f84d18dc8 src/radvd-0.7.2.tar.gz @@ -270,7 +271,7 @@ 718676770c06b25d1471cec1e4f0bbdc src/rrdtool-1.0.46.tar.gz 013d0387c93bf4db7d06f72e243c6d24 src/rrlogind-sv-1.3.3.tar.gz 3f24bf31aec0a657eb3b6844c3f09f21 src/rsync-2.6.0.tar.gz -c0a0daaa9da07c7487857e5046e37489 src/sagator-0.4.2.tar.bz2 +6efab0d692023a3a0396d1aa75deaef8 src/sagator-0.4.3.tar.bz2 72979a30ac450c8b0567c1ac9886884a src/samba-3.0.2a.tar.bz2 c336057e5409bb5cc77909ef3fbca9cd src/sarg-1.4.1-index.sort.patch.bz2 357f8e175746e19dac4a61f4a2ef0aaf src/sarg-1.4.1.tar.gz |
From: Heiko Z. <smi...@us...> - 2004-03-20 15:24:47
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25658 Modified Files: Tag: rel-1-0-patches CHANGES md5sum.lst Log Message: increased version number updated openssl Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.510.2.57 retrieving revision 1.510.2.58 diff -u -d -r1.510.2.57 -r1.510.2.58 --- CHANGES 14 Mar 2004 18:27:05 -0000 1.510.2.57 +++ CHANGES 20 Mar 2004 15:14:49 -0000 1.510.2.58 @@ -21,6 +21,10 @@ # # # + +1.0.5a +- updated openssl to v0.9.7d + 1.0.5 - don't try to restart klogd when doing a "/etc/init.d/syslog reload" - updated bind to v9.2.3 (Heiko / Oliver Jehle) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.1.2.7 retrieving revision 1.1.2.8 diff -u -d -r1.1.2.7 -r1.1.2.8 --- md5sum.lst 14 Mar 2004 18:27:05 -0000 1.1.2.7 +++ md5sum.lst 20 Mar 2004 15:14:49 -0000 1.1.2.8 @@ -170,7 +170,7 @@ f7932f0a17d6afafc7332036a4b5d392 src/openh323_1.12.0.tar.gz 391512053eded93e73ffa0d377ce272a src/openldap-2.1.22.tgz 61cf5b059938718308836d00f6764a94 src/openssh-3.7.1p2.tar.gz -c54fb36218adaaaba01ef733cd88c8ec src/openssl-0.9.7c.tar.gz +1b49e90fc8a75c3a507c0a624529aca5 src/openssl-0.9.7d.tar.gz 55d7ce958bb2ccf3d3204d1350c27179 src/openvpn-1.5.0.tar.gz fccf09aed13393ee67e50cc57b52b500 src/opt-3.18.tar.bz2 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 |
From: Heiko Z. <smi...@us...> - 2004-03-20 15:24:46
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25658/scripts/config Modified Files: Tag: rel-1-0-patches VERSION Log Message: increased version number updated openssl Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.9.2.9 retrieving revision 1.9.2.10 diff -u -d -r1.9.2.9 -r1.9.2.10 --- VERSION 9 Jan 2004 03:24:45 -0000 1.9.2.9 +++ VERSION 20 Mar 2004 15:14:49 -0000 1.9.2.10 @@ -1 +1 @@ -1.0.5 +1.0.5a |
From: Heiko Z. <smi...@us...> - 2004-03-20 03:25:07
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11285/scripts/scripts Modified Files: upgrade-config Log Message: make sure we only handle the "real" init scripts Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- upgrade-config 20 Mar 2004 01:16:55 -0000 1.16 +++ upgrade-config 20 Mar 2004 03:15:15 -0000 1.17 @@ -288,6 +288,6 @@ migrateid etc/group etc/gshadow fi -insserv -df newconfig/etc/init.d/* +insserv -f -d $(grep -l "### BEGIN INIT INFO" newconfig/etc/init.d/*) rm -fr $TMPD $RESULT |
From: Heiko Z. <smi...@us...> - 2004-03-20 01:26:49
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23136/config/etc/init.d Modified Files: boot Log Message: some changes to easy upgrades Index: boot =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/boot,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- boot 13 Mar 2004 00:18:35 -0000 1.19 +++ boot 20 Mar 2004 01:16:55 -0000 1.20 @@ -10,6 +10,16 @@ # Initial Startup Script for Devil-Linux # + +### BEGIN INIT INFO +# Provides: boot +# Required-Start: +# Required-Stop: +# Default-Start: +# Default-Stop: +# Description: initializes the base system +### END INIT INFO + # # Ignore CTRL-C only in this shell, so we can interrupt subprocesses. # |
From: Heiko Z. <smi...@us...> - 2004-03-20 01:26:49
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23136/scripts Modified Files: insserv Log Message: some changes to easy upgrades Index: insserv =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/insserv,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- insserv 11 Jan 2004 14:43:04 -0000 1.11 +++ insserv 20 Mar 2004 01:16:55 -0000 1.12 @@ -27,6 +27,7 @@ build ) if [ ! -f .patch.done ]; then bzcat $DL_DIR/src/insserv-core.diff.bz2 | patch -p1 || exit 1 + bzcat $DL_DIR/src/insserv-boot.diff.bz2 | patch -p1 || exit 1 touch .patch.done fi make clean |
From: Heiko Z. <smi...@us...> - 2004-03-20 01:26:47
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23136/scripts/scripts Modified Files: upgrade-config Log Message: some changes to easy upgrades Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- upgrade-config 2 Mar 2004 01:59:15 -0000 1.15 +++ upgrade-config 20 Mar 2004 01:16:55 -0000 1.16 @@ -288,4 +288,6 @@ migrateid etc/group etc/gshadow fi +insserv -df newconfig/etc/init.d/* + rm -fr $TMPD $RESULT |
From: Heiko Z. <smi...@us...> - 2004-03-20 01:26:47
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23136 Modified Files: CHANGES md5sum.lst Log Message: some changes to easy upgrades Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.731 retrieving revision 1.732 diff -u -d -r1.731 -r1.732 --- CHANGES 15 Mar 2004 01:22:50 -0000 1.731 +++ CHANGES 20 Mar 2004 01:16:54 -0000 1.732 @@ -22,6 +22,8 @@ # 1.1.3 +- insserv now correctly handles the file "boot" +- upgrade-config re-orders the init scripts - added apcupsd v3.10.12 (Heiko / Roland Pabel) - added radvd (Heiko + Arnaud Gomes-do-Vale) - mount_cdrom script didn't search all devices for bootcd.iso file Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- md5sum.lst 15 Mar 2004 01:27:11 -0000 1.39 +++ md5sum.lst 20 Mar 2004 01:16:54 -0000 1.40 @@ -123,6 +123,7 @@ 0cd6740d0d14806a400f23e09835ca90 src/ians-2.3.63b.tar.gz 0d246d868f20d8c441d235b77c940676 src/imap-2002e.tar.Z 30ed19d5465d7e8472112cde0edc89ce src/insserv-1.00.2.tar.bz2 +68ec8cb81ae95d7da2a3b5f501a9488a src/insserv-boot.diff.bz2 7c07ae671bfd83c39bf03cf5d373eb16 src/insserv-core.diff.bz2 9ac8ded2b1690605017d41da04a7d90f src/ipac-ng-1.27pl1.tar.bz2 969832f3a42fc25b44045d73ea483f18 src/ipcalc.tar.bz2 |
From: Bruce S. <bl...@us...> - 2004-03-16 15:38:32
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27653/scripts Modified Files: ipsec-tools functions Log Message: Verbose mode in copy_files, and fixes to ipsec from Oliver. Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- functions 1 Feb 2004 15:04:23 -0000 1.52 +++ functions 16 Mar 2004 15:29:13 -0000 1.53 @@ -64,7 +64,7 @@ { for FILE in $1 do - cp -dpfR $FILE $2 + cp -dvpfR $FILE $2 done } @@ -77,7 +77,7 @@ for FILE in $1 do mkdir -p $2 - cp -dupR $FILE $2 + cp -dvupR $FILE $2 if [ -L "$FILE" ]; then LINK=$(read_link $FILE) LINKTARGET=${FILE%/*}/$LINK Index: ipsec-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ipsec-tools,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ipsec-tools 11 Mar 2004 01:47:28 -0000 1.3 +++ ipsec-tools 16 Mar 2004 15:29:13 -0000 1.4 @@ -64,10 +64,10 @@ chmod +x $setkeycfg chmod +x $setkeyreset copy_files $TMPDIR/etc $ETCDIR - copy_files $TMPDIR/usr $CDDIR/usr + copy_files $TMPDIR/usr/sbin $CDDIR/usr/ cp -p $MYDIR/scripts/ipsec-tools $ETCDIR/etc/init.d || exit 1 chmod +x $ETCDIR/etc/init.d/ipsec-tools - rm -rf $TMPDIR + rm -rf $TMPDIR 2>/dev/null ;; * ) |
From: Bruce S. <bl...@us...> - 2004-03-16 15:16:42
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20822/scripts Modified Files: build-iso Log Message: Copy linuxrc from $ETCDIR instead of the cvs config/etc/initrd directory. Index: build-iso =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build-iso,v retrieving revision 1.62 retrieving revision 1.63 diff -u -d -r1.62 -r1.63 --- build-iso 14 Mar 2004 16:39:02 -0000 1.62 +++ build-iso 16 Mar 2004 15:07:24 -0000 1.63 @@ -131,7 +131,7 @@ # store version echo $DLVERSION > $INITRDDIR/VERSION - cp -p $DL_DIR/config/etc/initrd/linuxrc $INITRDDIR + cp -p $ETCDIR/etc/initrd/linuxrc $INITRDDIR mkcramfs $INITRDDIR/ $BOOTIMAGEDIR/initrd gzip -f -9 $BOOTIMAGEDIR/initrd @@ -181,7 +181,7 @@ echo $DLVERSION > $WORKDIR/mnt/loop2/VERSION # we need the linuxrc and links scripts - cp -p $DL_DIR/config/etc/initrd/linuxrc $INITRDDIR + cp -p $ETCDIR/etc/initrd/linuxrc $INITRDDIR # and the functions script cp -p $ETCDIR/etc/init.d/functions $INITRDDIR |
From: Heiko Z. <smi...@us...> - 2004-03-16 01:56:29
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31838/scripts Modified Files: lm_sensors Log Message: use correct path name Index: lm_sensors =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/lm_sensors,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- lm_sensors 14 Mar 2004 18:47:30 -0000 1.18 +++ lm_sensors 16 Mar 2004 01:47:03 -0000 1.19 @@ -93,7 +93,7 @@ rm -rf $WORKDIR/tmp || exit 1 cp $MYDIR/scripts/lm_sensors $ETCDIR/etc/init.d || exit 1 - cp $MYDIR/scripts/scripts/lm_sensors.example $ETCDIR/etc/sysconfig || exit 1 + cp $MYDIR/scripts/lm_sensors.example $ETCDIR/etc/sysconfig || exit 1 echo "# Start lm_sensors?" >> $CONFIGFILE echo "START_LM_SENSORS=no" >> $CONFIGFILE |
From: <bl...@us...> - 2004-03-15 14:13:01
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7054 Modified Files: mgetty Log Message: Added missing "callback" program. Index: mgetty =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/mgetty,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- mgetty 11 Jan 2004 14:43:04 -0000 1.6 +++ mgetty 15 Mar 2004 14:03:54 -0000 1.7 @@ -45,6 +45,12 @@ mkdir -p $WORKDIR/tmp/usr/sbin || exit 1 make install CONFDIR=$WORKDIR/tmp/etc/mgetty+sendfax prefix=$WORKDIR/tmp/usr || exit 1 + pushd callback > /dev/null + make install BINDIR=$WORKDIR/tmp/usr/bin \ + SBINDIR=$WORKDIR/tmp/usr/sbin \ + INSTALL="install -c -o bin -g bin" || exit 1 + popd > /dev/null + copy_docs $WORKDIR/tmp cp -dpR $WORKDIR/tmp/etc/* $ETCDIR/etc || exit |
From: <smi...@us...> - 2004-03-15 03:11:36
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26002/scripts/configuration/profiles Modified Files: default router Log Message: initial checkin of apcupsd Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- default 15 Mar 2004 00:49:03 -0000 1.16 +++ default 15 Mar 2004 03:02:32 -0000 1.17 @@ -117,6 +117,7 @@ CONFIG_PYTHON_LDAP=y CONFIG_QADSL=y CONFIG_QUOTA_TOOLS=y +CONFIG_RADVD=y CONFIG_RAIDTOOLS=y CONFIG_RAZOR_AGENTS=y CONFIG_RCS=y @@ -164,4 +165,4 @@ CONFIG_ZEBRA=y CONFIG_ZIP=y CONFIG_ZISOFS=y -CONFIG_RADVD=y +CONFIG_APCUPSD=y Index: router =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/router,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- router 15 Mar 2004 00:49:03 -0000 1.9 +++ router 15 Mar 2004 03:02:33 -0000 1.10 @@ -1,4 +1,5 @@ CONFIG_ARPWATCH=y +CONFIG_BOOT_OPTION_VGA=80x25 CONFIG_BRIDGE_UTILS=y CONFIG_CIPE=y CONFIG_CPQARRAYD=n @@ -89,6 +90,7 @@ CONFIG_PYTHON=y CONFIG_PYTHON_LDAP=y CONFIG_QADSL=y +CONFIG_RADVD=y CONFIG_RPPPPOE=y CONFIG_RRLOGIND=y CONFIG_SAMBA=n @@ -119,5 +121,4 @@ CONFIG_XINETD=y CONFIG_ZEBRA=y CONFIG_ZISOFS=y -CONFIG_BOOT_OPTION_VGA=80x25 -CONFIG_RADVD=y +CONFIG_APCUPSD=y |
From: <smi...@us...> - 2004-03-15 02:38:01
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20523/scripts Modified Files: Tag: rel-1-0-patches linux-wlan-ng Log Message: ok this time it really works Index: linux-wlan-ng =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux-wlan-ng,v retrieving revision 1.10.2.2 retrieving revision 1.10.2.3 diff -u -d -r1.10.2.2 -r1.10.2.3 --- linux-wlan-ng 14 Mar 2004 22:03:25 -0000 1.10.2.2 +++ linux-wlan-ng 15 Mar 2004 02:28:57 -0000 1.10.2.3 @@ -34,7 +34,7 @@ if [ "$CONFIG_GCC_STACK_PROTECTOR" = "y" ]; then #echo "EXTRA_CFLAGS = -fno-stack-protector" >> config.mk - echo 'CFLAGS = $(CFLAGS) -fno-stack-protector' >> config.mk + echo 'KERNEL_CFLAGS+=-fno-stack-protector' >> config.mk fi make $PMAKE all || exit 1 |