diff options
author | jlam <jlam@pkgsrc.org> | 2001-10-17 19:17:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-10-17 19:17:00 +0000 |
commit | 1008fafeadb3d03aacfc04718c38d6b2d081216e (patch) | |
tree | c4a7f2d70a445f83ecaa5cfeff02f44875b2896f /www/apache/patches/patch-aj | |
parent | fa9bbbad08c22148fa9499e2344169553226351f (diff) | |
download | pkgsrc-1008fafeadb3d03aacfc04718c38d6b2d081216e.tar.gz |
Update apache to 1.3.22. Relevant changes from version 1.3.20 include
using the pkgsrc expat library instead of the builtin one (this is to
avoid conflicts between expat libraries when an expat XML parser is loaded
by either mod_perl or mod_php), and:
Security vulnerabilities
* A vulnerability was found in the split-logfile support program. A
request with a specially crafted Host: header could allow any file
with a .log extension on the system to be written to.
* A vulnerability was found when Multiviews are used to negotiate
the directory index. In some configurations, requesting a URI with
a QUERY_STRING of M=D could return a directory listing rather than
the expected index page.
General bug fixes and improvements
* Bug fixes
* The supplied icons are now also distributed in PNG format
* New directives have been added to the mod_usertrack module, The
first, CookieDomain, can be used to customise the Domain
attribute.
* A new directive, AcceptMutex, allows run-time configuration of the
mutex type used for accept serialization.
* mod_auth has been enhanced to allow access to a document to be
controlled based on the owner of the file being served.
* A new directive, AcceptFilter, has been added to control BSD
accept filters at run-time. The functionality can postpone the
requirement for a child process to handle a new connection until
an HTTP request has arrived, therefore increasing the number of
connections that a given number of child processes can handle
Diffstat (limited to 'www/apache/patches/patch-aj')
-rw-r--r-- | www/apache/patches/patch-aj | 53 |
1 files changed, 27 insertions, 26 deletions
diff --git a/www/apache/patches/patch-aj b/www/apache/patches/patch-aj index 81470ce5d35..5d9c5725ad0 100644 --- a/www/apache/patches/patch-aj +++ b/www/apache/patches/patch-aj @@ -1,36 +1,37 @@ -$NetBSD: patch-aj,v 1.6 2001/06/09 06:36:44 jlam Exp $ +$NetBSD: patch-aj,v 1.7 2001/10/17 19:17:00 jlam Exp $ ---- htdocs/index.html.fr.orig Tue May 1 06:31:10 2001 -+++ htdocs/index.html.fr Sat Jun 9 01:48:28 2001 -@@ -36,12 +36,27 @@ - <HR WIDTH="50%" SIZE="8"> +--- htdocs/index.html.fr.orig Wed Jun 27 08:38:39 2001 ++++ htdocs/index.html.fr Tue Oct 16 22:29:50 2001 +@@ -36,12 +36,28 @@ + <hr width="50%" size="8"> - <p>La <A HREF="manual/">documentation</A> Apache est incluse dans cette + <p>La <a href="manual/">documentation</a> Apache est incluse dans cette -distribution.</p> +distribution. Si l'extension SSL <STRONG>mod_ssl</STRONG> a \xe9t\xe9 +install\xe9e, lisez alors attentivement la -+<A HREF="manual/mod/mod_ssl/index.html">documentation SSL</A>.</p> - --<p>Le webmaster de ce site peut librement utiliser l'image ci-dessous sur un --site web utilisant le logiciel Apache. Merci d'avoir choisi Apache !</p> ++<a href="manual/mod/mod_ssl/index.html">documentation SSL</a>.</p> ++ +<p>Des informations sur le syst\xe8me d'exploitation multi-plateforme NetBSD +peuvent être trouv\xe9es sur -+<A HREF="http://www.netbsd.org/">la homepage du projet NetBSD</A>.</p> ++<a href="http://www.netbsd.org/">la homepage du projet NetBSD</a>.</p> ++ ++<p>Le webmaster de ce site peut librement utiliser les images ci-dessous sur u --<DIV ALIGN="CENTER"><IMG SRC="apache_pb.gif" ALT=""></DIV> -+<p>Le webmaster de ce site peut librement utiliser les images ci-dessous sur un +-<p>Le webmaster de ce site peut librement utiliser l'image ci-dessous sur un +-site web utilisant le logiciel Apache. Merci d'avoir choisi Apache !</p> +site web utilisant les logiciels Apache et NetBSD. Merci d'avoir choisi -+<A HREF="http://www.apache.org/">Apache</A> sur -+<A HREF="http://www.netbsd.org/">NetBSD</A> !</p> -+ -+<DIV ALIGN="CENTER"> -+ <A HREF="http://www.apache.org/"> -+ <IMG SRC="apache_pb.gif" BORDER="0" ALT="Powered by Apache"> -+ </A> -+ <A HREF="http://www.netbsd.org/"> -+ <IMG SRC="sitedrivenby.gif" BORDER="0" ALT="Site driven by NetBSD"> -+ </A> -+</DIV> ++<a href="http://www.apache.org/">Apache</a> sur ++<a href="http://www.netbsd.org/">NetBSD</a> !</p> + +-<div align="CENTER"><img src="apache_pb.gif" alt=""></div> ++<div align="CENTER"> ++ <a href="http://www.apache.org/"> ++ <img src="apache_pb.gif" BORDER="0" alt="Powered by Apache"> ++ </a> ++ <a href="http://www.netbsd.org/"> ++ <img src="sitedrivenby.gif" BORDER="0" alt="Site driven by NetBSD"> ++ </a> ++</div> - </BODY> - </HTML> + </body> + </html> |