From: Heiko Z. <smi...@us...> - 2011-01-07 15:40:01
|
Update of /cvsroot/devil-linux/build In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv23623 Modified Files: CHANGES Makefile.build Makefile.install md5sum.lst Log Message: added mod_proxy_html 3.1.1 Index: Makefile.build =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.build,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- Makefile.build 29 Dec 2010 15:17:47 -0000 1.26 +++ Makefile.build 7 Jan 2011 15:39:50 -0000 1.27 @@ -91,7 +91,7 @@ strongswan swig syslog-ng udev webmin GROUP_21 := Mail-SpamAssassin bluez-firmware bluez-hcidump bluez-utils ippool \ - lm_sensors mdadm mod_auth_kerb mod_authn_otp mod_perl module-init-tools \ + lm_sensors mdadm mod_auth_kerb mod_authn_otp mod_perl mod_proxy_html module-init-tools \ ntop openl2tp pam_radius poptop portslave \ pptp-linux rp-pppoe sagator xmbmon modsecurity-apache @@ -783,6 +783,8 @@ mod_authn_otp: | $(GROUP_20) +mod_proxy_html: | $(GROUP_20) + mod_perl: | $(GROUP_20) module-init-tools: | $(GROUP_20) Index: CHANGES =================================================================== RCS file: /cvsroot/devil-linux/build/CHANGES,v retrieving revision 1.1431 retrieving revision 1.1432 diff -u -d -r1.1431 -r1.1432 --- CHANGES 29 Dec 2010 15:17:47 -0000 1.1431 +++ CHANGES 7 Jan 2011 15:39:50 -0000 1.1432 @@ -22,6 +22,7 @@ # 1.4.2 +- added mod_proxy_html 3.1.1 - added mod_authn_otp 1.1.1 - updated fetchmail-6.3.19 - updated gradm-2.2.1-201012121738 Index: md5sum.lst =================================================================== RCS file: /cvsroot/devil-linux/build/md5sum.lst,v retrieving revision 1.611 retrieving revision 1.612 diff -u -d -r1.611 -r1.612 --- md5sum.lst 29 Dec 2010 15:17:47 -0000 1.611 +++ md5sum.lst 7 Jan 2011 15:39:50 -0000 1.612 @@ -307,6 +307,7 @@ a363588578050b3d320a2ceccf3ed666 src/mod_auth_kerb-5.3.tar.gz 50ddc1cacde9be8e8c20eb0e253267cf src/mod_authn_otp-1.1.1.tar.gz 1a05625ae6843085f985f5da8214502a src/mod_perl-2.0.4.tar.gz +d6497b48d2bffc4150472472004618c3 src/mod_proxy_html.tar.bz2 f7d14b97bbe54ecb953125b0f9b87a24 src/modsecurity-apache_2.5.12.tar.gz 28dfcb9e24cdbeb12b99ac1eb8af7dea src/module-init-tools-3.11.1.tar.bz2 1ba0065ed50509aaffb171594c689f46 src/motion-3.2.12.tar.gz Index: Makefile.install =================================================================== RCS file: /cvsroot/devil-linux/build/Makefile.install,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- Makefile.install 29 Dec 2010 15:17:47 -0000 1.18 +++ Makefile.install 7 Jan 2011 15:39:50 -0000 1.19 @@ -85,7 +85,7 @@ udev webmin GROUP_21 := Mail-SpamAssassin bluez-firmware bluez-hcidump bluez-utils ippool \ - lm_sensors mdadm mod_auth_kerb mod_authn_otp mod_perl module-init-tools \ + lm_sensors mdadm mod_auth_kerb mod_authn_otp mod_perl mod_proxy_html module-init-tools \ ntop openl2tp pam_radius poptop portslave \ pptp-linux rp-pppoe sagator xmbmon modsecurity-apache MailScanner @@ -700,6 +700,8 @@ mod_authn_otp: | $(GROUP_20) +mod_proxy_html: | $(GROUP_20) + mod_perl: | $(GROUP_20) module-init-tools: | $(GROUP_20) |