mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Upgrade to Apache 1.3.4 + mod_ssl 2.2.0
This commit is contained in:
parent
3d22513ff0
commit
94c3e13b3b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16389
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: Apache + mod_ssl
|
||||
# Version required: 1.3.4 + 2.1.8
|
||||
# Version required: 1.3.4 + 2.2.0
|
||||
# Date created: Sat Aug 22 12:00:00 CDT 1998
|
||||
# Whom: rse@engelschall.com
|
||||
#
|
||||
# $Id: Makefile,v 1.16 1999/01/13 08:03:03 rse Exp $
|
||||
# $Id: Makefile,v 1.17 1999/01/25 08:47:19 rse Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_${VERSION_APACHE}
|
||||
@ -32,9 +32,9 @@ BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl \
|
||||
RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl
|
||||
|
||||
VERSION_APACHE= 1.3.4
|
||||
VERSION_MODSSL= 2.1.8
|
||||
VERSION_MODSSL= 2.2.0
|
||||
|
||||
Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.1/ssl_faq.html#y2k
|
||||
Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.2/ssl_faq.html#y2k
|
||||
RESTRICTED= "Contains cryptography"
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.3.4.tar.gz) = eab1d93bc17e7d9fcf87dc9fa744a9d3
|
||||
MD5 (mod_ssl-2.1.8-1.3.4.tar.gz) = b000d50c714661e7b0c3ae9d319861b4
|
||||
MD5 (mod_ssl-2.2.0-1.3.4.tar.gz) = d8dcf725a5058ddb1b3780103b8251a3
|
||||
|
@ -1,4 +1,4 @@
|
||||
Apache 1.3 + mod_ssl 2.1 ``mod_ssl combines the flexibility of
|
||||
Apache 1.3 + mod_ssl 2.2 ``mod_ssl combines the flexibility of
|
||||
======================== Apache with the security of SSLeay.''
|
||||
|
||||
This is Apache version 1.3 plus mod_ssl which provides strong cryptography
|
||||
@ -21,6 +21,8 @@
|
||||
o Support for the SSLeay+RSAref US-situation
|
||||
o Advanced pass-phrase handling for private keys
|
||||
o X.509 certificate based authentication for both client and server
|
||||
o Support for per-URL renegotiation of SSL handshake parameters
|
||||
o Support for explicit seeding of the PRNG with external sources
|
||||
o Additional boolean-expression based access control facility
|
||||
o Backward compatibility to other Apache SSL solutions
|
||||
o Inter-process SSL session cache
|
||||
|
Loading…
Reference in New Issue
Block a user