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: Serge L. <sma...@us...> - 2008-03-22 18:33:06
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv2962/configuration Added Files: pptp_mppe_mppc_patch.config Log Message: - cosmetic changes --- NEW FILE: pptp_mppe_mppc_patch.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/pptp_mppe_mppc_patch.config,v $ # $Revision: 1.1 $ # $Date: 2008/03/22 18:33:00 $ # # http://www.devil-linux.org if [ "$CONFIG_POPTOP" = "y" -o "$CONFIG_PPTP_CLIENT" = "y" ]; then menu_add "Networking|VPN" bool "MPPE-MPPC Patch for PPTP Server/Client" CONFIG_PPTP_MPPE_MPPC fi |
|
From: Serge L. <sma...@us...> - 2008-03-22 18:33:04
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv2962 Modified Files: pptp-patches Log Message: - cosmetic changes Index: pptp-patches =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/pptp-patches,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- pptp-patches 29 Nov 2007 13:25:29 -0000 1.22 +++ pptp-patches 22 Mar 2008 18:33:00 -0000 1.23 @@ -27,7 +27,7 @@ build ) if [ "$CONFIG_PPP" = "y" ]; then if [ "$CONFIG_POPTOP" = "y" ] || [ "$CONFIG_PPTP_CLIENT" = "y" ]; then - if [ "$CONFIG_POPTOP_MPPE_MPPC" = "y" ]; then + if [ "$CONFIG_PPTP_MPPE_MPPC" = "y" ]; then if [ ! -f devil-linux-mppe_mppc-patch.done ]; then pushd $KERNELDIR || exit 1 bzcat $SRCDIR/linux-2.6.*-mppe-mppc-*.patch.bz2 | patch -p1 || exit 1 |
|
From: Serge L. <sma...@us...> - 2008-03-22 18:33:04
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv2962/configuration/profiles Modified Files: router Log Message: - cosmetic changes Index: router =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/router,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- router 4 Sep 2007 11:46:21 -0000 1.19 +++ router 22 Mar 2008 18:33:00 -0000 1.20 @@ -111,7 +111,6 @@ CONFIG_SMARTMONTOOLS=y CONFIG_SNORT=y CONFIG_STUNNEL=n -CONFIG_OPENSWAN=y CONFIG_SYSSTAT=y CONFIG_TCPDUMP=y CONFIG_TCP_WRAPPERS=y @@ -134,4 +133,4 @@ CONFIG_APCUPSD=y CONFIG_VMWARE=y CONFIG_LINUX_SYSRQ=n -CONFIG_STRONGSWAN=y \ No newline at end of file +CONFIG_STRONGSWAN=y |
|
From: Serge L. <sma...@us...> - 2008-03-22 18:33:04
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv2962/configuration/help Modified Files: pptp_mppe_mppc_patch.help Log Message: - cosmetic changes Index: pptp_mppe_mppc_patch.help =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/help/pptp_mppe_mppc_patch.help,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- pptp_mppe_mppc_patch.help 29 Nov 2007 13:25:29 -0000 1.1 +++ pptp_mppe_mppc_patch.help 22 Mar 2008 18:33:00 -0000 1.2 @@ -1,4 +1,4 @@ -CONFIG_POPTOP_MPPE_MPPC +CONFIG_PPTP_MPPE_MPPC MPPE stands for Microsoft Point-to-Point Encryption. It is a protocol designed for transfering encrypted datagrams over point-to-point links. See RFC3078 and RFC3079 for details. MPPE comes in Linux kernel |
|
From: Serge L. <sma...@us...> - 2008-03-21 20:01:10
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv4622 Modified Files: Tag: rel-1-2-patches net-snmp Log Message: oops... once again - added marker for the patch - modifyed Makefiles to simplify installation process - added net-snmp perl modules (were missed by previous installation script) Index: net-snmp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/net-snmp,v retrieving revision 1.4.2.5 retrieving revision 1.4.2.6 diff -u -d -r1.4.2.5 -r1.4.2.6 --- net-snmp 21 Mar 2008 19:46:04 -0000 1.4.2.5 +++ net-snmp 21 Mar 2008 20:01:05 -0000 1.4.2.6 @@ -29,13 +29,14 @@ build ) if [ "$CONFIG_NET_SNMP" = "y" ]; then # HOT-FIX - bzcat $SRCDIR/net-snmp.ntop.patch.bz2 | patch -p0 || exit 1 + if [ ! -e .net-snmp.ntop.patch ]; then + bzcat $SRCDIR/net-snmp.ntop.patch.bz2 | patch -p0 || exit 1 + touch .net-snmp.ntop.patch + fi ./configure --prefix=/usr --disable-debugging --sysconfdir=/etc --localstatedir=/var --with-defaults --enable-shared --enable-ipv6 --enable-ucd-compatibility --with-zlib --with-mib-modules="smux" || exit 1 # disable parallel builds make all || exit 1 strip_debug - #mkdir -p $WORKDIR/LIBS/net-snmp || exit 1 - #make install prefix=$WORKDIR/LIBS/net-snmp/usr exec_prefix=$WORKDIR/LIBS/net-snmp/usr sysconfdir=$WORKDIR/LIBS/net-snmp/etc persistentdir=$WORKDIR/LIBS/net-snmp/var/net-snmp || exit 1 make install || exit 1 fi ;; @@ -44,7 +45,12 @@ if [ "$CONFIG_NET_SNMP" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 - make install prefix=$TMPDIR/usr exec_prefix=$TMPDIR/usr sysconfdir=$TMPDIR/etc persistentdir=$TMPDIR/var/net-snmp || exit 1 + #make install prefix=$TMPDIR/usr exec_prefix=$TMPDIR/usr sysconfdir=$TMPDIR/etc persistentdir=$TMPDIR/var/net-snmp || exit 1 + for i in `find -name Makefile` + do + delete_str $i '^DESTDIR' + done + DESTDIR=$TMPDIR make -j1 install || exit 1 copy_docs $TMPDIR rm -rf $TMPDIR/usr/include || exit 1 cp -dpR $TMPDIR/usr/share $CDDIR/usr/ || exit 1 |
|
From: Serge L. <sma...@us...> - 2008-03-21 19:46:15
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv31600 Modified Files: Tag: rel-1-2-patches net-snmp Log Message: - added marker for the patch - modifyed Makefiles to simplify installation process - added net-snmp perl modules (were missed by previous installation script) |
|
From: Serge L. <sma...@us...> - 2008-03-21 19:38:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv28642 Modified Files: Tag: rel-1-2-patches functions Log Message: - added function for a line deleting Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.53.2.5 retrieving revision 1.53.2.6 diff -u -d -r1.53.2.5 -r1.53.2.6 --- functions 24 Jan 2006 00:50:55 -0000 1.53.2.5 +++ functions 21 Mar 2008 19:38:35 -0000 1.53.2.6 @@ -46,6 +46,14 @@ sed $1.old -e s%"$2"%"$3"%g > $1 } +# delete in file $1 the string $2 +# and save the old file +delete_str() +{ + cp $1 $1.old + sed $1.old -e /"$2"/d > $1 +} + # returns the needed libraries for $1 get_libs() { |
|
From: Heiko Z. <smi...@us...> - 2008-03-13 17:04:38
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv23712 Modified Files: dspam Log Message: correct dspam executable permissions Index: dspam =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dspam,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- dspam 19 May 2006 17:17:05 -0000 1.3 +++ dspam 13 Mar 2008 17:04:34 -0000 1.4 @@ -49,6 +49,7 @@ mkdir -p $TMPDIR || exit 1 make install DESTDIR=$TMPDIR || exit 1 + chmod 775 $TMPDIR/usr/bin/dspam || exit 1 copy_docs $TMPDIR rm -rf $TMPDIR/usr/include || exit 1 rm -f $TMPDIR/usr/lib/*a || exit 1 |
|
From: Serge L. <sma...@us...> - 2008-03-13 15:30:14
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv18745 Modified Files: net-snmp Log Message: - added marker for the patch - modifyed Makefiles to simplify installation process - added net-snmp perl modules (were missed by previous installation script) Index: net-snmp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/net-snmp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- net-snmp 22 Feb 2008 09:38:13 -0000 1.11 +++ net-snmp 13 Mar 2008 15:30:04 -0000 1.12 @@ -29,7 +29,10 @@ build ) if [ "$CONFIG_NET_SNMP" = "y" ]; then # HOT-FIX - bzcat $SRCDIR/net-snmp.ntop.patch.bz2 | patch -p0 || exit 1 + if [ ! -e .net-snmp.ntop.patch ]; then + bzcat $SRCDIR/net-snmp.ntop.patch.bz2 | patch -p0 || exit 1 + touch .net-snmp.ntop.patch + fi ./configure --prefix=/usr --disable-debugging --sysconfdir=/etc --localstatedir=/var --with-defaults --enable-shared --enable-ipv6 --enable-ucd-compatibility --with-zlib --with-mib-modules="smux" || exit 1 # disable parallel builds make -j1 all || exit 1 @@ -42,7 +45,12 @@ if [ "$CONFIG_NET_SNMP" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 - make -j1 install prefix=$TMPDIR/usr exec_prefix=$TMPDIR/usr sysconfdir=$TMPDIR/etc persistentdir=$TMPDIR/var/net-snmp || exit 1 + #make -j1 install prefix=$TMPDIR/usr exec_prefix=$TMPDIR/usr sysconfdir=$TMPDIR/etc persistentdir=$TMPDIR/var/net-snmp || exit 1 + for i in `find -name Makefile` + do + delete_str $i '^DESTDIR' + done + DESTDIR=$TMPDIR make -j1 install || exit 1 copy_docs $TMPDIR rm -rf $TMPDIR/usr/include || exit 1 cp -dpR $TMPDIR/usr/share $CDDIR/usr/ || exit 1 |
|
From: Serge L. <sma...@us...> - 2008-03-13 10:46:11
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv9621 Modified Files: Tag: rel-1-2-patches findutils Log Message: - unnecessary dir (/var/locatedb should be a file, not a dir) Index: findutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/findutils,v retrieving revision 1.10.2.2 retrieving revision 1.10.2.3 diff -u -d -r1.10.2.2 -r1.10.2.3 --- findutils 12 Mar 2008 17:41:10 -0000 1.10.2.2 +++ findutils 13 Mar 2008 10:45:47 -0000 1.10.2.3 @@ -38,7 +38,6 @@ rm -rf $TMPDIR/usr/info || exit 1 cp -dpR $TMPDIR/* $CDDIR/|| exit 1 rm -rf $TMPDIR || exit 1 - mkdir -p $CDDIR/var/locatedb || exit 1 ;; * ) |
|
From: Serge L. <sma...@us...> - 2008-03-13 09:55:58
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv22842 Modified Files: findutils Log Message: - unnecessary dir Index: findutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/findutils,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- findutils 12 Mar 2008 17:26:36 -0000 1.12 +++ findutils 13 Mar 2008 09:55:09 -0000 1.13 @@ -38,7 +38,6 @@ rm -rf $TMPDIR/usr/info || exit 1 cp -dpR $TMPDIR/* $CDDIR/|| exit 1 rm -rf $TMPDIR || exit 1 - mkdir -p $CDDIR/var/locatedb || exit 1 ;; * ) |
|
From: Heiko Z. <smi...@us...> - 2008-03-13 00:14:10
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv4847 Added Files: prism54 Log Message: re-added prism54 firmware --- NEW FILE: prism54 --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/prism54,v $ # $Revision: 1.6 $ # $Date: 2008/03/13 00:14:04 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: prism54 # Required-Start: $basebuildtools $libs linux # Required-Stop: # Default-Start: 2 # Default-Stop: # Description: description ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings case $1 in install ) mkdir -p $CDDIR/lib/firmware || exit 1 cp -dp $(find_src_dir prism54firmware)/* $CDDIR/lib/firmware/ || exit 1 ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
|
From: Serge L. <sma...@us...> - 2008-03-12 17:52:26
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20765 Modified Files: buildorder.conf Log Message: - made ipsec-tools installation before cfg_runlevel Index: buildorder.conf =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/buildorder.conf,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- buildorder.conf 30 Oct 2007 01:12:57 -0000 1.17 +++ buildorder.conf 12 Mar 2008 17:52:22 -0000 1.18 @@ -8,6 +8,6 @@ $installbase prepare create_cd_dirs create_etc -$installmain linux man e100 e1000 pcmcia-cs vlan ppp ipac-ng wireless_tools coreutils iptables +$installmain linux man e100 e1000 pcmcia-cs vlan ppp ipac-ng wireless_tools coreutils iptables ipsec-tools $kernel linux MOSKRN grsecurity xfsprogs LVM patch-o-matic x509patch freeswan i2c iproute2 lm_sensors watchdog |
|
From: Serge L. <sma...@us...> - 2008-03-12 17:41:17
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17398 Modified Files: Tag: rel-1-2-patches findutils Log Message: - libexec is left to allow updatedb works Index: findutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/findutils,v retrieving revision 1.10.2.1 retrieving revision 1.10.2.2 diff -u -d -r1.10.2.1 -r1.10.2.2 --- findutils 21 Feb 2008 20:34:37 -0000 1.10.2.1 +++ findutils 12 Mar 2008 17:41:10 -0000 1.10.2.2 @@ -35,7 +35,6 @@ mkdir -p $TMPDIR/usr || exit 1 make install DESTDIR=$TMPDIR/ || exit 1 copy_docs $TMPDIR - rm -rf $TMPDIR/usr/libexec || exit 1 rm -rf $TMPDIR/usr/info || exit 1 cp -dpR $TMPDIR/* $CDDIR/|| exit 1 rm -rf $TMPDIR || exit 1 |
|
From: Serge L. <sma...@us...> - 2008-03-12 17:26:45
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv7177 Modified Files: findutils Log Message: - libexec is left to allow updatedb works Index: findutils =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/findutils,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- findutils 12 Dec 2004 21:48:08 -0000 1.11 +++ findutils 12 Mar 2008 17:26:36 -0000 1.12 @@ -35,7 +35,6 @@ mkdir -p $TMPDIR/usr || exit 1 make install DESTDIR=$TMPDIR/ || exit 1 copy_docs $TMPDIR - rm -rf $TMPDIR/usr/libexec || exit 1 rm -rf $TMPDIR/usr/info || exit 1 cp -dpR $TMPDIR/* $CDDIR/|| exit 1 rm -rf $TMPDIR || exit 1 |
|
From: Heiko Z. <smi...@us...> - 2008-03-12 13:19:29
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv16452 Modified Files: ebtables Log Message: turn off ssp for ebtables Index: ebtables =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ebtables,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- ebtables 1 May 2007 00:30:31 -0000 1.13 +++ ebtables 12 Mar 2008 13:19:25 -0000 1.14 @@ -46,9 +46,13 @@ # bzcat $DL_DIR/src/ebtables-v2.0.8-rc2.patch.bz2 | patch || exit 1 # touch devil-linux-ebtables-makefile-patch.done #fi - #make MANDIR=/usr/share/man $PMAKE CC="gcc -fno-stack-protector" all || exit 1 + + if [ "$CONFIG_GCC_HARDENED" = "y" ]; then + make MANDIR=/usr/share/man $PMAKE CC="gcc -fno-stack-protector" all || exit 1 + else make MANDIR=/usr/share/man $PMAKE all || exit 1 - strip_debug + fi + strip_debug fi ;; |
|
From: Heiko Z. <smi...@us...> - 2008-03-12 13:06:13
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv11178 Modified Files: iptraf Log Message: fix problem with compiling iptraf more then once without cleaning the lfssystem Index: iptraf =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/iptraf,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- iptraf 11 Jan 2008 13:42:59 -0000 1.14 +++ iptraf 12 Mar 2008 13:06:07 -0000 1.15 @@ -29,10 +29,14 @@ build ) if [ "$CONFIG_IPTRAF" = "y" ]; then if [ ! -e .done_dl_patches ]; then - bzcat $DL_DIR/src/iptraf-netdevice-fix.diff.bz2 | patch -p0 || exit 1 bzcat $DL_DIR/src/iptraf-include-fix.diff.bz2 | patch -p1 || exit 1 touch .done_dl_patches fi + if [ ! -e /usr/include/linux/.done_dl_patch_iptraf-netdevice-fix ]; then + bzcat $DL_DIR/src/iptraf-netdevice-fix.diff.bz2 | patch -p0 || exit 1 + touch /usr/include/linux/.done_dl_patch_iptraf-netdevice-fix + fi + replace_str ./src/Makefile /usr/local/bin /usr/bin replace_str ./src/Makefile /var/local/iptraf /var/iptraf make $PMAKE -C src || exit 1 |
|
From: Heiko Z. <smi...@us...> - 2008-03-12 12:22:52
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv27226 Modified Files: linux-wlan-ng Log Message: sync with 1.2 Index: linux-wlan-ng =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux-wlan-ng,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- linux-wlan-ng 14 Sep 2007 13:54:57 -0000 1.22 +++ linux-wlan-ng 12 Mar 2008 12:22:47 -0000 1.23 @@ -40,8 +40,6 @@ echo "WLAN_TARGET_ARCH=i386" >> default.config echo "TARGET_ROOT_ON_HOST=$TMPDIR" >> default.config - echo $TMPDIR > DL.TMPDIR - if [ ! -f .dl_patch_done ]; then bzcat $DL_DIR/src/linux-wlan-ng.etc-shared.patch.bz2 | patch -p0 || exit 1 touch .dl_patch_done @@ -59,7 +57,7 @@ install ) if [ "$CONFIG_LINUX_WLAN_NG" = "y" ]; then - TMPDIR=$(cat DL.TMPDIR) + TMPDIR=$(grep TARGET_ROOT_ON_HOST default.config | cut -f2 -d=) rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 make install || exit 1 |
|
From: Heiko Z. <smi...@us...> - 2008-03-12 12:22:41
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv27200 Modified Files: Tag: rel-1-2-patches linux-wlan-ng Log Message: make sure we use the correct install dir Index: linux-wlan-ng =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux-wlan-ng,v retrieving revision 1.13.2.1 retrieving revision 1.13.2.2 diff -u -d -r1.13.2.1 -r1.13.2.2 --- linux-wlan-ng 21 Feb 2008 20:34:37 -0000 1.13.2.1 +++ linux-wlan-ng 12 Mar 2008 12:22:29 -0000 1.13.2.2 @@ -51,6 +51,7 @@ install ) if [ "$CONFIG_LINUX_WLAN_NG" = "y" ]; then + TMPDIR=$(grep TARGET_ROOT_ON_HOST default.config | cut -f2 -d=) rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 make install || exit 1 |
|
From: Serge L. <sma...@us...> - 2008-03-11 20:12:07
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv1160 Modified Files: Tag: rel-1-2-patches mountfs Log Message: - source'ed missed config file (/etc/sysconfig/config) Index: mountfs =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/mountfs,v retrieving revision 1.35.2.8 retrieving revision 1.35.2.9 diff -u -d -r1.35.2.8 -r1.35.2.9 --- mountfs 20 Apr 2007 13:21:46 -0000 1.35.2.8 +++ mountfs 11 Mar 2008 20:12:03 -0000 1.35.2.9 @@ -21,6 +21,7 @@ # source /etc/init.d/functions +source /etc/sysconfig/config # supported LVs LVMTAB="/etc/sysconfig/lvmtab" |
|
From: Serge L. <sma...@us...> - 2008-03-11 20:07:44
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv31759 Modified Files: mountfs Log Message: - source'ed missed config file (/etc/sysconfig/config) Index: mountfs =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/mountfs,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- mountfs 9 Jul 2007 12:43:14 -0000 1.43 +++ mountfs 11 Mar 2008 20:07:40 -0000 1.44 @@ -21,6 +21,7 @@ # source /etc/init.d/functions +source /etc/sysconfig/config # supported LVs LVMTAB="/etc/sysconfig/lvmtab" |
|
From: Heiko Z. <smi...@us...> - 2008-03-10 12:48:51
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv609 Modified Files: CHANGES Log Message: - lcd4linux init script doesn't try to load the ppdev module anymore - added missing prism54 firmware file Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1176 retrieving revision 1.1177 diff -u -d -r1.1176 -r1.1177 --- CHANGES 3 Mar 2008 01:25:08 -0000 1.1176 +++ CHANGES 10 Mar 2008 12:48:25 -0000 1.1177 @@ -22,6 +22,8 @@ # 1.3.4 +- lcd4linux init script doesn't try to load the ppdev module anymore +- added missing prism54 firmware file - updated LVM2 to 2.02.33 (bs) - corrected motion compile (Heiko / Martin Wilderoth) - corrected dhcp compile (Heiko / Martin Wilderoth) |
|
From: Heiko Z. <smi...@us...> - 2008-03-10 12:48:51
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv609/scripts/scripts Modified Files: lcd4linux Log Message: - lcd4linux init script doesn't try to load the ppdev module anymore - added missing prism54 firmware file Index: lcd4linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/lcd4linux,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- lcd4linux 25 Jul 2005 17:16:58 -0000 1.4 +++ lcd4linux 10 Mar 2008 12:48:26 -0000 1.5 @@ -46,11 +46,6 @@ case "$1" in start) - if [ "`grep "^ Port '/dev/parports/" $CONFIGFILE`" -a ! "`lsmod | grep ^ppdev`" ]; then - echo -n "Loadding kernel module ppdev: " - modprobe ppdev >/dev/null - evaluate_retval - fi echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER ;; |
|
From: Heiko Z. <smi...@us...> - 2008-03-05 19:57:00
|
Update of /cvsroot/devil-linux/web/sitetools In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20668 Modified Files: sponsors.php Log Message: another one Index: sponsors.php =================================================================== RCS file: /cvsroot/devil-linux/web/sitetools/sponsors.php,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- sponsors.php 5 Mar 2008 19:17:13 -0000 1.48 +++ sponsors.php 5 Mar 2008 19:56:53 -0000 1.49 @@ -9,6 +9,10 @@ <td class="boxheading" align=center>Donation</td> </tr> <tr> + <td><a href="http://www.business-inc.co.uk" target="_blank">Company Formation</a></td> + <td align="right">$50</td> +</tr> +<tr> <td><a href="http://www.2insure4less.com" target="_blank">Online Insurance Quotes</a></td> <td align="right">$50</td> </tr> |
|
From: Heiko Z. <smi...@us...> - 2008-03-05 19:17:21
|
Update of /cvsroot/devil-linux/web/sitetools In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv6306 Modified Files: sponsors.php Log Message: new donation Index: sponsors.php =================================================================== RCS file: /cvsroot/devil-linux/web/sitetools/sponsors.php,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- sponsors.php 30 Nov 2007 14:40:24 -0000 1.47 +++ sponsors.php 5 Mar 2008 19:17:13 -0000 1.48 @@ -9,6 +9,10 @@ <td class="boxheading" align=center>Donation</td> </tr> <tr> + <td><a href="http://www.2insure4less.com" target="_blank">Online Insurance Quotes</a></td> + <td align="right">$50</td> +</tr> +<tr> <td><a href="http://www.conferencecallsunlimited.com" target="_blank">Conference Calls Unlimited, Inc.</a></td> <td align="right">$50</td> </tr> |