diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-19 17:54:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-19 17:54:16 +0000 |
commit | 13512b40ca470a53ca3d78cfea821e606fbcad24 (patch) | |
tree | 6a7effe4e528aa02e5d616870bf9e21be549d23c /www/thttpd/Makefile | |
parent | 1d5d8c4e8f6da1b1b96188ae43153b7ba5ca13b6 (diff) | |
download | pkgsrc-13512b40ca470a53ca3d78cfea821e606fbcad24.tar.gz |
Fix a buffer overflow reported in PR 22863 by Ross Patterson.
Bump PKGREVISION.
Diffstat (limited to 'www/thttpd/Makefile')
-rw-r--r-- | www/thttpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/thttpd/Makefile b/www/thttpd/Makefile index 916d1851cb0..94440cd1324 100644 --- a/www/thttpd/Makefile +++ b/www/thttpd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2003/07/22 04:14:37 martti Exp $ +# $NetBSD: Makefile,v 1.24 2003/09/19 17:54:16 wiz Exp $ DISTNAME= thttpd-2.23beta1 PKGNAME= thttpd-2.23.0.1 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/thttpd/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |