mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Upgrade to Apache 1.3.4 + mod_ssl 2.2.1
This commit is contained in:
parent
0dea090527
commit
c8952a8dd0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16537
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: Apache + mod_ssl
|
||||
# Version required: 1.3.4 + 2.2.0
|
||||
# Version required: 1.3.4 + 2.2.1
|
||||
# Date created: Sat Aug 22 12:00:00 CDT 1998
|
||||
# Whom: rse@engelschall.com
|
||||
#
|
||||
# $Id: Makefile,v 1.17 1999/01/25 08:47:19 rse Exp $
|
||||
# $Id: Makefile,v 1.18 1999/01/27 20:08:09 rse Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_${VERSION_APACHE}
|
||||
@ -32,7 +32,7 @@ BUILD_DEPENDS= ssleay:${PORTSDIR}/security/openssl \
|
||||
RUN_DEPENDS= ssleay:${PORTSDIR}/security/openssl
|
||||
|
||||
VERSION_APACHE= 1.3.4
|
||||
VERSION_MODSSL= 2.2.0
|
||||
VERSION_MODSSL= 2.2.1
|
||||
|
||||
Y2K= http://www.engelschall.com/sw/mod_ssl/docs/2.2/ssl_faq.html#y2k
|
||||
RESTRICTED= "Contains cryptography"
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (apache_1.3.4.tar.gz) = eab1d93bc17e7d9fcf87dc9fa744a9d3
|
||||
MD5 (mod_ssl-2.2.0-1.3.4.tar.gz) = d8dcf725a5058ddb1b3780103b8251a3
|
||||
MD5 (mod_ssl-2.2.1-1.3.4.tar.gz) = c5bbb786e11e85ee52ce751411f715c6
|
||||
|
@ -22,7 +22,7 @@
|
||||
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 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
|
||||
|
@ -204,6 +204,8 @@ share/doc/apache/manual/mod/mod_ssl/ssl_cover_title.gif
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_faq.gfont000.gif
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_faq.html
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_glossary.html
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_howto.gfont000.gif
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_howto.html
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_intro.gfont000.gif
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_intro.html
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_intro_fig1.gif
|
||||
@ -243,6 +245,7 @@ share/doc/apache/manual/mod/mod_ssl/ssl_compat.wml
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_cover.wml
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_faq.wml
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_glossary.wml
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_howto.wml
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_intro.wml
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_overview.wml
|
||||
share/doc/apache/manual/mod/mod_ssl/ssl_reference.wml
|
||||
|
Loading…
Reference in New Issue
Block a user