update openssl: 0.9.6h -> 0.9.7
[nethome.git] / bin / vellumweb-build
index ed8e916..249b8b4 100755 (executable)
@@ -6,9 +6,9 @@ arch=$HOME/arch
 prefix=/usr/local/apache
 pkgs="
        httpd=apache_1.3.27
-       openssl=openssl-0.9.6g
-       modssl=mod_ssl-2.8.11-1.3.27
-       php=php-4.2.3
+       openssl=openssl-0.9.7
+       modssl=mod_ssl-2.8.12-1.3.27
+       php=php-4.3.0
        modperl=mod_perl-1.27
        "
 with_perl=false
@@ -62,7 +62,7 @@ pushd $php
        make install
 popd
 
-if $with_perl;then
+if $with_perl;then
 pushd $modperl
        perl Makefile.PL APACHE_SRC=../$httpd DO_HTTPD=1 USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1 \
                        PERL_DEBUG=1