diff options
author | mrg <mrg> | 2010-09-20 23:01:25 +0000 |
---|---|---|
committer | mrg <mrg> | 2010-09-20 23:01:25 +0000 |
commit | 6eba2bb54470558b02d3455cd4ddf8811ca10a3d (patch) | |
tree | e02fe909f7d6254069fb21d61576cfc1f86e55d6 /www | |
parent | 24613749862b87097d24f5e35ed5f0ba52b76c34 (diff) | |
download | pkgsrc-6eba2bb54470558b02d3455cd4ddf8811ca10a3d.tar.gz |
update to bozohttpd 20100920. changes include:
o use scandir() with alphasort() for sorted directory lists, from moof
o fix a serious error in vhost handling; "Host:.." would allow access to
the next level directory from the virtual root directory, from seanb
o fix some various non standard compile time errors, from rudolf
o fix dynamic CGI content maps, from rudolf
Diffstat (limited to 'www')
-rw-r--r-- | www/bozohttpd/Makefile | 4 | ||||
-rw-r--r-- | www/bozohttpd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 506e12d5ac2..8dde643a576 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.72 2010/06/22 05:24:59 mrg Exp $ +# $NetBSD: Makefile,v 1.73 2010/09/20 23:01:25 mrg Exp $ # -DISTNAME= bozohttpd-20100621 +DISTNAME= bozohttpd-20100920 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 diff --git a/www/bozohttpd/distinfo b/www/bozohttpd/distinfo index 52a63a0ed20..93cbe6cdb5a 100644 --- a/www/bozohttpd/distinfo +++ b/www/bozohttpd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.53 2010/06/22 05:24:59 mrg Exp $ +$NetBSD: distinfo,v 1.54 2010/09/20 23:01:25 mrg Exp $ -SHA1 (bozohttpd-20100621.tar.bz2) = 31fd889fdb672021b77c18a526c25e864cd40d96 -RMD160 (bozohttpd-20100621.tar.bz2) = 08929ed45f346093d9d289e5912f8d79a3bc714b -Size (bozohttpd-20100621.tar.bz2) = 46446 bytes +SHA1 (bozohttpd-20100920.tar.bz2) = 6c12afdc194f854b65563fe29caecac1e931dde0 +RMD160 (bozohttpd-20100920.tar.bz2) = b6f36a6e0f5bfacb8591e5193beac0e0611a8488 +Size (bozohttpd-20100920.tar.bz2) = 46550 bytes SHA1 (patch-aa) = 2e70d3d10aa8bc228331cc1a229ef04106aca210 SHA1 (patch-ab) = 67c4299d7a857d7d6179ee7a437b76d29db596cd |