Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (728df6310bb395897a9a9679987cb5aa14ecd439)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (728df6310bb395897a9a9679987cb5aa14ecd439)
  • Date: Sun, 8 Mar 2009 18:47:26 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 3 +++
net/pingtunnel/BUILD | 1 +
net/pingtunnel/DEPENDS | 1 +
net/pingtunnel/DETAILS | 18 ++++++++++++++++++
net/pingtunnel/HISTORY | 3 +++
5 files changed, 26 insertions(+)

New commits:
commit 728df6310bb395897a9a9679987cb5aa14ecd439
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

net/pingtunnel: new spell, tunneling TCP connections over ICMP

diff --git a/ChangeLog b/ChangeLog
index 39f3349..92de3c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-03-09 Ladislav Hagara <hgr AT vabo.cz>
+ * net/pingtunnel: new spell, tunneling TCP connections over ICMP
+
2009-03-08 Arjan Bouter <abouter AT sourcemage.org>
* audio-soft/mediatomb: new spell, upnp media server
* net/shorewall6: new spell, shorewall IPv6
diff --git a/net/pingtunnel/BUILD b/net/pingtunnel/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/net/pingtunnel/BUILD
@@ -0,0 +1 @@
+make
diff --git a/net/pingtunnel/DEPENDS b/net/pingtunnel/DEPENDS
new file mode 100755
index 0000000..a8ec60d
--- /dev/null
+++ b/net/pingtunnel/DEPENDS
@@ -0,0 +1 @@
+depends libpcap
diff --git a/net/pingtunnel/DETAILS b/net/pingtunnel/DETAILS
new file mode 100755
index 0000000..9cb9a73
--- /dev/null
+++ b/net/pingtunnel/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pingtunnel
+ VERSION=0.70
+ SOURCE=PingTunnel-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.cs.uit.no/~daniels/PingTunnel/$SOURCE
+
SOURCE_HASH=sha512:0f75a0a95d33f395845437c38e5c3c2c71829c9dd826de5ced7af22e5ba2235b1d39c774e10355cbf87b2727164934e8279d208381d6c226680cc353d7838e82
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/PingTunnel"
+ WEB_SITE=http://www.cs.uit.no/~daniels/PingTunnel/
+ LICENSE[0]=BSD
+ ENTERED=20090309
+ SHORT="a tool for reliably tunneling TCP connections over ICMP"
+cat << EOF
+Ping Tunnel is a tool for reliably tunneling TCP connections over ICMP echo
+request and reply packets (commonly known as ping requests and replies). It
+is useful for evading firewalls that, for whatever reason, prevent outgoing
+TCP connections, but allow in- and outgoing ICMP packets. The tunnel works
+by having a proxy run on a machine ping-able from the inside of the firewall,
+with the client running on the local machine from which TCP access is
required.
+EOF
diff --git a/net/pingtunnel/HISTORY b/net/pingtunnel/HISTORY
new file mode 100644
index 0000000..00d0853
--- /dev/null
+++ b/net/pingtunnel/HISTORY
@@ -0,0 +1,3 @@
+2009-03-09 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD: spell created, version 0.70
+



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (728df6310bb395897a9a9679987cb5aa14ecd439), Ladislav Hagara, 03/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page