update openssl: 0.9.6g -> 0.9.6h
[nethome.git] / bin / vellumweb-build
index ed8e916..c17d839 100755 (executable)
@@ -6,8 +6,8 @@ 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
+       openssl=openssl-0.9.6h
+       modssl=mod_ssl-2.8.12-1.3.27
        php=php-4.2.3
        modperl=mod_perl-1.27
        "
@@ -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