diff options
author | anders <anders@FreeBSD.org> | 2001-11-22 08:10:56 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2001-11-22 08:10:56 +0800 |
commit | 812516aa0f8d50e2ed2c9284bb9701ef0b0fe96f (patch) | |
tree | 94ef7a9a52a9a9203a7c5fda0ea98c0ad35248cc /www/thttpd/Makefile | |
parent | cb991af7dd07cfb651ac42c965fd1b6c2a861cb1 (diff) | |
download | freebsd-ports-graphics-812516aa0f8d50e2ed2c9284bb9701ef0b0fe96f.tar.gz freebsd-ports-graphics-812516aa0f8d50e2ed2c9284bb9701ef0b0fe96f.tar.zst freebsd-ports-graphics-812516aa0f8d50e2ed2c9284bb9701ef0b0fe96f.zip |
Update thttpd to 2.22beta4. This fixes the recently announced off-by-one
security issue, and eliminates the need for the kqueue -current fix.
Diffstat (limited to 'www/thttpd/Makefile')
-rw-r--r-- | www/thttpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index db29b939e53..9cef4692b30 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -6,14 +6,15 @@ # PORTNAME= thttpd -PORTVERSION= 2.21b +PORTVERSION= 2.22 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/thttpd/ \ http://www.freenix.no/~anders/ +DISTNAME= ${PORTNAME}-${PORTVERSION}beta4 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} notes.html EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= anders@FreeBSD.org IGNOREFILES= notes.html |