Skip to Content.
Sympa Menu

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

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 (83d8ec3b11ad06144f965a248095883e5174cec9)
  • Date: Thu, 21 Apr 2016 01:35:59 +0000

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

ChangeLog | 3 +++
net/iodine/BUILD | 1 +
net/iodine/DEPENDS | 1 +
net/iodine/DETAILS | 15 +++++++++++++++
net/iodine/HISTORY | 2 ++
net/iodine/INSTALL | 6 ++++++
net/iodine/init.d/iodine | 11 +++++++++++
net/iodine/init.d/iodine.conf | 3 +++
8 files changed, 42 insertions(+)

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

iodine: new spell, tunnel IPv4 data through DNS

diff --git a/ChangeLog b/ChangeLog
index 19aadf4..3270d4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2016-04-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/iodine: new spell, tunnel IPv4 data through DNS
+
2016-04-16 Treeve Jelbert <treeve AT sourcemage.org>
* kde4-apps/libktorrent: deleted
* kde4-apps/ktorrent4: deleted
diff --git a/net/iodine/BUILD b/net/iodine/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/net/iodine/BUILD
@@ -0,0 +1 @@
+make
diff --git a/net/iodine/DEPENDS b/net/iodine/DEPENDS
new file mode 100755
index 0000000..1de8f43
--- /dev/null
+++ b/net/iodine/DEPENDS
@@ -0,0 +1 @@
+optional_depends libselinux "" "" "for SELinux support"
diff --git a/net/iodine/DETAILS b/net/iodine/DETAILS
new file mode 100755
index 0000000..2cc61c2
--- /dev/null
+++ b/net/iodine/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=iodine
+ VERSION=0.7.0
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://code.kryo.se/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:49fe4f0cf614d3400cbfdade84eb4f50430f8f92004f663a08acc1514e8ff342443a8c3f855828bbca1864a3fafe419b5256f8a80fc4024b364d4c8c953fc0ec
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://code.kryo.se/iodine/
+ LICENSE[0]=ISC
+ ENTERED=20160420
+ SHORT="tunnel IPv4 data through DNS"
+cat << EOF
+iodine lets you tunnel IPv4 data through a DNS server. This can be usable in
+different situations where internet access is firewalled, but DNS queries are
+allowed.
+EOF
diff --git a/net/iodine/HISTORY b/net/iodine/HISTORY
new file mode 100644
index 0000000..8906dca
--- /dev/null
+++ b/net/iodine/HISTORY
@@ -0,0 +1,2 @@
+2016-04-20 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL, init.d/iodine{,.conf}: spell
created
diff --git a/net/iodine/INSTALL b/net/iodine/INSTALL
new file mode 100755
index 0000000..610dfa3
--- /dev/null
+++ b/net/iodine/INSTALL
@@ -0,0 +1,6 @@
+make prefix="$INSTALL_ROOT/usr" install &&
+
+if [[ $INIT_INSTALLED ]]; then
+ install_config_file "$SPELL_DIRECTORY/init.d/iodine.conf" \
+ "$INSTALL_ROOT/etc/sysconfig/iodine"
+fi
diff --git a/net/iodine/init.d/iodine b/net/iodine/init.d/iodine
new file mode 100755
index 0000000..e34733c
--- /dev/null
+++ b/net/iodine/init.d/iodine
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+. /etc/sysconfig/iodine
+
+PROGRAM=/usr/sbin/iodined
+PIDFILE=/var/run/iodined.pid
+ARGS="-F $PIDFILE $IODINE_ARGS"
+RUNLEVEL=3
+NEEDS="+network"
+
+. /etc/init.d/smgl_init
diff --git a/net/iodine/init.d/iodine.conf b/net/iodine/init.d/iodine.conf
new file mode 100644
index 0000000..e368277
--- /dev/null
+++ b/net/iodine/init.d/iodine.conf
@@ -0,0 +1,3 @@
+# For arguments and description see iodine(8)
+
+IODINE_ARGS=""



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (83d8ec3b11ad06144f965a248095883e5174cec9), Vlad Glagolev, 04/20/2016

Archive powered by MHonArc 2.6.24.

Top of Page