Update to 1.3.23
PR: 34301 Submitted by: maintainer
This commit is contained in:
parent
694ed81f71
commit
abe3708919
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53792
4 changed files with 12 additions and 28 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= apache
|
||||
PORTVERSION= 1.3.22
|
||||
PORTVERSION= 1.3.23
|
||||
CATEGORIES= russian www
|
||||
MASTER_SITES= http://httpd.apache.org/dist/httpd/ \
|
||||
ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
|
||||
|
@ -29,9 +29,9 @@ PATCH_SITES= ftp://ftp.lexa.ru/pub/apache-rus/ \
|
|||
ftp://ftp.lexa.ru/pub/apache-rus/old-versions/
|
||||
PATCHFILES= patches_${PORTVERSION}rusPL${RA_VERSION}.tar.gz
|
||||
|
||||
MAINTAINER= Lev Serebryakov <lev@serebryakov.spb.ru>
|
||||
MAINTAINER= lev@serebryakov.spb.ru
|
||||
|
||||
RA_VERSION= 30.9
|
||||
RA_VERSION= 30.10
|
||||
Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000
|
||||
|
||||
#
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (apache_1.3.22.tar.gz) = 77d34c0ac49c3af2416b786228007f90
|
||||
MD5 (patches_1.3.22rusPL30.9.tar.gz) = 64251293f7a263c5dbe0c129878137cd
|
||||
MD5 (apache_1.3.23.tar.gz) = 4499443fa1d604243467afe64522abac
|
||||
MD5 (patches_1.3.23rusPL30.10.tar.gz) = ec18c3414ed3940d18d419ed1206ce56
|
||||
|
|
|
@ -42,25 +42,4 @@
|
|||
|
||||
#
|
||||
# Optionally add a line containing the server version and virtual host
|
||||
@@ -708,13 +723,17 @@
|
||||
# For example, the PHP 3.x module (not part of the Apache distribution - see
|
||||
# http://www.php.net) will typically use:
|
||||
#
|
||||
- #AddType application/x-httpd-php3 .php3
|
||||
- #AddType application/x-httpd-php3-source .phps
|
||||
+ <IfModule mod_php3.c>
|
||||
+ AddType application/x-httpd-php3 .php3
|
||||
+ AddType application/x-httpd-php3-source .php3s
|
||||
+ </IfModule>
|
||||
#
|
||||
# And for PHP 4.x, use:
|
||||
#
|
||||
- #AddType application/x-httpd-php .php
|
||||
- #AddType application/x-httpd-php-source .phps
|
||||
+ <IfModule mod_php4.c>
|
||||
+ AddType application/x-httpd-php .php
|
||||
+ AddType application/x-httpd-php-source .phps
|
||||
+ </IfModule>
|
||||
|
||||
AddType application/x-tar .tgz
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
bin/dbmmanage
|
||||
bin/checkgid
|
||||
bin/htdigest
|
||||
bin/htpasswd
|
||||
@unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi
|
||||
|
@ -299,6 +300,7 @@ share/doc/apache/manual/handler.html.en
|
|||
share/doc/apache/manual/handler.html.html
|
||||
share/doc/apache/manual/handler.html.ja.jis
|
||||
share/doc/apache/manual/header.html
|
||||
share/doc/apache/manual/howto/auth.html
|
||||
share/doc/apache/manual/howto/cgi.html.en
|
||||
share/doc/apache/manual/howto/cgi.html.html
|
||||
share/doc/apache/manual/howto/cgi.html.ja.jis
|
||||
|
@ -396,7 +398,9 @@ share/doc/apache/manual/mod/mod_cern_meta.html
|
|||
share/doc/apache/manual/mod/mod_cgi.html
|
||||
share/doc/apache/manual/mod/mod_cookies.html
|
||||
share/doc/apache/manual/mod/mod_digest.html
|
||||
share/doc/apache/manual/mod/mod_dir.html
|
||||
share/doc/apache/manual/mod/mod_dir.html.en
|
||||
share/doc/apache/manual/mod/mod_dir.html.html
|
||||
share/doc/apache/manual/mod/mod_dir.html.ja.jis
|
||||
share/doc/apache/manual/mod/mod_dld.html
|
||||
share/doc/apache/manual/mod/mod_env.html.en
|
||||
share/doc/apache/manual/mod/mod_env.html.html
|
||||
|
@ -469,6 +473,7 @@ share/doc/apache/manual/server-wide.html.en
|
|||
share/doc/apache/manual/server-wide.html.fr
|
||||
share/doc/apache/manual/server-wide.html.html
|
||||
share/doc/apache/manual/server-wide.html.ja.jis
|
||||
share/doc/apache/manual/sitemap.html
|
||||
share/doc/apache/manual/sourcereorg.html
|
||||
share/doc/apache/manual/stopping.html.en
|
||||
share/doc/apache/manual/stopping.html.fr
|
||||
|
|
Loading…
Reference in a new issue