- if [ "$GRSECPATCH" == "y" ]
- then
- GRSECVERSION=1.3.5
+if [[ $GRSECPATCH == y ]]; then
+ GRSECVERSION=1.4.0
SOURCE3=grsecurity-$SPELL-$GRSECVERSION.patch
SOURCE4=$SOURCE3.sign
- SOURCE3_URL=http://www.grsecurity.org/$SOURCE3
- SOURCE4_URL=http://www.grsecurity.org/$SOURCE4
+ SOURCE3_URL[0]=http://www.grsecurity.org/$SOURCE3
+ SOURCE4_URL[0]=$SOURCE3_URL.sign
SOURCE3_GPG=grsecurity.gpg:$SOURCE4:UPSTREAM_KEY
SOURCE4_IGNORE=signature
- fi
+fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.iptables.org/projects/iptables/index.html
+ WEB_SITE=http://www.iptables.org/projects/iptables/
ENTERED=20010922
LICENSE[0]=GPL
KEYWORDS="net"
- SHORT="Creation of packet alteration and firwall rules."
+ SHORT="creation of packet alteration and firwall rules"
cat << EOF
iptables is built on top of netfilter: the new packet alteration
framework for Linux 2.4. It is an enhancement on ipchains, and is used
diff --git a/net/iptables/HISTORY b/net/iptables/HISTORY
index dcb588f..108aee8 100644
--- a/net/iptables/HISTORY
+++ b/net/iptables/HISTORY
@@ -1,3 +1,9 @@
+2008-06-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.4.1.1, added some bashism, cleaned up,
+ corrected the urls, fixed website, corrected short comment
+ * BUILD, INSTALL: removed, useless due to autotools usage
+ * PRE_BUILD: fixed patching process
+
2008-01-21 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: made grsec patch optional
* CONFIGURE: moved to PREPARE
@@ -113,4 +119,3 @@