summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArjan Bouter2009-10-08 19:32:55 +0200
committerArjan Bouter2009-10-08 19:32:55 +0200
commit3ab280d480fd9706c5254d3d48af6aba2e032367 (patch)
treeda4154b49ac9eac2f5ca8f3f06f3188eca863ba8
parent2cac026535fbdab79e8e26542409023886c89e00 (diff)
shorewall-common: version 4.4.2.2, now provides the shorewall-perl compiler
-rwxr-xr-xnet/shorewall-common/DEPENDS2
-rwxr-xr-xnet/shorewall-common/DETAILS10
-rw-r--r--net/shorewall-common/HISTORY5
-rwxr-xr-xnet/shorewall-common/PREPARE3
4 files changed, 14 insertions, 6 deletions
diff --git a/net/shorewall-common/DEPENDS b/net/shorewall-common/DEPENDS
index 2060a0efff..d8d30b1e52 100755
--- a/net/shorewall-common/DEPENDS
+++ b/net/shorewall-common/DEPENDS
@@ -1,4 +1,4 @@
-depends SHOREWALL_COMPILER &&
depends iproute2 &&
depends iptables &&
+depends perl &&
depends SYSTEM-LOGGER
diff --git a/net/shorewall-common/DETAILS b/net/shorewall-common/DETAILS
index 53c48a256f..c623ebf024 100755
--- a/net/shorewall-common/DETAILS
+++ b/net/shorewall-common/DETAILS
@@ -1,9 +1,9 @@
SPELL=shorewall-common
- 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=shorewall-$VERSION.tar.bz2
+ SOURCE2=shorewall-$VERSION.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/shorewall-$VERSION
WEB_SITE=http://www.shorewall.net/
ENTERED=20070902
LICENSE[0]=GPL
diff --git a/net/shorewall-common/HISTORY b/net/shorewall-common/HISTORY
index 221efcb65f..ba1ad6fc87 100644
--- a/net/shorewall-common/HISTORY
+++ b/net/shorewall-common/HISTORY
@@ -1,3 +1,8 @@
+2009-10-08 Arjan Bouter <abouter@sourcemage.org>
+ * DETAILS: version 4.4.2.2
+ * DEPENDS: no longer needs a shorewall-compiler but needs perl
+ as shorewall common now includes shorewall-perl
+
2009-07-25 Arjan Bouter <abouter@sourcemage.org>
* DEPENDS: use provider for the compiler
diff --git a/net/shorewall-common/PREPARE b/net/shorewall-common/PREPARE
new file mode 100755
index 0000000000..d93683f5f4
--- /dev/null
+++ b/net/shorewall-common/PREPARE
@@ -0,0 +1,3 @@
+message "WARNING: shorewall is being restructured!" &&
+message "read ftp://slovakia.shorewall.net/mirror/shorewall/4.4/shorewall-4.4.2/releasenotes.txt" &&
+message "to learn what to change after updating shorewall"