mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Upgrade to Apache 1.3.9 and mod_ssl 2.4.0.
This commit is contained in:
parent
81edf31bce
commit
d52c6146dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20832
12 changed files with 69 additions and 18 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: So 21 Jun 1998 16:09:39 CEST
|
||||
# Whom: Stefan Herrmann <stefan@asterix.webaffairs.net>
|
||||
#
|
||||
# $Id: Makefile,v 1.85 1999/08/19 11:26:45 dirk Exp $
|
||||
# $Id: Makefile,v 1.86 1999/08/19 11:55:29 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_${VERSION_APACHE}
|
||||
|
@ -47,7 +47,7 @@ Y2K= http://www.php.net/y2k.php3
|
|||
|
||||
PHP_DISTDIR= distributions
|
||||
|
||||
VERSION_APACHE= 1.3.6
|
||||
VERSION_APACHE= 1.3.9
|
||||
VERSION_PHP= 3.0.12
|
||||
|
||||
USE_PERL5= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643
|
||||
MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32
|
||||
MD5 (php-3.0.12.tar.gz) = 0d3b9517f8af17f1cd8c994d6fa26dd7
|
||||
MD5 (mod_ssl-2.3.11-1.3.6.tar.gz) = f1c0c7aea63ab09391516999af11e65b
|
||||
MD5 (mod_ssl-2.4.0-1.3.9.tar.gz) = 225c82d5d54a0e1c872bfcc7ffdfb0d8
|
||||
|
|
|
@ -17,6 +17,7 @@ include/apache/ap_config_auto.h
|
|||
include/apache/ap_ctype.h
|
||||
include/apache/ap_md5.h
|
||||
include/apache/ap_mmn.h
|
||||
include/apache/ap_sha1.h
|
||||
include/apache/buff.h
|
||||
include/apache/compat.h
|
||||
include/apache/conf.h
|
||||
|
@ -41,6 +42,18 @@ include/apache/util_date.h
|
|||
include/apache/util_md5.h
|
||||
include/apache/util_script.h
|
||||
include/apache/util_uri.h
|
||||
include/apache/xml/asciitab.h
|
||||
include/apache/xml/hashtable.h
|
||||
include/apache/xml/iasciitab.h
|
||||
include/apache/xml/latin1tab.h
|
||||
include/apache/xml/nametab.h
|
||||
include/apache/xml/utf8tab.h
|
||||
include/apache/xml/xmldef.h
|
||||
include/apache/xml/xmlparse.h
|
||||
include/apache/xml/xmlrole.h
|
||||
include/apache/xml/xmltok.h
|
||||
include/apache/xml/xmltok_impl.h
|
||||
libexec/apache/httpd.exp
|
||||
libexec/apache/libproxy.so
|
||||
libexec/apache/mod_access.so
|
||||
libexec/apache/mod_actions.so
|
||||
|
@ -71,6 +84,7 @@ libexec/apache/mod_status.so
|
|||
libexec/apache/mod_unique_id.so
|
||||
libexec/apache/mod_userdir.so
|
||||
libexec/apache/mod_usertrack.so
|
||||
libexec/apache/mod_vhost_alias.so
|
||||
sbin/ab
|
||||
sbin/apache
|
||||
sbin/apachectl
|
||||
|
@ -144,6 +158,7 @@ share/apache/htdocs/manual/mod/mod_auth.html
|
|||
share/apache/htdocs/manual/mod/mod_auth_anon.html
|
||||
share/apache/htdocs/manual/mod/mod_auth_db.html
|
||||
share/apache/htdocs/manual/mod/mod_auth_dbm.html
|
||||
share/apache/htdocs/manual/mod/mod_auth_digest.html
|
||||
share/apache/htdocs/manual/mod/mod_autoindex.html
|
||||
share/apache/htdocs/manual/mod/mod_browser.html
|
||||
share/apache/htdocs/manual/mod/mod_cern_meta.html
|
||||
|
@ -178,6 +193,7 @@ share/apache/htdocs/manual/mod/mod_status.html
|
|||
share/apache/htdocs/manual/mod/mod_unique_id.html
|
||||
share/apache/htdocs/manual/mod/mod_userdir.html
|
||||
share/apache/htdocs/manual/mod/mod_usertrack.html
|
||||
share/apache/htdocs/manual/mod/mod_vhost_alias.html
|
||||
share/apache/htdocs/manual/multilogs.html
|
||||
share/apache/htdocs/manual/new_features_1_0.html
|
||||
share/apache/htdocs/manual/new_features_1_1.html
|
||||
|
@ -326,6 +342,7 @@ share/doc/apache/README
|
|||
share/doc/php/CODING_STANDARDS
|
||||
share/doc/php/LICENSE
|
||||
@dirrm etc/apache
|
||||
@dirrm include/apache/xml
|
||||
@dirrm include/apache
|
||||
@dirrm libexec/apache
|
||||
@dirrm share/apache/cgi-bin
|
||||
|
|
|
@ -117,11 +117,11 @@ BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\
|
|||
\${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm
|
||||
RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl
|
||||
|
||||
VERSION_MODSSL= 2.3.11
|
||||
VERSION_MODSSL= 2.4.0
|
||||
|
||||
RESTRICTED= "Contains cryptography"
|
||||
|
||||
CONFIGURE_ARGS+=--enable-module=ssl \
|
||||
CONFIGURE_ARGS+=--enable-module=ssl \\
|
||||
--enable-module=define
|
||||
CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: So 21 Jun 1998 16:09:39 CEST
|
||||
# Whom: Stefan Herrmann <stefan@asterix.webaffairs.net>
|
||||
#
|
||||
# $Id: Makefile,v 1.88 1999/08/19 11:26:47 dirk Exp $
|
||||
# $Id: Makefile,v 1.89 1999/08/19 11:55:29 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_${VERSION_APACHE}
|
||||
|
@ -47,7 +47,7 @@ Y2K= http://www.php.net/y2k.php3
|
|||
|
||||
PHP_DISTDIR= version4/downloads
|
||||
|
||||
VERSION_APACHE= 1.3.6
|
||||
VERSION_APACHE= 1.3.9
|
||||
VERSION_PHP= 4.0b2
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643
|
||||
MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32
|
||||
MD5 (php-4.0b2.tar.gz) = 509c245c2ec36d227985dd550e94240c
|
||||
MD5 (mod_ssl-2.3.11-1.3.6.tar.gz) = f1c0c7aea63ab09391516999af11e65b
|
||||
MD5 (mod_ssl-2.4.0-1.3.9.tar.gz) = 225c82d5d54a0e1c872bfcc7ffdfb0d8
|
||||
|
|
|
@ -17,6 +17,7 @@ include/apache/ap_config_auto.h
|
|||
include/apache/ap_ctype.h
|
||||
include/apache/ap_md5.h
|
||||
include/apache/ap_mmn.h
|
||||
include/apache/ap_sha1.h
|
||||
include/apache/buff.h
|
||||
include/apache/compat.h
|
||||
include/apache/conf.h
|
||||
|
@ -41,6 +42,18 @@ include/apache/util_date.h
|
|||
include/apache/util_md5.h
|
||||
include/apache/util_script.h
|
||||
include/apache/util_uri.h
|
||||
include/apache/xml/asciitab.h
|
||||
include/apache/xml/hashtable.h
|
||||
include/apache/xml/iasciitab.h
|
||||
include/apache/xml/latin1tab.h
|
||||
include/apache/xml/nametab.h
|
||||
include/apache/xml/utf8tab.h
|
||||
include/apache/xml/xmldef.h
|
||||
include/apache/xml/xmlparse.h
|
||||
include/apache/xml/xmlrole.h
|
||||
include/apache/xml/xmltok.h
|
||||
include/apache/xml/xmltok_impl.h
|
||||
libexec/apache/httpd.exp
|
||||
libexec/apache/libproxy.so
|
||||
libexec/apache/mod_access.so
|
||||
libexec/apache/mod_actions.so
|
||||
|
@ -71,6 +84,7 @@ libexec/apache/mod_status.so
|
|||
libexec/apache/mod_unique_id.so
|
||||
libexec/apache/mod_userdir.so
|
||||
libexec/apache/mod_usertrack.so
|
||||
libexec/apache/mod_vhost_alias.so
|
||||
sbin/ab
|
||||
sbin/apache
|
||||
sbin/apachectl
|
||||
|
@ -144,6 +158,7 @@ share/apache/htdocs/manual/mod/mod_auth.html
|
|||
share/apache/htdocs/manual/mod/mod_auth_anon.html
|
||||
share/apache/htdocs/manual/mod/mod_auth_db.html
|
||||
share/apache/htdocs/manual/mod/mod_auth_dbm.html
|
||||
share/apache/htdocs/manual/mod/mod_auth_digest.html
|
||||
share/apache/htdocs/manual/mod/mod_autoindex.html
|
||||
share/apache/htdocs/manual/mod/mod_browser.html
|
||||
share/apache/htdocs/manual/mod/mod_cern_meta.html
|
||||
|
@ -178,6 +193,7 @@ share/apache/htdocs/manual/mod/mod_status.html
|
|||
share/apache/htdocs/manual/mod/mod_unique_id.html
|
||||
share/apache/htdocs/manual/mod/mod_userdir.html
|
||||
share/apache/htdocs/manual/mod/mod_usertrack.html
|
||||
share/apache/htdocs/manual/mod/mod_vhost_alias.html
|
||||
share/apache/htdocs/manual/multilogs.html
|
||||
share/apache/htdocs/manual/new_features_1_0.html
|
||||
share/apache/htdocs/manual/new_features_1_1.html
|
||||
|
@ -322,6 +338,7 @@ share/doc/apache/README
|
|||
share/doc/php/CODING_STANDARDS
|
||||
share/doc/php/LICENSE
|
||||
@dirrm etc/apache
|
||||
@dirrm include/apache/xml
|
||||
@dirrm include/apache
|
||||
@dirrm libexec/apache
|
||||
@dirrm share/apache/cgi-bin
|
||||
|
|
|
@ -117,11 +117,11 @@ BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\
|
|||
\${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm
|
||||
RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl
|
||||
|
||||
VERSION_MODSSL= 2.3.11
|
||||
VERSION_MODSSL= 2.4.0
|
||||
|
||||
RESTRICTED= "Contains cryptography"
|
||||
|
||||
CONFIGURE_ARGS+=--enable-module=ssl \
|
||||
CONFIGURE_ARGS+=--enable-module=ssl \\
|
||||
--enable-module=define
|
||||
CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}"
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Date created: So 21 Jun 1998 16:09:39 CEST
|
||||
# Whom: Stefan Herrmann <stefan@asterix.webaffairs.net>
|
||||
#
|
||||
# $Id: Makefile,v 1.88 1999/08/19 11:26:47 dirk Exp $
|
||||
# $Id: Makefile,v 1.89 1999/08/19 11:55:29 dirk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= apache_${VERSION_APACHE}
|
||||
|
@ -47,7 +47,7 @@ Y2K= http://www.php.net/y2k.php3
|
|||
|
||||
PHP_DISTDIR= version4/downloads
|
||||
|
||||
VERSION_APACHE= 1.3.6
|
||||
VERSION_APACHE= 1.3.9
|
||||
VERSION_PHP= 4.0b2
|
||||
|
||||
NO_LATEST_LINK= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (apache_1.3.6.tar.gz) = b4114ed78f296bfe424c4ba05dccc643
|
||||
MD5 (apache_1.3.9.tar.gz) = 880af89251943c67e3614bf2ffb89b32
|
||||
MD5 (php-4.0b2.tar.gz) = 509c245c2ec36d227985dd550e94240c
|
||||
MD5 (mod_ssl-2.3.11-1.3.6.tar.gz) = f1c0c7aea63ab09391516999af11e65b
|
||||
MD5 (mod_ssl-2.4.0-1.3.9.tar.gz) = 225c82d5d54a0e1c872bfcc7ffdfb0d8
|
||||
|
|
|
@ -17,6 +17,7 @@ include/apache/ap_config_auto.h
|
|||
include/apache/ap_ctype.h
|
||||
include/apache/ap_md5.h
|
||||
include/apache/ap_mmn.h
|
||||
include/apache/ap_sha1.h
|
||||
include/apache/buff.h
|
||||
include/apache/compat.h
|
||||
include/apache/conf.h
|
||||
|
@ -41,6 +42,18 @@ include/apache/util_date.h
|
|||
include/apache/util_md5.h
|
||||
include/apache/util_script.h
|
||||
include/apache/util_uri.h
|
||||
include/apache/xml/asciitab.h
|
||||
include/apache/xml/hashtable.h
|
||||
include/apache/xml/iasciitab.h
|
||||
include/apache/xml/latin1tab.h
|
||||
include/apache/xml/nametab.h
|
||||
include/apache/xml/utf8tab.h
|
||||
include/apache/xml/xmldef.h
|
||||
include/apache/xml/xmlparse.h
|
||||
include/apache/xml/xmlrole.h
|
||||
include/apache/xml/xmltok.h
|
||||
include/apache/xml/xmltok_impl.h
|
||||
libexec/apache/httpd.exp
|
||||
libexec/apache/libproxy.so
|
||||
libexec/apache/mod_access.so
|
||||
libexec/apache/mod_actions.so
|
||||
|
@ -71,6 +84,7 @@ libexec/apache/mod_status.so
|
|||
libexec/apache/mod_unique_id.so
|
||||
libexec/apache/mod_userdir.so
|
||||
libexec/apache/mod_usertrack.so
|
||||
libexec/apache/mod_vhost_alias.so
|
||||
sbin/ab
|
||||
sbin/apache
|
||||
sbin/apachectl
|
||||
|
@ -144,6 +158,7 @@ share/apache/htdocs/manual/mod/mod_auth.html
|
|||
share/apache/htdocs/manual/mod/mod_auth_anon.html
|
||||
share/apache/htdocs/manual/mod/mod_auth_db.html
|
||||
share/apache/htdocs/manual/mod/mod_auth_dbm.html
|
||||
share/apache/htdocs/manual/mod/mod_auth_digest.html
|
||||
share/apache/htdocs/manual/mod/mod_autoindex.html
|
||||
share/apache/htdocs/manual/mod/mod_browser.html
|
||||
share/apache/htdocs/manual/mod/mod_cern_meta.html
|
||||
|
@ -178,6 +193,7 @@ share/apache/htdocs/manual/mod/mod_status.html
|
|||
share/apache/htdocs/manual/mod/mod_unique_id.html
|
||||
share/apache/htdocs/manual/mod/mod_userdir.html
|
||||
share/apache/htdocs/manual/mod/mod_usertrack.html
|
||||
share/apache/htdocs/manual/mod/mod_vhost_alias.html
|
||||
share/apache/htdocs/manual/multilogs.html
|
||||
share/apache/htdocs/manual/new_features_1_0.html
|
||||
share/apache/htdocs/manual/new_features_1_1.html
|
||||
|
@ -322,6 +338,7 @@ share/doc/apache/README
|
|||
share/doc/php/CODING_STANDARDS
|
||||
share/doc/php/LICENSE
|
||||
@dirrm etc/apache
|
||||
@dirrm include/apache/xml
|
||||
@dirrm include/apache
|
||||
@dirrm libexec/apache
|
||||
@dirrm share/apache/cgi-bin
|
||||
|
|
|
@ -117,11 +117,11 @@ BUILD_DEPENDS+= openssl:\${PORTSDIR}/security/openssl \\
|
|||
\${PREFIX}/lib/libmm.a:\${PORTSDIR}/devel/mm
|
||||
RUN_DEPENDS+= openssl:\${PORTSDIR}/security/openssl
|
||||
|
||||
VERSION_MODSSL= 2.3.11
|
||||
VERSION_MODSSL= 2.4.0
|
||||
|
||||
RESTRICTED= "Contains cryptography"
|
||||
|
||||
CONFIGURE_ARGS+=--enable-module=ssl \
|
||||
CONFIGURE_ARGS+=--enable-module=ssl \\
|
||||
--enable-module=define
|
||||
CONFIGURE_ENV+= SSL_BASE='SYSTEM' EAPI_MM='SYSTEM' PATH="\${PREFIX}/bin:\${PATH}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue