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...> - 2008-04-10 00:34:31
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv15406/scripts Modified Files: openldap Log Message: - updated mysql to 5.0.51a - updated nagios to -3.0.1 - updated nagios to plugins-1.4.11 - updated nrpe to 2.12 - updated nsca to 2.7.2 - updated openldap to 2.4.8 Index: openldap =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/openldap,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- openldap 23 Aug 2007 13:22:31 -0000 1.25 +++ openldap 10 Apr 2008 00:34:26 -0000 1.26 @@ -39,7 +39,7 @@ --enable-slurpd --enable-slapd --enable-rewrite --with-tls --enable-rewrite \ --enable-bdb --enable-dnssrv --enable-hdb --enable-ldap --enable-ldbm --enable-passwd \ --enable-meta --enable-monitor --enable-null \ - --enable-overlays=mod --enable-modules $OPTIONS || exit 1 + --enable-overlays=yes --enable-modules $OPTIONS || exit 1 # doesn't like parrallel builds make depend || exit 1 make all || exit 1 |
|
From: Bruce S. <bl...@us...> - 2008-04-09 14:29:23
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20997/scripts/scripts Modified Files: mysqld Log Message: better chown Index: mysqld =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/mysqld,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- mysqld 2 Nov 2007 19:30:34 -0000 1.12 +++ mysqld 9 Apr 2008 14:29:18 -0000 1.13 @@ -52,7 +52,7 @@ if [ ! -d ${DATADIR:-/var/mysql}/mysql ]; then echo "Initializing new $NAME data dir: " mkdir ${DATADIR:-/var/mysql}/mysql ${DATADIR:-/var/mysql}/test - chown mysql:mysql ${DATADIR:-/var/mysql} ${DATADIR:-/var/mysql}/mysql ${DATADIR:-/var/mysql}/test + chown -R mysql:mysql ${DATADIR:-/var/mysql} mysql_install_db $MYSQL_PARM fi fi |
|
From: Heiko Z. <smi...@us...> - 2008-04-09 13:09:27
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv23443 Modified Files: vmware Log Message: fixed typo Index: vmware =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/vmware,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- vmware 9 Apr 2008 12:55:11 -0000 1.3 +++ vmware 9 Apr 2008 13:09:18 -0000 1.4 @@ -52,7 +52,7 @@ echo -n "Shutting down $NAME: " killproc $DAEMON - echo "Loading VMWare modules" + echo "Unloading VMWare modules" rmmod vmmemctl rmmod vmxnet ;; |
|
From: Bruce S. <bl...@us...> - 2008-04-09 12:55:35
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17522/config/etc/init.d Modified Files: network Log Message: fixed vmware to start before network upon boot Index: network =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/network,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- network 21 Aug 2005 22:14:07 -0000 1.34 +++ network 9 Apr 2008 12:55:11 -0000 1.35 @@ -19,8 +19,8 @@ ### BEGIN INIT INFO # Provides: network -# Required-Start: $local_fs pcmcia -# Required-Stop: $local_fs pcmcia +# Required-Start: $local_fs pcmcia vmware +# Required-Stop: $local_fs pcmcia vmware # Default-Start: 3 5 # Default-Stop: 1 2 6 0 # Description: bring up and configure the network interfaces |
|
From: Bruce S. <bl...@us...> - 2008-04-09 12:55:22
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17522 Modified Files: CHANGES Log Message: fixed vmware to start before network upon boot Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1192 retrieving revision 1.1193 diff -u -d -r1.1192 -r1.1193 --- CHANGES 4 Apr 2008 09:03:23 -0000 1.1192 +++ CHANGES 9 Apr 2008 12:55:11 -0000 1.1193 @@ -22,6 +22,7 @@ # 1.3.4 +- fixed vmware to start before network on boot (bs) - updated unionfs to 2.3.2 (sl) - updated shorewall packages to 4.0.10 (sl) - updated patch-o-matic-ng to 20080328 (sl) |
|
From: Bruce S. <bl...@us...> - 2008-04-09 12:55:20
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17522/scripts/scripts Modified Files: vmware Log Message: fixed vmware to start before network upon boot Index: vmware =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/vmware,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- vmware 8 Jun 2006 20:15:06 -0000 1.2 +++ vmware 9 Apr 2008 12:55:11 -0000 1.3 @@ -2,8 +2,8 @@ ### BEGIN INIT INFO # Provides: vmware -# Required-Start: $syslog -# Required-Stop: $syslog +# Required-Start: $local_fs pcmcia +# Required-Stop: $local_fs pcmcia # Default-Start: 3 5 # Default-Stop: 0 1 6 # Description: starts the vmware support @@ -65,4 +65,3 @@ echo "Usage: $0 {start|stop|restart}" exit 1 esac - |
|
From: Bruce S. <bl...@us...> - 2008-04-09 12:48:06
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv14897 Modified Files: boot Log Message: More output improvements Index: boot =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/boot,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- boot 9 Apr 2008 12:40:54 -0000 1.33 +++ boot 9 Apr 2008 12:48:02 -0000 1.34 @@ -39,7 +39,7 @@ cat /proc/mounts > /etc/mtab print_status success -echo -n "Creating devices in /dev" +echo "Creating devices in /dev" # disable kernel hotplug, udev will handle this echo > /proc/sys/kernel/hotplug /sbin/udevd --daemon @@ -49,7 +49,7 @@ /sbin/udevsettle evaluate_retval -ls /dev/ +# ls /dev/ if [ -f /proc/sys/kernel/sysrq ]; then echo -n "Enabling magic SysRq" |
|
From: Bruce S. <bl...@us...> - 2008-04-09 12:40:57
|
Update of /cvsroot/devil-linux/build/config/etc/init.d In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv12402 Modified Files: boot Log Message: Make output look better Index: boot =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/init.d/boot,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- boot 22 Oct 2007 14:09:17 -0000 1.32 +++ boot 9 Apr 2008 12:40:54 -0000 1.33 @@ -62,7 +62,7 @@ evaluate_retval if [ -x /sbin/sysctl -a -f /etc/sysctl.conf ]; then - echo -n "Setting current sysctl status from /etc/sysctl.conf" + echo "Setting current sysctl status from /etc/sysctl.conf" sysctl -e -p /etc/sysctl.conf evaluate_retval fi |
|
From: Serge L. <sma...@us...> - 2008-04-04 09:03:31
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv11259 Modified Files: CHANGES md5sum.lst Log Message: - updated shorewall packages per B. Rudner request - updated unionfs Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1191 retrieving revision 1.1192 diff -u -d -r1.1191 -r1.1192 --- CHANGES 3 Apr 2008 17:34:13 -0000 1.1191 +++ CHANGES 4 Apr 2008 09:03:23 -0000 1.1192 @@ -22,6 +22,8 @@ # 1.3.4 +- updated unionfs to 2.3.2 (sl) +- updated shorewall packages to 4.0.10 (sl) - updated patch-o-matic-ng to 20080328 (sl) - updated l7-protocols to 2008-02-20 (sl) - updated nmap to 4.60 (sl) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.426 retrieving revision 1.427 diff -u -d -r1.426 -r1.427 --- md5sum.lst 3 Apr 2008 17:34:13 -0000 1.426 +++ md5sum.lst 4 Apr 2008 09:03:23 -0000 1.427 @@ -473,9 +473,9 @@ 16022367e17f0a7da8c53822beeb5026 src/sg3_utils-1.25.tar.bz2 dd6ca3ac424b447962d7a7af923b7bda src/shadow-4.1.0.tar.bz2 016f49d71bc32eee2b5d11fc1600cfbe src/shfs-0.35.tar.gz -0113ff6a91ca0ec0f3bba0aa8ba7b81c src/shorewall-common-4.0.5.tar.bz2 -b0e3bb425bb7898a52d743f0e920df10 src/shorewall-perl-4.0.5.tar.bz2 -ed38e7bbe742414ad655167695220f4d src/shorewall-shell-4.0.5.tar.bz2 +30eed00c6939d47a8987e08337e9a8cf src/shorewall-common-4.0.10.tar.bz2 +0f9a0e14f88f88600f8e7367767421c3 src/shorewall-perl-4.0.10.tar.bz2 +d997c041b035c0cd2aa8e50a26093479 src/shorewall-shell-4.0.10.tar.bz2 91a572f80dd5a9af5a0f7f207fd34478 src/siproxd-0.5.13.tar.gz fc2cb32e926b25afa24f450f9a48fbb1 src/smartmontools-5.26.tar.gz 8b46997afd728fbdaafdc9b1d0278b07 src/snort-2.6.1.3.tar.gz @@ -514,7 +514,7 @@ 49c72e712f38c18884bd11a9a3b7e968 src/udev-config-20070731.tar.bz2 b8f93446d52cd1e48323fa49f10a790c src/unarj_2.43-3.diff.gz 7a481dc017f1fbfa7f937a97e66eb99f src/unarj_2.43.orig.tar.gz -6a3356d7cda28241f6ec379992a8896f src/unionfs-2.3.1_for_2.6.24.4.diff.gz +4428dfda6e202dd0e7c1a26647a77809 src/unionfs-2.3.2_for_2.6.24.4.diff.gz 131f879120945137f96cabc685060826 src/unrar-3.6.8_fix.patch.bz2 903363aada5fafa9bd00cac3309e6e45 src/unrarsrc-3.6.8.tar.gz 9d23919999d6eac9217d1f41472034a9 src/unzip552.tar.gz |
|
From: Serge L. <sma...@us...> - 2008-04-03 17:34:18
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv28813 Modified Files: CHANGES md5sum.lst Log Message: - updated nmap, patch-o-matic, l7-protocols Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1190 retrieving revision 1.1191 diff -u -d -r1.1190 -r1.1191 --- CHANGES 3 Apr 2008 16:56:41 -0000 1.1190 +++ CHANGES 3 Apr 2008 17:34:13 -0000 1.1191 @@ -22,6 +22,9 @@ # 1.3.4 +- updated patch-o-matic-ng to 20080328 (sl) +- updated l7-protocols to 2008-02-20 (sl) +- updated nmap to 4.60 (sl) - updated openssh to 5.0p1 (sl) - updated iproute2 to 2.6.24-rc7 - updated dovecot to 1.10.13 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.425 retrieving revision 1.426 diff -u -d -r1.425 -r1.426 --- md5sum.lst 3 Apr 2008 16:56:41 -0000 1.425 +++ md5sum.lst 3 Apr 2008 17:34:13 -0000 1.426 @@ -286,7 +286,7 @@ ff14f0c556fd5357e0ed872a25d711e0 src/krb5-1.5.2.tar.gz c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz -5e3f980a98fc069ac40a8b6825369d87 src/l7-protocols-2008-02-10.tar.gz +783e996bf5e541fecd36c8ae7732f8c5 src/l7-protocols-2008-02-20.tar.gz dbc53fc94ae725ca5944b7a94ed52f8b src/lcd4linux-0.10.1-RC1.tar.gz b5864d76c54ddf4627fd57ab333c88b4 src/less-418.tar.gz 5952074c6042f2e4441d29fa1d0651f3 src/lftp-3.6.3.tar.bz2 @@ -382,7 +382,7 @@ e153d23a3879f33f4a96ed6b706609e3 src/netfilter-layer7-v2.17.tar.gz 37a071debfce1dd9596267448f4b56c8 src/netpbm-10.26.46.tgz 76ee9274c2b867839427eba91b327f03 src/nfs-utils-1.1.2.tar.gz -ea50419f99472200c4184a304e3831ea src/nmap-4.20.tar.bz2 +6201551054050c11182fd6dd91682cb1 src/nmap-4.60.tar.bz2 c011fc1595dd125443df2d357958c85f src/noip_updater_linux_v1.4.tar.gz 5df3fae4682fa6b8b393568fd9f3c88d src/nrpe-2.6.tar.gz 6683862394e91039033283071c8bf1f4 src/nsca-2.7.tar.gz @@ -411,7 +411,7 @@ 40dd0853d0c1c2cc019d6e2e8146555a src/passwdgen-1.diff.bz2 097cf193d1b040cf0d135945714faa83 src/passwdgen-2.2.tar.gz 508f5aaa99dead9836ff490496a61581 src/patch-2.6.24.4.bz2 -985db2dea95f711c59c9b4fd3c471baa src/patch-o-matic-ng-20080125.tar.bz2 +791adb1e8f539fda05bbc90bdb7ee7ab src/patch-o-matic-ng-20080328.tar.bz2 e5f27b822c70f49e492ce21fa7c34d32 src/pax-linux-2.6.24.4-test36.patch.bz2 acf0e368cb33bc2f6a335ba3f5e4fd2b src/pax-utils-0.1.15.tar.bz2 149bcb2508e9bfb092954c294b97f876 src/pci.ids.bz2 |
|
From: Serge L. <sma...@us...> - 2008-04-03 17:34:18
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv28813/scripts Modified Files: nmap Log Message: - updated nmap, patch-o-matic, l7-protocols Index: nmap =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/nmap,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- nmap 3 Jul 2006 02:48:53 -0000 1.1 +++ nmap 3 Apr 2008 17:34:13 -0000 1.2 @@ -24,7 +24,7 @@ case $1 in build ) if [ "$CONFIG_NMAP" = "y" ]; then - ./configure --prefix=/usr --without-nmapfe || exit 1 + ./configure --prefix=/usr --without-zenmap || exit 1 make $PMAKE all || exit 1 strip_debug fi |
|
From: Serge L. <sma...@us...> - 2008-04-03 16:56:46
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv17015 Modified Files: CHANGES md5sum.lst Log Message: - updated openssh to 5.0p1 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1189 retrieving revision 1.1190 diff -u -d -r1.1189 -r1.1190 --- CHANGES 3 Apr 2008 00:58:18 -0000 1.1189 +++ CHANGES 3 Apr 2008 16:56:41 -0000 1.1190 @@ -22,6 +22,7 @@ # 1.3.4 +- updated openssh to 5.0p1 (sl) - updated iproute2 to 2.6.24-rc7 - updated dovecot to 1.10.13 - updated conntrack-tools to 0.9.6 (sl) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.424 retrieving revision 1.425 diff -u -d -r1.424 -r1.425 --- md5sum.lst 3 Apr 2008 00:58:18 -0000 1.424 +++ md5sum.lst 3 Apr 2008 16:56:41 -0000 1.425 @@ -397,7 +397,7 @@ e1dd82f54cffad3d76da9e712dc58c48 src/openl2tp-0.19_ppp_unix.c.patch.bz2 93f9db9c5e91e340c1adc28c1e590851 src/openl2tp-1.1.tar.gz f83b0f2b62f6a06dc1ca83a1f0426efd src/openldap-2.3.38.tgz -50a800fd2c6def9e9a53068837e87b91 src/openssh-4.7p1.tar.gz +1f1dfaa775f33dd3328169de9bdc292a src/openssh-5.0p1.tar.gz 8d7deea5f6d84fef90d1e256990ef048 src/openssl-0.9.8b-sha.diff.bz2 bf768bc75cfb7e1774d314a2bd953f6d src/openssl-0.9.8e-engine.diff.bz2 acf70a16359bf3658bdfb74bda1c4419 src/openssl-0.9.8g.tar.gz |
|
From: Serge L. <sma...@us...> - 2008-04-03 11:37:30
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv29083 Modified Files: net-snmp fprobe fprobe-ulog Log Message: - swap DESTDIR from env variable to make param Index: fprobe =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/fprobe,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- fprobe 22 Feb 2007 14:12:42 -0000 1.2 +++ fprobe 3 Apr 2008 11:37:24 -0000 1.3 @@ -39,7 +39,7 @@ if [ "$CONFIG_FPROBE" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 - DESTDIR=$TMPDIR make install || exit 1 + make install DESTDIR=$TMPDIR || exit 1 copy_docs $TMPDIR cp -dpR $TMPDIR/* $CDDIR/ || exit 1 rm -rf $TMPDIR || exit 1 Index: fprobe-ulog =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/fprobe-ulog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- fprobe-ulog 1 Feb 2008 10:19:14 -0000 1.1 +++ fprobe-ulog 3 Apr 2008 11:37:24 -0000 1.2 @@ -38,7 +38,7 @@ if [ "$CONFIG_FPROBE_ULOG" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 - DESTDIR=$TMPDIR make install || exit 1 + make install DESTDIR=$TMPDIR || exit 1 copy_docs $TMPDIR cp -dpR $TMPDIR/* $CDDIR/ || exit 1 rm -rf $TMPDIR || exit 1 Index: net-snmp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/net-snmp,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- net-snmp 13 Mar 2008 15:30:04 -0000 1.12 +++ net-snmp 3 Apr 2008 11:37:24 -0000 1.13 @@ -46,11 +46,7 @@ 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 - for i in `find -name Makefile` - do - delete_str $i '^DESTDIR' - done - DESTDIR=$TMPDIR make -j1 install || exit 1 + make -j1 install DESTDIR=$TMPDIR || exit 1 copy_docs $TMPDIR rm -rf $TMPDIR/usr/include || exit 1 cp -dpR $TMPDIR/usr/share $CDDIR/usr/ || exit 1 |
|
From: Heiko Z. <smi...@us...> - 2008-04-03 00:58:24
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv22943 Modified Files: CHANGES md5sum.lst Log Message: updated iproute2 to 2.6.24-rc7 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1188 retrieving revision 1.1189 diff -u -d -r1.1188 -r1.1189 --- CHANGES 2 Apr 2008 19:45:56 -0000 1.1188 +++ CHANGES 3 Apr 2008 00:58:18 -0000 1.1189 @@ -22,6 +22,7 @@ # 1.3.4 +- updated iproute2 to 2.6.24-rc7 - updated dovecot to 1.10.13 - updated conntrack-tools to 0.9.6 (sl) - updated wget to 1.11.1 (sl) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.423 retrieving revision 1.424 diff -u -d -r1.423 -r1.424 --- md5sum.lst 2 Apr 2008 19:45:56 -0000 1.423 +++ md5sum.lst 3 Apr 2008 00:58:18 -0000 1.424 @@ -261,7 +261,7 @@ 57035039daddd242ede848bdcde86ae5 src/insserv-core.diff.bz2 f9ed8a729145ae613b3cdc518f1750e3 src/ipac-ng-1.31.tar.bz2 969832f3a42fc25b44045d73ea483f18 src/ipcalc.tar.bz2 -2e59da739ef19990408cf0a5cb0cae3e src/iproute2-2.6.23.tar.bz2 +e4d8352451e61e94f3ee7e6c0cadba4c src/iproute2-2.6.24-rc7.tar.bz2 c0a586924edde35264ecfe94ad1c261f src/ipsec-tools-0.7.tar.bz2 9e17798dfd8ed87c63a1f3498f9fe64d src/ipset-2.3.0-20070828.tar.bz2 90cfa8a554a29b0b859a625e701af2a7 src/iptables-1.4.0.tar.bz2 |
|
From: Heiko Z. <smi...@us...> - 2008-04-02 19:46:12
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv3452 Modified Files: CHANGES md5sum.lst Log Message: - updated dovecot to 1.10.13 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1187 retrieving revision 1.1188 diff -u -d -r1.1187 -r1.1188 --- CHANGES 29 Mar 2008 13:15:49 -0000 1.1187 +++ CHANGES 2 Apr 2008 19:45:56 -0000 1.1188 @@ -22,6 +22,7 @@ # 1.3.4 +- updated dovecot to 1.10.13 - updated conntrack-tools to 0.9.6 (sl) - updated wget to 1.11.1 (sl) - updated unionfs to 2.3.1 (sl) @@ -31,7 +32,7 @@ - updated ibevent to 1.4.2-rc (sl) - updated inotify-tools to 3.13 (sl) - updated freeradius to freeradius-server-2.0.3 (sl) -- updated razor-agents-2.84.tar.bz2 +- updated razor-agents-2.84 - updated kernel to 2.6.24.4 - updated pax-linux-2.6.24.4-test36.patch.bz2 - updated gradm-2.1.11-200803102037.tar.gz Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.422 retrieving revision 1.423 diff -u -d -r1.422 -r1.423 --- md5sum.lst 29 Mar 2008 13:15:49 -0000 1.422 +++ md5sum.lst 2 Apr 2008 19:45:56 -0000 1.423 @@ -179,7 +179,7 @@ 3db1f5dc6bb72c2504ae37c37947e03f src/dosfstools-2.10-kernel-2.6-1.patch.bz2 af4d03e85985ab222f2811744b9e06bc src/dosfstools-2.10-llseek.patch.bz2 59a02f311a891af8787c4c9e28c6b89b src/dosfstools_2.10.orig.tar.gz -c050fa2a7dae8984d432595e3e8183e1 src/dovecot-1.0.10.tar.gz +281bd9dee8d6c1674977257acc80ce64 src/dovecot-1.0.13.tar.gz 056b8c8b3ad9415a52c01b22ff1e64cf src/dspam-3.8.0.tar.gz b931c02e2b23342f664276ef26d1502c src/dvd+rw-tools-5.21.4.10.8.tar.gz 48916063a7582a52db3de8fb06212c93 src/e100-3.5.14.tar.gz |
|
From: Serge L. <sma...@us...> - 2008-04-01 10:20:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv23708 Modified Files: prepare Log Message: - fixed typo Index: prepare =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/prepare,v retrieving revision 1.73 retrieving revision 1.74 diff -u -d -r1.73 -r1.74 --- prepare 29 Mar 2008 19:47:47 -0000 1.73 +++ prepare 1 Apr 2008 10:19:58 -0000 1.74 @@ -90,7 +90,7 @@ if [ "$CONFIG_LINUX_SYSRQ" == "y" ]; then cat $KERNEL_CONFIG_DIR/config_linux.sysrq >> $KERNELDIR/.config || exit 1 else - echo "CONFIG_MAGIC_SYSRQ is not set" >> $KERNELDIR/.config || exit 1 + echo "# CONFIG_MAGIC_SYSRQ is not set" >> $KERNELDIR/.config || exit 1 fi if [ "$CONFIG_UNIONFS" == "y" ]; then |
|
From: Serge L. <sma...@us...> - 2008-04-01 07:40:51
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv30918 Modified Files: openl2tp Log Message: - fixed KERNEL_SRC parameter Index: openl2tp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/openl2tp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- openl2tp 28 Jan 2008 19:29:03 -0000 1.3 +++ openl2tp 1 Apr 2008 07:40:44 -0000 1.4 @@ -33,7 +33,7 @@ touch openl2tpd-patches.done fi replace_str usl/Makefile "-Wall -Werror" "-Wall " - make $PMAKE L2TP_KERNELDIR=$KERNELDIR || exit 1 + make $PMAKE KERNEL_SRCDIR=$KERNELDIR || exit 1 strip_debug fi ;; @@ -43,7 +43,7 @@ rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 - make install DESTDIR=$TMPDIR L2TP_KERNELDIR=$KERNELDIR || exit 1 + make install DESTDIR=$TMPDIR KERNEL_SRCDIR=$KERNELDIR || exit 1 copy_docs $TMPDIR || exit 1 rm -rf $TMPDIR/usr/lib/*a || exit 1 copy_files $TMPDIR/* $CDDIR || exit 1 |
|
From: Serge L. <sma...@us...> - 2008-03-29 19:47:53
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv18417/config/linux-2.6 Modified Files: config_linux Log Message: - make sysrq really available Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- config_linux 17 Feb 2008 22:08:32 -0000 1.48 +++ config_linux 29 Mar 2008 19:47:47 -0000 1.49 @@ -2472,7 +2472,6 @@ CONFIG_TRACE_IRQFLAGS_SUPPORT=y # CONFIG_PRINTK_TIME is not set CONFIG_ENABLE_MUST_CHECK=y -# CONFIG_MAGIC_SYSRQ is not set CONFIG_UNUSED_SYMBOLS=y # CONFIG_DEBUG_FS is not set CONFIG_HEADERS_CHECK=y |
|
From: Serge L. <sma...@us...> - 2008-03-29 19:47:52
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv18417 Modified Files: prepare Log Message: - make sysrq really available Index: prepare =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/prepare,v retrieving revision 1.72 retrieving revision 1.73 diff -u -d -r1.72 -r1.73 --- prepare 17 Feb 2008 22:08:32 -0000 1.72 +++ prepare 29 Mar 2008 19:47:47 -0000 1.73 @@ -89,6 +89,8 @@ if [ "$CONFIG_LINUX_SYSRQ" == "y" ]; then cat $KERNEL_CONFIG_DIR/config_linux.sysrq >> $KERNELDIR/.config || exit 1 + else + echo "CONFIG_MAGIC_SYSRQ is not set" >> $KERNELDIR/.config || exit 1 fi if [ "$CONFIG_UNIONFS" == "y" ]; then |
|
From: Serge L. <sma...@us...> - 2008-03-29 13:15:56
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv3177 Modified Files: CHANGES md5sum.lst Log Message: - updated conntrack-tools Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1186 retrieving revision 1.1187 diff -u -d -r1.1186 -r1.1187 --- CHANGES 29 Mar 2008 11:43:51 -0000 1.1186 +++ CHANGES 29 Mar 2008 13:15:49 -0000 1.1187 @@ -22,6 +22,7 @@ # 1.3.4 +- updated conntrack-tools to 0.9.6 (sl) - updated wget to 1.11.1 (sl) - updated unionfs to 2.3.1 (sl) - updated nfs-utils to 1.1.2 (sl) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.421 retrieving revision 1.422 diff -u -d -r1.421 -r1.422 --- md5sum.lst 29 Mar 2008 09:33:46 -0000 1.421 +++ md5sum.lst 29 Mar 2008 13:15:49 -0000 1.422 @@ -139,7 +139,7 @@ 90e6755ff66c1e8919e8d7af5db0fffa src/compartment-gcc33.diff.bz2 dfe79018632cca7282c7428f2677b931 src/compartment-gcc4.diff.bz2 055c3cfa75c783bdaaa294d7895584c5 src/compartment-no-close-fd.diff.bz2 -c639e17ba6cbfce52b288a5105724f2d src/conntrack-tools-0.9.5.tar.bz2 +eb57f78ebd761451188888c5d195de04 src/conntrack-tools-0.9.6.tar.bz2 eca0de1bf7389694305d7e52cd76a472 src/coreutils-6.10.tar.gz 4740483b05196fa8b28523f8701d84ec src/coreutils-patches.tar.bz2 e02859af1bbbbd73fcbf757acb57e0a4 src/cpio-2.5.tar.gz |
|
From: Serge L. <sma...@us...> - 2008-03-29 13:15:55
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv3177/scripts Modified Files: conntrack-tools Log Message: - updated conntrack-tools Index: conntrack-tools =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/conntrack-tools,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- conntrack-tools 11 Sep 2007 15:19:37 -0000 1.2 +++ conntrack-tools 29 Mar 2008 13:15:49 -0000 1.3 @@ -27,6 +27,9 @@ build ) if [ "$CONFIG_CONNTRACKTOOL" = "y" ]; then ./configure --prefix=/usr || exit 1 + # -Werror - wherever there's a warning, compilation fails. + # Should be fixed in the next releases + delete_str ./src/Makefile '^\t-Werror \\$' make all $PMAKE || exit 1 strip_debug fi |
|
From: Serge L. <sma...@us...> - 2008-03-29 11:44:00
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv1163 Modified Files: CHANGES Log Message: - updated wget to 1.11.1 - updated unionfs to 2.3.1 - updated nfs-utils to 1.1.2 - updated libnetfilter_conntrack to 0.0.89 - updated libnfnetlink to 0.0.33 - updated ibevent to 1.4.2-rc - updated inotify-tools to 3.13 - updated freeradius to freeradius-server-2.0.3 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1185 retrieving revision 1.1186 diff -u -d -r1.1185 -r1.1186 --- CHANGES 27 Mar 2008 15:15:49 -0000 1.1185 +++ CHANGES 29 Mar 2008 11:43:51 -0000 1.1186 @@ -22,6 +22,14 @@ # 1.3.4 +- updated wget to 1.11.1 (sl) +- updated unionfs to 2.3.1 (sl) +- updated nfs-utils to 1.1.2 (sl) +- updated libnetfilter_conntrack to 0.0.89 (sl) +- updated libnfnetlink to 0.0.33 (sl) +- updated ibevent to 1.4.2-rc (sl) +- updated inotify-tools to 3.13 (sl) +- updated freeradius to freeradius-server-2.0.3 (sl) - updated razor-agents-2.84.tar.bz2 - updated kernel to 2.6.24.4 - updated pax-linux-2.6.24.4-test36.patch.bz2 |
|
From: Serge L. <sma...@us...> - 2008-03-29 09:33:56
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv16857 Modified Files: md5sum.lst Log Message: - updated nfs-utils - updated inotify-tools - updated linetfilter* - updtaed libevent Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.420 retrieving revision 1.421 diff -u -d -r1.420 -r1.421 --- md5sum.lst 27 Mar 2008 14:27:03 -0000 1.420 +++ md5sum.lst 29 Mar 2008 09:33:46 -0000 1.421 @@ -203,7 +203,7 @@ 65850d0470078269b33eee58cba77ac2 src/fprobe-1.1.tar.bz2 cdb2e4edc47e8a3d5479eeabfb979ebc src/fprobe-ulog-1.1.tar.bz2 e3f65753cdfe12209a522634b801305d src/frandom-1.0.tar.gz -d95d303adccdaa065e4bb1d5038b2452 src/freeradius-1.1.7.tar.bz2 +3cd647f40880dee8693f2e74ab5416e9 src/freeradius-server-2.0.3.tar.bz2 ca3f1990522815ccd0a78e9de3afad43 src/freeramdisk.tar.gz 65234327c5ac46ee00ebda15995d4c1c src/freetype-2.3.5.tar.bz2 d30c35b9820d706ff2f9a6ab3b501247 src/frox-0.7.18.tar.bz2 @@ -255,7 +255,7 @@ 9c51c660862609a580be62a350b5efc6 src/ifenslave-1.1.0.tar.bz2 30cf91863a31486e3b05c3f8b7100114 src/imap-2007a.DEV.SNAP-0802160141.tar.Z 9e0f1ac040de3168ea785f44e42d585e src/inetutils-1.5.tar.gz -a593b2eabde56f122e2bb3d2d45f7ca7 src/inotify-tools-3.12.tar.gz +35d7178297390f18bae451e083362acf src/inotify-tools-3.13.tar.gz ff8409583af07c030038423511972aa4 src/insserv-1.03.0.tar.bz2 fa021892240f49f6c8ca8c988eb915ee src/insserv-boot.diff.bz2 57035039daddd242ede848bdcde86ae5 src/insserv-core.diff.bz2 @@ -299,7 +299,7 @@ 04c394ed8e1e7fc455456e79e908916d src/libdnet-1.11.tar.gz 553383d898826c285afb2ee453b07868 src/libdvdcss-1.2.9.tar.bz2 078788c9241ae16763529e1235502337 src/libdvdread-0.9.7.tar.gz -1757aab21287acb798542a2d3ea00fc9 src/libevent-1.3c.tar.gz +828064c357fc39215c88540e4d0f986e src/libevent-1.4.2-rc.tar.gz b013f798a1088afb07336bce5a9c24c5 src/libgcrypt-1.4.0.tar.bz2 f3e9870e213518b407a959f8d29cd554 src/libgpg-error-1.6.tar.bz2 b77a17e4a5a817100ad4b2613935055e src/libiconv-1.11.tar.gz @@ -311,8 +311,8 @@ be845c41170d72c7db524f3411b50256 src/libnet-1.1.2.1.tar.gz 540ff915e5ac52ec0c00af1384abab40 src/libnet-endianess-fix.diff.bz2 629379482a9e5fa4972c2a8dd611251f src/libnet-shared.diff.bz2 -b3f6bc03a362baef942680572300c3bf src/libnetfilter_conntrack-0.0.82.tar.bz2 -7fd3c8ddc03d42fa9f0177a17a38f163 src/libnfnetlink-0.0.30.tar.bz2 +8c040130230b0f096197683dc8beaa4e src/libnetfilter_conntrack-0.0.89.tar.bz2 +b97bc6747cb4e65b9989daa136f339cb src/libnfnetlink-0.0.33.tar.bz2 9233cb77876eb642374a0d2bcaba1170 src/libnfsidmap-0.20.tar.gz 1f29be3f4bcddb5b2f3d965e78f04006 src/libol-0.3.16.tar.gz 40ee3ec89030f0d6dfdb2cf6100e6685 src/libosip2-2.2.2.tar.gz @@ -381,7 +381,7 @@ c2bc56b61028bce36a5cc3fe7e81058e src/netacct-mysql-0.78.tar.gz e153d23a3879f33f4a96ed6b706609e3 src/netfilter-layer7-v2.17.tar.gz 37a071debfce1dd9596267448f4b56c8 src/netpbm-10.26.46.tgz -407785488241f9db67b1874e3f36370e src/nfs-utils-1.1.1.tar.gz +76ee9274c2b867839427eba91b327f03 src/nfs-utils-1.1.2.tar.gz ea50419f99472200c4184a304e3831ea src/nmap-4.20.tar.bz2 c011fc1595dd125443df2d357958c85f src/noip_updater_linux_v1.4.tar.gz 5df3fae4682fa6b8b393568fd9f3c88d src/nrpe-2.6.tar.gz @@ -514,7 +514,7 @@ 49c72e712f38c18884bd11a9a3b7e968 src/udev-config-20070731.tar.bz2 b8f93446d52cd1e48323fa49f10a790c src/unarj_2.43-3.diff.gz 7a481dc017f1fbfa7f937a97e66eb99f src/unarj_2.43.orig.tar.gz -0c1fe21bcf42cd6c1bc524469f7431a6 src/unionfs-2.2.4_for_2.6.24.2.diff.gz +6a3356d7cda28241f6ec379992a8896f src/unionfs-2.3.1_for_2.6.24.4.diff.gz 131f879120945137f96cabc685060826 src/unrar-3.6.8_fix.patch.bz2 903363aada5fafa9bd00cac3309e6e45 src/unrarsrc-3.6.8.tar.gz 9d23919999d6eac9217d1f41472034a9 src/unzip552.tar.gz @@ -534,7 +534,7 @@ d3d8bc4d58886498a1c338670eab9315 src/vtun-3.0.2.tar.gz ba97ddce396bfccd8d409bc3141d7ef4 src/watchdog_5.3.1.tar.gz 26d0a3c142423678daed2d6f579525d8 src/webalizer-2.01-10-src.tar.bz2 -795fefbb7099f93e2d346b026785c4b8 src/wget-1.10.2.tar.gz +3fda0bab6a883a5f6599d2da58765f93 src/wget-1.11.1.tar.bz2 3897f2a9d0c53a166ba68be9c21353a6 src/which-2.14.tar.gz 059286b299089f14987bb60c85e96a4b src/whois_4.7.15.tar.gz e06c222e186f7cc013fd272d023710cb src/wireless_tools.29.tar.gz |
|
From: Heiko Z. <smi...@us...> - 2008-03-28 01:34:08
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20295 Modified Files: shadow Log Message: we don't want that Index: shadow =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/shadow,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- shadow 27 Mar 2008 14:27:03 -0000 1.26 +++ shadow 28 Mar 2008 01:34:03 -0000 1.27 @@ -92,10 +92,6 @@ useradd -D -b /home -g 100 useradd -D | sed 's/yes/no/' > $ETCDIR/etc/default/useradd || exit 1 - ENV_PATH=`grep '^ENV_PATH' $ETCDIR/etc/login.defs.orig awk '{ print $2 }' | sed 's/PATH=//'` - echo 'PATH DEFAULT='`echo "${ENV_PATH}"`\ -' OVERRIDE=${PATH}' >> $ETCDIR/etc/security/pam_env.conf || exit 1 - unset ENV_PATH ;; * ) |
|
From: Bruce S. <bl...@us...> - 2008-03-27 15:16:00
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv11627 Modified Files: CHANGES Log Message: Typo ... Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1184 retrieving revision 1.1185 diff -u -d -r1.1184 -r1.1185 --- CHANGES 27 Mar 2008 14:27:03 -0000 1.1184 +++ CHANGES 27 Mar 2008 15:15:49 -0000 1.1185 @@ -28,7 +28,7 @@ - updated gradm-2.1.11-200803102037.tar.gz - updated grsecurity-2.1.11-2.6.24.4-200803251800.patch.bz2 - updated Linux-PAM to 0.99.10.0 -- su is now wokring again +- su is now working again - updated open-vm-tools to 2008.03.19-82724 - updated shadow 4.1.0 - added libdnet 1.11 |