[Lunar-commits] <moonbase> libfwbuilder, fwbuilder: Version bump to 3.0.0
Stefan Wold
ratler at lunar-linux.org
Thu Sep 4 07:34:58 CEST 2008
commit d7e597dadc09f9a2daf365677a466b1e4d971ebc
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Thu Sep 4 07:34:58 2008 +0200
libfwbuilder, fwbuilder: Version bump to 3.0.0
Major release
* Reworked GUI, now using QT4
* NEW: IPV6 support
* NEW: NAT and policy branching
* NEW: Ability to group policies
---
libs/libfwbuilder/BUILD | 4 ++--
libs/libfwbuilder/DEPENDS | 2 +-
libs/libfwbuilder/DETAILS | 6 +++---
security/fwbuilder/BUILD | 4 ++--
security/fwbuilder/DETAILS | 6 +++---
5 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/libs/libfwbuilder/BUILD b/libs/libfwbuilder/BUILD
index 4c76391..9613dab 100644
--- a/libs/libfwbuilder/BUILD
+++ b/libs/libfwbuilder/BUILD
@@ -1,8 +1,8 @@
(
# This is a good idea for people with both qt3 and qt4 on their sys
- . /etc/profile.d/qt3.rc &&
+ . /etc/profile.d/qt4.rc &&
# uses cvs build because ./autogen.sh is suggested to be run
- default_cvs_build
+ default_build
) > $C_FIFO 2>&1
diff --git a/libs/libfwbuilder/DEPENDS b/libs/libfwbuilder/DEPENDS
index 2018235..2e11f0e 100644
--- a/libs/libfwbuilder/DEPENDS
+++ b/libs/libfwbuilder/DEPENDS
@@ -1,6 +1,6 @@
depends libxslt
depends libtool
depends openssl
-depends qt3
+depends qt4
optional_depends "net-snmp" "" "" "For SNMP support"
diff --git a/libs/libfwbuilder/DETAILS b/libs/libfwbuilder/DETAILS
index f606c9d..764c63d 100644
--- a/libs/libfwbuilder/DETAILS
+++ b/libs/libfwbuilder/DETAILS
@@ -1,12 +1,12 @@
MODULE=libfwbuilder
- VERSION=2.1.19
+ VERSION=3.0.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/fwbuilder/
- SOURCE_VFY=sha1:deb6d8499663125be369048f46f575e354a9e369
+ SOURCE_VFY=sha1:b9371d89154050c04da84e861ea9243211174f62
WEB_SITE=http://www.fwbuilder.org/
MAINTAINER=ratler at lunar-linux.org
ENTERED=20040730
- UPDATED=20080608
+ UPDATED=20080904
SHORT="Library for fwbuilder"
cat << EOF
diff --git a/security/fwbuilder/BUILD b/security/fwbuilder/BUILD
index 7529d93..107ff3f 100644
--- a/security/fwbuilder/BUILD
+++ b/security/fwbuilder/BUILD
@@ -1,9 +1,9 @@
(
# This is a good idea for people with both qt3 and qt4 on their sys
- . /etc/profile.d/qt3.rc &&
+ . /etc/profile.d/qt4.rc &&
# uses cvs build because ./autogen.sh is suggested to be run
- default_cvs_build
+ default_build
) > $C_FIFO 2>&1
diff --git a/security/fwbuilder/DETAILS b/security/fwbuilder/DETAILS
index 72ce836..e68f55c 100644
--- a/security/fwbuilder/DETAILS
+++ b/security/fwbuilder/DETAILS
@@ -1,12 +1,12 @@
MODULE=fwbuilder
- VERSION=2.1.19
+ VERSION=3.0.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=$SFORGE_URL/fwbuilder/
- SOURCE_VFY=sha1:f664b8e8e0be14c522c99c420652e20c724725c0
+ SOURCE_VFY=sha1:22e0b2ee66f654d70d342a45454e025ed25074ab
WEB_SITE=http://www.fwbuilder.org/
MAINTAINER=ratler at lunar-linux.org
ENTERED=20040730
- UPDATED=20080608
+ UPDATED=20080904
SHORT="A firewall configuration and management tool"
cat << EOF
More information about the Lunar-commits
mailing list