diff options
author | taca <taca> | 2008-06-19 14:08:42 +0000 |
---|---|---|
committer | taca <taca> | 2008-06-19 14:08:42 +0000 |
commit | 63144f97edafb44097cd7a67a642b55e2b4c3ef7 (patch) | |
tree | 30be9ca3754160fbf7f556327097ef0c3b12e160 /www/geeklog/Makefile | |
parent | f06a443431562919ad3dd7e08b81fb911ad08102 (diff) | |
download | pkgsrc-63144f97edafb44097cd7a67a642b55e2b4c3ef7.tar.gz |
Add a security fix for kses, HTML filter which isn't used with default
configuration: http://www.geeklog.net/article.php/kses.
Also fix one pkglint warning.
Bump PKGREVISION.
Diffstat (limited to 'www/geeklog/Makefile')
-rw-r--r-- | www/geeklog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/geeklog/Makefile b/www/geeklog/Makefile index b494547f9b5..6dce70bacee 100644 --- a/www/geeklog/Makefile +++ b/www/geeklog/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2008/05/26 00:40:24 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/19 14:08:42 taca Exp $ # DISTNAME= geeklog-${VER} PKGNAME= geeklog-${VER:C/(sr|-)/./g} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.geeklog.net/filemgmt/upload_dir/ |