Skip to Content.
Sympa Menu

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

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 (f74babbe4008d5c77ed96bb1356a72fb42222f79)
  • Date: Mon, 23 Jul 2007 19:47:36 -0500

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

net/firehol/DETAILS | 4 ++--
net/firehol/HISTORY | 4 ++++
net/firehol/firehol.diff | 23 ++++++++++++++++-------
3 files changed, 22 insertions(+), 9 deletions(-)

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

net/firehol:

DETAILS: updated to 1.255
firehol.diff: updated, wrong quoting fix added for line 94

diff --git a/net/firehol/DETAILS b/net/firehol/DETAILS
index 5a2c2f6..b0e0037 100755
--- a/net/firehol/DETAILS
+++ b/net/firehol/DETAILS
@@ -1,9 +1,9 @@
SPELL=firehol
- VERSION=1.226
+ VERSION=1.255
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/firehol/$SOURCE
-
SOURCE_HASH=sha512:992232789ec6fc166258ae3ceb4ef942a961e79d98ea9271c5eaf46e2a6d28d6e1b2be34e9b6a201ca073041680ada00f42e408f7b454973748549ee84f4c674
+
SOURCE_HASH=sha512:9daf4cdcfcdbf7ad663798e6267aaa1ee41278d2a42e918df7af66310b3518836f8a1ff0d2c337936f55193872d2534547084f2d58235e5826a48ba4d8c72748
WEB_SITE=http://firehol.sourceforge.net/
ENTERED=20041102
LICENSE[0]=GPL
diff --git a/net/firehol/HISTORY b/net/firehol/HISTORY
index ce56403..adff6e3 100644
--- a/net/firehol/HISTORY
+++ b/net/firehol/HISTORY
@@ -1,3 +1,7 @@
+2007-07-24 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: updated to 1.255
+ * firehol.diff: updated, wrong quoting fix added for line 94
+
2006-08-21 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: removed UPDATED and BUILD_API=2 variables
* INSTALL: fixed man pages installation
diff --git a/net/firehol/firehol.diff b/net/firehol/firehol.diff
index 3de603a..efae9a1 100644
--- a/net/firehol/firehol.diff
+++ b/net/firehol/firehol.diff
@@ -1,8 +1,8 @@
-diff -Nurp firehol-1.214.orig/firehol.sh firehol-1.214/firehol.sh
---- firehol-1.214.orig/firehol.sh 2004-11-27 01:57:37.000000000 +0100
-+++ firehol-1.214/firehol.sh 2004-11-27 01:58:27.000000000 +0100
+diff -Nurp firehol-1.255.orig/firehol.sh firehol-1.255/firehol.sh
+--- firehol-1.255.orig/firehol.sh 2007-07-24 05:03:26.000000000 +0500
++++ firehol-1.255/firehol.sh 2007-07-24 05:32:00.000000000 +0500
@@ -13,6 +13,11 @@
- # $Id: firehol.sh,v 1.214 2004/11/01 00:13:00 ktsaou Exp $
+ # $Id: firehol.sh,v 1.255 2007/05/06 14:42:43 ktsaou Exp $
#

+RUNLEVEL=3
@@ -10,6 +10,15 @@ diff -Nurp firehol-1.214.orig/firehol.sh
firehol-1.214/firehol.sh
+
+. /etc/init.d/smgl_init
+
- # Remember who you are.
- FIREHOL_FILE="${0}"
- FIREHOL_DEFAULT_WORKING_DIRECTORY="${PWD}"
+ # Make sure only root can run us.
+ if [ ! "${UID}" = 0 ]
+ then
+@@ -86,7 +91,7 @@ require_cmd() {
+ # if one is found, return success
+ for x in $1
+ do
+- eval var=`echo ${x} | tr 'a-z' 'A-Z'`_CMD
++ eval var="echo ${x} | tr 'a-z' 'A-Z'"_CMD
+ eval val=\$\{${var}\}
+ if [ -z "${val}" ]
+ then



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (f74babbe4008d5c77ed96bb1356a72fb42222f79), Pol Vinogradov, 07/23/2007

Archive powered by MHonArc 2.6.24.

Top of Page