You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(202) |
Nov
(201) |
Dec
(280) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(493) |
Feb
(106) |
Mar
(215) |
Apr
(163) |
May
(79) |
Jun
(193) |
Jul
(47) |
Aug
(71) |
Sep
(127) |
Oct
(41) |
Nov
(49) |
Dec
(120) |
2005 |
Jan
(147) |
Feb
(45) |
Mar
(26) |
Apr
(71) |
May
(52) |
Jun
(28) |
Jul
(92) |
Aug
(50) |
Sep
(35) |
Oct
(193) |
Nov
(106) |
Dec
(52) |
2006 |
Jan
(51) |
Feb
(38) |
Mar
(33) |
Apr
(79) |
May
(107) |
Jun
(67) |
Jul
(21) |
Aug
(65) |
Sep
(44) |
Oct
(87) |
Nov
(12) |
Dec
(56) |
2007 |
Jan
(48) |
Feb
(58) |
Mar
(63) |
Apr
(31) |
May
(25) |
Jun
(20) |
Jul
(72) |
Aug
(54) |
Sep
(30) |
Oct
(76) |
Nov
(74) |
Dec
(25) |
2008 |
Jan
(39) |
Feb
(39) |
Mar
(62) |
Apr
(64) |
May
(59) |
Jun
(31) |
Jul
(25) |
Aug
(25) |
Sep
(17) |
Oct
(24) |
Nov
|
Dec
(1) |
2009 |
Jan
(60) |
Feb
(39) |
Mar
(16) |
Apr
(30) |
May
(52) |
Jun
(35) |
Jul
(15) |
Aug
(15) |
Sep
(21) |
Oct
(32) |
Nov
(39) |
Dec
(52) |
2010 |
Jan
(42) |
Feb
(40) |
Mar
(23) |
Apr
(20) |
May
(27) |
Jun
(10) |
Jul
(30) |
Aug
(30) |
Sep
(66) |
Oct
(12) |
Nov
(35) |
Dec
(60) |
2011 |
Jan
(16) |
Feb
(1) |
Mar
(3) |
Apr
(28) |
May
(21) |
Jun
|
Jul
(12) |
Aug
(6) |
Sep
(10) |
Oct
(14) |
Nov
(40) |
Dec
(60) |
2012 |
Jan
(23) |
Feb
(17) |
Mar
(24) |
Apr
(18) |
May
(13) |
Jun
(1) |
Jul
|
Aug
(5) |
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(15) |
2013 |
Jan
(2) |
Feb
(5) |
Mar
(1) |
Apr
(2) |
May
(2) |
Jun
(3) |
Jul
|
Aug
(3) |
Sep
(5) |
Oct
(3) |
Nov
(1) |
Dec
(1) |
2014 |
Jan
(3) |
Feb
(5) |
Mar
(8) |
Apr
(3) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
|
Sep
(4) |
Oct
(10) |
Nov
|
Dec
(9) |
2015 |
Jan
(18) |
Feb
(17) |
Mar
(5) |
Apr
(2) |
May
|
Jun
(5) |
Jul
(1) |
Aug
(2) |
Sep
(1) |
Oct
(24) |
Nov
(20) |
Dec
(41) |
2016 |
Jan
(9) |
Feb
(3) |
Mar
(2) |
Apr
(7) |
May
(8) |
Jun
(1) |
Jul
(6) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
(6) |
2017 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
(4) |
May
(1) |
Jun
(1) |
Jul
(2) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <smi...@us...> - 2003-11-22 02:04:48
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1:/tmp/cvs-serv1304/scripts/config Modified Files: buildorder.conf Log Message: fixed loop between linux and iptables Index: buildorder.conf =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/buildorder.conf,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- buildorder.conf 22 Nov 2003 02:01:57 -0000 1.8 +++ buildorder.conf 22 Nov 2003 02:04:45 -0000 1.9 @@ -8,6 +8,6 @@ $installbase prepare create_cd_dirs create_etc -$installmain linux man iptables patch-o-matic e100 e1000 pcmcia-cs vlan iptables ppp ipac-ng wireless_tools coreutils +$installmain linux man e100 e1000 pcmcia-cs vlan ppp ipac-ng wireless_tools coreutils iptables $kernel linux MOSKRN grsecurity xfsprogs LVM patch-o-matic x509patch freeswan i2c iproute2 lm_sensors watchdog |
From: <smi...@us...> - 2003-11-22 02:04:48
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv1304/scripts Modified Files: linux Log Message: fixed loop between linux and iptables Index: linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux,v retrieving revision 1.44 retrieving revision 1.45 diff -u -d -r1.44 -r1.45 --- linux 7 Nov 2003 02:04:10 -0000 1.44 +++ linux 22 Nov 2003 02:04:45 -0000 1.45 @@ -10,7 +10,7 @@ ### BEGIN INIT INFO # Provides: linux -# Required-Start: $basebuildtools $libs pptp-patches grsecurity xfsprogs LVM patch-o-matic freeswan bridge-utils lm_sensors iproute2 watchdog MOSKRN iptables +# Required-Start: $basebuildtools $libs pptp-patches grsecurity xfsprogs LVM patch-o-matic freeswan bridge-utils lm_sensors iproute2 watchdog MOSKRN # Required-Stop: # Default-Start: 1 2 # Default-Stop: |
From: <smi...@us...> - 2003-11-22 02:02:00
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1:/tmp/cvs-serv933/scripts/config Modified Files: buildorder.conf Log Message: compile iptables after the kernel Index: buildorder.conf =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/buildorder.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- buildorder.conf 15 Nov 2003 01:52:06 -0000 1.7 +++ buildorder.conf 22 Nov 2003 02:01:57 -0000 1.8 @@ -10,4 +10,4 @@ $installmain linux man iptables patch-o-matic e100 e1000 pcmcia-cs vlan iptables ppp ipac-ng wireless_tools coreutils -$kernel linux MOSKRN grsecurity xfsprogs LVM patch-o-matic iptables x509patch freeswan i2c iproute2 lm_sensors watchdog +$kernel linux MOSKRN grsecurity xfsprogs LVM patch-o-matic x509patch freeswan i2c iproute2 lm_sensors watchdog |
From: <smi...@us...> - 2003-11-22 01:43:02
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv30146 Modified Files: CHANGES Log Message: updates Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.571 retrieving revision 1.572 diff -u -d -r1.571 -r1.572 --- CHANGES 20 Nov 2003 02:25:01 -0000 1.571 +++ CHANGES 22 Nov 2003 01:42:57 -0000 1.572 @@ -23,6 +23,8 @@ # 1.1.1 +- updated nail to v10.6 +- updated lftp to v2.6.9 - updated iptables to v1.29-cvs-20031119 - updated sagator to 20031113 - the su command is now owned by the group "wheel" |
From: <smi...@us...> - 2003-11-22 01:19:47
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv26303 Modified Files: update_src Log Message: added another mirror server Index: update_src =================================================================== RCS file: /cvsroot/devil-linux/build/update_src,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- update_src 20 Oct 2003 17:50:05 -0000 1.19 +++ update_src 22 Nov 2003 01:19:44 -0000 1.20 @@ -37,6 +37,10 @@ ftps[6]="172.16.2.1" ftpd[6]="/" +menu[7]="Semmelweis Univ Med School Budapest/Hungary" +ftps[7]="xenia.sote.hu" +ftpd[7]="/pub/mirrors/devil-linux/" + function menu () { local menuitems=${#menu[@]} # number of menuitems |
From: <smi...@us...> - 2003-11-22 01:12:43
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv25135/scripts Modified Files: iptables Log Message: compile iptables after kernel (let's see if this fixes the SSP issue) Index: iptables =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iptables,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- iptables 5 Nov 2003 01:09:26 -0000 1.21 +++ iptables 22 Nov 2003 01:12:40 -0000 1.22 @@ -10,7 +10,7 @@ ### BEGIN INIT INFO # Provides: iptables -# Required-Start: $basebuildtools $libs patch-o-matic +# Required-Start: $basebuildtools $libs patch-o-matic linux # Required-Stop: # Default-Start: 1 2 # Default-Stop: |
From: <smi...@us...> - 2003-11-20 15:11:58
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv24991/scripts Modified Files: Tag: rel-1-0-patches copy_base Log Message: upgrade_config didn't get copied Index: copy_base =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/copy_base,v retrieving revision 1.17 retrieving revision 1.17.2.1 diff -u -d -r1.17 -r1.17.2.1 --- copy_base 25 Jul 2003 13:02:22 -0000 1.17 +++ copy_base 20 Nov 2003 15:11:14 -0000 1.17.2.1 @@ -35,6 +35,7 @@ cp -p $DL_DIR/docs/LICENSE $CDDIR || exit 1 cp -p $MYDIR/scripts/save-config $CDDIR/bin || exit 1 cp -p $MYDIR/scripts/setup $CDDIR/bin || exit 1 + cp -p $MYDIR/scripts/upgrade-config $CDDIR/sbin || exit 1 cp -p $MYDIR/scripts/pre_init $CDDIR/sbin || exit 1 cp -p $MYDIR/scripts/software-help $CDDIR/usr/share/devillinux || exit 1 cp -p $MYDIR/scripts/keyboardmodels $CDDIR/usr/share/devillinux || exit 1 |
From: <smi...@us...> - 2003-11-20 15:11:55
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv24991 Modified Files: Tag: rel-1-0-patches CHANGES Log Message: upgrade_config didn't get copied Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.510.2.38 retrieving revision 1.510.2.39 diff -u -d -r1.510.2.38 -r1.510.2.39 --- CHANGES 20 Nov 2003 02:29:41 -0000 1.510.2.38 +++ CHANGES 20 Nov 2003 15:11:14 -0000 1.510.2.39 @@ -23,6 +23,7 @@ # 1.0.2a +- added missing file upgrade-config - updated iptables to v1.29-cvs-20031119 (fixes problem with stack smashing protector) |
From: <smi...@us...> - 2003-11-20 02:30:24
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs1:/tmp/cvs-serv8931/scripts/config Modified Files: Tag: rel-1-0-patches VERSION Log Message: increased version number Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.9.2.4 retrieving revision 1.9.2.5 diff -u -d -r1.9.2.4 -r1.9.2.5 --- VERSION 5 Nov 2003 01:08:45 -0000 1.9.2.4 +++ VERSION 20 Nov 2003 02:29:41 -0000 1.9.2.5 @@ -1 +1 @@ -1.0.2 +1.0.2a |
From: <smi...@us...> - 2003-11-20 02:30:23
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv8931 Modified Files: Tag: rel-1-0-patches CHANGES Log Message: increased version number Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.510.2.37 retrieving revision 1.510.2.38 diff -u -d -r1.510.2.37 -r1.510.2.38 --- CHANGES 16 Nov 2003 18:37:18 -0000 1.510.2.37 +++ CHANGES 20 Nov 2003 02:29:41 -0000 1.510.2.38 @@ -22,6 +22,10 @@ # # +1.0.2a +- updated iptables to v1.29-cvs-20031119 + (fixes problem with stack smashing protector) + 1.0.2 - updated ppp to cvs-20031002 and applied debian patches (except ATM) - enabled basic support for ATM in Kernel |
From: <smi...@us...> - 2003-11-20 02:25:44
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv8004 Modified Files: CHANGES Log Message: updates Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.570 retrieving revision 1.571 diff -u -d -r1.570 -r1.571 --- CHANGES 18 Nov 2003 00:06:54 -0000 1.570 +++ CHANGES 20 Nov 2003 02:25:01 -0000 1.571 @@ -23,6 +23,7 @@ # 1.1.1 +- updated iptables to v1.29-cvs-20031119 - updated sagator to 20031113 - the su command is now owned by the group "wheel" (you need to be member of wheel in order to execute it) |
From: <smi...@us...> - 2003-11-19 12:09:01
|
Update of /cvsroot/devil-linux/build/config/etc In directory sc8-pr-cvs1:/tmp/cvs-serv16788 Modified Files: group Log Message: group wheel was missing Index: group =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/group,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- group 14 Nov 2003 01:55:49 -0000 1.6 +++ group 19 Nov 2003 12:08:58 -0000 1.7 @@ -13,6 +13,7 @@ trusted:x:12: shadow:x:13: mail:x:14: +wheel:x:15: vscan:x:65: users:x:100: nogroup:x:65534: |
From: <rap...@us...> - 2003-11-18 22:48:05
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv27249/scripts Added Files: alsa-lib alsa-utils Log Message: stage 2 and 3 --- NEW FILE: alsa-lib --- #!/bin/bash # ALSA modules added by Diego Torres <dt...@co...> # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: alsa-lib # Required-Start: $basebuildtools $libs linux alsa-driver # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: alsa sound support, 2st step ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings source $MYDIR/functions KERNELDIR=$(find_src_dir linux) MYNAME=ALSA-LIB case $1 in build ) if [ "$CONFIG_ALSA" = "y" ]; then ./configure --prefix=/usr || exit 1 make $PMAKE $FLAGS || exit 1 strip_debug rm -rf $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 copy_files $WORKDIR/tmp/usr/ $CDDIR/ || exit 1 copy_files $WORKDIR/tmp/usr/include / || exit 1 fi ;; install ) ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- NEW FILE: alsa-utils --- #!/bin/bash # ALSA modules added by Diego Torres <dt...@co...> # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: alsa-utils # Required-Start: $basebuildtools $libs linux alsa-driver alsa-lib # Required-Stop: # Default-Start: 1 2 # Default-Stop: # Description: alsa sound support, 3st step ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings source $MYDIR/functions KERNELDIR=$(find_src_dir linux) MYNAME=ALSA-UTILS case $1 in build ) if [ "$CONFIG_ALSA" = "y" ]; then ./configure --prefix=/usr --with-alsa-prefix=$CDDIR/usr/lib/ --with-alsa-inc-prefix=$CDDIR/usr/include || exit 1 make $PMAKE all || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_ALSA" = "y" ]; then rm -rf $WORKDIR/tmp || exit 1 make install DESTDIR=$WORKDIR/tmp || exit 1 copy_files $WORKDIR/tmp/usr/sbin/ $CDDIR/ || exit 1 copy_files $WORKDIR/tmp/usr/bin/ $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: <rap...@us...> - 2003-11-18 00:38:40
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv18421/scripts/scripts Added Files: alsa-driver Log Message: alsa fixes --- NEW FILE: alsa-driver --- #!/bin/bash ### BEGIN INIT INFO # Provides: alsa-driver # Required-Start: $basebuildtools $libs linux # Required-Stop: # Default-Start: 3 5 # Default-Stop: 0 1 6 # Description: alsa sound support, 1st step ### END INIT INFO # settings source /etc/sysconfig/config # parameters NAME="alsa driver" CONFIGNAME=ALSA-DRIVER DAEMON= 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 case "$1" in start) echo -n "Starting $NAME: " modprobe snd-via82xx modprobe snd-pcm-oss modprobe snd-mixer-oss ;; stop) echo -n "Shutting down $NAME: " rmmod snd-pcm-oss rmmod snd-mixer-oss rmmod snd-via82xx rmmod snd-pcm rmmod snd-ac97-codec rmmod snd-timer rmmod snd-mpu401-uart rmmod snd-rawmidi rmmod snd-seq-device rmmod snd rmmod soundcore rmmod snd-page-alloc ;; restart) $0 stop sleep 1 $0 start ;; *) echo "Usage: $0 {start|stop|restart}" exit 1 esac |
From: <rap...@us...> - 2003-11-18 00:36:44
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv18111/scripts Modified Files: alsa-driver Log Message: alsa fixes Index: alsa-driver =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/alsa-driver,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- alsa-driver 11 Nov 2003 00:17:54 -0000 1.5 +++ alsa-driver 18 Nov 2003 00:36:12 -0000 1.6 @@ -44,6 +44,12 @@ rm -rf $WORKDIR/tmp || exit 1 make install || exit 1 + cp $MYDIR/scripts/alsa-driver $ETCDIR/etc/init.d || exit 1 + + echo "# Start ALSA Drivers?" >> $CONFIGFILE + echo "START_ALSA-DRIVER=no" >> $CONFIGFILE + echo >> $CONFIGFILE + echo "HELP_$MYNAME=\"$MYNAME are the needed modules to have sound support\"" >> $SOFTWAREHELP fi ;; |
From: <smi...@us...> - 2003-11-18 00:06:58
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv13179 Modified Files: CHANGES Log Message: updates Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.569 retrieving revision 1.570 diff -u -d -r1.569 -r1.570 --- CHANGES 17 Nov 2003 00:07:24 -0000 1.569 +++ CHANGES 18 Nov 2003 00:06:54 -0000 1.570 @@ -23,6 +23,7 @@ # 1.1.1 +- updated sagator to 20031113 - the su command is now owned by the group "wheel" (you need to be member of wheel in order to execute it) - updated ppp to cvs-20031002 and applied debian patches (except ATM) |
From: <smi...@us...> - 2003-11-17 01:31:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv18703/scripts Modified Files: portslave Log Message: get portslave working with new ppp Index: portslave =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/portslave,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- portslave 13 Oct 2003 17:36:09 -0000 1.13 +++ portslave 17 Nov 2003 01:31:03 -0000 1.14 @@ -33,13 +33,14 @@ PPPDIR=${PPPDIR##/*/} PATCHDIR=$(pwd)/patches/$PPPDIR # patch pppd - pushd ../$PPPDIR > /dev/null || exit 1 - for PATCH in $(ls $PATCHDIR/*.diff) - do - patch -p1 < $PATCH || exit 1 - done - popd > /dev/null || exit 1 - ln -s ../$PPPDIR $PPPDIR + #pushd ../$PPPDIR > /dev/null || exit 1 + #for PATCH in $(ls $PATCHDIR/*.diff) + #do + #patch -p1 < $PATCH || exit 1 + #done + #popd > /dev/null || exit 1 + ln -sf ../$PPPDIR ppp-2.4.1 + echo "" > extract_and_patch.in ./configure --prefix=/usr --with-pppdir=$PPPDIR --sysconfdir=/etc/portslave --enable-ipv6 || exit 1 make $PMAKE -C src dep make $PMAKE || exit 1 |
From: <smi...@us...> - 2003-11-17 01:29:52
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv18455/scripts Modified Files: Tag: rel-1-0-patches portslave Log Message: get portslave working with new ppp Index: portslave =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/portslave,v retrieving revision 1.12 retrieving revision 1.12.2.1 diff -u -d -r1.12 -r1.12.2.1 --- portslave 20 Aug 2003 20:02:48 -0000 1.12 +++ portslave 17 Nov 2003 01:29:06 -0000 1.12.2.1 @@ -19,15 +19,16 @@ if [ "$CONFIG_PPP" = "y" ] && [ "$CONFIG_PORTSLAVE" = "y" ]; then PPPDIR=$(find_src_dir ppp) PPPDIR=${PPPDIR##/*/} - PATCHDIR=$(pwd)/patches/$PPPDIR - # patch pppd - pushd ../$PPPDIR > /dev/null || exit 1 - for PATCH in $(ls $PATCHDIR/*.diff) - do - patch -p1 < $PATCH || exit 1 - done - popd > /dev/null || exit 1 - ln -s ../$PPPDIR $PPPDIR + #PATCHDIR=$(pwd)/patches/$PPPDIR + ## patch pppd + #pushd ../$PPPDIR > /dev/null || exit 1 + #for PATCH in $(ls $PATCHDIR/*.diff) + #do + #patch -p1 < $PATCH || exit 1 + #done + #popd > /dev/null || exit 1 + ln -sf ../$PPPDIR ppp-2.4.1 + echo "" > extract_and_patch.in ./configure --prefix=/usr --with-pppdir=$PPPDIR --sysconfdir=/etc/portslave --enable-ipv6 || exit 1 make $PMAKE -C src dep make $PMAKE || exit 1 |
From: <smi...@us...> - 2003-11-17 00:08:07
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv7108/scripts Modified Files: shadow Log Message: changed group of su to wheel Index: shadow =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shadow,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- shadow 13 Oct 2003 17:36:09 -0000 1.13 +++ shadow 17 Nov 2003 00:07:24 -0000 1.14 @@ -40,6 +40,7 @@ make DESTDIR=$WORKDIR/tmp install || exit 1 chmod 700 $WORKDIR/tmp/bin/login || exit 1 chmod 4550 $WORKDIR/tmp/bin/su || exit 1 + chgrp wheel $WORKDIR/tmp/bin/su || exit 1 chmod -c go-rx $WORKDIR/tmp/usr/sbin/{chpasswd,dpasswd,group*,grp[cu]*,logoutd,mkpasswd,newusers,pw[cu]*,user*,vipw} || exit 1 rm $WORKDIR/tmp/bin/vipw || exit 1 mv $WORKDIR/tmp/bin/sg $WORKDIR/tmp/usr/bin || exit 1 |
From: <smi...@us...> - 2003-11-17 00:08:07
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv7108 Modified Files: CHANGES Log Message: changed group of su to wheel Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.568 retrieving revision 1.569 diff -u -d -r1.568 -r1.569 --- CHANGES 16 Nov 2003 18:45:12 -0000 1.568 +++ CHANGES 17 Nov 2003 00:07:24 -0000 1.569 @@ -23,6 +23,8 @@ # 1.1.1 +- the su command is now owned by the group "wheel" + (you need to be member of wheel in order to execute it) - updated ppp to cvs-20031002 and applied debian patches (except ATM) - enabled basic support for ATM in Kernel (Note: no drivers or full support yet!) |
From: <smi...@us...> - 2003-11-16 18:46:57
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv9348/scripts Modified Files: pptp-patches Log Message: new ppp doesn't like the patches Index: pptp-patches =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/pptp-patches,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- pptp-patches 13 Oct 2003 17:36:09 -0000 1.11 +++ pptp-patches 16 Nov 2003 18:46:14 -0000 1.12 @@ -32,8 +32,8 @@ KERNELDIR=$(find_src_dir linux) PATCHDIR=$(pwd) pushd $PPPDIR > /dev/null || exit 1 - patch -p1 < $PATCHDIR/ppp-2.4.1-MSCHAPv2-fix.patch || exit 1 - patch -p1 < $PATCHDIR/ppp-2.4.1-openssl-0.9.6-mppe-patch || exit 1 + #patch -p1 < $PATCHDIR/ppp-2.4.1-MSCHAPv2-fix.patch || exit 1 + #patch -p1 < $PATCHDIR/ppp-2.4.1-openssl-0.9.6-mppe-patch || exit 1 cd $KERNELDIR || exit 1 patch -p1 < $PATCHDIR/linux-2.4.21-openssl-0.9.6b-mppe.patch || exit 1 popd > /dev/null |
From: <smi...@us...> - 2003-11-16 18:46:26
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv8926/scripts Modified Files: ppp Log Message: - updated ppp to cvs-20031002 and applied debian patches (except ATM) - enabled basic support for ATM in Kernel (Note: no drivers or full support yet!) Index: ppp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ppp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- ppp 5 Nov 2003 02:44:33 -0000 1.10 +++ ppp 16 Nov 2003 18:45:13 -0000 1.11 @@ -29,9 +29,7 @@ case $1 in build ) if [ "$CONFIG_PPP" = "y" ]; then - if [ "$CONFIG_PPPOE_PATCH" = "y" ]; then - bzcat $DL_DIR/src/ppp-2.4.1-pppoe*.patch.bz2 | patch -Np1 - fi + cat ../ppp-patches/* | patch -p1 || exit 1 ./configure || exit 1 make $PMAKE all || exit 1 strip_debug |
From: <smi...@us...> - 2003-11-16 18:46:26
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs1:/tmp/cvs-serv8926 Modified Files: CHANGES Log Message: - updated ppp to cvs-20031002 and applied debian patches (except ATM) - enabled basic support for ATM in Kernel (Note: no drivers or full support yet!) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.567 retrieving revision 1.568 diff -u -d -r1.567 -r1.568 --- CHANGES 15 Nov 2003 14:06:16 -0000 1.567 +++ CHANGES 16 Nov 2003 18:45:12 -0000 1.568 @@ -23,6 +23,9 @@ # 1.1.1 +- updated ppp to cvs-20031002 and applied debian patches (except ATM) +- enabled basic support for ATM in Kernel + (Note: no drivers or full support yet!) - updated wget to v1.9.1 - added ebtables v2.0.6 - added ebtables patch ebtables-brnf-3_vs_2.4.22.diff |
From: <smi...@us...> - 2003-11-16 18:45:54
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs1:/tmp/cvs-serv8926/scripts/configuration/help Removed Files: pppoe-patch4.help Log Message: - updated ppp to cvs-20031002 and applied debian patches (except ATM) - enabled basic support for ATM in Kernel (Note: no drivers or full support yet!) --- pppoe-patch4.help DELETED --- |
From: <smi...@us...> - 2003-11-16 18:45:54
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs1:/tmp/cvs-serv8926/scripts/configuration Modified Files: ppp.config Log Message: - updated ppp to cvs-20031002 and applied debian patches (except ATM) - enabled basic support for ATM in Kernel (Note: no drivers or full support yet!) Index: ppp.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/ppp.config,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ppp.config 5 Nov 2003 02:44:33 -0000 1.3 +++ ppp.config 16 Nov 2003 18:45:14 -0000 1.4 @@ -6,6 +6,3 @@ # http://www.devil-linux.org menu_add "Networking|Internet Connectivity" bool "PPP" CONFIG_PPP -if [ "$CONFIG_PPP" = "y" ]; then - menu_add "Networking|Internet Connectivity" bool "PPPoE Patch for PPPD" CONFIG_PPPOE_PATCH -fi |