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: Björn R. <br...@us...> - 2007-08-03 05:19:59
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv30662/scripts/configuration Modified Files: cutter.config Log Message: Disable cutter. It seems to be broken. Index: cutter.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/cutter.config,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- cutter.config 1 Aug 2007 15:32:07 -0000 1.3 +++ cutter.config 3 Aug 2007 05:19:51 -0000 1.4 @@ -5,4 +5,5 @@ # # http://www.devil-linux.org -menu_add "Networking|Utilities" bool "cutter (a tool to cut ip-connections)" CONFIG_CUTTER +# cutter seems to be broken, so ignore it in the settings +# menu_add "Networking|Utilities" bool "cutter (a tool to cut ip-connections)" CONFIG_CUTTER |
|
From: Björn R. <br...@us...> - 2007-08-03 05:19:57
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv30662/scripts Modified Files: cutter Log Message: Disable cutter. It seems to be broken. Index: cutter =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cutter,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- cutter 1 Aug 2007 15:32:06 -0000 1.8 +++ cutter 3 Aug 2007 05:19:51 -0000 1.9 @@ -27,16 +27,19 @@ MYNAME=CUTTER +# cutter seems to be broken, so don't install it anymore +exit 0 + case $1 in build ) - if [ "$CONFIG_CUTTER" = "y"]; then + if [ "$CONFIG_CUTTER" = "y" ]; then make $PMAKE || exit 1 strip_debug fi ;; install ) - if [ "$CONFIG_CUTTER" = "y"]; then + if [ "$CONFIG_CUTTER" = "y" ]; then mkdir -p $DOCDIR/cutter || exit 1 cp -dp README $DOCDIR/cutter || exit 1 cp -dp cutter $CDDIR/usr/sbin || exit 1 |
|
From: Heiko Z. <smi...@us...> - 2007-08-02 17:43:50
|
Update of /cvsroot/devil-linux/web/sitetools In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv31741 Modified Files: sponsors.php Log Message: new one Index: sponsors.php =================================================================== RCS file: /cvsroot/devil-linux/web/sitetools/sponsors.php,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- sponsors.php 10 Jul 2007 15:19:09 -0000 1.38 +++ sponsors.php 2 Aug 2007 17:43:44 -0000 1.39 @@ -9,6 +9,10 @@ <td class="boxheading" align=center>Donation</td> </tr> <tr> + <td><a href="http://www.money-online.de/vergleich/privatversicherung.htm" target="_blank">Privatversicherung</a></td> + <td align="right">$55</td> +</tr> +<tr> <td><a href="http://www.fosstools.org" target="_blank">Foss Tools</a></td> <td align="right">$15</td> </tr> |
|
From: Björn R. <br...@us...> - 2007-08-01 16:22:55
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv22358 Modified Files: Tag: rel-1-2-patches ndiswrapper Log Message: removed a typo breaking the script Index: ndiswrapper =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ndiswrapper,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- ndiswrapper 5 Apr 2006 06:37:50 -0000 1.1.2.1 +++ ndiswrapper 1 Aug 2007 16:22:46 -0000 1.1.2.2 @@ -8,8 +8,6 @@ # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 - -a get the directoryname of the script ### BEGIN INIT INFO # Provides: ndiswrapper # Required-Start: $basebuildtools $libs linux @@ -34,7 +32,6 @@ install ) if [ "$CONFIG_NDIS" = "y" ]; then - rm -rf $TMPDIR mkdir $TMPDIR || exit 1 |
|
From: Björn R. <br...@us...> - 2007-08-01 16:22:04
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv21979 Modified Files: ndiswrapper Log Message: removed a typo breaking the script Index: ndiswrapper =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/ndiswrapper,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- ndiswrapper 5 Apr 2006 06:56:43 -0000 1.2 +++ ndiswrapper 1 Aug 2007 16:21:45 -0000 1.3 @@ -8,8 +8,6 @@ # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 - -a get the directoryname of the script ### BEGIN INIT INFO # Provides: ndiswrapper # Required-Start: $basebuildtools $libs linux |
|
From: Björn R. <br...@us...> - 2007-08-01 15:32:22
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv3400 Modified Files: cutter Log Message: added missing config for cutter Index: cutter =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cutter,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- cutter 11 Jan 2004 14:43:04 -0000 1.7 +++ cutter 1 Aug 2007 15:32:06 -0000 1.8 @@ -29,14 +29,18 @@ case $1 in build ) - make $PMAKE || exit 1 - strip_debug + if [ "$CONFIG_CUTTER" = "y"]; then + make $PMAKE || exit 1 + strip_debug + fi ;; install ) - mkdir -p $DOCDIR/cutter || exit 1 - cp -dp README $DOCDIR/cutter || exit 1 - cp -dp cutter $CDDIR/usr/sbin || exit 1 + if [ "$CONFIG_CUTTER" = "y"]; then + mkdir -p $DOCDIR/cutter || exit 1 + cp -dp README $DOCDIR/cutter || exit 1 + cp -dp cutter $CDDIR/usr/sbin || exit 1 + fi ;; * ) |
|
From: Björn R. <br...@us...> - 2007-08-01 15:32:22
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv3400/configuration Added Files: cutter.config Log Message: added missing config for cutter --- NEW FILE: cutter.config --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/configuration/cutter.config,v $ # $Revision: 1.3 $ # $Date: 2007/08/01 15:32:07 $ # # http://www.devil-linux.org menu_add "Networking|Utilities" bool "cutter (a tool to cut ip-connections)" CONFIG_CUTTER |
|
From: Björn R. <br...@us...> - 2007-08-01 10:31:49
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv21570 Modified Files: Tag: rel-1-2-patches default server Log Message: added defaults for extended Apache-Config Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.29.2.47 retrieving revision 1.29.2.48 diff -u -d -r1.29.2.47 -r1.29.2.48 --- default 4 Jun 2007 21:07:14 -0000 1.29.2.47 +++ default 1 Aug 2007 10:31:45 -0000 1.29.2.48 @@ -50,6 +50,12 @@ CONFIG_HOSTAP_UTILS=y CONFIG_HOTPLUG=y CONFIG_HTTPD=y +CONFIG_HTTPD_MPM=prefork +CONFIG_HTTPD_NONPORTATOM=y +CONFIG_HTTPD_CACHE=y +CONFIG_HTTPD_PROXY=y +CONFIG_HTTPD_DAV=y +CONFIG_HTTPD_SUEXEC=y CONFIG_IANS=y CONFIG_IMAGEMAGICK=y CONFIG_INITRD_FS=CRAMFS Index: server =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/Attic/server,v retrieving revision 1.1.2.38 retrieving revision 1.1.2.39 diff -u -d -r1.1.2.38 -r1.1.2.39 --- server 2 Jul 2007 14:50:03 -0000 1.1.2.38 +++ server 1 Aug 2007 10:31:45 -0000 1.1.2.39 @@ -55,6 +55,12 @@ CONFIG_HOSTAP_UTILS=y CONFIG_HOTPLUG=y CONFIG_HTTPD=y +CONFIG_HTTPD_MPM=prefork +CONFIG_HTTPD_NONPORTATOM=y +CONFIG_HTTPD_CACHE=y +CONFIG_HTTPD_PROXY=y +CONFIG_HTTPD_DAV=y +CONFIG_HTTPD_SUEXEC=y CONFIG_IANS=y CONFIG_ID3=y CONFIG_IMAGEMAGICK=y |
|
From: Björn R. <br...@us...> - 2007-08-01 10:28:23
|
Update of /cvsroot/devil-linux/build/scripts/configuration/profiles In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv20066 Modified Files: default Log Message: added setting for extended Apache-Config Index: default =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/profiles/default,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- default 11 Apr 2007 23:31:05 -0000 1.67 +++ default 1 Aug 2007 10:28:18 -0000 1.68 @@ -51,6 +51,12 @@ CONFIG_HEARTBEAT=y CONFIG_HOTPLUG=y CONFIG_HTTPD=y +CONFIG_HTTPD_MPM=prefork +CONFIG_HTTPD_NONPORTATOM=y +CONFIG_HTTPD_CACHE=y +CONFIG_HTTPD_PROXY=y +CONFIG_HTTPD_DAV=y +CONFIG_HTTPD_SUEXEC=y CONFIG_IANS=y CONFIG_ID3=y CONFIG_ID3V2=y |
|
From: Björn R. <br...@us...> - 2007-08-01 08:15:17
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv2874 Modified Files: Tag: rel-1-2-patches httpd Log Message: synced to 1.3-branch Index: httpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/httpd,v retrieving revision 1.3.2.5 retrieving revision 1.3.2.6 diff -u -d -r1.3.2.5 -r1.3.2.6 --- httpd 30 Jul 2007 13:42:28 -0000 1.3.2.5 +++ httpd 1 Aug 2007 08:15:09 -0000 1.3.2.6 @@ -10,7 +10,7 @@ ### BEGIN INIT INFO # Provides: httpd -# Required-Start: $basebuildtools $libs +# Required-Start: $basebuildtools $libs perl # Required-Stop: # Default-Start: 1 2 # Default-Stop: @@ -34,14 +34,26 @@ PARAMS="$PARAMS --enable-nonportable-atomics=yes" fi PARAMS="$PARAMS --enable-rewrite" - PARAMS="$PARAMS --enable-proxy" - PARAMS="$PARAMS --enable-proxy-ajp" - PARAMS="$PARAMS --enable-proxy-balancer" - PARAMS="$PARAMS --enable-proxy-connect" - PARAMS="$PARAMS --enable-proxy-ftp" - PARAMS="$PARAMS --enable-proxy-http" - PARAMS="$PARAMS --enable-dav --enable-dav-fs --enable-dav-lock" - PARAMS="$PARAMS --enable-cache --enable-mem-cache --enable-disk-cache" + if [ "$CONFIG_HTTPD_PROXY" = "y" ]; then + PARAMS="$PARAMS --enable-proxy" + PARAMS="$PARAMS --enable-proxy-ajp" + PARAMS="$PARAMS --enable-proxy-balancer" + PARAMS="$PARAMS --enable-proxy-connect" + PARAMS="$PARAMS --enable-proxy-ftp" + PARAMS="$PARAMS --enable-proxy-http" + else + PARAMS="$PARAMS --disable-proxy" + fi + if [ "$CONFIG_HTTPD_DAV" = "y" ]; then + PARAMS="$PARAMS --enable-dav --enable-dav-fs --enable-dav-lock" + else + PARAMS="$PARAMS --disable-dav" + fi + if [ "$CONFIG_HTTPD_CACHE" = "y" ]; then + PARAMS="$PARAMS --enable-cache --enable-mem-cache --enable-disk-cache --enable-file-cache" + else + PARAMS="$PARAMS --disable-cache" + fi PARAMS="$PARAMS --enable-cgi --enable-cgid" if [ "$CONFIG_HTTPD_SUEXEC" = "y" ]; then PARAMS="$PARAMS --enable-suexec --with-suexec-caller=www" |
|
From: Björn R. <br...@us...> - 2007-08-01 08:15:17
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv2874/configuration/help Modified Files: Tag: rel-1-2-patches httpd.help Log Message: synced to 1.3-branch Index: httpd.help =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/help/httpd.help,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- httpd.help 30 Jul 2007 13:42:29 -0000 1.1.2.1 +++ httpd.help 1 Aug 2007 08:15:10 -0000 1.1.2.2 @@ -21,6 +21,22 @@ APR generates code that uses a 486 opcode for fast hardware compare-and-swap. This will result in more efficient atomic operations, but the resulting executable will run only on 486 and later chips (and not on 386). +CONFIG_HTTPD_PROXY + mod_proxy - HTTP/1.1 proxy/gateway server + mod_proxy_ajp - AJP support module for mod_proxy + mod_proxy_balancer - mod_proxy extension for load balancing + mod_proxy_connect - mod_proxy extension for CONNECT request handling + mod_proxy_ftp - FTP support module for mod_proxy + mod_proxy_http - HTTP support module for mod_proxy +CONFIG_HTTPD_DAV + mod_dav - Distributed Authoring and Versioning (WebDAV) functionality + mod_dav_fs - filesystem provider for mod_dav + mod_dav_lock - generic locking module for mod_dav +CONFIG_HTTPD_CACHE + mod_cache - Content cache keyed to URIs + mod_disk_cache - Content cache storage manager keyed to URIs + mod_mem_cache - Content cache keyed to URIs + mod_file_cache - Caches a static list of files in memory CONFIG_HTTPD_SUEXEC mod_suexec - Allows CGI scripts to run as a specified user and Group |
|
From: Björn R. <br...@us...> - 2007-08-01 08:15:17
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv2874/configuration Modified Files: Tag: rel-1-2-patches httpd.config Log Message: synced to 1.3-branch Index: httpd.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/httpd.config,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -d -r1.1.2.1 -r1.1.2.2 --- httpd.config 30 Jul 2007 13:42:28 -0000 1.1.2.1 +++ httpd.config 1 Aug 2007 08:15:10 -0000 1.1.2.2 @@ -14,6 +14,15 @@ test -z "$CONFIG_HTTPD_NONPORTATOM" && CONFIG_HTTPD_NONPORTATOM="n" menu_add "Networking|WWW|Apache Config" bool "enable nonportable atomics" CONFIG_HTTPD_NONPORTATOM + test -z "$CONFIG_HTTPD_CACHE" && CONFIG_HTTPD_CACHE="y" + menu_add "Networking|WWW|Apache Config" bool "enable cache (mem & disk)" CONFIG_HTTPD_CACHE + + test -z "$CONFIG_HTTPD_PROXY" && CONFIG_HTTPD_PROXY="y" + menu_add "Networking|WWW|Apache Config" bool "enable proxy (including balancer)" CONFIG_HTTPD_PROXY + + test -z "$CONFIG_HTTPD_DAV" && CONFIG_HTTPD_DAV="y" + menu_add "Networking|WWW|Apache Config" bool "enable WebDAV" CONFIG_HTTPD_DAV + test -z "$CONFIG_HTTPD_SUEXEC" && CONFIG_HTTPD_SUEXEC="y" menu_add "Networking|WWW|Apache Config" bool "enable suexec" CONFIG_HTTPD_SUEXEC fi |
|
From: Björn R. <br...@us...> - 2007-08-01 08:14:27
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv2830/scripts/configuration/help Modified Files: httpd.help Log Message: fixed typos (sorry) Index: httpd.help =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/help/httpd.help,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- httpd.help 1 Aug 2007 08:07:56 -0000 1.2 +++ httpd.help 1 Aug 2007 08:14:24 -0000 1.3 @@ -4,7 +4,7 @@ including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides HTTP services in sync with the current HTTP standards. -CONFIG_HTTP_MPM +CONFIG_HTTPD_MPM The worker MPM uses multiple child processes with many threads each. Each thread handles one connection at a time. Worker generally is a good choice for high-traffic servers because it @@ -15,20 +15,20 @@ Prefork's threadless design has advantages over worker in some situations: it can be used with non-thread-safe third-party modules, and it is easier to debug on platforms with poor thread debugging support. -CONFIG_HTTP_NONPORTATOM +CONFIG_HTTPD_NONPORTATOM By default, APR uses mutex-based atomics on Linux. If you configure with --enable-nonportable-atomics, however, APR generates code that uses a 486 opcode for fast hardware compare-and-swap. This will result in more efficient atomic operations, but the resulting executable will run only on 486 and later chips (and not on 386). -CONFIG_HTTP_PROXY +CONFIG_HTTPD_PROXY mod_proxy - HTTP/1.1 proxy/gateway server mod_proxy_ajp - AJP support module for mod_proxy mod_proxy_balancer - mod_proxy extension for load balancing mod_proxy_connect - mod_proxy extension for CONNECT request handling mod_proxy_ftp - FTP support module for mod_proxy mod_proxy_http - HTTP support module for mod_proxy -CONFIG_HTTP_DAV +CONFIG_HTTPD_DAV mod_dav - Distributed Authoring and Versioning (WebDAV) functionality mod_dav_fs - filesystem provider for mod_dav mod_dav_lock - generic locking module for mod_dav |
|
From: Björn R. <br...@us...> - 2007-08-01 08:08:02
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv32646/scripts Modified Files: httpd Log Message: fixed typos (Sorry) Index: httpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/httpd,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- httpd 25 Jul 2007 13:44:01 -0000 1.10 +++ httpd 1 Aug 2007 08:07:55 -0000 1.11 @@ -10,7 +10,7 @@ ### BEGIN INIT INFO # Provides: httpd -# Required-Start: $basebuildtools $libs +# Required-Start: $basebuildtools $libs perl # Required-Stop: # Default-Start: 1 2 # Default-Stop: @@ -29,26 +29,52 @@ build ) if [ "$CONFIG_HTTPD" = "y" ]; then PARAMS="" - PARAMS="$PARAMS --with-mpm=$CONFIG_HTTP_MPM" - if [ "$CONFIG_HTTP_NONPORTATOM" = "y" ]; then - PARAMS="$PARAMS --enable-nonportable-atomics=yes" - fi - if [ "$CONFIG_HTTP_PROXY" = "y" ]; then - PARAMS="$PARAMS --enable-proxy --enable-proxy-ajp --enable-proxy-balancer --enable-proxy-connect --enable-proxy-ftp --enable-proxy-http" + PARAMS="$PARAMS --with-mpm=$CONFIG_HTTPD_MPM" + if [ "$CONFIG_HTTPD_NONPORTATOM" = "y" ]; then + PARAMS="$PARAMS --enable-nonportable-atomics=yes" + fi + PARAMS="$PARAMS --enable-rewrite" + if [ "$CONFIG_HTTPD_PROXY" = "y" ]; then + PARAMS="$PARAMS --enable-proxy" + PARAMS="$PARAMS --enable-proxy-ajp" + PARAMS="$PARAMS --enable-proxy-balancer" + PARAMS="$PARAMS --enable-proxy-connect" + PARAMS="$PARAMS --enable-proxy-ftp" + PARAMS="$PARAMS --enable-proxy-http" + else + PARAMS="$PARAMS --disable-proxy" fi - if [ "$CONFIG_HTTP_DAV" = "y" ]; then + if [ "$CONFIG_HTTPD_DAV" = "y" ]; then PARAMS="$PARAMS --enable-dav --enable-dav-fs --enable-dav-lock" + else + PARAMS="$PARAMS --disable-dav" fi if [ "$CONFIG_HTTPD_CACHE" = "y" ]; then - PARAMS="$PARAMS --enable-mem-cache --enable-disk-cache --enable-cache" + PARAMS="$PARAMS --enable-cache --enable-mem-cache --enable-disk-cache --enable-file-cache" + else + PARAMS="$PARAMS --disable-cache" + fi + PARAMS="$PARAMS --enable-cgi --enable-cgid" + if [ "$CONFIG_HTTPD_SUEXEC" = "y" ]; then + PARAMS="$PARAMS --enable-suexec --with-suexec-caller=www" + else + PARAMS="$PARAMS --disable-suexec" fi - PARAMS="$PARAMS --enable-v4-mapped --enable-auth-anon --enable-auth-dbm --enable-auth-digest" - PARAMS="$PARAMS --enable-case-filter --enable-case-filter-in --enable-ext-filter" - PARAMS="$PARAMS --enable-deflate --enable-logio --enable-mime-magic --enable-cern-meta --enable-expires --enable-headers" - PARAMS="$PARAMS --enable-usertrack --enable-unique-id" - PARAMS="$PARAMS --enable-ssl=shared --enable-bucketeer --enable-http --enable-info --enable-cgi --enable-vhost-alias" - PARAMS="$PARAMS --enable-rewrite --enable-so" - PARAMS="$PARAMS --enable-mods-shared=all --enable-suexec --with-suexec-caller=www --enable-layout=Debian" + PARAMS="$PARAMS --enable-auth-anon --enable-auth-dbm --enable-auth-digest" + PARAMS="$PARAMS --enable-userdir" + PARAMS="$PARAMS --enable-cern-meta" + PARAMS="$PARAMS --enable-bucketeer" + PARAMS="$PARAMS --enable-case-filter" + PARAMS="$PARAMS --enable-case-filter-in" + PARAMS="$PARAMS --enable-usertrack" + PARAMS="$PARAMS --enable-speling" + PARAMS="$PARAMS --enable-v4-mapped" + PARAMS="$PARAMS --enable-ext-filter" + PARAMS="$PARAMS --enable-deflate --enable-logio --enable-mime-magic --enable-expires --enable-headers" + PARAMS="$PARAMS --enable-unique-id" + PARAMS="$PARAMS --enable-ssl=shared --enable-http --enable-info --enable-vhost-alias" + PARAMS="$PARAMS --enable-so" + PARAMS="$PARAMS --enable-mods-shared=all --enable-layout=Debian" ./configure $PARAMS || exit 1 # not working --enable-ldap --enable-auth-ldap make $PMAKE all || exit 1 |
|
From: Björn R. <br...@us...> - 2007-08-01 08:08:02
|
Update of /cvsroot/devil-linux/build/scripts/configuration/help In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv32646/scripts/configuration/help Modified Files: httpd.help Log Message: fixed typos (Sorry) Index: httpd.help =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/help/httpd.help,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- httpd.help 14 Oct 2003 02:04:32 -0000 1.1 +++ httpd.help 1 Aug 2007 08:07:56 -0000 1.2 @@ -3,4 +3,39 @@ maintain an open-source HTTP server for modern operating systems including UNIX and Windows NT. The goal of this project is to provide a secure, efficient and extensible server that provides - HTTP services in sync with the current HTTP standards. \ No newline at end of file + HTTP services in sync with the current HTTP standards. +CONFIG_HTTP_MPM + The worker MPM uses multiple child processes with many threads each. + Each thread handles one connection at a time. + Worker generally is a good choice for high-traffic servers because it + has a smaller memory footprint than the prefork MPM. + The prefork MPM uses multiple child processes with one thread each. + Each process handles one connection at a time. + On many systems, prefork is comparable in speed to worker, but it uses more memory. + Prefork's threadless design has advantages over worker in some situations: + it can be used with non-thread-safe third-party modules, and it is easier to + debug on platforms with poor thread debugging support. +CONFIG_HTTP_NONPORTATOM + By default, APR uses mutex-based atomics on Linux. + If you configure with --enable-nonportable-atomics, however, + APR generates code that uses a 486 opcode for fast hardware compare-and-swap. + This will result in more efficient atomic operations, + but the resulting executable will run only on 486 and later chips (and not on 386). +CONFIG_HTTP_PROXY + mod_proxy - HTTP/1.1 proxy/gateway server + mod_proxy_ajp - AJP support module for mod_proxy + mod_proxy_balancer - mod_proxy extension for load balancing + mod_proxy_connect - mod_proxy extension for CONNECT request handling + mod_proxy_ftp - FTP support module for mod_proxy + mod_proxy_http - HTTP support module for mod_proxy +CONFIG_HTTP_DAV + mod_dav - Distributed Authoring and Versioning (WebDAV) functionality + mod_dav_fs - filesystem provider for mod_dav + mod_dav_lock - generic locking module for mod_dav +CONFIG_HTTPD_CACHE + mod_cache - Content cache keyed to URIs + mod_disk_cache - Content cache storage manager keyed to URIs + mod_mem_cache - Content cache keyed to URIs + mod_file_cache - Caches a static list of files in memory +CONFIG_HTTPD_SUEXEC + mod_suexec - Allows CGI scripts to run as a specified user and Group |
|
From: Björn R. <br...@us...> - 2007-08-01 08:08:02
|
Update of /cvsroot/devil-linux/build/scripts/configuration In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv32646/scripts/configuration Modified Files: httpd.config Log Message: fixed typos (Sorry) Index: httpd.config =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/configuration/httpd.config,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- httpd.config 25 Jul 2007 13:44:02 -0000 1.2 +++ httpd.config 1 Aug 2007 08:07:56 -0000 1.3 @@ -8,20 +8,22 @@ menu_add "Networking|WWW" bool "Apache Webserver" CONFIG_HTTPD if [ "$CONFIG_HTTPD" = "y" ]; then - test -z "$CONFIG_HTTP_MPM" && CONFIG_HTTP_MPM="prefork" - menu_add "Networking|WWW|Apache Config" list "MPM-Type" CONFIG_HTTP_MPM prefork worker event + test -z "$CONFIG_HTTPD_MPM" && CONFIG_HTTPD_MPM="prefork" + menu_add "Networking|WWW|Apache Config" list "MPM-Type" CONFIG_HTTPD_MPM prefork worker event - test -z "$CONFIG_HTTP_NONPORTATOM" && CONFIG_HTTP_NONPORTATOM="n" - menu_add "Networking|WWW|Apache Config" bool "enable nonportable atomics" CONFIG_HTTP_NONPORTATOM + test -z "$CONFIG_HTTPD_NONPORTATOM" && CONFIG_HTTPD_NONPORTATOM="n" + menu_add "Networking|WWW|Apache Config" bool "enable nonportable atomics" CONFIG_HTTPD_NONPORTATOM - test -z "$CONFIG_HTTP_CACHE" && CONFIG_HTTP_CACHE="y" - menu_add "Networking|WWW|Apache Config" bool "enable cache (mem & disk)" CONFIG_HTTP_CACHE + test -z "$CONFIG_HTTPD_CACHE" && CONFIG_HTTPD_CACHE="y" + menu_add "Networking|WWW|Apache Config" bool "enable cache (mem & disk)" CONFIG_HTTPD_CACHE - test -z "$CONFIG_HTTP_PROXY" && CONFIG_HTTP_PROXY="y" - menu_add "Networking|WWW|Apache Config" bool "enable proxy (including balancer)" CONFIG_HTTP_PROXY + test -z "$CONFIG_HTTPD_PROXY" && CONFIG_HTTPD_PROXY="y" + menu_add "Networking|WWW|Apache Config" bool "enable proxy (including balancer)" CONFIG_HTTPD_PROXY - test -z "$CONFIG_HTTP_DAV" && CONFIG_HTTP_DAV="y" - menu_add "Networking|WWW|Apache Config" bool "enable WebDAV" CONFIG_HTTP_DAV + test -z "$CONFIG_HTTPD_DAV" && CONFIG_HTTPD_DAV="y" + menu_add "Networking|WWW|Apache Config" bool "enable WebDAV" CONFIG_HTTPD_DAV + test -z "$CONFIG_HTTPD_SUEXEC" && CONFIG_HTTPD_SUEXEC="y" + menu_add "Networking|WWW|Apache Config" bool "enable suexec" CONFIG_HTTPD_SUEXEC fi |
|
From: Serge L. <sma...@us...> - 2007-07-31 15:57:14
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv30626 Modified Files: util-linux Log Message: - copy static md5 lib to compile libradius-linux ( for ipsec-tools ) Index: util-linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/util-linux,v retrieving revision 1.38 retrieving revision 1.39 diff -u -d -r1.38 -r1.39 --- util-linux 1 Apr 2007 20:20:29 -0000 1.38 +++ util-linux 31 Jul 2007 15:57:10 -0000 1.39 @@ -40,6 +40,8 @@ cd lib || exit 1 make all || exit 1 + #for libradius-linux compilation + cp ./libmd5.a /usr/local/lib/ || exit 1 cd .. cd mount || exit 1 |
|
From: Serge L. <sma...@us...> - 2007-07-31 15:44:30
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv25737 Modified Files: Tag: rel-1-2-patches CHANGES md5sum.lst Log Message: - updated bind to 9.4.1-P1 (sl) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.807.2.321 retrieving revision 1.807.2.322 diff -u -d -r1.807.2.321 -r1.807.2.322 --- CHANGES 2 Jul 2007 15:12:45 -0000 1.807.2.321 +++ CHANGES 31 Jul 2007 15:44:22 -0000 1.807.2.322 @@ -22,6 +22,7 @@ # 1.2.14 +- updated bind to 9.4.1-p1 - fixed iptstate inittab process on servers without any firewall rules (bs) - start postfix and dovecot after ntp - updated Mail-SpamAssassin to 3.2.1 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.102.2.213 retrieving revision 1.102.2.214 diff -u -d -r1.102.2.213 -r1.102.2.214 --- md5sum.lst 15 Jun 2007 13:17:46 -0000 1.102.2.213 +++ md5sum.lst 31 Jul 2007 15:44:23 -0000 1.102.2.214 @@ -111,7 +111,7 @@ 3e6da58e0c479ae0de49ae3e6948576e src/awstats-6.6.tar.gz 00bfa16d58e034e3c2aa27f390390d30 src/bash-3.2.tar.gz d541419fd7e5642952d7b48cbb40c712 src/beep-1.2.2.tar.gz -09b54d35036cb0423b2e618f21766285 src/bind-9.4.1.tar.gz +44e0514e6105ddaa235394045d9aeb0c src/bind-9.4.1-P1.tar.gz 095f8a04f37df2ed5c99328ddc551a09 src/bing-1.1.3.tar.bz2 d36d2b02f2609f01b00a33c8bdd78a35 src/binutils-2.16.1-pt_pax-1.patch.bz2 6a9d529efb285071dad10e1f3d2b2967 src/binutils-2.16.1.tar.bz2 |
|
From: Björn R. <br...@us...> - 2007-07-31 14:29:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv29897/scripts Added Files: shorewall-common shorewall-shell shorewall-perl Removed Files: shorewall Log Message: updated shorewall to 4.0.0 --- NEW FILE: shorewall-shell --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/shorewall-shell,v $ # $Revision: 1.1 $ # $Date: 2007/07/31 14:29:05 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: shorewall-shell # Required-Start: $libs shorewall-common # Required-Stop: # Default-Start: 2 # Default-Stop: # Description: Shorewall firewall (www.shorewall.net) - shell-compiler ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=SHOREWALL-SHELL MY_DOCDIR=$DOCDIR/shorewall case $1 in install ) if [ "$CONFIG_SHOREWALL" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 # Install shorewall into $TMPDIR PREFIX=$TMPDIR ./install.sh || exit 1 # Copy all the shorewall files to the appropriate directories on the cd copy_files $TMPDIR/usr/share/shorewall-shell $CDDIR/usr/share || exit 1 rm -rf $TMPDIR || exit 1 fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- NEW FILE: shorewall-common --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/shorewall-common,v $ # $Revision: 1.1 $ # $Date: 2007/07/31 14:29:05 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: shorewall-common # Required-Start: $libs # Required-Stop: # Default-Start: 2 # Default-Stop: # Description: Shorewall firewall (www.shorewall.net) common-files ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=SHOREWALL-COMMON MY_DOCDIR=$DOCDIR/shorewall case $1 in install ) if [ "$CONFIG_SHOREWALL" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 # Install shorewall into $TMPDIR PREFIX=$TMPDIR ./install.sh || exit 1 # Create the directories for /var mkdir -p $CDDIR/var/lib/shorewall touch $CDDIR/var/log/messages chmod 644 $CDDIR/var/log/messages # Copy all the shorewall files to the appropriate directories on the cd copy_files $TMPDIR/sbin $CDDIR || exit 1 copy_files $TMPDIR/usr/share/shorewall $CDDIR/usr/share || exit 1 copy_files $TMPDIR/etc/shorewall $ETCDIR/etc || exit 1 mv $CDDIR/usr/share/shorewall/modules $ETCDIR/etc/shorewall/ || exit 1 ln -sf /etc/shorewall/modules $CDDIR/usr/share/shorewall/modules || exit 1 # Copy the shorewall documentation onto the cd # never versions don't seem to have the documentation included anymore # but we leave the lines in here, just in case they change their mind again #mkdir -p $MY_DOCDIR #cp -pr documentation/* $MY_DOCDIR || exit 1 # Copy our own startup script into /etc/init.d cp $MYDIR/scripts/shorewall $ETCDIR/etc/init.d/ rm -rf $TMPDIR || exit 1 # Create the shorewall option in the config file echo "# Start $MYNAME?" >> $CONFIGFILE echo "START_SHOREWALL=no" >> $CONFIGFILE echo >> $CONFIGFILE echo "HELP_SHOREWALL=\"SHOREWALL is an alternate firewall creation script (www.shorewall.net)\"" >> $SOFTWAREHELP fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- NEW FILE: shorewall-perl --- #!/bin/bash # $Source: /cvsroot/devil-linux/build/scripts/shorewall-perl,v $ # $Revision: 1.1 $ # $Date: 2007/07/31 14:29:05 $ # # http://www.devil-linux.org # you need the next line, otherwise script won't be executed !!! # DL-build-system v3 ### BEGIN INIT INFO # Provides: shorewall-perl # Required-Start: $libs perl shorewall-common # Required-Stop: # Default-Start: 2 # Default-Stop: # Description: Shorewall firewall (www.shorewall.net) - perl-compiler ### END INIT INFO # get the directoryname of the script MYDIR=${0%/*} # source functions and config source $MYDIR/settings MYNAME=SHOREWALL-PERL MY_DOCDIR=$DOCDIR/shorewall case $1 in install ) if [ "$CONFIG_SHOREWALL" = "y" ]; then rm -rf $TMPDIR || exit 1 mkdir -p $TMPDIR || exit 1 # Install shorewall into $TMPDIR PREFIX=$TMPDIR ./install.sh || exit 1 # Copy all the shorewall files to the appropriate directories on the cd copy_files $TMPDIR/usr/share/shorewall-perl $CDDIR/usr/share || exit 1 rm -rf $TMPDIR || exit 1 fi ;; * ) echo "ERROR ($0)" echo "please add parameter so I know what to do" exit 1 ;; esac --- shorewall DELETED --- |
|
From: Björn R. <br...@us...> - 2007-07-31 14:29:08
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv29897 Modified Files: CHANGES Log Message: updated shorewall to 4.0.0 Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1119 retrieving revision 1.1120 diff -u -d -r1.1119 -r1.1120 --- CHANGES 31 Jul 2007 13:23:23 -0000 1.1119 +++ CHANGES 31 Jul 2007 14:29:05 -0000 1.1120 @@ -22,6 +22,7 @@ # 1.3.4 +- updated shorewall to 4.0.0 (brudner) - updated bind to 9.4.1-P1 (sl) - added libradius and enabled hybrid auth for ipsec-tools (sl) - downgraded syslinux to 3.36 (sl) |
|
From: Björn R. <br...@us...> - 2007-07-31 13:46:23
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv13790 Modified Files: id3v2 id3lib Log Message: only build id3lib if needed by a tool Index: id3v2 =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/id3v2,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- id3v2 30 Jul 2007 15:59:07 -0000 1.2 +++ id3v2 31 Jul 2007 13:46:20 -0000 1.3 @@ -10,7 +10,7 @@ ### BEGIN INIT INFO # Provides: id3v2 -# Required-Start: $basebuildtools $libs +# Required-Start: $basebuildtools $libs id3lib # Required-Stop: # Default-Start: 1 2 # Default-Stop: Index: id3lib =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/id3lib,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- id3lib 11 Jan 2005 03:53:43 -0000 1.2 +++ id3lib 31 Jul 2007 13:46:20 -0000 1.3 @@ -25,6 +25,7 @@ case $1 in build ) + if [ "$CONFIG_ID3" = "y" ] || [ "$CONFIG_ID3V2" = "y" ]; then ./configure --prefix=/usr || exit 1 # don't use parallel builds make all || exit 1 @@ -32,6 +33,7 @@ # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 + fi ;; * ) |
|
From: Björn R. <br...@us...> - 2007-07-31 13:33:26
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv9005 Modified Files: mktemp Log Message: mktemp is missing if debianutils is not enabled Index: mktemp =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/mktemp,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mktemp 24 Jul 2007 09:37:13 -0000 1.3 +++ mktemp 31 Jul 2007 13:33:19 -0000 1.4 @@ -23,8 +23,10 @@ # source functions and config source $MYDIR/settings -# Disabled due to duplicating of mktemp from debianutils -exit 0 +if [ "$CONFIG_DEBIANUTILS" = "y" ]; then + # Disabled due to duplicating of mktemp from debianutils + exit 0 +fi case $1 in build ) |
|
From: Björn R. <br...@us...> - 2007-07-31 13:27:03
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv6773 Modified Files: fblogo Log Message: fblogo is not needed on 2.6 kernel Index: fblogo =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/fblogo,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- fblogo 11 Jan 2004 14:43:04 -0000 1.4 +++ fblogo 31 Jul 2007 13:26:55 -0000 1.5 @@ -23,6 +23,9 @@ # source functions and config source $MYDIR/settings +# fblogo not needed with kernel 2.6 +exit 0 + case $1 in build ) make || exit 1 |
|
From: Björn R. <br...@us...> - 2007-07-31 13:23:33
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv5628 Modified Files: linux Log Message: get the devil-penguin boot-logo back Index: linux =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/linux,v retrieving revision 1.60 retrieving revision 1.61 diff -u -d -r1.60 -r1.61 --- linux 1 May 2007 00:30:31 -0000 1.60 +++ linux 31 Jul 2007 13:23:29 -0000 1.61 @@ -28,6 +28,12 @@ case $1 in build ) + if [ "$CONFIG_LINUX_VERSION" = "2.6" ] && [ ! -e drivers/video/logo/logo_linux_clut224.ppm.org ]; then + # Replace default penguin + cp -f drivers/video/logo/logo_linux_clut224.ppm drivers/video/logo/logo_linux_clut224.ppm.org + cp -f $DL_DIR/other/fblogo.pnm drivers/video/logo/logo_linux_clut224.ppm + fi + if [ -e .config.add ]; then # append settings from other progs to config file cat .config.add >> .config || exit 1 |
|
From: Serge L. <sma...@us...> - 2007-07-31 13:23:26
|
Update of /cvsroot/devil-linux/build In directory sc8-pr-cvs12.sourceforge.net:/tmp/cvs-serv5268 Modified Files: CHANGES md5sum.lst Log Message: -- updated bind (security fix) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1118 retrieving revision 1.1119 diff -u -d -r1.1118 -r1.1119 --- CHANGES 31 Jul 2007 12:23:52 -0000 1.1118 +++ CHANGES 31 Jul 2007 13:23:23 -0000 1.1119 @@ -22,10 +22,11 @@ # 1.3.4 -- added libradius and enabled hybrid auth for ipsec-tools -- downgraded syslinux to 3.36 -- updated syslog-ng to 2.0.4 -- upadted l7-filter to 2.12.1 (sl) +- updated bind to 9.4.1-P1 (sl) +- added libradius and enabled hybrid auth for ipsec-tools (sl) +- downgraded syslinux to 3.36 (sl) +- updated syslog-ng to 2.0.4 (sl) +- updated l7-filter to 2.12.1 (sl) - ported RUNFROMRAM from 1.2-branch (fl,brudner) - changed /etc/init.d/localnet to use iproute2 instead of ifconfig (brudner) - fixed list of ethernet-cards in setup-script to use lspci (brudner) Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.361 retrieving revision 1.362 diff -u -d -r1.361 -r1.362 --- md5sum.lst 31 Jul 2007 12:23:52 -0000 1.361 +++ md5sum.lst 31 Jul 2007 13:23:23 -0000 1.362 @@ -111,7 +111,7 @@ 3e6da58e0c479ae0de49ae3e6948576e src/awstats-6.6.tar.gz 00bfa16d58e034e3c2aa27f390390d30 src/bash-3.2.tar.gz d541419fd7e5642952d7b48cbb40c712 src/beep-1.2.2.tar.gz -09b54d35036cb0423b2e618f21766285 src/bind-9.4.1.tar.gz +44e0514e6105ddaa235394045d9aeb0c src/bind-9.4.1-P1.tar.gz e26e2e06b6e4bf3acf1dc8688a94c0d1 src/binutils-2.17.tar.bz2 b455001a51ca51c34ceea60b2911c89e src/binutils-patches.tar.bz2 22327efdd5080e2b1acb6e560a04b43a src/bison-2.3.tar.gz @@ -452,7 +452,9 @@ 8ca3f643057855bf98b9487f96ea486c src/sg3_utils-1.24.tgz bc5972a195290533b4c0576276056ed9 src/shadow-4.0.17.tar.bz2 016f49d71bc32eee2b5d11fc1600cfbe src/shfs-0.35.tar.gz -6fe1a8e4bf552ade7fdc327be94f09f4 src/shorewall-3.4.2.tar.bz2 +7d27cc549383c0e0a776a8ef25d9bf4f src/shorewall-common-4.0.0.tar.bz2 +e6056130c15b4e5bdbab26e8afb4a0e4 src/shorewall-perl-4.0.0.tar.bz2 +bedae9da5786cf5299450ba1a75324f1 src/shorewall-shell-4.0.0.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 |