Subject: CVS commit: pkgsrc/security
To: None <pkgsrc-changes@NetBSD.org>
From: Christoph Badura <bad@netbsd.org>
List: pkgsrc-changes
Date: 12/12/2005 20:25:09
Module Name:	pkgsrc
Committed By:	bad
Date:		Mon Dec 12 20:25:09 UTC 2005

Modified Files:
	pkgsrc/security/fwbuilder: Makefile PLIST distinfo
	pkgsrc/security/fwbuilder/patches: patch-ab
	pkgsrc/security/libfwbuilder: Makefile PLIST buildlink3.mk distinfo
Removed Files:
	pkgsrc/security/fwbuilder/patches: patch-ac patch-ad

Log Message:
Update fwbuilder and libfwbuilder to 2.0.10.

Bugs fixed since 2.0.9:

    * bug #1349326 "ulogd option does not work". There was a typo in the
      class iptAdvancedDialog ( 'useULOG' instead of 'use_ULOG' )
    * bug #1315892: "fwbuilder crashes on missing OS template" The GUI
      crashed if user added new hostOS or firewall platform template under
      resources/os or resources/platforms, then reinstalled the package (and
      therefore lost their custom template files), then tried to open
      firewall or host OS settings dialog for the object using new template.
    * bug #1305933: "fwbuilder/Solaris: compilation errors". Another case of
      implicit type conversion QString->string which does not compile on
      systems with QT built w/o STL support.
    * bug #1304878: fwbuilder: signal.h required (Solaris). Using
      'AC_CHECK_HEADERS([signal.h])' in configure.in to check for the
      appropriate #include.
    * bug #1304764: "configure script: Sun make check fails". Need to use
      ${MAKE-make} instead of $ac_make when checking for GNU make.
    * bug #1304785: "fwbuilder - Solaris has no libutil". Using better way
      to check whether we need to link with libutil.

Bugs fixed in policy compiler for iptables since 2.0.9:

    * bug #1342495: "SNAT with address range". Compiler used to print
      warning "Adding virtual addresses for NAT is not supported for
      address range" even if adding virtual addresses for NAT was turned off.
    * bug #1313420: "OUTPUT chain is built wrong under certain conditions."
      Rules that have firewall in SRC and DST, while DST has negation,
      should be split so that the second generated rule goes into OUTPUT
      chain rather than FORWARD


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/security/fwbuilder/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/security/fwbuilder/PLIST
cvs rdiff -r1.4 -r1.5 pkgsrc/security/fwbuilder/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/fwbuilder/patches/patch-ab
cvs rdiff -r1.2 -r0 pkgsrc/security/fwbuilder/patches/patch-ac \
    pkgsrc/security/fwbuilder/patches/patch-ad
cvs rdiff -r1.11 -r1.12 pkgsrc/security/libfwbuilder/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/security/libfwbuilder/PLIST \
    pkgsrc/security/libfwbuilder/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/security/libfwbuilder/buildlink3.mk

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