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...> - 2010-12-02 18:26:06
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13811/scripts Modified Files: functions sagator Log Message: added patch for sagator to support umask for milter socket Index: sagator =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/sagator,v retrieving revision 1.22 retrieving revision 1.23 diff -u -d -r1.22 -r1.23 --- sagator 30 Aug 2010 20:31:10 -0000 1.22 +++ sagator 2 Dec 2010 18:25:58 -0000 1.23 @@ -19,10 +19,8 @@ case $1 in build ) if [ "$CONFIG_SAGATOR" = "y" ]; then - if [ ! -f devil_patch_done ]; then - bzcat $DL_DIR/src/sagator_clamav-0.96.2.patch.bz2 | patch -p0 || exit 1 - touch devil_patch_done - fi + patch_from_file 0 $DL_DIR/src/sagator_clamav-0.96.2.patch.bz2 + patch_from_file 1 $DL_DIR/src/sagator-milter_umask.patch.bz2 #replace_str Makefile python2.2 python2.3 export PYTHONHOME=$WORKDIR/Python-install/usr Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- functions 2 Dec 2010 18:18:13 -0000 1.70 +++ functions 2 Dec 2010 18:25:58 -0000 1.71 @@ -524,11 +524,11 @@ fi } -# patch_from_file <path-to-patch> <-pX> +# patch_from_file <-pX> <path-to-patch> function patch_from_file { - PATCH=$1 + PATCH=$2 EXTENSION=${PATCH##*.} - P=$2 + P=$1 FLAGPATCH=.devil-linux-patch-${PATCH//\//_}.done if [ ! -f ${FLAGPATCH} ]; then echo "applying patch: $PATCH" |
From: Heiko Z. <smi...@us...> - 2010-12-02 18:26:06
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13811 Modified Files: CHANGES md5sum.lst Log Message: added patch for sagator to support umask for milter socket Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1423 retrieving revision 1.1424 diff -u -d -r1.1423 -r1.1424 --- CHANGES 1 Dec 2010 01:40:30 -0000 1.1423 +++ CHANGES 2 Dec 2010 18:25:58 -0000 1.1424 @@ -22,6 +22,7 @@ # 1.4.1 +- added patch for sagator to support umask for milter socket - updated clamav-0.96.5 - updated hdparm-9.36 - updated lftp-4.1.1 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.605 retrieving revision 1.606 diff -u -d -r1.605 -r1.606 --- md5sum.lst 1 Dec 2010 01:40:30 -0000 1.605 +++ md5sum.lst 2 Dec 2010 18:25:58 -0000 1.606 @@ -617,6 +617,7 @@ 19b24f7184a8dbf7b48c1bbb565ad9fb src/rrdtool-1.2.30.tar.gz b53525900817cf1ba7ad3a516ab5bfe9 src/rsync-3.0.7.tar.gz 8846cf204d730396ca698fd6777ddfbb src/sagator-1.2.1.tar.bz2 +9b356a0efce3af4f6fb0367fd4c5aee7 src/sagator-milter_umask.patch.bz2 5c83ad21798db0970f0286d73fd00db7 src/sagator_clamav-0.96.2.patch.bz2 bf6c09ea497a166df8bd672db1d8da8f src/samba-3.5.6.tar.gz 6e2e2c386a89aaff31f048eb2a6c5b1a src/sarg-2.2.3.1.tar.gz |
From: Heiko Z. <smi...@us...> - 2010-12-02 18:18:23
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11949/scripts Modified Files: functions Log Message: oops Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.69 retrieving revision 1.70 diff -u -d -r1.69 -r1.70 --- functions 21 Nov 2010 00:18:32 -0000 1.69 +++ functions 2 Dec 2010 18:18:13 -0000 1.70 @@ -524,8 +524,8 @@ fi } -# patch_from_PATCH <path-to-patch> <-pX> -function patch_from_PATCH { +# patch_from_file <path-to-patch> <-pX> +function patch_from_file { PATCH=$1 EXTENSION=${PATCH##*.} P=$2 |
From: Heiko Z. <smi...@us...> - 2010-12-01 13:19:18
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv10720/scripts Added Files: pymilter Log Message: added pymilter --- NEW FILE: pymilter --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/pymilter,v $ # $Revision: 1.1 $ # $Date: 2010/12/01 13:19:10 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=PYTHON_LDAP case $1 in build ) if [ "$CONFIG_PYTHON" = "y" ] && [ "$CONFIG_POSTFIX" = "y" ] && [ "$CONFIG_SENDMAIL_LIBMILTER" = "y" ]; then python setup.py build || exit 1 strip_debug fi ;; install ) if [ "$CONFIG_PYTHON" = "y" ] && [ "$CONFIG_POSTFIX" = "y" ] && [ "$CONFIG_SENDMAIL_LIBMILTER" = "y" ]; then PYTHONDIR=$(ls -d /usr/lib/python*.*/site-packages) mkdir -p $CDDIR/$PYTHONDIR || exit 1 cp -dvpR build/lib*/* $CDDIR/$PYTHONDIR/ || exit 1 fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac |
From: Heiko Z. <smi...@us...> - 2010-12-01 01:40:38
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv2879 Modified Files: CHANGES Makefile.build Makefile.install md5sum.lst Log Message: - updated clamav-0.96.5 - updated hdparm-9.36 - updated lftp-4.1.1 - updated postfix-2.7.2 - updated pymilter-0.9.3 - updated rng-tools-3 - updated sdparm-1.06 - updated sendmail.8.14.4 - updated sg3_utils-1.30 - updated sysstat-9.1.6 - updated vim-7.3 - added pymilter 0.9.3 Index: Makefile.build =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.build,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- Makefile.build 18 Sep 2010 22:06:50 -0000 1.24 +++ Makefile.build 1 Dec 2010 01:40:30 -0000 1.25 @@ -111,7 +111,7 @@ GROUP_26 := alsa-utils ipsec-tools xtables-addons -GROUP_X := git +GROUP_X := git pymilter # End of dependencies @@ -895,3 +895,4 @@ modsecurity-apache: | httpd pcre +pymilter: | postfix Python sendmail Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1422 retrieving revision 1.1423 diff -u -d -r1.1422 -r1.1423 --- CHANGES 27 Nov 2010 14:37:54 -0000 1.1422 +++ CHANGES 1 Dec 2010 01:40:30 -0000 1.1423 @@ -22,6 +22,18 @@ # 1.4.1 +- updated clamav-0.96.5 +- updated hdparm-9.36 +- updated lftp-4.1.1 +- updated postfix-2.7.2 +- updated pymilter-0.9.3 +- updated rng-tools-3 +- updated sdparm-1.06 +- updated sendmail.8.14.4 +- updated sg3_utils-1.30 +- updated sysstat-9.1.6 +- updated vim-7.3 +- added pymilter 0.9.3 - updated ipac-ng to 1.34 - only mount CD-ROM or USB media if it has the correct version of Devil-Linux (Heiko Zuerker + Andrzej Odyniec) - updated ImageMagick to 6.6.5-8 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.604 retrieving revision 1.605 diff -u -d -r1.604 -r1.605 --- md5sum.lst 27 Nov 2010 14:37:55 -0000 1.604 +++ md5sum.lst 1 Dec 2010 01:40:30 -0000 1.605 @@ -179,7 +179,7 @@ 829ec35c45cf477a5bde040c9688681c src/grsecurity-2.2.0-2.6.32.25-201010311944.patch.bz2 cd3f3eb54446be6003156158d51f4884 src/grub-0.97.tar.gz e381b8506210c794278f5527cba0e765 src/gzip-1.4.tar.gz -520996cc36b69212c3907df351296702 src/hdparm-9.35.tar.gz +d1f19a3a8fa5d83e33729ddac904894d src/hdparm-9.36.tar.gz 2e53a9996beb1ff7611d3f7300586951 src/heartbeat-2.1.4.tar.bz2 6e5028077e2a6b101a4a72801ba71b9e src/heimdal-1.2.1.tar.gz c7534dc040ab90218257a78488ecd378 src/hostap-driver-0.4.9.tar.gz @@ -236,7 +236,7 @@ ca68eb7c3e6b33d11cd2a3d325a1a4b5 src/l7filter_iptables-1.4.3.patch.bz2 dbc53fc94ae725ca5944b7a94ed52f8b src/lcd4linux-0.10.1-RC1.tar.gz 817bf051953ad2dea825a1cdf460caa4 src/less-436.tar.gz -028f14ef845403e6f76acb41f51e908c src/lftp-4.0.10.tar.bz2 +87717c30869a626cc53817c1c0a585ef src/lftp-4.1.1.tar.bz2 5aa3b0d29b27b7a3e1d80962c94f54cb src/lha_1.14i-5.diff.gz 10410742b0169f3357ef9a3f0f032037 src/lha_1.14i.orig.tar.gz 8d8730995b48ac51d0bafd4b60077a21 src/libHX-2.5.tar.bz2 @@ -580,7 +580,7 @@ 73f823d66f0e8525b77cb45d94fb90c8 src/portmap_5-2.diff.gz 781e16ed4487c4caa082c6fef09ead4f src/portmap_5.orig.tar.gz 361ccffdf081b40846870cd73060fb6c src/portslave_2010.03.30.tar.gz -b7a5c3ccd309156a65d6f8d2683d4fa1 src/postfix-2.7.1.tar.gz +9a91e4f6f1bed6a04e0852cb6604191c src/postfix-2.7.2.tar.gz 4bf2448ad965bca3940df648c02194df src/postgresql-8.4.4.tar.bz2 51b333d779b560c55f3fa69e4fdc6964 src/ppp-2.4.4-mppe-mppc.1.1.patch.bz2 4621bc56167b6953ec4071043fe0ec57 src/ppp-2.4.5.tar.gz @@ -596,6 +596,7 @@ 87cc8f1e7fd7fa6f98793d4b75c0dee7 src/protector-3.4.4-1.tar.bz2 ee9ec3b60fe45057ec4cec19c94a2d15 src/psmisc-22.7.tar.gz 90d10de70e79fe304462716e741a464e src/pwlib-v1_10_0-src.tar.gz +4c4d77c2301e1afcbf40714b924aff6d src/pymilter-0.9.3.tar.gz d674ce378d7612ceffe16e93d83e0404 src/python-ldap-2.2.1.tar.gz 42e25b2a6016ff6d5ffa4f9707ac4614 src/qadsl-final-1.2.tar.gz b68eb19d27427fe02bed0bd1b1991bde src/quagga-0.99.17-realms.patch.bz2 @@ -610,7 +611,7 @@ fc2f7e714fe792db1ce6ddc4c9fb4ef3 src/readline-6.1.tar.gz ce2868675bfc03057df6d9839f94485e src/readline-patches.tar.bz2 0639cefac8f8150536cfa7531c2aa2d2 src/reiserfsprogs-3.6.21.tar.bz2 -b01aa8b7e833dbf9d230f146fb23a1bf src/rng-tools_2-unofficial-mt.10.orig.tar.gz +fa305916ec101c85c0065aeceb81a38d src/rng-tools-3.tar.gz d58a13cc4185bca6121a606ff456dec0 src/rp-pppoe-3.10.tar.gz b0c3093d2f0d850760e59ac1db9bf152 src/rpm-4.0.4.tar.gz 19b24f7184a8dbf7b48c1bbb565ad9fb src/rrdtool-1.2.30.tar.gz @@ -621,13 +622,13 @@ 6e2e2c386a89aaff31f048eb2a6c5b1a src/sarg-2.2.3.1.tar.gz f1eb94c7588e878df806b63aa8348174 src/scponly-20080308.tgz 8506fd205028a96c741e4037de6e3c42 src/screen-4.0.3.tar.gz -b20c281bc185ea7d3c5e78a8c0be2a46 src/sdparm-1.04.tgz +5e19913658bb4f9849ddd909e0f47cde src/sdparm-1.06.tgz 7d310fbd76e01a01115075c1fd3f455a src/sed-4.2.1.tar.bz2 -a5ee5d26e1f546a2da5fb9a513bd6bce src/sendmail.8.14.3.tar.gz +1b23d5000c8e7bfe82ec1a27f2f5fdc5 src/sendmail.8.14.4.tar.gz 31031225d483c0d5ac43e8eb5d0428e0 src/ser-0.9.6_src.tar.gz c4867d72c41564318e0107745eb7a0f2 src/setserial-2.17.tar.gz bfa92100bd772d5a213eedd356d64086 src/setuptools-0.6c11-py2.6.egg -17b8f2bc1b32bd036515683cc87328ea src/sg3_utils-1.29.tgz +8acb9328abe17d012db8c5f95f1d7d75 src/sg3_utils-1.30.tgz dd6ca3ac424b447962d7a7af923b7bda src/shadow-4.1.0.tar.bz2 016f49d71bc32eee2b5d11fc1600cfbe src/shfs-0.35.tar.gz 0b61326ee735db5971408e53fc3d5d67 src/shorewall-4.4.12.1.tar.bz2 @@ -654,7 +655,7 @@ 14e7dcd0436d2f49aa403f67e1ef7ddc src/sysfsutils-2.1.0.tar.gz 7a3503098a9d1e3b55b90bec303e66e2 src/syslinux-3.84.tar.bz2 7107f5758dec4b774136f0f827b35258 src/syslog-ng_3.0.8.tar.gz -472156951eac54e23778d7b05e469407 src/sysstat-9.1.5.tar.bz2 +d57c24eddf2dbdc57e8aa61111f50c9b src/sysstat-9.1.6.tar.bz2 7d5d61c026122ab791ac04c8a84db967 src/sysvinit-2.86.tar.gz 6e497f861c77bbba2f7da4e10270995b src/tar-1.25.tar.bz2 1176b5a45e34823ae1d95621449b4baf src/tcp_wrappers-7.6-gcc34-1.patch.bz2 @@ -687,7 +688,7 @@ 34979f675d2bcb3e1b45012fa830a53f src/usbutils-0.86.tar.gz 2f5f71e6af969d041d73ab778c141a77 src/util-linux-ng-2.18.tar.bz2 3c80e4a6bc7d66ae0c235b88cb44bd59 src/vblade-20.tgz -821fda8f14d674346b87e3ef9cb96389 src/vim-6.3.tar.bz2 +5b9510a17074e2b37d8bb38ae09edbf2 src/vim-7.3.tar.bz2 5f0c6060b33956fb16e11a15467dd394 src/vlan.1.9.tar.gz d940bcb5f661430cb34ebe2110c25c13 src/vmbin.tar.bz2 8bcbdb9a9cc97b9a6bbf3808aefce8f8 src/vmmemctl.tar.bz2 Index: Makefile.install =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.install,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Makefile.install 28 Sep 2010 18:14:41 -0000 1.16 +++ Makefile.install 1 Dec 2010 01:40:30 -0000 1.17 @@ -113,7 +113,7 @@ GROUP_31 := setfiledates -GROUP_X := git +GROUP_X := git pymilter # End of dependencies @@ -819,3 +819,5 @@ git: | curl openssl Python perl modsecurity-apache: | httpd + +pymilter: | postfix Python sendmail |
From: Heiko Z. <smi...@us...> - 2010-11-30 14:59:00
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1404 Modified Files: documentation.xml Log Message: we don't need a branch for 1.4, we'll be moving the next release to GIT Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- documentation.xml 19 Nov 2010 20:30:50 -0000 1.71 +++ documentation.xml 30 Nov 2010 14:58:51 -0000 1.72 @@ -989,9 +989,8 @@ <para><command>cvs -z3 -d:pserver:ano...@de...:/cvsroot/devil-linux co build</command></para> <para>You find now the build systetem in the sub directory build/ .</para> <tip> - <para>If you don't want to use the latest development version (which is probably not stable or won't even compile), you have to add the -r parameter to the checkout command. You can see the list of available tags when you browse the CVS repository <ulink url="http://devil-linux.cvs.sourceforge.net/viewcvs.py/devil-linux/build/">http://devil-linux.cvs.sourceforge.net/viewcvs.py/devil-linux/build/</ulink>.</para> <para>To get i.e. the stable 1.4.x release, use the following command:</para> - <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@de...:/cvsroot/devil-linux co -r rel-1-4-patches build</command></para> + <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@de...:/cvsroot/devil-linux co build</command></para> </tip> </sect3> <sect3> |
From: Heiko Z. <smi...@us...> - 2010-11-27 14:38:03
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv21965 Modified Files: CHANGES md5sum.lst Log Message: updated ipac-ng to 1.34 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1421 retrieving revision 1.1422 diff -u -d -r1.1421 -r1.1422 --- CHANGES 26 Nov 2010 13:31:14 -0000 1.1421 +++ CHANGES 27 Nov 2010 14:37:54 -0000 1.1422 @@ -22,6 +22,7 @@ # 1.4.1 +- updated ipac-ng to 1.34 - only mount CD-ROM or USB media if it has the correct version of Devil-Linux (Heiko Zuerker + Andrzej Odyniec) - updated ImageMagick to 6.6.5-8 - updated openvpn to 2.1.4 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.603 retrieving revision 1.604 diff -u -d -r1.603 -r1.604 --- md5sum.lst 19 Nov 2010 16:15:05 -0000 1.603 +++ md5sum.lst 27 Nov 2010 14:37:55 -0000 1.604 @@ -201,7 +201,7 @@ ff8409583af07c030038423511972aa4 src/insserv-1.03.0.tar.bz2 fa021892240f49f6c8ca8c988eb915ee src/insserv-boot.diff.bz2 57035039daddd242ede848bdcde86ae5 src/insserv-core.diff.bz2 -f9ed8a729145ae613b3cdc518f1750e3 src/ipac-ng-1.31.tar.bz2 +ca74f283b21dcbc70333f19dee7e6c63 src/ipac-ng-1.34.tar.bz2 8c5bc14cc2ea55f18f22afe3c23e3dcb src/iperf-2.0.4.tar.gz e2401e65db26a3764585b97212888fae src/ippool-1.3.tar.gz b371fca3fcb5e436e69a7c2111d84a3c src/iproute2-2.6.33.tar.bz2 |
From: Heiko Z. <smi...@us...> - 2010-11-26 13:31:23
|
Update of /cvsroot/devil-linux/build/config/etc/initrd In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11249/config/etc/initrd Modified Files: mount_cdrom Log Message: only mount CD-ROM or USB media if it has the correct version of Devil-Linux (Heiko Zuerker + Andrzej Odyniec) Index: mount_cdrom =================================================================== RCS file: /cvsroot/devil-linux/build/config/etc/initrd/mount_cdrom,v retrieving revision 1.53 retrieving revision 1.54 diff -u -d -r1.53 -r1.54 --- mount_cdrom 8 Sep 2010 04:50:10 -0000 1.53 +++ mount_cdrom 26 Nov 2010 13:31:15 -0000 1.54 @@ -324,19 +324,28 @@ echo -n "checking $disk " if /sbin/mount -n -t iso9660 -o ro $disk ${mountpoint} 2> /dev/null; then if [ -e ${mountpoint}/DEVIL-LINUX ] ; then - if [ ! $silent ]; then - $YELLOW - echo -e "Found on $disk" - $NORMAL - fi - echo $disk > /shm/DL_DEVICE + MYVER=$(cat VERSION) + MEDIAVER=$(cat ${mountpoint}/DEVIL-LINUX) + if [ "${MYVER}" == "${MEDIAVER}" ]; then + if [ ! $silent ]; then + $GREEN + echo -e "Found Devil-Linux v${MEDIAVER}" + $NORMAL + fi + echo $disk > /shm/DL_DEVICE - # run from ram if correct variable is set - IMAGE="bootcd.iso" - IMAGEFS="iso9660" - run_from_ram --cdrom + # run from ram if correct variable is set + IMAGE="bootcd.iso" + IMAGEFS="iso9660" + run_from_ram --cdrom - exit 0 + exit 0 + else + $RED + echo "Wrong version (${MEDIAVER})" + $NORMAL + /sbin/umount ${mountpoint} + fi else $YELLOW echo "wrong media" |
From: Heiko Z. <smi...@us...> - 2010-11-26 13:31:23
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11249 Modified Files: CHANGES Log Message: only mount CD-ROM or USB media if it has the correct version of Devil-Linux (Heiko Zuerker + Andrzej Odyniec) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1420 retrieving revision 1.1421 diff -u -d -r1.1420 -r1.1421 --- CHANGES 19 Nov 2010 16:15:05 -0000 1.1420 +++ CHANGES 26 Nov 2010 13:31:14 -0000 1.1421 @@ -22,6 +22,7 @@ # 1.4.1 +- only mount CD-ROM or USB media if it has the correct version of Devil-Linux (Heiko Zuerker + Andrzej Odyniec) - updated ImageMagick to 6.6.5-8 - updated openvpn to 2.1.4 - enabled stack-protector for php |
From: Heiko Z. <smi...@us...> - 2010-11-21 00:18:40
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv17345 Modified Files: functions Log Message: oops Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.68 retrieving revision 1.69 diff -u -d -r1.68 -r1.69 --- functions 19 Nov 2010 00:42:47 -0000 1.68 +++ functions 21 Nov 2010 00:18:32 -0000 1.69 @@ -533,7 +533,7 @@ if [ ! -f ${FLAGPATCH} ]; then echo "applying patch: $PATCH" case "${EXTENSION}" in - "bz" ) + "bz2" ) bzcat ${PATCH} | patch -p${P} || exit 1 ;; "gz" ) |
From: Heiko Z. <smi...@us...> - 2010-11-19 20:35:22
|
Update of /cvsroot/devil-linux/web/home In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24632/home Modified Files: index.php Log Message: few updates and correct releases Index: index.php =================================================================== RCS file: /cvsroot/devil-linux/web/home/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- index.php 6 Jan 2010 22:53:32 -0000 1.2 +++ index.php 19 Nov 2010 20:35:14 -0000 1.3 @@ -7,7 +7,7 @@ <div> <div style="width:360px; float: left"> <p>Devil-Linux is a distribution which boots and runs completely from CDROM or USB flash drive. The configuration can be saved to a floppy diskette or a USB pen drive. Devil Linux was originally intended to be a dedicated firewall/router but now Devil-Linux can also be used as a server for many applications. Attaching an optional hard drive is easy, and many network services are included in the distribution.</p> - <p>The system is designed to install without the use of a hard drive. It requires the use of a CDROM and a write-protected floppy. The CDROM provides the operating system, and the floppy provides the configuration information, via a tarball that is unpacked into the /etc directory. In this way, the system is fully configurable, yet the running system has no writeable device.</p> + <p>Because boot/OS and (optionally) configuration [in a tarball] are stored on read-only media, Devil-Linux offers high security with easy and safe upgrades, the system being fully configurable with no writeable system device. If hard drive(s) are added for data storage, LVM is standard (easing expansion and backup) and software Raid is straightforward. Virtual machine use is also well supported, with VMware modules built-in.</p> </div> <div class="box" style="width:160px; margin-top: 6px; float: right"> <h1 class="boxheadingred">>> Quick Links</h1> |
From: Heiko Z. <smi...@us...> - 2010-11-19 20:35:22
|
Update of /cvsroot/devil-linux/web/support In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24632/support Modified Files: docs.php Log Message: few updates and correct releases Index: docs.php =================================================================== RCS file: /cvsroot/devil-linux/web/support/docs.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- docs.php 20 Oct 2004 20:57:40 -0000 1.3 +++ docs.php 19 Nov 2010 20:35:14 -0000 1.4 @@ -9,8 +9,9 @@ <h2>Online Resources</h2> <ul> <li><a href="../documentation/1.0.x/" target="_blank">1.0 (Previous Stable Release)</a></li> -<li><a href="../documentation/1.2.x/" target="_blank">1.2 (Current Stable Release)</a></li> -<li><a href="../documentation/1.3.x/" target="_blank">1.3 (Development Release)</a></li> +<li><a href="../documentation/1.2.x/" target="_blank">1.2 (Previous Stable Release)</a></li> +<li><a href="../documentation/1.4.x/" target="_blank">1.4 (Stable Release)</a></li> +<li><a href="../documentation/1.5.x/" target="_blank">1.5 (Development Release)</a></li> </ul> <? include("../include/footer.php") ?> |
From: Heiko Z. <smi...@us...> - 2010-11-19 20:35:01
|
Update of /cvsroot/devil-linux/scripts/webtools In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv24529/webtools Modified Files: generate_docs_from_cvs Log Message: added new release Index: generate_docs_from_cvs =================================================================== RCS file: /cvsroot/devil-linux/scripts/webtools/generate_docs_from_cvs,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- generate_docs_from_cvs 30 Apr 2009 18:21:48 -0000 1.19 +++ generate_docs_from_cvs 19 Nov 2010 20:34:53 -0000 1.20 @@ -4,7 +4,7 @@ cd /home/groups/d/de/devil-linux/ || exit 1 # the documenation to generate -GENERATE="1.0.x:rel-1-0-patches 1.2.x:rel-1-2-patches 1.3.x:" +GENERATE="1.0.x:rel-1-0-patches 1.2.x:rel-1-2-patches 1.4.x:rel-1-4-patches 1.5.x:" # the cvs root CVS_ROOT=":pserver:ano...@de...:/cvsroot/devil-linux" |
From: Heiko Z. <smi...@us...> - 2010-11-19 20:30:58
|
Update of /cvsroot/devil-linux/build/docs/documentation In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23752/docs/documentation Modified Files: documentation.xml Log Message: updated version numbers Index: documentation.xml =================================================================== RCS file: /cvsroot/devil-linux/build/docs/documentation/documentation.xml,v retrieving revision 1.70 retrieving revision 1.71 diff -u -d -r1.70 -r1.71 --- documentation.xml 28 Mar 2010 18:49:36 -0000 1.70 +++ documentation.xml 19 Nov 2010 20:30:50 -0000 1.71 @@ -17,7 +17,7 @@ <book> <title>Devil-Linux Documentation</title> <bookinfo> - <subtitle>This documentation is for v1.3 and above</subtitle> + <subtitle>This documentation is for v1.4 and above</subtitle> <subtitle>$Revision$ $Date$ </subtitle> <mediaobject role="online"> <imageobject> @@ -990,8 +990,8 @@ <para>You find now the build systetem in the sub directory build/ .</para> <tip> <para>If you don't want to use the latest development version (which is probably not stable or won't even compile), you have to add the -r parameter to the checkout command. You can see the list of available tags when you browse the CVS repository <ulink url="http://devil-linux.cvs.sourceforge.net/viewcvs.py/devil-linux/build/">http://devil-linux.cvs.sourceforge.net/viewcvs.py/devil-linux/build/</ulink>.</para> - <para>To get i.e. the stable 1.2.x release, use the following command:</para> - <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@de...:/cvsroot/devil-linux co -r rel-1-2-patches build</command></para> + <para>To get i.e. the stable 1.4.x release, use the following command:</para> + <para><command moreinfo="none">cvs -z3 -d:pserver:ano...@de...:/cvsroot/devil-linux co -r rel-1-4-patches build</command></para> </tip> </sect3> <sect3> |
From: Heiko Z. <smi...@us...> - 2010-11-19 16:15:13
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26448/scripts Modified Files: build.sh php Log Message: - updated ImageMagick to 6.6.5-8 - updated openvpn to 2.1.4 - enabled stack-protector for php - updated pecl modules - APC-3.1.5 - LZF-1.5.2 - imagick-3.0.1 - memcache-3.0.5 - pecl_http-1.7.0 - rar-2.0.0 - zip-1.10.2 - removed all other modules Index: build.sh =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/build.sh,v retrieving revision 1.109 retrieving revision 1.110 diff -u -d -r1.109 -r1.110 --- build.sh 6 Nov 2010 21:36:46 -0000 1.109 +++ build.sh 19 Nov 2010 16:15:05 -0000 1.110 @@ -199,7 +199,6 @@ sort $DL_DIR/.config | uniq > $DISTDIR/DL-build-config || exit 1 cp $DL_DIR/scripts/scripts/custom-cd $DISTDIR || exit 1 cp $DL_DIR/scripts/scripts/install-on-usb $DISTDIR || exit 1 - cp $DL_DIR/scripts/scripts/install-on-usb.bat $DISTDIR || exit 1 cp $DL_DIR/scripts/scripts/install-on-usb.exe $DISTDIR || exit 1 cp $WORKDIR/bootcd.iso $DISTDIR || exit 1 #if [ "$CONFIG_ZISOFS" = "y" ]; then Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- php 19 Nov 2010 00:42:47 -0000 1.29 +++ php 19 Nov 2010 16:15:05 -0000 1.30 @@ -62,29 +62,29 @@ rm ~/.pearrc rm /etc/pear.conf - make CC="gcc -fno-stack-protector" all install || exit 1 + rm -rf /usr/lib/php + + #make CC="gcc -fno-stack-protector" all install || exit 1 + make all install || exit 1 strip_debug - cp -dp php.ini-development /etc/php.ini || exit 1 + cp -dp php.ini-production /etc/php.ini || exit 1 rm -rf DL_pecl &> /dev/null mkdir -p DL_pecl || exit 1 mkdir -p DL_pecl/installroot/etc/ || exit 1 - replace_str /etc/php.ini 'extension_dir = "./"' 'extension_dir = "/usr/lib/php/extensions"' + #replace_str /etc/php.ini 'extension_dir = "./"' 'extension_dir = "/usr/lib/php/extensions"' pear config-set php_ini /etc/php.ini pear config-set ext_dir /usr/lib/php/extensions pear config-set cfg_dir /etc for FILE in $(ls $DL_DIR/src/pecl/*.tgz) - do + do echo "compiling PECL extension $FILE" F=${FILE##*/} DIRNAME=${F%*.tgz} PACKAGENAME=$(echo ${F%-*} | tr '[:upper:]' '[:lower:]') yes "" | pecl install --force --nodeps --offline $FILE || yes "" | pear install --force --nodeps --offline $FILE - done - set -x - find /usr/lib/php/extensions -name \*.so -exec mv '{}' /usr/lib/php/extensions/ \; || exit 1 - find /usr/lib/php/extensions -type d | grep -v "^/usr/lib/php/extensions$" | xargs rm -rf + done fi ;; |
From: Heiko Z. <smi...@us...> - 2010-11-19 16:15:13
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv26448 Modified Files: CHANGES md5sum.lst Log Message: - updated ImageMagick to 6.6.5-8 - updated openvpn to 2.1.4 - enabled stack-protector for php - updated pecl modules - APC-3.1.5 - LZF-1.5.2 - imagick-3.0.1 - memcache-3.0.5 - pecl_http-1.7.0 - rar-2.0.0 - zip-1.10.2 - removed all other modules Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1419 retrieving revision 1.1420 diff -u -d -r1.1419 -r1.1420 --- CHANGES 19 Nov 2010 00:42:46 -0000 1.1419 +++ CHANGES 19 Nov 2010 16:15:05 -0000 1.1420 @@ -22,6 +22,18 @@ # 1.4.1 +- updated ImageMagick to 6.6.5-8 +- updated openvpn to 2.1.4 +- enabled stack-protector for php +- updated pecl modules + - APC-3.1.5 + - LZF-1.5.2 + - imagick-3.0.1 + - memcache-3.0.5 + - pecl_http-1.7.0 + - rar-2.0.0 + - zip-1.10.2 + - removed all other modules - added lots of glibc patches from Gentoo (thanks!) - updated bash to 4.1 - updated bluez-hcidump to 1.42 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.602 retrieving revision 1.603 diff -u -d -r1.602 -r1.603 --- md5sum.lst 19 Nov 2010 00:42:47 -0000 1.602 +++ md5sum.lst 19 Nov 2010 16:15:05 -0000 1.603 @@ -1,7 +1,7 @@ fc2365305a9402886a2b0173d1beb7df src/DenyHosts-2.6.tar.gz e7bbfdbe61c2fb964994a087e29b0087 src/Dev86src-0.16.17.tar.gz a2d34eed53def12bf996d31a87af37e4 src/IMQ-iptables-1.4.6.diff.bz2 -cb5e997e3f9e8b67155684c38cbd5403 src/ImageMagick-6.6.2-2.tar.bz2 +128a787ec08186819e0c761d7e222ee7 src/ImageMagick-6.6.5-8.tar.bz2 7624a66e8f3e2fc741804267818443be src/LPRng-3.8.33.tgz a7d0d1235a589869bd13cde0f0d7375d src/LVM2.2.02.72.tgz 9b3d952b173d5b9836cbc7e8de108bee src/Linux-PAM-1.1.1.tar.bz2 @@ -358,7 +358,7 @@ 8d7deea5f6d84fef90d1e256990ef048 src/openssl-0.9.8b-sha.diff.bz2 bf768bc75cfb7e1774d314a2bd953f6d src/openssl-0.9.8e-engine.diff.bz2 7f24047f70364c9eabc94899e356ce39 src/openssl-0.9.8p.tar.gz -7486d3e270ba4b033e311d3e022a0ad7 src/openvpn-2.1.3.tar.gz +96a11868082685802489254f03ff3bde src/openvpn-2.1.4.tar.gz 587171c4e15a40adde8aa1b3d77328e9 src/opt-3.19.tar.gz 01d241f9aec36ffd2b189fdf58b076ec src/otpd-3.2.5.tar.gz 212df4b1bcb3e63bea3de23b04e6786e src/p7zip_4.57-libun7zip.patch.bz2 @@ -379,13 +379,13 @@ 93828a89c22a1d45a46c6dede63632cd src/pcmciautils-016.tar.bz2 780867a700e9d4e4b9cb47aa5453e4b2 src/pcre-8.10.tar.bz2 9452d398f0fcd4e5cd7ef6628bc78c6e src/pcwd-1.42.tar.gz -951f43d2873e3572f5d5ae71a9b66f90 src/pecl/APC-3.0.19.tgz -2854e749db157365c769cb9496f5586f src/pecl/Fileinfo-1.0.4.tgz -f35d75b70bee9741946c4cb9275a74ab src/pecl/LZF-1.4.tgz -06079c86e13a970a2efe40018966acb4 src/pecl/memcache-3.0.2.tgz -72f6a0b0d9e4ddc56ed964609e26ec2c src/pecl/pecl_http-1.6.1.tgz -03c929a38cc012eab839e6f0631f99e7 src/pecl/rar-1.0.0.tgz -bc591b4bae8862998bbefcb79d9db232 src/pecl/zip-1.8.10.tgz +63fdc8cf578aa912be6642c68219a666 src/pecl/APC-3.1.5.tgz +d0313d93783cd11c8e038abfcf1b4f91 src/pecl/LZF-1.5.2.tgz +e2167713316639705202cf9b6cb1fdb1 src/pecl/imagick-3.0.1.tgz +2c7429a2d6b861a9d4ed0b9ad3cf0231 src/pecl/memcache-3.0.5.tgz +05ceadba4deceadc520eceefafd6eeb7 src/pecl/pecl_http-1.7.0.tgz +2bbd2fbcd7a08089e40191bb96181736 src/pecl/rar-2.0.0.tgz +0a779255388fa7c9ea4b3fcead55cc69 src/pecl/zip-1.10.2.tgz 1cb52a76ce77fa300218da96577793ec src/perl-5.8.9.tar.bz2 2e664f0f10c32480ee226b7bc1f68389 src/perl-ext/ANSIColor-3.00.tar.gz 9f20e9d1da5063865c524214d3287a67 src/perl-ext/Archive-Tar-1.68.tar.gz |
From: Heiko Z. <smi...@us...> - 2010-11-19 00:42:55
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23356/scripts/scripts Modified Files: upgrade-config Log Message: - added lots of glibc patches from Gentoo (thanks!) - updated bash to 4.1 - updated bluez-hcidump to 1.42 - updated bluez-libs to 3.36 - updated bluez-utils to 3.36 - updated coreutils to 8.7 - updated cpio to 2.11 - updated diffutils to 2.9 - updated dovecot to 2.0.7 - updated findutils to 4.4.2 - updated gawk to 3.1.8 - updated glibc to 2.10.1 - updated gmp to 5.0.1 - updated gnutls to 2.8.6 - updated gzip to 1.4 - updated inetutils to 1.8 - updated krb5 to 1.8.3 - updated loop-AES to v3.5b - updated mtools to 4.0.15 - updated nano to 2.2.5 - updated openl2tp to 1.7 - updated openssl to 0.9.8p - updated parted to 2.3 - updated php to 5.3.3 - updated readline to 6.1 - updated samba to 3.5.6 - updated strongswan to 4.5.0 - updated tar to 1.25 - updated util-linux-ng to 2.18 - enabled aio-support and dnsupdate in samba - do not de-select contents of /etc/pam.d during upgrade Index: upgrade-config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/upgrade-config,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- upgrade-config 4 Nov 2010 07:06:54 -0000 1.42 +++ upgrade-config 19 Nov 2010 00:42:47 -0000 1.43 @@ -127,7 +127,6 @@ comparesubstr "$f" "$FINDDIR/modules/" && continue comparesubstr "$f" "$FINDDIR/sysconfig/config" && continue comparesubstr "$f" "$FINDDIR/init.d/" && onoff="off" - comparesubstr "$f" "$FINDDIR/pam.d/" && onoff="off" comparesubstr "$f" "$FINDDIR/init.d/firewall.rules" && onoff="on" comparesubstr "$f" "$FINDDIR/init.d/boot.local" && onoff="on" comparesubstr "$f" "$FINDDIR/udev/" && onoff="off" |
From: Heiko Z. <smi...@us...> - 2010-11-19 00:42:55
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23356/scripts Modified Files: Libnet bash dovecot dovecot_deleted_to_trash functions glibc ippool libnl ntp openl2tp php procmail readline tar thttpd util-linux Log Message: - added lots of glibc patches from Gentoo (thanks!) - updated bash to 4.1 - updated bluez-hcidump to 1.42 - updated bluez-libs to 3.36 - updated bluez-utils to 3.36 - updated coreutils to 8.7 - updated cpio to 2.11 - updated diffutils to 2.9 - updated dovecot to 2.0.7 - updated findutils to 4.4.2 - updated gawk to 3.1.8 - updated glibc to 2.10.1 - updated gmp to 5.0.1 - updated gnutls to 2.8.6 - updated gzip to 1.4 - updated inetutils to 1.8 - updated krb5 to 1.8.3 - updated loop-AES to v3.5b - updated mtools to 4.0.15 - updated nano to 2.2.5 - updated openl2tp to 1.7 - updated openssl to 0.9.8p - updated parted to 2.3 - updated php to 5.3.3 - updated readline to 6.1 - updated samba to 3.5.6 - updated strongswan to 4.5.0 - updated tar to 1.25 - updated util-linux-ng to 2.18 - enabled aio-support and dnsupdate in samba - do not de-select contents of /etc/pam.d during upgrade Index: Libnet =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/Libnet,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- Libnet 6 Jan 2010 14:53:27 -0000 1.11 +++ Libnet 19 Nov 2010 00:42:47 -0000 1.12 @@ -17,11 +17,6 @@ case $1 in build ) cd $(find_src_dir libnet) || exit 1 - if [ ! -f .dl_patches_done ]; then - bzcat $DL_DIR/src/libnet-*.diff.bz2 | patch -p0 || exit 1 - zcat $DL_DIR/src/libnet_*.diff.gz | patch -p1 || exit 1 - touch .dl_patches_done - fi ./configure --prefix=/usr --localstatedir=/var --with-pf_packet=yes|| exit 1 make $PMAKE all || exit 1 strip_debug Index: functions =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/functions,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- functions 13 Sep 2010 15:18:09 -0000 1.67 +++ functions 19 Nov 2010 00:42:47 -0000 1.68 @@ -489,4 +489,73 @@ echo "Could not determine Kernel Version (variable \$KERNELVERSION not set)" exit 1 fi -} \ No newline at end of file +} + +# patch_from_dir <path> +function patch_from_dir { + PATCHDIR=$1 + FLAGDIR=.devil-linux-patchedir-${PATCHDIR//\//_}.done + + if [ ! -f ${FLAGDIR} ]; then + for PATCH in $(ls $1/*.{patch,diff} 2>/dev/null ) + do + FLAGPATCH=.devil-linux-patch-${PATCH//\//_}.done + if [ ! -f ${FLAGPATCH} ]; then + for P in 0 1 2 3 x; + do + if [ "${P}" = "x" ]; then + echo "Can't apply patch $PATCH" + exit 1 + fi + if patch --dry-run -i $PATCH -p${P} &> /dev/null ; then + echo "applying patch: $PATCH (p${P})" + patch -i $PATCH -p${P} || exit 1 + break + fi + done + touch ${FLAGPATCH} + else + echo "skipping already applied patch: $PATCH" + fi + done + touch ${FLAGDIR} + else + echo "skipping already applied patches from directory: $PATCHDIR" + fi +} + +# patch_from_PATCH <path-to-patch> <-pX> +function patch_from_PATCH { + PATCH=$1 + EXTENSION=${PATCH##*.} + P=$2 + FLAGPATCH=.devil-linux-patch-${PATCH//\//_}.done + if [ ! -f ${FLAGPATCH} ]; then + echo "applying patch: $PATCH" + case "${EXTENSION}" in + "bz" ) + bzcat ${PATCH} | patch -p${P} || exit 1 + ;; + "gz" ) + zcat ${PATCH} | patch -p${P} || exit 1 + ;; + "xz" ) + xzcat ${PATCH} | patch -p${P} || exit 1 + ;; + "lz" ) + lzcat ${PATCH} | patch -p${P} || exit 1 + ;; + "diff" | "patch" ) + patch -i ${PATCH} -p${P} || exit 1 + ;; + * ) + echo "ERROR" + echo "patch_from_PATCH doesn't know what to do with PATCH extension '${EXTENSION}'" + exit 1 + ;; + esac + touch ${FLAGPATCH} + else + echo "skipping already applied patch: $PATCH" + fi +} Index: php =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/php,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- php 30 Aug 2010 20:31:10 -0000 1.28 +++ php 19 Nov 2010 00:42:47 -0000 1.29 @@ -65,7 +65,7 @@ make CC="gcc -fno-stack-protector" all install || exit 1 strip_debug - cp -dp php.ini-dist /etc/php.ini || exit 1 + cp -dp php.ini-development /etc/php.ini || exit 1 rm -rf DL_pecl &> /dev/null mkdir -p DL_pecl || exit 1 Index: tar =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/tar,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- tar 6 Jan 2010 15:27:21 -0000 1.12 +++ tar 19 Nov 2010 00:42:47 -0000 1.13 @@ -16,7 +16,7 @@ case $1 in build ) - ./configure --prefix= --disable-nls || exit 1 + FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix= --disable-nls || exit 1 make $PMAKE all || exit 1 strip_debug make install || exit 1 Index: ippool =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ippool,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- ippool 23 Feb 2010 00:24:07 -0000 1.4 +++ ippool 19 Nov 2010 00:42:47 -0000 1.5 @@ -15,6 +15,7 @@ build ) if [ "$CONFIG_L2TPD" = "y" ]; then replace_str ./Makefile "PPPD_VERSION= 2.4.4" "PPPD_VERSION= 2.4.5" + sed -i "/^#include.*<sys\/time.h>/a\#include <limits.h>" usl/usl_timer.c || exit 1 make || exit 1 strip_debug fi Index: ntp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ntp,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- ntp 30 Aug 2010 20:31:10 -0000 1.27 +++ ntp 19 Nov 2010 00:42:47 -0000 1.28 @@ -19,10 +19,10 @@ case $1 in build ) if [ "$CONFIG_NTP" = "y" ]; then - #if [ ! -f dl-patch.done ]; then - # bzcat $DL_DIR/src/ntp*.patch.bz2 | patch -p1 || exit 1 - # touch dl-patch.done - #fi + if [ ! -f dl-patch.done ]; then + bzcat $DL_DIR/src/ntp-4.2.4_p6-nano.patch.bz2 | patch -p0 || exit 1 + touch dl-patch.done + fi ./configure --prefix=/usr --enable-all-clocks --enable-parse-clocks || exit 1 make $PMAKE all || exit 1 strip_debug Index: libnl =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/libnl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- libnl 6 Jan 2010 15:20:24 -0000 1.3 +++ libnl 19 Nov 2010 00:42:47 -0000 1.4 @@ -16,7 +16,7 @@ case $1 in build ) - #sed -i "/^#include.*<stdlib.h>/a\#include <limits.h>" include/netlink-local.h + sed -i "/^#include.*<stdlib.h>/a\#include <limits.h>" include/netlink-local.h ./configure --prefix=/usr || exit 1 make $PMAKE || exit 1 strip_debug Index: procmail =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/procmail,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- procmail 6 Jan 2010 15:20:24 -0000 1.3 +++ procmail 19 Nov 2010 00:42:47 -0000 1.4 @@ -16,6 +16,10 @@ case $1 in build ) if [ "$CONFIG_PROCMAIL" = "y" ]; then + if [ ! -f dl-patch.done ]; then + bzcat $DL_DIR/src/procmail-3.22-glibc-2.10.patch.bz2 | patch -p1 || exit 1 + touch dl-patch.done + fi make $PMAKE all LOCKINGTEST='/tmp .' || exit 1 strip_debug fi Index: openl2tp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/openl2tp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- openl2tp 23 Feb 2010 00:24:07 -0000 1.10 +++ openl2tp 19 Nov 2010 00:42:47 -0000 1.11 @@ -19,11 +19,11 @@ case $1 in build ) if [ "$CONFIG_L2TPD" = "y" ]; then - if [ ! -f openl2tpd-patches.done ]; then - bzcat $SRCDIR/openl2tp-0.19_ppp_unix.c.patch.bz2 | patch -p1 || exit 1 - bzcat $SRCDIR/openl2tp-1.6_auth_none.patch.bz2 | patch -p1 || exit 1 - touch openl2tpd-patches.done - fi + #if [ ! -f openl2tpd-patches.done ]; then + # bzcat $SRCDIR/openl2tp-0.19_ppp_unix.c.patch.bz2 | patch -p1 || exit 1 + # bzcat $SRCDIR/openl2tp-1.6_auth_none.patch.bz2 | patch -p1 || exit 1 + # touch openl2tpd-patches.done + #fi replace_str ./Makefile "PPPD_VERSION= 2.4.4" "PPPD_VERSION= 2.4.5" replace_str usl/Makefile "-Wall -Werror" "-Wall " replace_str ./Makefile "-lreadline" "-lreadline -lncurses" Index: dovecot_deleted_to_trash =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot_deleted_to_trash,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- dovecot_deleted_to_trash 2 Oct 2010 19:35:23 -0000 1.6 +++ dovecot_deleted_to_trash 19 Nov 2010 00:42:47 -0000 1.7 @@ -15,6 +15,8 @@ MYNAME=DOVECOT +exit 0 + case $1 in build ) if [ "$CONFIG_DOVECOT" = "y" ]; then Index: bash =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/bash,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- bash 6 Jan 2010 14:53:27 -0000 1.11 +++ bash 19 Nov 2010 00:42:47 -0000 1.12 @@ -16,10 +16,8 @@ case $1 in build ) - if [ ! -f .done_dl_patches ]; then - bzcat $DL_DIR/src/bash-3.2-arc4random-1.patch.bz2 | patch -p1 || exit 1 - touch .done_dl_patches - fi + patch_from_dir ../bash-patches || exit 1 + ./configure --prefix=/usr --bindir=/bin \ --without-bash-malloc --with-installed-readline || exit 1 make version.h || exit 1 Index: dovecot =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- dovecot 2 Oct 2010 19:35:23 -0000 1.27 +++ dovecot 19 Nov 2010 00:42:47 -0000 1.28 @@ -18,6 +18,12 @@ case $1 in build ) if [ "$CONFIG_DOVECOT" = "y" ]; then + if [ ! -f dl-patch.done ]; then + bzcat $DL_DIR/src/dovecot-2.0-fallocate64.patch.bz2 | patch -p1 || exit 1 + touch dl-patch.done + fi + autoconf || exit 1 + CONF_OPTIONS="" if [ "$CONFIG_OPENLDAPLIB" = "y" ]; then CONF_OPTIONS="$CONF_OPTIONS --with-ldap" @@ -32,8 +38,8 @@ CONF_OPTIONS="$CONF_OPTIONS --with-sqlite" fi - ./configure --prefix=/usr --sysconfdir=/etc/dovecot --localstatedir=/var --with-ssl=openssl \ - --with-db --with-zlib --with-bzlib --with-libcap --enable-shared --enable-header-install $CONF_OPTIONS || exit 1 + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssl=openssl \ + --with-zlib --with-bzlib --with-libcap --enable-shared $CONF_OPTIONS || exit 1 make $PMAKE all || exit 1 strip_debug @@ -44,6 +50,9 @@ install ) if [ "$CONFIG_DOVECOT" = "y" ]; then + groupadd -g 108 dovenull || exit 1 + useradd -u 108 -g dovenull -c "unprivileged dovecot user" -s /bin/false dovenull || exit 1 + rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR/usr/sbin || exit 1 make install DESTDIR=$TMPDIR || exit 1 Index: readline =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/readline,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- readline 6 Jan 2010 15:20:24 -0000 1.7 +++ readline 19 Nov 2010 00:42:47 -0000 1.8 @@ -16,6 +16,8 @@ case $1 in build ) + patch_from_dir ../readline-patches || exit 1 + ./configure --prefix=/usr --with-curses || exit 1 make $PMAKE all || exit 1 strip_debug Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.45 retrieving revision 1.46 diff -u -d -r1.45 -r1.46 --- util-linux 28 Feb 2010 21:32:07 -0000 1.45 +++ util-linux 19 Nov 2010 00:42:47 -0000 1.46 @@ -18,7 +18,7 @@ build ) if [ ! -f util-linux-patch.done ]; then echo "patch loop-AES " - #patch -p1 -i $(find_src_dir loop-AES)/util-linux-ng-*.diff || exit 1 + patch -p1 -i $(find_src_dir loop-AES)/util-linux-ng-*.diff || exit 1 echo "other patches" bzcat $DL_DIR/src/util-linux-ng-*.patch.bz2 | patch -p1 || exit 1 touch util-linux-patch.done Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- glibc 6 Jan 2010 15:20:24 -0000 1.57 +++ glibc 19 Nov 2010 00:42:47 -0000 1.58 @@ -16,85 +16,61 @@ case $1 in build ) - #cd $DL_DIR/tmp/glibc-2* || exit 1 touch /etc/ld.so.conf - tar -xjf $DL_DIR/src/glibc-libidn-*tar.bz2 || exit 1 - rm -rf libidn - mv glibc-libidn-* libidn || exit 1 - - if [ ! -f devil-linux-glibc-debian-patches.done ]; then - for PATCH in $(grep -v ^# ../glibc-patches/0list) - do - echo applying patch: $PATCH - sh ../glibc-debian-patches/$PATCH.dpatch -patch $(pwd) || exit 1 - done - touch devil-linux-glibc-debian-patches.done - fi - if [ ! -f devil-linux-glibc-patches.done ]; then - for PATCH in $(ls ../glibc-patches/*) - do - echo applying patch: $PATCH - patch -i $PATCH -p1 || exit 1 - done - touch devil-linux-glibc-patches.done + + if [ ! -f devil-linux-glibc-libidn.done ]; then + tar -xjf $DL_DIR/src/glibc-libidn-*tar.bz2 || exit 1 + rm -rf libidn + mv glibc-libidn-* libidn || exit 1 + touch devil-linux-glibc-libidn.done fi - # don't install pt_chown - sed '/^install.*pt_chown/d' -i.orig login/Makefile + patch_from_dir ../glibc-patches || exit 1 if [ "$CONFIG_GCC_HARDENED" = "y" ]; then - if [ ! -f devil-linux-glibc-hardened.done ]; then - for PATCH in $(ls ../glibc-hardened/*) - do - echo applying patch: $PATCH - patch -i $PATCH -p1 || exit 1 - done - touch devil-linux-glibc-hardened.done - fi - if [ ! -f .done_hardened ]; then - # all of this stuff is stolen from the HLFS book - - #Use PIC assembly code in the utility programs: - cp -vf sysdeps/unix/sysv/linux/i386/sysdep.h{,.orig} - sed 's/^# if defined I386_USE_SYSENTER$/& \&\& defined SHARED/' \ - sysdeps/unix/sysv/linux/i386/sysdep.h.orig \ - > sysdeps/unix/sysv/linux/i386/sysdep.h - - # Glibc's configure script will fail several tests because -fstack-protector[-all] and -nostdlib - # are being used together and the conftest program is not getting linked to libc.so, which causes - # the SSP symbols to be missing and the conftest test program fails. This won't be a problem after - # configure is run though. Fix configure so its tests pass correctly: - sed 's/-nostdlib/& -fno-stack-protector/g' -i.orig configure - - # The nscd program will be compiled with -fstack-protector by Glibc, but this will override - # -fstack-protector-all in our GCC specs. nscd can compile with -fstack-protector-all, so fix that: - sed 's/fstack-protector/&-all/' -i.orig nscd/Makefile - - #The ldconfig program is statically linked. The next command adds compiler options so it will not be built as PIC unnessessarily: - sed 's/CFLAGS-ldconfig.c =/& -fno-PIC -fno-PIE/' -i.orig elf/Makefile - - # Add MUDFLAP_OPTIONS to the list of environment variables which are removed by libc for suid programs. - # This will keep local users, including root, from disabling bounds checking on suid programs linked to libmudflap.so: - sed 's/#define UNSECURE_ENVVARS.*/&\ - "MUDFLAP_OPTIONS\\0" \\/' -i.orig sysdeps/generic/unsecvars.h - - touch .done_hardened - fi + patch_from_dir ../glibc-hardened || exit 1 + if [ ! -f .done_hardened ]; then + # all of this stuff is stolen from the HLFS book + + #Use PIC assembly code in the utility programs: + cp -vf sysdeps/unix/sysv/linux/i386/sysdep.h{,.orig} + sed 's/^# if defined I386_USE_SYSENTER$/& \&\& defined SHARED/' \ + sysdeps/unix/sysv/linux/i386/sysdep.h.orig \ + > sysdeps/unix/sysv/linux/i386/sysdep.h + + # Glibc's configure script will fail several tests because -fstack-protector[-all] and -nostdlib + # are being used together and the conftest program is not getting linked to libc.so, which causes + # the SSP symbols to be missing and the conftest test program fails. This won't be a problem after + # configure is run though. Fix configure so its tests pass correctly: + sed 's/-nostdlib/& -fno-stack-protector/g' -i.orig configure + + # The nscd program will be compiled with -fstack-protector by Glibc, but this will override + # -fstack-protector-all in our GCC specs. nscd can compile with -fstack-protector-all, so fix that: + sed 's/fstack-protector/&-all/' -i.orig nscd/Makefile + + #The ldconfig program is statically linked. The next command adds compiler options so it will not be built as PIC unnessessarily: + sed 's/CFLAGS-ldconfig.c =/& -fno-PIC -fno-PIE/' -i.orig elf/Makefile + + # Add MUDFLAP_OPTIONS to the list of environment variables which are removed by libc for suid programs. + # This will keep local users, including root, from disabling bounds checking on suid programs linked to libmudflap.so: + sed 's/#define UNSECURE_ENVVARS.*/&\ + "MUDFLAP_OPTIONS\\0" \\/' -i.orig sysdeps/generic/unsecvars.h + + touch .done_hardened + fi fi rm -rf ../glibc-build mkdir ../glibc-build || exit 1 cd ../glibc-build || exit 1 - sed -i '/vi_VN.TCVN/d' localedata/SUPPORTED - if [ "$CONFIG_GCC_HARDENED" != "y" ]; then CFLAGS="$CFLAGS -O1" fi ../glibc-2*/configure --prefix=/usr --disable-profile --enable-add-ons --libexecdir=/usr/lib/glibc \ - --enable-kernel=2.6.0 --enable-bind-now --enable-stackguard-randomization --with-prng-device=/dev/erandom || exit 1 - + --enable-kernel=2.6.0 --enable-bind-now --enable-stackguard-randomization || exit 1 + if [ "$CONFIG_GCC_HARDENED" = "y" ]; then # The Glibc libraries can not be built with -fstack-protector[-all], -D_FORTIFY_SOURCE, or -Wl,-z,now. echo 'build-programs=no Index: thttpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/thttpd,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- thttpd 6 Jan 2010 15:27:21 -0000 1.20 +++ thttpd 19 Nov 2010 00:42:47 -0000 1.21 @@ -19,6 +19,29 @@ case $1 in build ) if [ "$CONFIG_THTTPD" = "y" ]; then + if [ ! -f dl-patch1.done ]; then + zcat $DL_DIR/src/thttpd_2.25b-11.diff.gz | patch -p1 || exit 1 + touch dl-patch1.done + fi + if [ ! -f dl-patch2.done ]; then + for PATCH in $(ls debian/patches/*.dpatch) + do + for P in 0 1 2 3 x; + do + if patch --dry-run -i $PATCH -p${P} &> /dev/null ; then + echo "applying patch: $PATCH (p${P})" + patch -i $PATCH -p${P} || exit 1 + break + fi + if [ "${P}" = "x" ]; then + echo "!!!!!!!!!!!!!! Can't apply patch $PATCH !!!!!!!!!!!!!!!!" + #exit 1 + fi + done + done + touch dl-patch2.done + fi + [ $(grep -c ^proxy mime_types.txt) -eq 0 ] && echo "proxy application/x-ns-proxy-autoconfig" >> mime_types.txt ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc || exit 1 |
From: Heiko Z. <smi...@us...> - 2010-11-19 00:42:55
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23356 Modified Files: CHANGES md5sum.lst Log Message: - added lots of glibc patches from Gentoo (thanks!) - updated bash to 4.1 - updated bluez-hcidump to 1.42 - updated bluez-libs to 3.36 - updated bluez-utils to 3.36 - updated coreutils to 8.7 - updated cpio to 2.11 - updated diffutils to 2.9 - updated dovecot to 2.0.7 - updated findutils to 4.4.2 - updated gawk to 3.1.8 - updated glibc to 2.10.1 - updated gmp to 5.0.1 - updated gnutls to 2.8.6 - updated gzip to 1.4 - updated inetutils to 1.8 - updated krb5 to 1.8.3 - updated loop-AES to v3.5b - updated mtools to 4.0.15 - updated nano to 2.2.5 - updated openl2tp to 1.7 - updated openssl to 0.9.8p - updated parted to 2.3 - updated php to 5.3.3 - updated readline to 6.1 - updated samba to 3.5.6 - updated strongswan to 4.5.0 - updated tar to 1.25 - updated util-linux-ng to 2.18 - enabled aio-support and dnsupdate in samba - do not de-select contents of /etc/pam.d during upgrade Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1418 retrieving revision 1.1419 diff -u -d -r1.1418 -r1.1419 --- CHANGES 12 Nov 2010 15:37:05 -0000 1.1418 +++ CHANGES 19 Nov 2010 00:42:46 -0000 1.1419 @@ -22,7 +22,37 @@ # 1.4.1 +- added lots of glibc patches from Gentoo (thanks!) +- updated bash to 4.1 +- updated bluez-hcidump to 1.42 +- updated bluez-libs to 3.36 +- updated bluez-utils to 3.36 +- updated coreutils to 8.7 +- updated cpio to 2.11 +- updated diffutils to 2.9 +- updated dovecot to 2.0.7 +- updated findutils to 4.4.2 +- updated gawk to 3.1.8 +- updated glibc to 2.10.1 +- updated gmp to 5.0.1 +- updated gnutls to 2.8.6 +- updated gzip to 1.4 +- updated inetutils to 1.8 +- updated krb5 to 1.8.3 +- updated loop-AES to v3.5b +- updated mtools to 4.0.15 +- updated nano to 2.2.5 +- updated openl2tp to 1.7 +- updated openssl to 0.9.8p +- updated parted to 2.3 +- updated php to 5.3.3 +- updated readline to 6.1 +- updated samba to 3.5.6 +- updated strongswan to 4.5.0 +- updated tar to 1.25 +- updated util-linux-ng to 2.18 - enabled aio-support and dnsupdate in samba +- do not de-select contents of /etc/pam.d during upgrade 1.4 - updated open-vm-tools to 2010.10.18-313025 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.601 retrieving revision 1.602 diff -u -d -r1.601 -r1.602 --- md5sum.lst 6 Nov 2010 14:09:49 -0000 1.601 +++ md5sum.lst 19 Nov 2010 00:42:47 -0000 1.602 @@ -34,17 +34,17 @@ 1498208ab1c8393dcbd9afb7d06df6d5 src/automake-1.10.2.tar.bz2 26a5b19fa9f395e9e7dafed37b795d7f src/awstats-6.95.tar.gz 9de254ae39cab0587fdb2f5d8d90b03b src/bacula-5.0.3.tar.gz -73a0def16eb15e56c57491ac232abcf3 src/bash-3.2-arc4random-1.patch.bz2 -338dcf975a93640bb3eaa843ca42e3f8 src/bash-3.2.48.tar.gz +9800d8724815fd84994d9be65ab5e7b8 src/bash-4.1.tar.gz +26c88a79c18fa48518080f5b2a35993f src/bash-patches.tar.bz2 d541419fd7e5642952d7b48cbb40c712 src/beep-1.2.2.tar.gz 78e3e38c6252e41ded1afa1aeb183622 src/bind-9.7.0-P1.tar.gz 09a8c5821a2dfdbb20665bc0bd680791 src/binutils-2.19.1.tar.bz2 efd7182fcdd124d1072dabd8b2db31a1 src/binutils-patches.tar.bz2 c1d3ea81bc370dbd43b6f0b2cd21287e src/bison-2.4.3.tar.bz2 1cc3cefad872e937e05de5a0a2b390dd src/bluez-firmware-1.2.tar.gz -cb9c2e91e71b61dfcc0491b5499a5f4c src/bluez-hcidump-1.34.tar.gz -53275e1824886368f11f586899707e08 src/bluez-libs-3.9.tar.gz -023a5e6a436f86a28baeec91e4c62736 src/bluez-utils-3.9.tar.gz +5704737aaf72104eeaf77335218a1827 src/bluez-hcidump-1.42.tar.gz +8c2ca546c0e7bb73dbd0e906fce7f6b1 src/bluez-libs-3.36.tar.gz +4fc292b635ba7b442c7aaf5680199012 src/bluez-utils-3.36.tar.gz 750aa5b5051263a99c6c195888c74968 src/bonnie++-1.03e.tgz 0182fcac3a2b307113bbec34e5f1c673 src/bridge-utils-1.4.tar.gz 6059ac9456de6fb18dc8ee4cd0ec9240 src/busybox-1.15.3.tar.bz2 @@ -66,8 +66,8 @@ 055c3cfa75c783bdaaa294d7895584c5 src/compartment-no-close-fd.diff.bz2 a114878202d1bb8196357e9a1b95120d src/compartment-type.diff.bz2 caecb479ceb5ff7f646d47e85484d655 src/conntrack-tools-0.9.15.tar.bz2 -56f549854d723d9dcebb77919019df55 src/coreutils-8.4.tar.gz -edd8d956a5dfb9a3b308fa07f302f691 src/cpio-2.10.tar.bz2 +3c1ae9531159447083ae8f25ae554b81 src/coreutils-8.7.tar.gz +20fc912915c629e809f80b96b2e75d7d src/cpio-2.11.tar.bz2 55421afe4817863efab45c59a9486a60 src/cpqarrayd-2.3.tar.gz 5beb4c6b3c31c83fc98c4c225b25cd94 src/cracklib-2.8.13.tar.gz d18e670e5df560a8745e1b4dede8f84f src/cracklib-words.gz @@ -94,7 +94,7 @@ 38a74c89d8913b9b5f33737047623c18 src/dhcp-4.1.1.tar.gz 30a161c93bd4548a28d97041329bf335 src/dhcpcd-5.2.2.tar.bz2 519c0a0cbac28ddb992111ec2c3f82aa src/dialog-1.1-20100428.tar.gz -18d6587cb915e7aa110a5d463d6ed156 src/diffutils-2.8.7.tar.gz +d6bc1bdc874ddb14cfed4d1655a0dbbe src/diffutils-2.9.tar.gz a1a9d3853df7133669fffec2a9aab9f3 src/distcc-3.1.tar.bz2 6976c265fe1e28e3648b390d16934e8b src/djbdns-1.05-ignoreip.patch.bz2 cbdb9f51e0df375f3099a022ef880bdd src/djbdns-1.05.errno.patch.bz2 @@ -103,7 +103,8 @@ b093d7c6bc7f97ae6fd35d048529232a src/dnsmasq-2.55.tar.gz b9b76a6af198c4f44574cfd17a322f01 src/docbook2X-0.8.8.tar.gz ae64c11d3963cd49758aba2854a60b6e src/dosfstools-3.0.6.tar.bz2 -15fe307fe85a87cb7a697655dbab29d0 src/dovecot-1.2.15.tar.gz +6d6ddc72c2798de9d2dafa49e4dc078c src/dovecot-2.0-fallocate64.patch.bz2 +3f59da97925c4159dd5b755df22f737e src/dovecot-2.0.7.tar.gz 3a12dba3a010c79452c5cb26cf4dbde8 src/dovecot_deleted_to_trash-0.3.tar.bz2 10d092b57d628d8c91655fee5dc0d0cd src/dspam-3.9.0.tar.gz 3983baeb199e010920a46d8541de784b src/dst-11.tar.bz2 @@ -125,7 +126,7 @@ d15060a813b91383a9f3c66faf84867e src/fcgi-2.4.0.tar.gz 7b1d449ecddb6164e22c32854adc4a75 src/fetchmail-6.3.17.tar.bz2 accade81ff1cc774904b47c72c8aeea0 src/file-5.04.tar.gz -b7e35aa175778c84942b1fee4144988b src/findutils-4.2.33.tar.gz +351cc4adb07d54877fa15f75fb77d39f src/findutils-4.4.2.tar.gz 4005328a134054f0fa077bdc37aa64f2 src/firmware/QLOGIC_LICENSE a8e9382105ffddbb35c077e2809d041f src/firmware/isl3890.bz2 b0fd2f984f1bf6816a67d3b7081b96cd src/firmware/ql2100_fw.bin.bz2 @@ -145,7 +146,7 @@ d76233108aca9c9606cdbd341562ad9a src/freetype-2.3.9.tar.bz2 d30c35b9820d706ff2f9a6ab3b501247 src/frox-0.7.18.tar.bz2 3dc99583119473ae7a36a8fd660b8e53 src/fwlogwatch-1.2.tar.bz2 -674cc5875714315c490b26293d36dfcf src/gawk-3.1.7.tar.bz2 +52b41c6c4418b3226dfb8f82076193bb src/gawk-3.1.8.tar.bz2 f5897d6f91a4c803b1afef8947af01b3 src/gcc-4.1.2-fortify_source-2.patch.bz2 79c49b6ae228a2026497408c2d288a34 src/gcc-4.1.2-fpie-2.patch.bz2 db303c5c74969c63b43a487ed62d4918 src/gcc-4.1.2-fstack_protector-1.patch.bz2 @@ -160,14 +161,14 @@ 994a954a9d837bf4780a992441d4b8db src/glib-1.2.10-gcc34-1.patch.bz2 6fe30dad87c77b91b632def29dd69ef9 src/glib-1.2.10.tar.gz 3b0452fbd877db53dafabdc074600cb8 src/glib-2.21.6.tar.bz2 -10ea72e2c4d56c6aa13dabb7c4f9b195 src/glibc-2.5.1.tar.bz2 -face4630b513024a91bb4bdcfead0b69 src/glibc-hardened.tar.bz2 -c9358e259a23e93aa5a0fc0478a34b60 src/glibc-libidn-2.5.1.tar.bz2 -510853c7951a6b8f28d2600eea5dd168 src/glibc-patches.tar.bz2 -dd60683d7057917e34630b4a787932e8 src/gmp-4.3.2.tar.bz2 +ee71dedf724dc775e4efec9b823ed3be src/glibc-2.10.1.tar.bz2 +d213508e15f6658731272962d81e3264 src/glibc-hardened.tar.bz2 +8ef88560ec608d5923ee05eb5f0e15ea src/glibc-libidn-2.10.1.tar.bz2 +aa64ef33c5824e320895a977aae6f6d0 src/glibc-patches.tar.bz2 +6bac6df75c192a13419dfd71d19240a7 src/gmp-5.0.1.tar.bz2 edf00e36f471dd4461829a2286310b7c src/gnugk-2.3.2.tar.gz 411744e1ef8ce90b87938c4203f001f1 src/gnupg-1.4.11.tar.bz2 -e3b2788b79bfc82acbe717e3c54d4e92 src/gnutls-2.8.5.tar.bz2 +eb0a6d7d3cb9ac684d971c14f9f6d3ba src/gnutls-2.8.6.tar.bz2 f989fe8e24f82d19c8ce55df15784e15 src/gocr-0.43.tar.gz c1f1db32fb6598d6a93e6e88796a8632 src/gperf-3.0.4.tar.gz 6b534da16dc1b28ba828dea89e520f6f src/gpm-1.20.6.tar.bz2 @@ -177,7 +178,7 @@ 48fa768dd6fdeb7968041dd5ae8e2b02 src/groff-1.20.1.tar.gz 829ec35c45cf477a5bde040c9688681c src/grsecurity-2.2.0-2.6.32.25-201010311944.patch.bz2 cd3f3eb54446be6003156158d51f4884 src/grub-0.97.tar.gz -c54a31b93e865f6a4410b2dc64662706 src/gzip-1.3.13.tar.gz +e381b8506210c794278f5527cba0e765 src/gzip-1.4.tar.gz 520996cc36b69212c3907df351296702 src/hdparm-9.35.tar.gz 2e53a9996beb1ff7611d3f7300586951 src/heartbeat-2.1.4.tar.bz2 6e5028077e2a6b101a4a72801ba71b9e src/heimdal-1.2.1.tar.gz @@ -195,7 +196,7 @@ 9c51c660862609a580be62a350b5efc6 src/ifenslave-1.1.0.tar.bz2 f584aa2253c91c0b40f5aacb1f8117b8 src/igb-1.3.19.3.tar.gz 30cf91863a31486e3b05c3f8b7100114 src/imap-2007a.DEV.SNAP-0802160141.tar.Z -a1d5a01b0ab8a7e596ac4cff0cce7129 src/inetutils-1.7.tar.gz +ad8fdcdf1797b9ca258264a6b04e48fd src/inetutils-1.8.tar.gz b43d95a0fa8c45f8bab3aec9672cf30c src/inotify-tools-3.14.tar.gz ff8409583af07c030038423511972aa4 src/insserv-1.03.0.tar.bz2 fa021892240f49f6c8ca8c988eb915ee src/insserv-boot.diff.bz2 @@ -228,7 +229,7 @@ 6c3065c94bb9e2187c4b5a80f6d8be31 src/keepalived-1.1.20.tar.gz d7d0992eee9e0478445a66056ba04dd4 src/kernel-patches-2.6.tar.bz2 31e7156698a6f214b4067afb9e13728f src/kid-0.9.6.tar.gz -7ef90ed2727a64f4526cfff253eb1f6d src/krb5-1.7.tar.gz +1597a1e762f6e0d6fec6fd78638d0f4b src/krb5-1.8.3.tar.gz c5dba6b80f583070fe9e6ed6e0c2162e src/l2tpd-0.69.tar.gz 571f031068ea7861282f0525d67a9aa0 src/l2tpd-patches.tgz 91be154d12134dcdbc560cc7aa7fe4ce src/l7-protocols-2009-05-28.tar.gz @@ -285,7 +286,7 @@ 552639142e163745f6bcd4f1f3816d8a src/logrotate-3.7.1.tar.gz 937d982006b2a76a83edfcfd2e5a9d7d src/logwatch-7.3.6.tar.gz f90188b0fede61fab371093e32382ab9 src/longhaul-1.2.tar.gz -060bec1ae3c5ba98d63c7d64d906faaf src/loop-AES-v3.2h.tar.bz2 +f5efb1dea4cd7cd5b7ae7522ff8e7959 src/loop-AES-v3.5b.tar.bz2 2c4c0ceac3a7e50b37fac4174d2179c3 src/lsof_4.82_src.tar.bz2 493af4c77ef6761e3f0157cd1be033a0 src/lynx2.8.7.tar.bz2 0c3d078c2e8ea5a88971089a2f02a726 src/lzo-2.03.tar.gz @@ -313,7 +314,7 @@ 03be341b2aa50da54225109ca26ae800 src/mpeg_encode.patch1.bz2 8c373b9b508a73cb17bccad13db46e46 src/mrtg-2.16.1.tar.gz c80e992a8d16def7af7421549b26ce77 src/mt-st-0.9b.tar.gz -334fe1580d6e3f4b5c904ce097267477 src/mtools-4.0.13.tar.bz2 +b7550b649af77812cb696a780e853f47 src/mtools-4.0.15.tar.bz2 f7c1f873e68e7176f60ae9fbb2ca20f4 src/mtr-0.79.tar.gz ce8f0e44671fb0c7d9ec30bb0bfa8b5c src/mtx-1.3.12.tar.gz 6f8c59cc214dbffd555085b1db7272c1 src/mxser.tgz @@ -322,7 +323,7 @@ 7c1a5cad155dc92a257214c0b67eda63 src/nagios-plugin-pgsql_include_for_8.3.patch.bz2 be6cc7699fff3ee29d1fd4d562377386 src/nagios-plugins-1.4.13.tar.gz 678554f49451a5b4d535e2bcc7ff10aa src/nail-12.5-cvs.tar.bz2 -6304308afb1f7ef4a5e93eb99206632a src/nano-2.2.4.tar.gz +77a10a49589f975ce98350a4527a2ebf src/nano-2.2.5.tar.gz 5ba65a6fc0e0f99d6d2667d0963719f8 src/nasm-2.05.01.tar.gz e4697a859fee58f5020773aff76f9dcf src/nbd-2.4.32.tgz b2b4b2fd38c81754b8f13895d784d491 src/ncftp-3.2.2-src.tar.bz2 @@ -344,20 +345,19 @@ ef29690c6e5f02dffbfd0f32f296a97b src/nss_ldap.tgz cec5a7eb6afbd7b89a956f45a0264d62 src/ntop-3.3.9.tar.bz2 a2e8f6ef61ff037a718ad6b3f7453696 src/ntop-geoipdownload.patch.bz2 +d04bfa9566e3249d7bb5fbd5f563a9b6 src/ntp-4.2.4_p6-nano.patch.bz2 cf73cd85f248232c62f8029e6eb05938 src/ntp-4.2.6p2.tar.gz 6f893b61b07915e7a139324fa3f79121 src/nut-2.4.3.tar.gz cf1c017496b066b45ffe3d7a303fd6ad src/oidentd-2.0.7.tar.gz d47af933c407d7ad0e5beae9169893b6 src/open-iscsi-git-20100509.tar.bz2 2e3762950356d436dc5ccec51a2b78db src/open-vm-tools-2010.10.18-313025.tar.gz d7043ba34b5038f0113b099ede0884fb src/openh323-v1_18_0-src.tar.gz -e1dd82f54cffad3d76da9e712dc58c48 src/openl2tp-0.19_ppp_unix.c.patch.bz2 -87f035ca5ddf7c61e720f422cdc997cf src/openl2tp-1.6.tar.gz -63f99828c961a3be8d51c296de19a1f4 src/openl2tp-1.6_auth_none.patch.bz2 +2fd12112cf50c67dc3c7d848beb34947 src/openl2tp-1.7.tar.gz 90150b8c0d0192e10b30157e68844ddf src/openldap-2.4.23.tgz e6ee52e47c768bf0ec42a232b5d18fb0 src/openssh-5.6p1.tar.gz 8d7deea5f6d84fef90d1e256990ef048 src/openssl-0.9.8b-sha.diff.bz2 bf768bc75cfb7e1774d314a2bd953f6d src/openssl-0.9.8e-engine.diff.bz2 -63ddc5116488985e820075e65fbe6aa4 src/openssl-0.9.8o.tar.gz +7f24047f70364c9eabc94899e356ce39 src/openssl-0.9.8p.tar.gz 7486d3e270ba4b033e311d3e022a0ad7 src/openvpn-2.1.3.tar.gz 587171c4e15a40adde8aa1b3d77328e9 src/opt-3.19.tar.gz 01d241f9aec36ffd2b189fdf58b076ec src/otpd-3.2.5.tar.gz @@ -368,7 +368,7 @@ 623edc50023b183c7b36a03353edcdf0 src/pam_mysql-0.6.2.tar.gz e6f90c8e57e236d45626d479feca2dc4 src/pam_otp_auth-3.2.2.tar.gz a5d27ccbaaad9d9fb254b01a3c12bd06 src/pam_radius-1.3.17.tar.gz -9c262afd6673d7724a60b7c632ce80fa src/parted-2.2.tar.gz +30ceb6df7e8681891e865e2fe5a7903d src/parted-2.3.tar.gz d8fff54efff6c5f7b07e5370a5e9f119 src/patch-2.6.32.25.bz2 289248c80d96184a902ffac1db56543f src/patch-o-matic-ng-20090819.tar.bz2 ad241429bf352d1b55493153f2eaae2f src/pax-linux-2.6.32.10-test27.patch.bz2 @@ -572,7 +572,7 @@ 203101e0e8ecfee5ca8b750eb0e91660 src/perl-ext/threads-1.77.tar.gz 59e5882c75033835d44d0ab3bfc02c60 src/perl-ext/threads-shared-1.33.tar.gz c073f079557297003d805b535711c5d1 src/perl-ext/version-0.82.tar.gz -bfdfc0e62fe437020cc04078269d1414 src/php-5.2.14.tar.bz2 +21ceeeb232813c10283a5ca1b4c87b48 src/php-5.3.3.tar.bz2 d922a88782b64441d06547632fd85744 src/pkg-config-0.23.tar.gz dea5bf46ded66defa17f9dc9d4b39413 src/pohmelfs-10.tar.bz2 c61ef795fa450eb692602a661ec8d7f1 src/popt-1.15.tar.gz @@ -590,6 +590,7 @@ b38df9c431041922c997c1148bedf591 src/pptpd-1.3.4.tar.gz 71765a682f2b1993a474a3afc7ec29fd src/procinfo-18.patches.bz2 27658d0a69040aca05a65b9888599d50 src/procinfo-18.tar.gz +36add463414aa4ad6409c85f85895ae3 src/procmail-3.22-glibc-2.10.patch.bz2 1678ea99b973eb77eda4ecf6acae53f1 src/procmail-3.22.tar.gz 9532714b6846013ca9898984ba4cd7e0 src/procps-3.2.8.tar.gz 87cc8f1e7fd7fa6f98793d4b75c0dee7 src/protector-3.4.4-1.tar.bz2 @@ -606,7 +607,8 @@ 8b9a11a6ce020383c32c45d1530d77c2 src/razor-agents-2.84.tar.bz2 9b3bc8f10e522456a90f98c87afa45e3 src/rcs-5.7-no_root_check.diff.bz2 cd709ab8a284c87048f95f76f5f69374 src/rcs-5.7.tar.bz2 -e39331f32ad14009b9ff49cc10c5e751 src/readline-5.2.tar.gz +fc2f7e714fe792db1ce6ddc4c9fb4ef3 src/readline-6.1.tar.gz +ce2868675bfc03057df6d9839f94485e src/readline-patches.tar.bz2 0639cefac8f8150536cfa7531c2aa2d2 src/reiserfsprogs-3.6.21.tar.bz2 b01aa8b7e833dbf9d230f146fb23a1bf src/rng-tools_2-unofficial-mt.10.orig.tar.gz d58a13cc4185bca6121a606ff456dec0 src/rp-pppoe-3.10.tar.gz @@ -615,7 +617,7 @@ b53525900817cf1ba7ad3a516ab5bfe9 src/rsync-3.0.7.tar.gz 8846cf204d730396ca698fd6777ddfbb src/sagator-1.2.1.tar.bz2 5c83ad21798db0970f0286d73fd00db7 src/sagator_clamav-0.96.2.patch.bz2 -8e8a484782f2b7716b6c6bd9a7d2bf71 src/samba-3.4.5.tar.gz +bf6c09ea497a166df8bd672db1d8da8f src/samba-3.5.6.tar.gz 6e2e2c386a89aaff31f048eb2a6c5b1a src/sarg-2.2.3.1.tar.gz f1eb94c7588e878df806b63aa8348174 src/scponly-20080308.tgz 8506fd205028a96c741e4037de6e3c42 src/screen-4.0.3.tar.gz @@ -645,7 +647,7 @@ 370cb4064bb5bc458272cdeeb0a6227c src/ssmtp_2.62-3.dl.patch.bz2 257ac04e62ab7e3616e220333a1140cb src/ssmtp_2.62.orig.tar.gz 64dfe10d9db0c1e34030891695ffca4b src/strace-4.5.20.tar.bz2 -4185f17fd3816a1d276dc75f398627ca src/strongswan-4.2.16.tar.bz2 +cfbd6efef87830a2e7cc4175bde7ac84 src/strongswan-4.5.0.tar.bz2 559a864066d8cc4afd8a97682c90d41c src/stunnel-4.33.tar.gz 950994a454a3eb7a74df5f4bc863bd2b src/sudo-1.7.4p3.tar.gz ac201d1b87f8659584534f9540d7ad24 src/swig-1.3.39.tar.gz @@ -654,7 +656,7 @@ 7107f5758dec4b774136f0f827b35258 src/syslog-ng_3.0.8.tar.gz 472156951eac54e23778d7b05e469407 src/sysstat-9.1.5.tar.bz2 7d5d61c026122ab791ac04c8a84db967 src/sysvinit-2.86.tar.gz -07fa517027f426bb80f5f5ff91b63585 src/tar-1.22.tar.bz2 +6e497f861c77bbba2f7da4e10270995b src/tar-1.25.tar.bz2 1176b5a45e34823ae1d95621449b4baf src/tcp_wrappers-7.6-gcc34-1.patch.bz2 eec4e5d6cda55464970a3157eb3bc534 src/tcp_wrappers_7.6.diff.gz e6fa25f71226d090f34de3f6b122fb5a src/tcp_wrappers_7.6.tar.gz @@ -665,6 +667,7 @@ bf0cecc0c72a0e919cd02915d02d02bb src/telnet-bsd-1.0.tar.bz2 1ae813a94670f0d8c294aafa9f5ecf65 src/tftp-hpa-5.0.tar.gz a0e9cd87455d3a0ea11e5ea7e947adf6 src/thttpd-2.25b.tar.gz +a0a3f7bd000cd9e08a54c4d4b9e3d903 src/thttpd_2.25b-11.diff.gz 2006c1bdd12644dbf02956955175afd6 src/tiff-3.9.4.tar.gz 00978a8ad8cc79a1ee605172f882ebe9 src/tnef-1.4.7.tar.gz 964d599ef696efccdeebe7721cd4828d src/traceroute-1.4a12.tar.gz @@ -682,8 +685,7 @@ 9d23919999d6eac9217d1f41472034a9 src/unzip552.tar.gz 784fa54825984f7ac3dd98d62ce2a7c2 src/usb.ids.bz2 34979f675d2bcb3e1b45012fa830a53f src/usbutils-0.86.tar.gz -c17756737b62529f365b46d2164cc50d src/util-linux-ng-2.17-20100120.patch.bz2 -1771802e8f4c795f72f06efb1fc61587 src/util-linux-ng-2.17.1.tar.bz2 +2f5f71e6af969d041d73ab778c141a77 src/util-linux-ng-2.18.tar.bz2 3c80e4a6bc7d66ae0c235b88cb44bd59 src/vblade-20.tgz 821fda8f14d674346b87e3ef9cb96389 src/vim-6.3.tar.bz2 5f0c6060b33956fb16e11a15467dd394 src/vlan.1.9.tar.gz |
From: Heiko Z. <smi...@us...> - 2010-11-19 00:42:55
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23356/scripts/config/linux-2.6 Modified Files: config_grsecurity Log Message: - added lots of glibc patches from Gentoo (thanks!) - updated bash to 4.1 - updated bluez-hcidump to 1.42 - updated bluez-libs to 3.36 - updated bluez-utils to 3.36 - updated coreutils to 8.7 - updated cpio to 2.11 - updated diffutils to 2.9 - updated dovecot to 2.0.7 - updated findutils to 4.4.2 - updated gawk to 3.1.8 - updated glibc to 2.10.1 - updated gmp to 5.0.1 - updated gnutls to 2.8.6 - updated gzip to 1.4 - updated inetutils to 1.8 - updated krb5 to 1.8.3 - updated loop-AES to v3.5b - updated mtools to 4.0.15 - updated nano to 2.2.5 - updated openl2tp to 1.7 - updated openssl to 0.9.8p - updated parted to 2.3 - updated php to 5.3.3 - updated readline to 6.1 - updated samba to 3.5.6 - updated strongswan to 4.5.0 - updated tar to 1.25 - updated util-linux-ng to 2.18 - enabled aio-support and dnsupdate in samba - do not de-select contents of /etc/pam.d during upgrade Index: config_grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_grsecurity,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- config_grsecurity 2 Nov 2010 17:13:15 -0000 1.26 +++ config_grsecurity 19 Nov 2010 00:42:47 -0000 1.27 @@ -141,3 +141,4 @@ CONFIG_GRKERNSEC_SYSCTL_DISTRO=n CONFIG_PAX_ELFRELOCS=y CONFIG_NETFILTER_XT_MATCH_GRADM=m +CONFIG_GRKERNSEC_RWXMAP_LOG=y |
From: Heiko Z. <smi...@us...> - 2010-11-12 15:37:13
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27592 Modified Files: CHANGES Log Message: - increased version number - enabled aio-support and dnsupdate in samba Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1417 retrieving revision 1.1418 diff -u -d -r1.1417 -r1.1418 --- CHANGES 6 Nov 2010 21:39:20 -0000 1.1417 +++ CHANGES 12 Nov 2010 15:37:05 -0000 1.1418 @@ -21,6 +21,9 @@ # # +1.4.1 +- enabled aio-support and dnsupdate in samba + 1.4 - updated open-vm-tools to 2010.10.18-313025 - closed bug #91 - Freeradius links to startup script |
From: Heiko Z. <smi...@us...> - 2010-11-12 15:37:13
|
Update of /cvsroot/devil-linux/build/scripts/config In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27592/scripts/config Modified Files: VERSION Log Message: - increased version number - enabled aio-support and dnsupdate in samba Index: VERSION =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/VERSION,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- VERSION 6 Nov 2010 21:39:20 -0000 1.30 +++ VERSION 12 Nov 2010 15:37:05 -0000 1.31 @@ -1 +1 @@ -1.4 +1.4.1 |
From: Heiko Z. <smi...@us...> - 2010-11-12 15:37:13
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv27592/scripts Modified Files: samba Log Message: - increased version number - enabled aio-support and dnsupdate in samba Index: samba =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/samba,v retrieving revision 1.33 retrieving revision 1.34 diff -u -d -r1.33 -r1.34 --- samba 28 May 2010 11:47:47 -0000 1.33 +++ samba 12 Nov 2010 15:37:05 -0000 1.34 @@ -21,7 +21,7 @@ if [ "$CONFIG_SAMBA" = "y" ]; then cd source3 || exit 1 ./configure --prefix=/usr --localstatedir=/var --with-configdir=/etc/samba --with-privatedir=/etc/samba --with-lockdir=/var/lock/samba \ - --with-ldapsam \ + --with-ldapsam --with-aio-support --with-dnsupdate \ --with-fhs --with-smbmount --with-libsmbclient --with-ssl --with-syslog --with-utmp --with-msdfs \ --with-acl-support --with-winbind --with-quotas --with-vfs --with-smbwrapper \ --with-logfilebase=/var/log --with-swatdir=/usr/share/samba/swat --with-krb5=/usr/include \ |
From: Björn R. <br...@us...> - 2010-11-09 14:13:39
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25604 Modified Files: keepalived Log Message: There is a bug in keepalive, so we preload the ip_vs-module, see: https://bugzilla.redhat.com/show_bug.cgi?id=528465 for details Index: keepalived =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/keepalived,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- keepalived 26 Oct 2009 16:17:10 -0000 1.1 +++ keepalived 9 Nov 2010 14:13:30 -0000 1.2 @@ -46,6 +46,10 @@ case "$1" in start) + # There is a bug in keepalive, so we preload the ip_vs-module, see: https://bugzilla.redhat.com/show_bug.cgi?id=528465 for details + echo -n "Loading module ip_vs" + modprobe ip_vs + print_status success echo -n "Starting $NAME: " loadproc $DAEMON $PARAMETER ;; |
From: Björn R. <br...@us...> - 2010-11-08 17:48:28
|
Update of /cvsroot/devil-linux/build/scripts/config/linux-2.6 In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv28685 Modified Files: config_linux Log Message: Added some default answers that made prepare wait for user-input Index: config_linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/config/linux-2.6/config_linux,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- config_linux 13 Sep 2010 15:22:56 -0000 1.61 +++ config_linux 8 Nov 2010 17:48:16 -0000 1.62 @@ -115,6 +115,8 @@ CONFIG_UID16=y CONFIG_SYSCTL_SYSCALL=y CONFIG_KALLSYMS=y +CONFIG_KALLSYMS_ALL=n +CONFIG_PARAVIRT_DEBUG=n # CONFIG_KALLSYMS_EXTRA_PASS is not set CONFIG_HOTPLUG=y CONFIG_PRINTK=y @@ -292,6 +294,7 @@ CONFIG_ARCH_SUPPORTS_MSI=y CONFIG_PCI_MSI=y CONFIG_PCI_LEGACY=y +CONFIG_PCI_DEBUG=n CONFIG_PCI_STUB=m CONFIG_HT_IRQ=y CONFIG_PCI_IOV=y @@ -799,6 +802,8 @@ CONFIG_FW_LOADER=y CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_EXTRA_FIRMWARE="" +CONFIG_DEBUG_DRIVER=n +CONFIG_DEBUG_DEVRES=n CONFIG_SYS_HYPERVISOR=y CONFIG_CONNECTOR=m # CONFIG_MTD is not set @@ -1938,6 +1943,7 @@ # CONFIG_I2C_DEBUG_BUS is not set # CONFIG_I2C_DEBUG_CHIP is not set CONFIG_SPI=y +CONFIG_SPI_DEBUG=n CONFIG_SPI_MASTER=y # @@ -2904,13 +2910,50 @@ # CONFIG_DEBUG_FS is not set CONFIG_HEADERS_CHECK=y # CONFIG_DEBUG_KERNEL is not set +CONFIG_DEBUG_SHIRQ=n +CONFIG_DETECT_SOFTLOCKUP=y +CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=n +CONFIG_DETECT_HUNG_TASK=y +CONFIG_BOOTPARAM_HUNG_TASK_PANIC=n +CONFIG_SCHED_DEBUG=y +CONFIG_SCHEDSTATS=n +CONFIG_TIMER_STATS=n +CONFIG_DEBUG_OBJECTS=n +CONFIG_DEBUG_SLAB=n +CONFIG_DEBUG_KMEMLEAK=n +CONFIG_DEBUG_RT_MUTEXES=n +CONFIG_RT_MUTEX_TESTER=n +CONFIG_DEBUG_SPINLOCK=n +CONFIG_DEBUG_MUTEXES=n +CONFIG_DEBUG_LOCK_ALLOC=n +CONFIG_PROVE_LOCKING=n +CONFIG_LOCK_STAT=n +CONFIG_DEBUG_SPINLOCK_SLEEP=n +CONFIG_DEBUG_LOCKING_API_SELFTESTS=n +CONFIG_DEBUG_KOBJECT=n +CONFIG_DEBUG_HIGHMEM=n +CONFIG_DEBUG_INFO=n +CONFIG_DEBUG_VM=n +CONFIG_DEBUG_VIRTUAL=n +CONFIG_DEBUG_WRITECOUNT=n +CONFIG_DEBUG_LIST=n +CONFIG_DEBUG_SG=n +CONFIG_DEBUG_NOTIFIERS=n +CONFIG_DEBUG_CREDENTIALS=n CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_MEMORY_INIT=y CONFIG_ARCH_WANT_FRAME_POINTERS=y # CONFIG_FRAME_POINTER is not set +CONFIG_BOOT_PRINTK_DELAY=n +CONFIG_RCU_TORTURE_TEST=n # CONFIG_RCU_CPU_STALL_DETECTOR is not set +CONFIG_BACKTRACE_SELF_TEST=n +CONFIG_DEBUG_BLOCK_EXT_DEVT=n +CONFIG_DEBUG_FORCE_WEAK_PER_CPU=n +CONFIG_FAULT_INJECTION=n # CONFIG_LATENCYTOP is not set CONFIG_SYSCTL_SYSCALL_CHECK=y +CONFIG_DEBUG_PAGEALLOC=n CONFIG_USER_STACKTRACE_SUPPORT=y CONFIG_HAVE_FUNCTION_TRACER=y CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y @@ -2925,6 +2968,8 @@ # CONFIG_FIREWIRE_OHCI_REMOTE_DMA is not set # CONFIG_BUILD_DOCSRC is not set # CONFIG_DMA_API_DEBUG is not set +CONFIG_KGDB=n +CONFIG_KMEMCHECK=n # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y CONFIG_HAVE_ARCH_KMEMCHECK=y @@ -2932,6 +2977,13 @@ CONFIG_X86_VERBOSE_BOOTUP=y CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set +CONFIG_DEBUG_STACKOVERFLOW=n +CONFIG_DEBUG_STACK_USAGE=n +CONFIG_DEBUG_PER_CPU_MAPS=n +CONFIG_X86_PTDUMP=n +CONFIG_DEBUG_RODATA=y +CONFIG_DEBUG_RODATA_TEST=y +CONFIG_DEBUG_NX_TEST=n # CONFIG_4KSTACKS is not set CONFIG_DOUBLEFAULT=y # CONFIG_IOMMU_STRESS is not set @@ -2944,6 +2996,7 @@ # CONFIG_IO_DELAY_0XED is not set # CONFIG_IO_DELAY_UDELAY is not set # CONFIG_IO_DELAY_NONE is not set +CONFIG_CPA_DEBUG=n CONFIG_DEFAULT_IO_DELAY_TYPE=0 # CONFIG_OPTIMIZE_INLINING is not set |