diff options
author | mrg <mrg@pkgsrc.org> | 2017-02-01 13:05:36 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2017-02-01 13:05:36 +0000 |
commit | 7e95f43adf46d0e733cf3bc033d7bf84784bb346 (patch) | |
tree | cad2403b194fdc5d890ac815dc5238de266e6cb9 /www/bozohttpd/Makefile | |
parent | bda9d532a124f6ddef96d603ced35c6e4fe38c90 (diff) | |
download | pkgsrc-7e95f43adf46d0e733cf3bc033d7bf84784bb346.tar.gz |
update to bozohttpd 20170201. from CHANGES:
o fix an infinite loop in cgi processing
o fixes and clean up for the testsuite
o no longer sends encoding header for compressed formats
Diffstat (limited to 'www/bozohttpd/Makefile')
-rw-r--r-- | www/bozohttpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 55dfdad53c9..eacb3ca7efb 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.86 2016/04/15 20:59:16 mrg Exp $ +# $NetBSD: Makefile,v 1.87 2017/02/01 13:05:36 mrg Exp $ # -DISTNAME= bozohttpd-20160415 +DISTNAME= bozohttpd-20170201 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 |