Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (22e47ebf91f23f4957799fe49d5ca7cb72a1484d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (22e47ebf91f23f4957799fe49d5ca7cb72a1484d)
  • Date: Wed, 24 Sep 2008 10:11:16 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/iptables/DETAILS | 13 +------------
net/iptables/HISTORY | 4 ++++
net/iptables/PREPARE | 1 -
net/iptables/PRE_BUILD | 7 -------
4 files changed, 5 insertions(+), 20 deletions(-)

New commits:
commit 22e47ebf91f23f4957799fe49d5ca7cb72a1484d
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

iptables: removed grsecurity patch -- no longer maintained

diff --git a/net/iptables/DETAILS b/net/iptables/DETAILS
index 79427fb..59ce10d 100755
--- a/net/iptables/DETAILS
+++ b/net/iptables/DETAILS
@@ -6,18 +6,7 @@
SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE_GPG=iptables.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature
-
-if [[ $GRSECPATCH == y ]]; then
- GRSECVERSION=1.4.0
- SOURCE3=grsecurity-$SPELL-$GRSECVERSION.patch
- SOURCE4=$SOURCE3.sign
- 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
-
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.iptables.org/projects/iptables/
ENTERED=20010922
LICENSE[0]=GPL
diff --git a/net/iptables/HISTORY b/net/iptables/HISTORY
index 108aee8..bcb39c4 100644
--- a/net/iptables/HISTORY
+++ b/net/iptables/HISTORY
@@ -1,3 +1,7 @@
+2008-09-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * PREPARE, PRE_BUILD: removed -- grsecurity patch no longer maintained
+ * DETAILS: removed grsecurity patch
+
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
diff --git a/net/iptables/PREPARE b/net/iptables/PREPARE
deleted file mode 100755
index cc8b9d7..0000000
--- a/net/iptables/PREPARE
+++ /dev/null
@@ -1 +0,0 @@
-config_query GRSECPATCH "Apply grsecurity patch (adds stealth target)?" n
diff --git a/net/iptables/PRE_BUILD b/net/iptables/PRE_BUILD
deleted file mode 100755
index d59e2ac..0000000
--- a/net/iptables/PRE_BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-
-if [[ $GRSECPATCH == y ]]; then
- unpack_file 3 &&
- patch -p1 < $SOURCE_CACHE/$SOURCE3
-fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (22e47ebf91f23f4957799fe49d5ca7cb72a1484d), Vlad Glagolev, 09/24/2008

Archive powered by MHonArc 2.6.24.

Top of Page