diff options
author | reed <reed@pkgsrc.org> | 2004-03-22 19:50:16 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-03-22 19:50:16 +0000 |
commit | d874b430138c17606f36039cbeb466be793b0b51 (patch) | |
tree | 4dd94b5b6582e34fb4943d2c75a72ef48ea48125 /devel/apr | |
parent | fd787fa2e9073f8eaa209dd211a7557203a180ec (diff) | |
download | pkgsrc-d874b430138c17606f36039cbeb466be793b0b51.tar.gz |
Update apache2 to 2.0.49. This includes various changes since last release
including:
*) SECURITY: CAN-2004-0174 (cve.mitre.org)
Fix starvation issue on listening sockets where a short-lived
connection on a rarely-accessed listening socket will cause a
child to hold the accept mutex and block out new connections until
another connection arrives on that rarely-accessed listening socket.
With Apache 2.x there is no performance concern about enabling the
logic for platforms which don't need it, so it is enabled everywhere
except for Win32. [Jeff Trawick]
*) SECURITY: CAN-2004-0113 (cve.mitre.org)
mod_ssl: Fix a memory leak in plain-HTTP-on-SSL-port handling.
PR 27106. [Joe Orton]
*) SECURITY: CAN-2003-0020 (cve.mitre.org)
Escape arbitrary data before writing into the errorlog. Unescaped
errorlogs are still possible using the compile time switch
"-DAP_UNSAFE_ERROR_LOG_UNESCAPED". [Geoffrey Young, Andr<E9> Malo]
Complete changelog is at http://www.apache.org/dist/httpd/CHANGES_2.0
Package changes include:
buildlink depends increased for apache2 (but not for apr).
apr package version changes, but APR_VERSION stays same.
more files installed and added to PLIST.
share/httpd/manual/search/manual-index.cgi removed from PLIST.
Also removing share/httpd/htdocs and share/httpd directories
removed from PLIST because already handled by MAKE_DIRS.
(I think this should use OWN_DIRS.)
(jlam@ said he would like this update done during freeze.)
Diffstat (limited to 'devel/apr')
-rw-r--r-- | devel/apr/Makefile | 3 | ||||
-rw-r--r-- | devel/apr/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/apr/Makefile b/devel/apr/Makefile index 3f33cedc38d..897f847c117 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2004/03/09 19:34:14 snj Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/22 19:50:16 reed Exp $ PKGNAME= apr-${APR_VERSION}.${APACHE_VERSION} -PKGREVISION= 1 CATEGORIES= devel HOMEPAGE= http://apr.apache.org/ diff --git a/devel/apr/distinfo b/devel/apr/distinfo index 480d0eb8833..0eb78e7ecab 100644 --- a/devel/apr/distinfo +++ b/devel/apr/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2003/10/28 21:12:11 mason Exp $ +$NetBSD: distinfo,v 1.7 2004/03/22 19:50:16 reed Exp $ -SHA1 (httpd-2.0.48.tar.gz) = 1e7311d0a2ff845a0d0f60ca96981b82403db2d4 -Size (httpd-2.0.48.tar.gz) = 6258490 bytes +SHA1 (httpd-2.0.49.tar.gz) = 7fe1f9bc835b91d5e55aa39a792b0050a634485b +Size (httpd-2.0.49.tar.gz) = 5919279 bytes SHA1 (patch-aa) = 17e79d6c54c855c4210f68e5facca1002d2512fa SHA1 (patch-ab) = bb9a9f0fbf5d48748f2a0826509a19b915d2bc72 SHA1 (patch-an) = 64006f0f1b5c3f20df6f47624e56aac0d99ae056 |