summaryrefslogtreecommitdiff
path: root/security/libfwbuilder/Makefile
diff options
context:
space:
mode:
authorbad <bad>2006-07-13 17:37:34 +0000
committerbad <bad>2006-07-13 17:37:34 +0000
commit18bbfb7c87a96813bea96ec242cb9ff1d529c022 (patch)
treecb876390f80a586d7546ede330010934fecdcd2f /security/libfwbuilder/Makefile
parentf2091738a968c14491b3ee259ef717679a5db9ee (diff)
downloadpkgsrc-18bbfb7c87a96813bea96ec242cb9ff1d529c022.tar.gz
Update libfwbuilder and fwbuilder to 2.0.12. Bugfixes only.
2.0.12: Bugs fixed in this release: bug #1455772: Implement more portable fix for converting UTF-8 in comments. The previous one broke the Windows installer. 2.0.11: Bugs fixed in this release: * fixes to make code compile with g++ 4.1. * bug #1455772: Properly convert comments to/from UTF-8 to ensure the script is not corrupted when copied to the firewall * bug #1455748: "make firewall script executable". Bugs fixed in policy compiler for iptables: * bug #1375432: avoid using '-m state' twice for stateless rules with with custom services. * bug#1364060: change shell pattern to match names of conntrack modules in Linux 2.6. Bugs fixed in policy compiler for ipfilter: * bug #1386226: removed nat.conf when nat rules are removed. * bug #1393004: use 'egrep -s' on Solaris.
Diffstat (limited to 'security/libfwbuilder/Makefile')
-rw-r--r--security/libfwbuilder/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile
index 495ab58db6f..77b8afaa137 100644
--- a/security/libfwbuilder/Makefile
+++ b/security/libfwbuilder/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2006/04/17 13:46:05 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2006/07/13 17:37:34 bad Exp $
-DISTNAME= libfwbuilder-2.0.10
-PKGREVISION= 6
+DISTNAME= libfwbuilder-2.0.12
CATEGORIES= security net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/}