Skip to Content.
Sympa Menu

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

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 (5e79696b5824c9afe3d51604a758c6d228daef73)
  • Date: Thu, 7 Feb 2013 08:29:36 -0600

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

ChangeLog | 3 +++
audio-libs/audiofile/DETAILS | 2 +-
audio-libs/audiofile/HISTORY | 3 +++
audio-libs/audiofile/audiofile-0.3.4.tar.gz.sig | 0
audio-libs/audiofile/audiofile-0.3.5.tar.gz.sig |binary
dev/null |binary
net/ssocks/DEPENDS | 4 ++++
net/ssocks/DETAILS | 19 +++++++++++++++++++
net/ssocks/HISTORY | 6 ++++++
net/ssocks/PRE_BUILD | 4 ++++
net/ssocks/init.d/ssocksd | 9 +++++++++
11 files changed, 49 insertions(+), 1 deletion(-)

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

audiofile: added forgotten sig

commit 8dd5ea06999d92dd72ee5bb6abc1190044143f7c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ssocks: new spell, RFC-compilant socks5 server and client

commit 490b12e8b1429d2e1b6136e3105226a03729abfc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

audiofile: => 0.3.5

diff --git a/ChangeLog b/ChangeLog
index e408cfa..3f8a313 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-02-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/ssocks: new spell, RFC-compilant socks5 server and client
+
2013-02-05 Ladislav Hagara <hgr AT vabo.cz>
* graphics/evolvotron: new spell, interactive generative art software

diff --git a/audio-libs/audiofile/DETAILS b/audio-libs/audiofile/DETAILS
index 6325b65..1c37a28 100755
--- a/audio-libs/audiofile/DETAILS
+++ b/audio-libs/audiofile/DETAILS
@@ -1,5 +1,5 @@
SPELL=audiofile
- VERSION=0.3.4
+ VERSION=0.3.5
#
SOURCE_HASH=sha512:a8ce05848b03d53014328d0dcdb231c211fbe9003ece0c59b9fbeac5b6e5cb72de8ded08a61ba8e0888ae013355c18e31ea6c7a4f12d76f889b5e157f60cf662
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/audio-libs/audiofile/HISTORY b/audio-libs/audiofile/HISTORY
index ff45d3f..5076e6f 100644
--- a/audio-libs/audiofile/HISTORY
+++ b/audio-libs/audiofile/HISTORY
@@ -1,3 +1,6 @@
+2013-02-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.3.5
+
2012-05-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.3.4

diff --git a/audio-libs/audiofile/audiofile-0.3.4.tar.gz.sig
b/audio-libs/audiofile/audiofile-0.3.4.tar.gz.sig
deleted file mode 100644
index e65c9ce..0000000
Binary files a/audio-libs/audiofile/audiofile-0.3.4.tar.gz.sig and /dev/null
differ
diff --git a/audio-libs/audiofile/audiofile-0.3.5.tar.gz.sig
b/audio-libs/audiofile/audiofile-0.3.5.tar.gz.sig
new file mode 100644
index 0000000..96175b5
Binary files /dev/null and b/audio-libs/audiofile/audiofile-0.3.5.tar.gz.sig
differ
diff --git a/net/ssocks/DEPENDS b/net/ssocks/DEPENDS
new file mode 100755
index 0000000..0ba77eb
--- /dev/null
+++ b/net/ssocks/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends openssl \
+ "--with-ssl" \
+ "--without-ssl" \
+ "for SSL support"
diff --git a/net/ssocks/DETAILS b/net/ssocks/DETAILS
new file mode 100755
index 0000000..9362e37
--- /dev/null
+++ b/net/ssocks/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ssocks
+ VERSION=0.0.13
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:58c2e5fe965aabb83ebc3d748da114b7c886dd383e3ef4c22dfddace75a5fc498534d88aa51315f0c9aaadfebf7f4dac21864baeacf44ebb9d77d6588347ea40
+ WEB_SITE=http://ssocks.sourceforge.net/
+ ENTERED=20130207
+ LICENSE[0]=MIT
+ KEYWORDS="net"
+ SHORT="RFC-compilant socks5 server and client"
+cat << EOF
+sSocks is a package which contains:
+ - socks5 server implements RFC 1928 (SOCKS V5) and RFC 1929 (Authentication
for
+ SOCKS V5)
+ - reverse socks server and client
+ - netcat like tool
+ - socks5 relay
+EOF
diff --git a/net/ssocks/HISTORY b/net/ssocks/HISTORY
new file mode 100644
index 0000000..a223322
--- /dev/null
+++ b/net/ssocks/HISTORY
@@ -0,0 +1,6 @@
+2013-02-07 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.0.13
+ * ssl.patch: dropped, fixed by upstream
+
+2011-05-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, ssl.patch, init.d/ssocksd: created
spell
diff --git a/net/ssocks/PRE_BUILD b/net/ssocks/PRE_BUILD
new file mode 100755
index 0000000..d46d0d2
--- /dev/null
+++ b/net/ssocks/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sedit "s:man scripts:man:" Makefile.in
diff --git a/net/ssocks/init.d/ssocksd b/net/ssocks/init.d/ssocksd
new file mode 100755
index 0000000..e68da5f
--- /dev/null
+++ b/net/ssocks/init.d/ssocksd
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+PROGRAM=/usr/bin/ssocksd
+ARGS="--daemon --file /etc/ssocksd.conf"
+RUNLEVEL=3
+PIDFILE=/var/run/ssocksd.pid
+NEEDS="+network"
+
+. /etc/init.d/smgl_init



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (5e79696b5824c9afe3d51604a758c6d228daef73), Vlad Glagolev, 02/07/2013

Archive powered by MHonArc 2.6.24.

Top of Page