Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (4a35ecf16ebc8a777258445d2c4086ceda73d33d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (4a35ecf16ebc8a777258445d2c4086ceda73d33d)
  • Date: Mon, 21 Jan 2008 19:04:20 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

net/iptables/CONFIGURE | 1 -
net/iptables/DETAILS | 3 +++
net/iptables/HISTORY | 5 +++++
net/iptables/PREPARE | 1 +
4 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 5b9b7fbeb55c373d60b7e1d323686d973ee160d5
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

net/iptables: made grsec patch optional

diff --git a/net/iptables/CONFIGURE b/net/iptables/CONFIGURE
deleted file mode 100755
index cc8b9d7..0000000
--- a/net/iptables/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query GRSECPATCH "Apply grsecurity patch (adds stealth target)?" n
diff --git a/net/iptables/DETAILS b/net/iptables/DETAILS
index 5d462e0..c0cd3b4 100755
--- a/net/iptables/DETAILS
+++ b/net/iptables/DETAILS
@@ -7,6 +7,8 @@
SOURCE_GPG=iptables.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE2_IGNORE=signature

+ if [ "$GRSECPATCH" == "y" ]
+ then
GRSECVERSION=1.3.5
SOURCE3=grsecurity-$SPELL-$GRSECVERSION.patch
SOURCE4=$SOURCE3.sign
@@ -14,6 +16,7 @@
SOURCE4_URL=http://www.grsecurity.org/$SOURCE4
SOURCE3_GPG=grsecurity.gpg:$SOURCE4:UPSTREAM_KEY
SOURCE4_IGNORE=signature
+ fi

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.iptables.org/projects/iptables/index.html
diff --git a/net/iptables/HISTORY b/net/iptables/HISTORY
index 891e579..dcb588f 100644
--- a/net/iptables/HISTORY
+++ b/net/iptables/HISTORY
@@ -1,3 +1,8 @@
+2008-01-21 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: made grsec patch optional
+ * CONFIGURE: moved to PREPARE
+ * PREPARE: readded
+
2008-01-05 Elisamuel Resto <ryuji AT sourcemage.org>
* INSTALL: added install-devel and copying of headers
* BUILD: added $TRACK_ROOT to the make call
diff --git a/net/iptables/PREPARE b/net/iptables/PREPARE
new file mode 100755
index 0000000..cc8b9d7
--- /dev/null
+++ b/net/iptables/PREPARE
@@ -0,0 +1 @@
+config_query GRSECPATCH "Apply grsecurity patch (adds stealth target)?" n



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (4a35ecf16ebc8a777258445d2c4086ceda73d33d), Pol Vinogradov, 01/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page