Subject: CVS commit: pkgsrc/security
To: None <pkgsrc-changes@NetBSD.org>
From: Christoph Badura <bad@netbsd.org>
List: pkgsrc-changes
Date: 07/13/2006 17:37:34
Module Name:	pkgsrc
Committed By:	bad
Date:		Thu Jul 13 17:37:34 UTC 2006

Modified Files:
	pkgsrc/security/fwbuilder: Makefile PLIST distinfo
	pkgsrc/security/libfwbuilder: Makefile PLIST buildlink3.mk distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 pkgsrc/security/fwbuilder/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/security/fwbuilder/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/security/fwbuilder/distinfo
cvs rdiff -r1.21 -r1.22 pkgsrc/security/libfwbuilder/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/security/libfwbuilder/PLIST \
    pkgsrc/security/libfwbuilder/distinfo
cvs rdiff -r1.15 -r1.16 pkgsrc/security/libfwbuilder/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.