[Apachetoolbox-commit] Apachetoolbox/etc defaults.conf,1.26,1.27
Brought to you by:
bryanandrews
From: Kevin J. M. Jr. <nir...@us...> - 2005-02-17 14:28:00
|
Update of /cvsroot/apachetoolbox/Apachetoolbox/etc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23541/etc Modified Files: defaults.conf Log Message: Fixed a bug with mod_auth_ldap. Some more version updates. Replaced some bad mirrors. Index: defaults.conf =================================================================== RCS file: /cvsroot/apachetoolbox/Apachetoolbox/etc/defaults.conf,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** defaults.conf 31 Jan 2005 14:31:23 -0000 1.26 --- defaults.conf 17 Feb 2005 14:27:50 -0000 1.27 *************** *** 9,19 **** APACHE_VERSION=$APACHE APACHE_SUPPORT="http://www.apache.org/" ! LIBPNG=1.2.7 #LIBXPM=4.7 LIBJPEG=6b ! GD=2.0.28 PHP_GD=2.0.23 MYSQL=4.0.23 ! POSTGRESQL=7.4.6 PHP5=5.0.3 PHP4=4.3.10 --- 9,19 ---- APACHE_VERSION=$APACHE APACHE_SUPPORT="http://www.apache.org/" ! LIBPNG=1.2.8 #LIBXPM=4.7 LIBJPEG=6b ! GD=2.0.33 PHP_GD=2.0.23 MYSQL=4.0.23 ! POSTGRESQL=7.4.7 PHP5=5.0.3 PHP4=4.3.10 *************** *** 26,30 **** UNIXODBC=2.2.10 MODSSL=2.8.22-$APACHE ! OPENSSL=0.9.7d LIBXML2=2.6.17 EXPAT=1.95.6 --- 26,30 ---- UNIXODBC=2.2.10 MODSSL=2.8.22-$APACHE ! OPENSSL=0.9.7e LIBXML2=2.6.17 EXPAT=1.95.6 *************** *** 68,72 **** T1LIB=1.3.1 MODAUTHPOP3=0.0.1 ! OPENLDAP=2.2.20 SUPHP=0.5.2 #this is the 3rd party version, not used at the moment --- 68,72 ---- T1LIB=1.3.1 MODAUTHPOP3=0.0.1 ! OPENLDAP=2.2.23 SUPHP=0.5.2 #this is the 3rd party version, not used at the moment |