diff options
author | jlam <jlam@pkgsrc.org> | 2000-10-13 21:46:45 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-10-13 21:46:45 +0000 |
commit | d0abc415acaa984185f88328f37f3fa203de4230 (patch) | |
tree | bbbd4a13306531b308882edc1d11ac1d988a39f2 /www/apache/files | |
parent | b2dc1746adfdd048a1b5e7f487a601978a548738 (diff) | |
download | pkgsrc-d0abc415acaa984185f88328f37f3fa203de4230.tar.gz |
Update apache to 1.3.14. Changes from version 1.3.12 are listed below.
The security fixes are:
* A problem with the Rewrite module, mod_rewrite, allowed access to
any file on the web server under certain circumstances
* The handling of Host: headers in mass virtual hosting
configurations, mod_vhost_alias, could allow access to any file on
the server
* If a cgi-bin directory is under the document root, the source to
the scripts inside it could be sent if using mass virtual hosting
The main new features include:
* Support for a directory-based configuration system. If any of the
configuration directives point to directories instead of files,
all files in that directory (and in subdirectories) will be also
parsed as configuration files
* Support name-based virtual hosting without needing to specify an
IP address in the Apache configuration file. This enables sites
that use dynamic IP addresses to support name-based virtual
hosting as well as allowing identical machines to share a
configuration file, say in a load-balanced cluster
* The SetEnvIf and BrowserMatch range of directives are now able to
be used in .htaccess files.
* Administrators who are nervous about their full server version
details being public can use the new keyword 'ProductOnly' in the
ServerTokens directive. This keyword forces the server to only
return the string "Apache" as the server version.
* The new digest authentication module, mod_auth_digest has had a
number of fixes and upgrades applied
Diffstat (limited to 'www/apache/files')
-rw-r--r-- | www/apache/files/md5 | 6 | ||||
-rw-r--r-- | www/apache/files/patch-sum | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/apache/files/md5 b/www/apache/files/md5 index 32784ab260a..ee75e0eea06 100644 --- a/www/apache/files/md5 +++ b/www/apache/files/md5 @@ -1,5 +1,5 @@ -$NetBSD: md5,v 1.15 2000/09/12 14:17:32 jlam Exp $ +$NetBSD: md5,v 1.16 2000/10/13 21:46:45 jlam Exp $ -MD5 (apache_1.3.12.tar.gz) = de3ccff384b0d4ab94c3251cb85d49d2 -MD5 (mod_ssl-2.6.6-1.3.12.tar.gz) = 573b4d89c1f203216a55fb5c2aece009 +MD5 (apache_1.3.14.tar.gz) = 34803e3d83a0a9ed981b571657b33109 +MD5 (mod_ssl-2.7.0-1.3.14.tar.gz) = 65aae4a18dcd0e36140dbfda4584f8d7 MD5 (sitedrivenby.gif) = ad0647dceb931d02bfd046e55915f7b1 diff --git a/www/apache/files/patch-sum b/www/apache/files/patch-sum index e7f1e659db3..179f9ab3a2a 100644 --- a/www/apache/files/patch-sum +++ b/www/apache/files/patch-sum @@ -1,10 +1,10 @@ -$NetBSD: patch-sum,v 1.9 2000/09/12 14:17:32 jlam Exp $ +$NetBSD: patch-sum,v 1.10 2000/10/13 21:46:45 jlam Exp $ MD5 (patch-aa) = 0051d044e6e1c4a6cdfd793d8b69ffb6 -MD5 (patch-ab) = e14fea44aad40628c7aaad9f0cf60d82 -MD5 (patch-ac) = cba94ba78c7fe69e4016bdf7ba1902c8 +MD5 (patch-ab) = 86886e1e816bcc5527072c4027586cd3 +MD5 (patch-ac) = 7b43e8d3467d6a13480991fcaba44350 MD5 (patch-ad) = 40f2b9c12d7ef36bbc842480af61b833 -MD5 (patch-ae) = 7e394585ccd02038ce16484fd9b0e8c9 +MD5 (patch-ae) = b76129eb2aa925e8531cbc73593191c1 MD5 (patch-af) = 40600e577259ca9afc36f1ff2aa1a9f9 MD5 (patch-ag) = 6c7b5fd3185385e0b5309cb707516d18 MD5 (patch-ah) = e27e529142e5ee6fc1be0f965e5510e0 |