summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2009-10-08 19:29:21 +0200
committerArjan Bouter2009-10-08 19:29:21 +0200
commitcab46c8b4ad992da86ede2a03fbabe69d3d687af (patch)
treed24e1cc14faefe133cb3a9fa1fa333a6ae744979
parentc1bccb806f22517e69fcf305a98b509971ddbc77 (diff)
shorewall6: version 4.4.2.2 and switched dependencies from a shorewall
compiler to shorewall-common
-rwxr-xr-xnet/shorewall6/DEPENDS5
-rwxr-xr-xnet/shorewall6/DETAILS10
-rw-r--r--net/shorewall6/HISTORY4
3 files changed, 9 insertions, 10 deletions
diff --git a/net/shorewall6/DEPENDS b/net/shorewall6/DEPENDS
index ee4452b5ff..1517e66f5d 100755
--- a/net/shorewall6/DEPENDS
+++ b/net/shorewall6/DEPENDS
@@ -1,4 +1 @@
-depends shorewall-common &&
-depends iproute2 &&
-depends iptables &&
-depends SYSTEM-LOGGER
+depends shorewall-common
diff --git a/net/shorewall6/DETAILS b/net/shorewall6/DETAILS
index 49574f5e07..ebf939dfee 100755
--- a/net/shorewall6/DETAILS
+++ b/net/shorewall6/DETAILS
@@ -1,9 +1,9 @@
SPELL=shorewall6
- VERSION=4.2.9
+ VERSION=4.4.2.2
MAINVER=${VERSION:0:3}
- RELEASE=shorewall-$VERSION
- SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE2=$SPELL-$VERSION.tar.bz2.asc
+ RELEASE=shorewall-${VERSION:0:5}
+ SOURCE=$SPELL-${VERSION:0:5}.tar.bz2
+ SOURCE2=$SPELL-${VERSION:0:5}.tar.bz2.asc
SOURCE_URL[0]=ftp://slovakia.shorewall.net/mirror/shorewall/$MAINVER/$RELEASE/$SOURCE
SOURCE_URL[1]=ftp://www.shorewall.net/pub/shorewall/$MAINVER/$RELEASE/$SOURCE
SOURCE_URL[2]=http://shorewall.de/pub/shorewall/$MAINVER/$RELEASE/$SOURCE
@@ -14,7 +14,7 @@
SOURCE2_URL[3]=ftp://www1.shorewall.net/pub/shorewall/$MAINVER/$RELEASE/$SOURCE2
SOURCE2_IGNORE=signature
SOURCE_GPG="shorewall.gpg:${SOURCE2}"
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION:0:5}
WEB_SITE=http://www.shorewall.net/
ENTERED=20070902
LICENSE[0]=GPL
diff --git a/net/shorewall6/HISTORY b/net/shorewall6/HISTORY
index 92ab98f1f3..dd8f8803b4 100644
--- a/net/shorewall6/HISTORY
+++ b/net/shorewall6/HISTORY
@@ -1,4 +1,6 @@
-2009-07-29 Arjan Bouter <abouter@sourcemage.org>
+2009-10-08 Arjan Bouter <abouter@sourcemage.org>
+ * DETAILS: version 4.4.2.2
+
* DEPENDS: removed shorewall compilers,
those are selected in shorewall-common