Upgrade to Apache 1.3.4 + mod_ssl 2.2.5
This fixes two really nasty bugs, so users are encouraged to upgrade. Additionally a little bit more portlint cleanups were done and switched to HAS_CONFIGURE from GNU_CONFIGURE now that we've the CONFIG_TARGET stuff...
This commit is contained in:
parent
7f4bc5f70b
commit
78891fa98e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17281
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: Apache + mod_ssl
|
||||
# Version required: 1.3.4 + 2.2.4
|
||||
# Version required: 1.3.4 + 2.2.5
|
||||
# Date created: Sat Aug 22 12:00:00 CDT 1998
|
||||
# Whom: rse@engelschall.com
|
||||
#
|
||||
# $Id: Makefile,v 1.23 1999/03/13 17:11:03 billf Exp $
|
||||
# $Id: Makefile,v 1.24 1999/03/13 17:57:44 billf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_${VERSION_APACHE}
|
||||
@ -36,7 +36,6 @@ MASTER_SITES= http://www.apache.org/dist/ \
|
||||
ftp://ftp.mtnranch.net/pub/apache/dist/ \
|
||||
ftp://ftp.iodynamics.com/pub/mirror/apache/dist/ \
|
||||
ftp://apache.nextpath.com/pub/apache/dist/
|
||||
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
mod_ssl-${VERSION_MODSSL}-${VERSION_APACHE}${EXTRACT_SUFX}
|
||||
|
||||
@ -48,13 +47,15 @@ BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl \
|
||||
RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl
|
||||
|
||||
VERSION_APACHE= 1.3.4
|
||||
VERSION_MODSSL= 2.2.4
|
||||
VERSION_MODSSL= 2.2.5
|
||||
|
||||
Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.2/ssl_faq.html#y2k
|
||||
RESTRICTED= "Contains cryptography"
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-layout=GNU \
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--with-layout=GNU \
|
||||
--with-perl=${PERL5} \
|
||||
--sysconfdir=${PREFIX}/etc/apache \
|
||||
--includedir=${PREFIX}/include/apache \
|
||||
--logfiledir=/var/log \
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.3.4.tar.gz) = eab1d93bc17e7d9fcf87dc9fa744a9d3
|
||||
MD5 (mod_ssl-2.2.4-1.3.4.tar.gz) = 8abe5c4d041c49f4fb8f4525f836fd59
|
||||
MD5 (mod_ssl-2.2.5-1.3.4.tar.gz) = bd333cddd2f3bd9a5e1999fd08fafb0f
|
||||
|
Loading…
Reference in New Issue
Block a user