diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-09 11:26:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-09 11:26:33 +0000 |
commit | 2a1bff66d3ec9a124a1e3be6e4012555ef55e9d1 (patch) | |
tree | ca1d84654d6d362b255590dcbdde6c6535cd6ce1 /www/thttpd | |
parent | 14cefa554090385d9521cc3759341ceb85e35113 (diff) | |
download | pkgsrc-2a1bff66d3ec9a124a1e3be6e4012555ef55e9d1.tar.gz |
Update to 2.21b, as requested in pkg/13144 by Wolfgang Rupprecht.
Changes: Lots of bugfixes (lingering-close problem, USR1 handling,
off-by-1 in base64 decoding and others), throttling syslog, tuned
throttling, improvements on mmap cache, etc. See
http://www.acme.com/software/thttpd/#releasenotes
Diffstat (limited to 'www/thttpd')
-rw-r--r-- | www/thttpd/Makefile | 4 | ||||
-rw-r--r-- | www/thttpd/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index b070f3ce0bd..7191e185c27 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2001/02/17 17:22:41 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2001/06/09 11:26:33 wiz Exp $ -DISTNAME= thttpd-2.20b +DISTNAME= thttpd-2.21b CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thttpd/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/www/thttpd/distinfo b/www/thttpd/distinfo index 8cb9900ebe4..f7c95246123 100644 --- a/www/thttpd/distinfo +++ b/www/thttpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 12:02:46 skrll Exp $ +$NetBSD: distinfo,v 1.3 2001/06/09 11:26:33 wiz Exp $ -SHA1 (thttpd-2.20b.tar.gz) = 761e3b2aa9ec070330a75fb30b9b20f8b834aca5 -Size (thttpd-2.20b.tar.gz) = 123822 bytes +SHA1 (thttpd-2.21b.tar.gz) = 4ad90204802b2456a59c9bfdf20695e4a3ebb6fd +Size (thttpd-2.21b.tar.gz) = 127824 bytes SHA1 (sitedrivenby.gif) = 7671e9a8ec2cad3961b268befd33c0920e07c658 Size (sitedrivenby.gif) = 8519 bytes SHA1 (patch-aa) = e8dab4830fe993da8eb35de8250502e807b60444 |