diff options
author | itojun <itojun@pkgsrc.org> | 2000-10-28 02:35:52 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-10-28 02:35:52 +0000 |
commit | da6833051b4e2c28e0b9aceb32345abf766654aa (patch) | |
tree | b1fff457740930d63250e86362a6a70041ff5325 /www/thttpd | |
parent | 2ba7be2bd382fdcc11291e1f66d433c3240436d8 (diff) | |
download | pkgsrc-da6833051b4e2c28e0b9aceb32345abf766654aa.tar.gz |
upgrade to 2.20b. main purpose for this upgrade is security fix.
---
New in version 2.20b:
* Corrected version of Marcel Telka's ssi fix. My bad.
New in version 2.20:
* Performance improvements to the timer package via hashing, and
double-linking / sorting the lists. Partially based on a suggestion by
Michal Ostrowski.
* Performance improvement to the mmap cache package, from Evan Jones.
* Minor Linux fix for open files limit, from Jordan Ritter.
* Fix for null ClientData, which picky compilers didn't like.
* Unknown sockaddr type becomes a non-fatal error, preventing a DOS attack.
* Close extraneous file descriptors on CGI calls - from Russell Dill.
* Security fixes for the external ssi program, from ghandi@dopesquad.net and
Wolfgang Rupprecht.
* Fix to make the ssi program elide the HTML comment sequence, from Marcel
Telka.
* Red Hat packaging updates from Bennett Todd.
* Throttling fix from Tom Pavel.
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 4 | ||||
-rw-r--r-- | www/thttpd/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 4c26236b7f5..4c85c658b57 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2000/09/20 05:14:13 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2000/10/28 02:35:52 itojun Exp $ -DISTNAME= thttpd-2.19 +DISTNAME= thttpd-2.20b CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thttpd/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/www/thttpd/files/md5 b/www/thttpd/files/md5 index 754ca84a263..453bb013f38 100644 --- a/www/thttpd/files/md5 +++ b/www/thttpd/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.6 2000/07/27 12:42:08 jlam Exp $ +$NetBSD: md5,v 1.7 2000/10/28 02:35:52 itojun Exp $ -MD5 (thttpd-2.19.tar.gz) = 69a8cf991cf67b03d82971151d4ba50f +MD5 (thttpd-2.20b.tar.gz) = ab9c3c1214f599d86944d6264ec90fed MD5 (sitedrivenby.gif) = ad0647dceb931d02bfd046e55915f7b1 |