diff options
author | mrg <mrg@pkgsrc.org> | 2016-04-15 20:59:16 +0000 |
---|---|---|
committer | mrg <mrg@pkgsrc.org> | 2016-04-15 20:59:16 +0000 |
commit | 8c681aaecbb334ea0713e33c293a9246b7d8c2dd (patch) | |
tree | cd0db77f5dac402ac8f266d7c6ba7960c4e07182 /www/bozohttpd/Makefile | |
parent | f07c5ca47d8d5fba65ef6f608e5980001172f5c8 (diff) | |
download | pkgsrc-8c681aaecbb334ea0713e33c293a9246b7d8c2dd.tar.gz |
update bozohttpd to 20160415. changes include:
o add search-word support for CGI
o fix a security issue in CGI suffix handler support which would
allow remote code execution, from shm@netbsd.org
o -C option supports now CGI scripts only
o add CGI support for ~user translation (-E switch)
o add redirects to ~user translation
o fix bugs around ~user translation
o add schema detection for absolute redirects
o fixed few memory leaks
o bunch of minor tweaks
o removed -r support
o smarter redirects
Diffstat (limited to 'www/bozohttpd/Makefile')
-rw-r--r-- | www/bozohttpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index c40fc333b31..55dfdad53c9 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.85 2016/03/05 11:29:35 jperkin Exp $ +# $NetBSD: Makefile,v 1.86 2016/04/15 20:59:16 mrg Exp $ # -DISTNAME= bozohttpd-20150320 -PKGREVISION= 1 +DISTNAME= bozohttpd-20160415 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 |