mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Upgrade to Apache 1.3.6 + mod_ssl 2.3.2
This especially makes the new Shared Memory based SSL session cache available through the use the MM port.
This commit is contained in:
parent
0a70d2c36b
commit
75e4134bc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19305
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: Apache + mod_ssl
|
||||
# Version required: 1.3.6 + 2.3.1
|
||||
# Version required: 1.3.6 + 2.3.2
|
||||
# Date created: Sat Aug 22 12:00:00 CDT 1998
|
||||
# Whom: rse@engelschall.com
|
||||
#
|
||||
# $Id: Makefile,v 1.31 1999/04/30 21:48:16 rse Exp $
|
||||
# $Id: Makefile,v 1.32 1999/06/02 07:18:31 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_${VERSION_APACHE}
|
||||
@ -42,12 +42,14 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
|
||||
MAINTAINER= rse@engelschall.com
|
||||
|
||||
BUILD_DEPENDS= openssl:${PORTSDIR}/security/openssl \
|
||||
mm-config:${PORTSDIR}/devel/mm \
|
||||
${PREFIX}/lib/libssl.a:${PORTSDIR}/security/openssl \
|
||||
${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl
|
||||
${PREFIX}/lib/libcrypto.a:${PORTSDIR}/security/openssl \
|
||||
${PREFIX}/lib/libmm.a:${PORTSDIR}/devel/mm
|
||||
RUN_DEPENDS= openssl:${PORTSDIR}/security/openssl
|
||||
|
||||
VERSION_APACHE= 1.3.6
|
||||
VERSION_MODSSL= 2.3.1
|
||||
VERSION_MODSSL= 2.3.2
|
||||
|
||||
Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.3/ssl_faq.html#y2k
|
||||
RESTRICTED= "Contains cryptography"
|
||||
@ -89,6 +91,7 @@ CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \
|
||||
CONFIGURE_ENV= CFLAGS='${CFLAGS}' \
|
||||
OPTIM='${OPTIM}' \
|
||||
SSL_BASE='SYSTEM' \
|
||||
EAPI_MM='SYSTEM' \
|
||||
PATH="${PREFIX}/bin:${PATH}"
|
||||
|
||||
INSTALL_TARGET= install-quiet
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643
|
||||
MD5 (mod_ssl-2.3.1-1.3.6.tar.gz) = e82a532308eaff55d68925c5bd0efdf6
|
||||
MD5 (mod_ssl-2.3.2-1.3.6.tar.gz) = faf92b30dd8c63d2925b83ffaea01670
|
||||
|
@ -31,7 +31,7 @@
|
||||
o Support for explicit seeding of the PRNG from external sources
|
||||
o Additional boolean-expression based access control facility
|
||||
o Backward compatibility to other Apache SSL solutions
|
||||
o Inter-process SSL session cache
|
||||
o Inter-process SSL session cache (DBM and Shared Memory based)
|
||||
o Powerful dedicated SSL engine logging facility
|
||||
o Simple and robust application to Apache source trees
|
||||
o Fully integrated into the Apache 1.3 configuration mechanism
|
||||
|
Loading…
Reference in New Issue
Block a user