diff options
author | jlam <jlam> | 2001-05-14 14:02:47 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-05-14 14:02:47 +0000 |
commit | 87f050f01f1b94fbc37b35013056ae3e1e5f739b (patch) | |
tree | 488ea2e5e19cfcf68396935b10171ca9fe34e822 /www/ap-ssl/Makefile | |
parent | dbc0cff139e43ebc7c31e5e423d0adc48f1684a2 (diff) | |
download | pkgsrc-87f050f01f1b94fbc37b35013056ae3e1e5f739b.tar.gz |
Update ap-ssl to 2.8.3. Changes from version 2.8.2 include:
*) Allow loadcacert.cgi script to work inside mod_perl.
*) Fixed typo in the directive descriptions in mod_ssl.c
*) Fixed ENGINE support: the engine support is are now already
loaded at configure time. Else mod_ssl fails to find them.
Diffstat (limited to 'www/ap-ssl/Makefile')
-rw-r--r-- | www/ap-ssl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 1c732f10693..eb424d2c77a 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2001/04/30 04:27:34 jlam Exp $ +# $NetBSD: Makefile,v 1.36 2001/05/14 14:02:47 jlam Exp $ -DISTNAME= mod_ssl-2.8.2-1.3.19 -PKGNAME= ap-ssl-2.8.2 +DISTNAME= mod_ssl-2.8.3-1.3.19 +PKGNAME= ap-ssl-2.8.3 CATEGORIES= www security MASTER_SITES= http://www.modssl.org/source/ @@ -9,7 +9,7 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.modssl.org/ COMMENT= SSL/TLS protocols module for Apache -DEPENDS+= apache>=1.3.19nb1:../../www/apache +DEPENDS+= apache>=1.3.19nb2:../../www/apache # For "apxs": BUILD_DEPENDS+= perl>=${PERL5_REQD}:../../lang/perl5 |