diff options
author | jlam <jlam> | 2001-06-09 06:36:42 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-06-09 06:36:42 +0000 |
commit | 0e7e1247ff11072faec66e61fbca8e4396588331 (patch) | |
tree | 36f12b74c842e20e01bdc7c7d2d732bdfc0d50e9 /www/apache/distinfo | |
parent | e80ec7116eb14f251cf06008461b7a2b011fd4b1 (diff) | |
download | pkgsrc-0e7e1247ff11072faec66e61fbca8e4396588331.tar.gz |
Update apache to 1.3.20. Relevant changes from version 1.3.19 include:
NetBSD Packages Collection (pkgsrc) changes:
* Modify French page in same way as the English page. Translation
provided by Remi Zara <remi_zara@mac.com> in private e-mail.
* Use EAPI patches from mod_ssl-2.8.4-1.3.20.
* Unify repeated SED replacement info for config.layout, apache.sh,
DEINSTALL, and INSTALL into one location, FILES_SUBST.
* Modify patch to apxs to use 0:0 instead of root:wheel, as some
non-NetBSD systems don't have a wheel group.
The general bug fixes:
* Eliminate a potential segfault if an invalid floating point value
is passed to the ap_snprintf() function, on platforms supporting
isnan() and isinf().
* Fix a possible segfault at startup in the detection of a default
ServerName or IP string when no ServerName was specified.
* Fixed mod_proxy to retain empty headers, as allowed by RFC2068.
* Properly resolve the location of ndbm on Linux and some glibc2
builds, where ndbm.h is in the nonstandard db1/ subdir.
The main new features include:
* Enhanced rotatelogs to allow a UTC offset to be specified, and
the format logfile names with human-readable date/time stamps.
* Added the NOESCAPE (NS) flag to RewriteRule, to disable *all*
normal URI escaping. Note incautious use can give unexpected
results or introduce security risks.
* Added the '\' character to RewriteRule to allow escaping of
special characters. Allows embedding of both the '$' and '%'
characters in the results, so 'foo\$1' translates to 'foo$1'
rather than 'foo\<value of $1>'.
* Added the -V flag to suexec, to display the compile-time settings
with which it was built. (Only valid for root or the HTTPD_USER
username.)
* Introduced EBCDIC conversion configuration options, controlling the
conversion based on MIME type or file suffix.
Diffstat (limited to 'www/apache/distinfo')
-rw-r--r-- | www/apache/distinfo | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/www/apache/distinfo b/www/apache/distinfo index 5edff8188c0..0b16268eca7 100644 --- a/www/apache/distinfo +++ b/www/apache/distinfo @@ -1,17 +1,18 @@ -$NetBSD: distinfo,v 1.4 2001/05/14 14:02:02 jlam Exp $ +$NetBSD: distinfo,v 1.5 2001/06/09 06:36:42 jlam Exp $ -SHA1 (apache_1.3.19.tar.gz) = 2cc8d431ef9eb1037f876394fef4aecb83948501 -Size (apache_1.3.19.tar.gz) = 1928677 bytes +SHA1 (apache_1.3.20.tar.gz) = c791b6513b253035c04e76f4e1882ad847134a12 +Size (apache_1.3.20.tar.gz) = 1973138 bytes SHA1 (sitedrivenby.gif) = 7671e9a8ec2cad3961b268befd33c0920e07c658 Size (sitedrivenby.gif) = 8519 bytes -SHA1 (mod_ssl-2.8.3-1.3.19.tar.gz) = 073259fbd02bffc9fd64a26014f3ca4720aaef24 -Size (mod_ssl-2.8.3-1.3.19.tar.gz) = 750777 bytes +SHA1 (mod_ssl-2.8.4-1.3.20.tar.gz) = 11114eedd0bc77309ce732b250ccbfbe32060616 +Size (mod_ssl-2.8.4-1.3.20.tar.gz) = 751936 bytes SHA1 (patch-aa) = aed136dfee27b1fe98892d669d218c1070782b5e SHA1 (patch-ab) = 71ea1f3a59e0f7bc37175b0eefd462a1f7ca4fb6 -SHA1 (patch-ac) = 4c18bb80f3fbe8d44c941e403ff10fd92b820785 +SHA1 (patch-ac) = 12347c7a306d3e898b032c2b4b3b01670b62d4fd SHA1 (patch-ad) = 79e9b2adb23e412195f0382b30b56496af735297 SHA1 (patch-ae) = 29e1da736d6948d550039cc4ddd1e7743e7e0feb SHA1 (patch-af) = 3396cbc389cdaad64573e8d99d1a2613a1e5915e SHA1 (patch-ag) = 5586719f7fa7b5d670d2735e487943c046533ea6 SHA1 (patch-ah) = 553f8f2bf4bf7278adb46ff8749be154f10e39d3 -SHA1 (patch-ai) = 6bf9f59849803e2594ef9eaff161b377c6d1071a +SHA1 (patch-ai) = a5e66d9e64aa2fe59dc2a2186ae169bcb8e5e071 +SHA1 (patch-aj) = 9070bd6b504701432302ef89a84b9270e646f833 |