Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2002 22:04:08 +0200 (CEST)
From:      Udo Schweigert <udo.schweigert@siemens.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43666: update of www/apache13 and www/apache2
Message-ID:  <200210042004.g94K4831007174@alaska.cert.siemens.de>

next in thread | raw e-mail | index | archive | help

>Number:         43666
>Category:       ports
>Synopsis:       update of www/apache13 and www/apache2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 04 13:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Udo Schweigert
>Release:        FreeBSD 4.7-RC i386
>Organization:
>Environment:
System: FreeBSD alaska.cert.siemens.de 4.7-RC FreeBSD 4.7-RC #23: Wed Oct 2 18:11:44 CEST 2002 ust@alaska.cert.siemens.de:/usr/obj/work/src/RELENG_4/sys/alaska i386


	
>Description:

The Apache www servers have recently been updated to 1.3.27 resp. 2.0.43. Here
are patches to update the ports tree.

>How-To-Repeat:
>Fix:

Apache13:

diff -u /usr/ports/www/apache13/Makefile ./Makefile
--- /usr/ports/www/apache13/Makefile	Sat Jun 22 07:47:32 2002
+++ ./Makefile	Fri Oct  4 19:03:57 2002
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	apache
-PORTVERSION=    1.3.26
-PORTREVISION=   3
+PORTVERSION=    1.3.27
 CATEGORIES=	www
 MASTER_SITES=   http://www.apache.org/dist/httpd/ \
 		ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \
diff -u /usr/ports/www/apache13/distinfo ./distinfo
--- /usr/ports/www/apache13/distinfo	Wed Jun 19 04:01:59 2002
+++ ./distinfo	Fri Oct  4 09:00:56 2002
@@ -1 +1 @@
-MD5 (apache_1.3.26.tar.gz) = 52e9b875597a208fca9d393e710087b6
+MD5 (apache_1.3.27.tar.gz) = 65b89365a65dcad71d4402b4862beeaa
diff -u /usr/ports/www/apache13/pkg-plist ./pkg-plist
--- /usr/ports/www/apache13/pkg-plist	Fri Oct  4 13:30:19 2002
+++ ./pkg-plist	Fri Oct  4 18:59:59 2002
@@ -56,15 +56,15 @@
 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/xmlrole.h
+include/apache/xml/xmlparse.h
+include/apache/xml/xmldef.h
+include/apache/xml/utf8tab.h
+include/apache/xml/nametab.h
+include/apache/xml/latin1tab.h
+include/apache/xml/iasciitab.h
+include/apache/xml/hashtable.h
 include/apache/xml/xmltok_impl.h
 libexec/apache/httpd.exp
 libexec/apache/libproxy.so
@@ -175,6 +175,7 @@
 share/doc/apache/howto/cgi.html.ja.jis
 share/doc/apache/howto/footer.html
 share/doc/apache/howto/header.html
+share/doc/apache/howto/htaccess.html
 share/doc/apache/howto/ssi.html.en
 share/doc/apache/howto/ssi.html.html
 share/doc/apache/howto/ssi.html.ja.jis
@@ -259,11 +260,13 @@
 share/doc/apache/mod/mod_actions.html.en
 share/doc/apache/mod/mod_actions.html.html
 share/doc/apache/mod/mod_actions.html.ja.jis
-share/doc/apache/mod/mod_alias.html
+share/doc/apache/mod/mod_alias.html.en
+share/doc/apache/mod/mod_alias.html.ja.jis
 share/doc/apache/mod/mod_asis.html.en
 share/doc/apache/mod/mod_asis.html.html
 share/doc/apache/mod/mod_asis.html.ja.jis
-share/doc/apache/mod/mod_auth.html
+share/doc/apache/mod/mod_auth.html.en
+share/doc/apache/mod/mod_auth.html.ja.jis
 share/doc/apache/mod/mod_auth_anon.html
 share/doc/apache/mod/mod_auth_db.html
 share/doc/apache/mod/mod_auth_dbm.html

Apache2:

diff -ru /usr/ports/www/apache2/Makefile ./Makefile
--- /usr/ports/www/apache2/Makefile	Wed Sep 25 18:42:24 2002
+++ ./Makefile	Fri Oct  4 20:07:22 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	apache
-PORTVERSION=	2.0.42
+PORTVERSION=	2.0.43
 CATEGORIES=	www ipv6
 MASTER_SITES=	http://www.apache.org/dist/httpd/ \
 		http://apache.mirrorcentral.com/dist/httpd/ \
diff -ru /usr/ports/www/apache2/distinfo ./distinfo
--- /usr/ports/www/apache2/distinfo	Wed Sep 25 18:42:24 2002
+++ ./distinfo	Fri Oct  4 08:38:24 2002
@@ -1,2 +1,2 @@
-MD5 (httpd-2.0.42.tar.gz) = 1ea73daf7626ae1e332da7618be81be9
+MD5 (httpd-2.0.43.tar.gz) = 8051de5d160c43d4ed2cc47dc9be6fd3
 MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62
diff -ru /usr/ports/www/apache2/files/patch-Makefile.in ./files/patch-Makefile.in
--- /usr/ports/www/apache2/files/patch-Makefile.in	Sat Aug 10 02:56:52 2002
+++ ./files/patch-Makefile.in	Fri Oct  4 21:46:21 2002
@@ -1,5 +1,5 @@
---- Makefile.in.orig	Fri Jul 26 00:47:12 2002
-+++ Makefile.in	Sat Aug 10 09:38:48 2002
+--- Makefile.in.orig	Mon Sep 30 17:34:40 2002
++++ Makefile.in	Fri Oct  4 21:45:44 2002
 @@ -36,10 +36,13 @@
  	    if test ! -f $(DESTDIR)$(sysconfdir)/$$i; then \
  	        $(INSTALL_DATA) $$i $(DESTDIR)$(sysconfdir); \
@@ -34,7 +34,7 @@
 -	    echo Installing HTML documents ; \
 -	    $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir) ; \
 -	    test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(DESTDIR)$(htdocsdir)) ; \
--	    cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -print | xargs rm -rf ; \
+-	    cd $(DESTDIR)$(htdocsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
 -	fi
 +	@echo Installing HTML documents
 +	@test -d $(DESTDIR)$(htdocsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(htdocsdir)-dist
@@ -49,7 +49,7 @@
 -	    echo Installing error documents ; \
 -	    $(MKINSTALLDIRS) $(DESTDIR)$(errordir) ; \
 -	    cd $(top_srcdir)/docs/error && cp -rp * $(DESTDIR)$(errordir) ; \
--	    test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name "CVS" -print | xargs rm -rf ; \
+-	    test "x$(errordir)" != "x" && cd $(DESTDIR)$(errordir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
 -	fi
 +	@echo Installing error documents
 +	@test -d $(DESTDIR)$(errordir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(errordir)-dist
@@ -64,7 +64,7 @@
 -	    echo Installing icons ; \
 -	    $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir) ; \
 -	    cd $(top_srcdir)/docs/icons && cp -rp * $(DESTDIR)$(iconsdir) ; \
--	    test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name "CVS" -print | xargs rm -rf ; \
+-	    test "x$(iconsdir)" != "x" && cd $(DESTDIR)$(iconsdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
 -	fi
 +	@echo Installing icons
 +	@test -d $(DESTDIR)$(iconsdir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(iconsdir)-dist
@@ -79,7 +79,7 @@
 -	   echo Installing CGIs ; \
 -	   $(MKINSTALLDIRS) $(DESTDIR)$(cgidir) ; \
 -	   cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(DESTDIR)$(cgidir) ; \
--	   test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -print | xargs rm -rf ; \
+-	   test "x$(cgidir)" != "x" && cd $(DESTDIR)$(cgidir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null || true; \
 -	fi
 +	@echo Installing CGIs
 +	@test -d $(DESTDIR)$(cgidir)-dist || $(MKINSTALLDIRS) $(DESTDIR)$(cgidir)-dist
@@ -99,7 +99,7 @@
 +.if !defined(NOPORTDOCS)
 +	@test -d $(DESTDIR)$(manualdir)   || $(MKINSTALLDIRS) $(DESTDIR)$(manualdir)
  	@(cd $(top_srcdir)/docs/manual && cp -rp * $(DESTDIR)$(manualdir))
- 	@(cd $(DESTDIR)$(manualdir) && find . -name "CVS" -print | xargs rm -rf)
+ 	@(cd $(DESTDIR)$(manualdir) && find . -name "CVS" -type d -print | xargs rm -rf 2>/dev/null ) || true
 +.endif
  
  install-suexec:
diff -ru /usr/ports/www/apache2/pkg-plist ./pkg-plist
--- /usr/ports/www/apache2/pkg-plist	Wed Sep 25 18:42:24 2002
+++ ./pkg-plist	Fri Oct  4 19:50:26 2002
@@ -229,6 +229,7 @@
 %%PORTDOCS%%share/doc/apache2/custom-error.html.en
 %%PORTDOCS%%share/doc/apache2/custom-error.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/custom-error.xml
+%%PORTDOCS%%share/doc/apache2/custom-error.xml.ja
 %%PORTDOCS%%share/doc/apache2/developer/API.html
 %%PORTDOCS%%share/doc/apache2/developer/debugging.html
 %%PORTDOCS%%share/doc/apache2/developer/documenting.html
@@ -249,7 +250,6 @@
 %%PORTDOCS%%share/doc/apache2/dso.html.ko.euc-kr
 %%PORTDOCS%%share/doc/apache2/dso.xml
 %%PORTDOCS%%share/doc/apache2/dso.xml.ja
-%%PORTDOCS%%share/doc/apache2/ebcdic.html
 %%PORTDOCS%%share/doc/apache2/env.html.en
 %%PORTDOCS%%share/doc/apache2/env.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/env.xml
@@ -313,6 +313,7 @@
 %%PORTDOCS%%share/doc/apache2/install.html.ko.euc-kr
 %%PORTDOCS%%share/doc/apache2/install.xml
 %%PORTDOCS%%share/doc/apache2/install.xml.de
+%%PORTDOCS%%share/doc/apache2/install.xml.ja
 %%PORTDOCS%%share/doc/apache2/invoking.html.en
 %%PORTDOCS%%share/doc/apache2/invoking.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/invoking.xml
@@ -320,25 +321,28 @@
 %%PORTDOCS%%share/doc/apache2/logs.html.en
 %%PORTDOCS%%share/doc/apache2/logs.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/logs.xml
+%%PORTDOCS%%share/doc/apache2/logs.xml.ja
 %%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html
 %%PORTDOCS%%share/doc/apache2/misc/descriptors.html
 %%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html
 %%PORTDOCS%%share/doc/apache2/misc/footer.html
 %%PORTDOCS%%share/doc/apache2/misc/header.html
-%%PORTDOCS%%share/doc/apache2/misc/index.html
+%%PORTDOCS%%share/doc/apache2/misc/index.html.en
+%%PORTDOCS%%share/doc/apache2/misc/index.xml
 %%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html
-%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html
-%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html
+%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html.en
+%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.xml
+%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html.en
+%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.xml
 %%PORTDOCS%%share/doc/apache2/misc/security_tips.html.en
 %%PORTDOCS%%share/doc/apache2/misc/security_tips.xml
 %%PORTDOCS%%share/doc/apache2/misc/tutorials.html
-%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml
-%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/core.html.en
 %%PORTDOCS%%share/doc/apache2/mod/core.xml
 %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.en
 %%PORTDOCS%%share/doc/apache2/mod/directive-dict.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml
+%%PORTDOCS%%share/doc/apache2/mod/directive-dict.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/directives.html.en
 %%PORTDOCS%%share/doc/apache2/mod/directives.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/directives.xml
@@ -386,7 +390,9 @@
 %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.en
+%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml
+%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html.en
@@ -406,7 +412,9 @@
 %%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_disk_cache.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.en
+%%PORTDOCS%%share/doc/apache2/mod/mod_echo.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml
+%%PORTDOCS%%share/doc/apache2/mod/mod_echo.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/mod_env.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_env.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mod_env.xml
@@ -426,13 +434,17 @@
 %%PORTDOCS%%share/doc/apache2/mod/mod_include.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_include.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_info.html.en
+%%PORTDOCS%%share/doc/apache2/mod/mod_info.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mod_info.xml
+%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_ldap.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml
+%%PORTDOCS%%share/doc/apache2/mod/mod_logio.html.en
+%%PORTDOCS%%share/doc/apache2/mod/mod_logio.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_mem_cache.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_mime.html.en
@@ -440,19 +452,25 @@
 %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.en
+%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml
+%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.en
+%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml
+%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/mod_so.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_so.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_so.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.en
+%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml
+%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_status.html.en
@@ -462,7 +480,9 @@
 %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml
 %%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.en
+%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml
+%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml
@@ -474,6 +494,7 @@
 %%PORTDOCS%%share/doc/apache2/mod/module-dict.html.en
 %%PORTDOCS%%share/doc/apache2/mod/module-dict.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/module-dict.xml
+%%PORTDOCS%%share/doc/apache2/mod/module-dict.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.en
 %%PORTDOCS%%share/doc/apache2/mod/mpm_common.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml
@@ -490,6 +511,10 @@
 %%PORTDOCS%%share/doc/apache2/mod/prefork.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/prefork.xml
 %%PORTDOCS%%share/doc/apache2/mod/prefork.xml.ja
+%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.en
+%%PORTDOCS%%share/doc/apache2/mod/quickreference.html.ja.jis
+%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml
+%%PORTDOCS%%share/doc/apache2/mod/quickreference.xml.ja
 %%PORTDOCS%%share/doc/apache2/mod/worker.html.en
 %%PORTDOCS%%share/doc/apache2/mod/worker.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/mod/worker.xml
@@ -506,8 +531,13 @@
 %%PORTDOCS%%share/doc/apache2/new_features_2_0.html.ko.euc-kr
 %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml
 %%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.de
+%%PORTDOCS%%share/doc/apache2/new_features_2_0.xml.ja
+%%PORTDOCS%%share/doc/apache2/platform/ebcdic.html.en
+%%PORTDOCS%%share/doc/apache2/platform/ebcdic.xml
 %%PORTDOCS%%share/doc/apache2/platform/footer.html
 %%PORTDOCS%%share/doc/apache2/platform/header.html
+%%PORTDOCS%%share/doc/apache2/platform/index.html.en
+%%PORTDOCS%%share/doc/apache2/platform/index.xml
 %%PORTDOCS%%share/doc/apache2/platform/netware.html.en
 %%PORTDOCS%%share/doc/apache2/platform/netware.xml
 %%PORTDOCS%%share/doc/apache2/platform/perf-hp.html.en
@@ -539,20 +569,26 @@
 %%PORTDOCS%%share/doc/apache2/server-wide.html.en
 %%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/server-wide.xml
+%%PORTDOCS%%share/doc/apache2/server-wide.xml.ja
 %%PORTDOCS%%share/doc/apache2/sitemap.html.en
 %%PORTDOCS%%share/doc/apache2/sitemap.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/sitemap.xml
+%%PORTDOCS%%share/doc/apache2/sitemap.xml.ja
 %%PORTDOCS%%share/doc/apache2/ssl/footer.html
 %%PORTDOCS%%share/doc/apache2/ssl/header.html
 %%PORTDOCS%%share/doc/apache2/ssl/index.html.en
 %%PORTDOCS%%share/doc/apache2/ssl/index.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html
+%%PORTDOCS%%share/doc/apache2/ssl/index.xml
+%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html.en
+%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.xml
 %%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg
 %%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_glossary.html
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html
+%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html.en
+%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.xml
+%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html.en
+%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.xml
+%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html.en
+%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.xml
 %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif
 %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif
 %%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif
@@ -562,6 +598,7 @@
 %%PORTDOCS%%share/doc/apache2/stopping.html.en
 %%PORTDOCS%%share/doc/apache2/stopping.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/stopping.xml
+%%PORTDOCS%%share/doc/apache2/stopping.xml.ja
 %%PORTDOCS%%share/doc/apache2/style/common.dtd
 %%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc-b.css
 %%PORTDOCS%%share/doc/apache2/style/css/manual-loose-100pc.css
@@ -592,11 +629,13 @@
 %%PORTDOCS%%share/doc/apache2/style/lang/de.xml
 %%PORTDOCS%%share/doc/apache2/style/lang/en.xml
 %%PORTDOCS%%share/doc/apache2/style/lang/ja.xml
+%%PORTDOCS%%share/doc/apache2/style/lang/ru.xml
 %%PORTDOCS%%share/doc/apache2/style/lang/sv.xml
 %%PORTDOCS%%share/doc/apache2/style/manual.de.xsl
 %%PORTDOCS%%share/doc/apache2/style/manual.en.xsl
 %%PORTDOCS%%share/doc/apache2/style/manual.ja.xsl
 %%PORTDOCS%%share/doc/apache2/style/manual.pt-br.xsl
+%%PORTDOCS%%share/doc/apache2/style/manual.ru.xsl
 %%PORTDOCS%%share/doc/apache2/style/manual.sv.xsl
 %%PORTDOCS%%share/doc/apache2/style/manualpage.dtd
 %%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd
@@ -605,11 +644,13 @@
 %%PORTDOCS%%share/doc/apache2/style/xsl/directiveindex.xsl
 %%PORTDOCS%%share/doc/apache2/style/xsl/manualpage.xsl
 %%PORTDOCS%%share/doc/apache2/style/xsl/moduleindex.xsl
+%%PORTDOCS%%share/doc/apache2/style/xsl/quickreference.xsl
 %%PORTDOCS%%share/doc/apache2/style/xsl/sitemap.xsl
 %%PORTDOCS%%share/doc/apache2/style/xsl/synopsis.xsl
 %%PORTDOCS%%share/doc/apache2/suexec.html.en
 %%PORTDOCS%%share/doc/apache2/suexec.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/suexec.xml
+%%PORTDOCS%%share/doc/apache2/suexec.xml.ja
 %%PORTDOCS%%share/doc/apache2/upgrading.html.de
 %%PORTDOCS%%share/doc/apache2/upgrading.html.en
 %%PORTDOCS%%share/doc/apache2/upgrading.html.fr
@@ -621,6 +662,7 @@
 %%PORTDOCS%%share/doc/apache2/urlmapping.html.en
 %%PORTDOCS%%share/doc/apache2/urlmapping.html.ja.jis
 %%PORTDOCS%%share/doc/apache2/urlmapping.xml
+%%PORTDOCS%%share/doc/apache2/urlmapping.xml.ja
 %%PORTDOCS%%share/doc/apache2/vhosts/details.html
 %%PORTDOCS%%share/doc/apache2/vhosts/examples.html
 %%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html.en
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210042004.g94K4831007174>