Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (33af68a89d85c3b78b22327cc234c9e070850429)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (33af68a89d85c3b78b22327cc234c9e070850429)
  • Date: Tue, 17 Oct 2006 16:12:53 -0500

GIT changes to master grimoire by Juuso Alasuutari <iuso AT sourcemage.org>:

net/shorewall/DEPENDS | 4 ++--
net/shorewall/DETAILS | 15 +++++++++++----
net/shorewall/FINAL | 4 +++-
net/shorewall/HISTORY | 9 +++++++++
net/shorewall/INSTALL | 4 +---
net/shorewall/PRE_BUILD | 6 ++++++
6 files changed, 32 insertions(+), 10 deletions(-)

New commits:
commit 33af68a89d85c3b78b22327cc234c9e070850429
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

shorewall: Updated to 3.2.4.

diff --git a/net/shorewall/DEPENDS b/net/shorewall/DEPENDS
index e0c7f15..dbeb825 100755
--- a/net/shorewall/DEPENDS
+++ b/net/shorewall/DEPENDS
@@ -1,3 +1,3 @@
-depends SYSTEM-LOGGER &&
depends iproute2 &&
-depends iptables
+depends iptables &&
+depends SYSTEM-LOGGER
diff --git a/net/shorewall/DETAILS b/net/shorewall/DETAILS
index f4a52b1..8768c58 100755
--- a/net/shorewall/DETAILS
+++ b/net/shorewall/DETAILS
@@ -1,5 +1,5 @@
SPELL=shorewall
- VERSION=3.2.3
+ VERSION=3.2.4
MAINVER=${VERSION:0:3}
RELEASE=$SPELL-$VERSION
SOURCE=$SPELL-$VERSION.tar.bz2
@@ -21,10 +21,17 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.shorewall.net/
ENTERED=20020513
- UPDATED=20050717
LICENSE[0]=GPL
KEYWORDS="firewall net"
- SHORT="Iptables based firewall"
+ SHORT="A high-level tool for configuring Netfilter."
cat << EOF
-Shorewall is an [2]iptables based firewall that can be used on a dedicated
firewall system, a multi-function gateway/router/server or on a standalone
Linux system.
+The Shoreline Firewall, more commonly known as "Shorewall", is a high-level
+tool for configuring Netfilter. You describe your firewall/gateway
+requirements using entries in a set of configuration files. Shorewall reads
+those configuration files and with the help of the iptables utility,
Shorewall
+configures Netfilter to match your requirements. Shorewall can be used on a
+dedicated firewall system, a multi-function gateway/router/server or on a
+standalone GNU/Linux system. Shorewall does not use Netfilter's ipchains
+compatibility mode and can thus take advantage of Netfilter's connection
state
+tracking capabilities.
EOF
diff --git a/net/shorewall/FINAL b/net/shorewall/FINAL
index 5a2e09a..b04e1d1 100755
--- a/net/shorewall/FINAL
+++ b/net/shorewall/FINAL
@@ -1 +1,3 @@
-echo "You now need to edit the config files in /etc/shorewall to suit your
system"
+message "\n${MESSAGE_COLOR}If this is your first install, you will need"
\
+ "to edit the files in \n/etc/shorewall/ to configure the firewall"
\
+ "settings.${DEFAULT_COLOR}\n"
diff --git a/net/shorewall/HISTORY b/net/shorewall/HISTORY
index 35fa48d..8275d26 100644
--- a/net/shorewall/HISTORY
+++ b/net/shorewall/HISTORY
@@ -1,3 +1,12 @@
+2006-10-18 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 3.2.4, removed UPDATED, edited
+ descriptions.
+ * PRE_BUILD: Added, sed out init script install lines, this is
+ better than deleting the files after install.
+ * INSTALL: Added INSTALL_ROOT as prefix, removed deleting of
+ installed files (see PRE_BUILD).
+ * FINAL: Made message more verbose.
+
2006-09-15 David Kowis <dkowis AT shlrm.org>
* DETAILS: Updated to 3.2.3 (WOW)

diff --git a/net/shorewall/INSTALL b/net/shorewall/INSTALL
index f10fa84..b816bbc 100755
--- a/net/shorewall/INSTALL
+++ b/net/shorewall/INSTALL
@@ -1,3 +1 @@
-./install.sh &&
-rm /etc/init.d/shorewall &&
-rm /usr/share/shorewall/init
+PREFIX="$INSTALL_ROOT" ./install.sh
diff --git a/net/shorewall/PRE_BUILD b/net/shorewall/PRE_BUILD
new file mode 100755
index 0000000..c7a1074
--- /dev/null
+++ b/net/shorewall/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+# Disable init script install
+sed -i "s/install_file_with_backup init.*/true/" install.sh &&
+sed -i "s/ln -s.*init.*/true/" install.sh



  • [SM-Commit] GIT changes to master grimoire by Juuso Alasuutari (33af68a89d85c3b78b22327cc234c9e070850429), Juuso Alasuutari, 10/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page