Skip to Content.
Sympa Menu

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

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 (b49586c5d11c0f5445f3541a8823203169dcc8f5)
  • Date: Tue, 30 Dec 2008 02:52:07 -0600

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

ChangeLog | 13 ++++++++-----
security/doorman/DEPENDS | 4 ++++
security/doorman/DETAILS | 19 +++++++++++++++++++
security/doorman/HISTORY | 2 ++
security/doorman/INSTALL | 3 +++
5 files changed, 36 insertions(+), 5 deletions(-)

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

doorman: new spell, open ports when requested by a *secret knock*

commit 2bd4c2bf0f7afc7d89e9a1f05ef75e9ac129f427
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ChangeLog: timesync FTW

diff --git a/ChangeLog b/ChangeLog
index c38add4..8054b82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-12-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * security/doorman: new spell, open ports when requested by a *secret
knock*
+
2008-12-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/pylibacl: new spell, support for ACLs from python
* python-pypi/pyxattr: new spell, extended attribute support for
@@ -76,10 +79,6 @@
2008-12-02 George Sherwood <gsherwood AT sourcemage.org>
* utils/mountmanger: new spell, qt4 mountmanger

-2008-11-18 Julien "_kaze_" ROZO <julien AT rozo.org>
- * graphics-lib/opengtl: new spell, a set of library for using and
- integrating transformation algorithms
-
2008-12-01 Justin Boffemmyer <flux AT sourcemage.org>
* smgl/smgl-setup: new spell, smgl intro man page

@@ -125,7 +124,7 @@
add missing make

2008-11-22 George Sherwood <gsherwood AT sourcemage.org>
- * wm-addons/alltray: new spell, application dock
+ * wm-addons/alltray: new spell, application dock

2008-11-22 Treeve Jelbert <treeve AT sourcemage.org>
* odbc-drivers: rename odbcjdbc to odbcfb
@@ -143,6 +142,10 @@
* kernels/dazukofs: new spell, stackable file system

2008-11-18 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * graphics-lib/opengtl: new spell, a set of library for using and
+ integrating transformation algorithms
+
+2008-11-18 Julien "_kaze_" ROZO <julien AT rozo.org>
* kde4-apps/darkroom: new spell, a raw decoder for kde4
* kde4-apps/kdesvn4: new spell, kde4 version of kdesvn

diff --git a/security/doorman/DEPENDS b/security/doorman/DEPENDS
new file mode 100755
index 0000000..ede94c3
--- /dev/null
+++ b/security/doorman/DEPENDS
@@ -0,0 +1,4 @@
+depends libpcap &&
+depends lsof &&
+
+suggest_depends iptables "" "" "for IPtables control via daemon"
diff --git a/security/doorman/DETAILS b/security/doorman/DETAILS
new file mode 100755
index 0000000..93edec2
--- /dev/null
+++ b/security/doorman/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=doorman
+ VERSION=0.81
+ SOURCE=$SPELL-$VERSION.tgz
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:8664047c782d338ace2851739802577d9e11fae06a4ec3cad7251a5b935f9003d26bed78067ba29d4c54f941ba4ebe1d19b780be72a75cbf0baf0764138cac2f
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://doorman.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20081230
+ SHORT="open ports when requested by a *secret knock*"
+cat << EOF
+This project allows a server to run silently, invisibly, with all TCP ports
+closed... except to those who know... the secret knock!
+
+The doorman is intended to run on systems which have their firewall rules
+turned down tightly enough as to be effectively invisible to the outside
world.
+
+The doorman adds and removes extra rules in a carefully controlled manner.
+EOF
diff --git a/security/doorman/HISTORY b/security/doorman/HISTORY
new file mode 100644
index 0000000..a21aa58
--- /dev/null
+++ b/security/doorman/HISTORY
@@ -0,0 +1,2 @@
+2008-12-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS, INSTALL: spell created
diff --git a/security/doorman/INSTALL b/security/doorman/INSTALL
new file mode 100755
index 0000000..9d9a4c0
--- /dev/null
+++ b/security/doorman/INSTALL
@@ -0,0 +1,3 @@
+make_single &&
+default_install &&
+make_normal



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b49586c5d11c0f5445f3541a8823203169dcc8f5), Vlad Glagolev, 12/30/2008

Archive powered by MHonArc 2.6.24.

Top of Page