Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (4e3c8e2496edb18aee3b77fcbdf80db4f9898d17)

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 devel-xorg-modular grimoire by Vlad Glagolev (4e3c8e2496edb18aee3b77fcbdf80db4f9898d17)
  • Date: Thu, 7 Feb 2013 16:47:19 -0600

GIT changes to devel-xorg-modular 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
gnu/gcc/HISTORY | 6 ++++++
gnu/gcc/PRE_BUILD | 1 +
gnu/gcc/mksysinfo.patch | 22 ++++++++++++++++++++++
libs/boost/DETAILS | 5 +++--
libs/boost/HISTORY | 5 +++++
net/ssocks/DEPENDS | 4 ++++
net/ssocks/DETAILS | 19 +++++++++++++++++++
net/ssocks/HISTORY | 6 ++++++
net/ssocks/PRE_BUILD | 4 ++++
net/ssocks/init.d/ssocksd | 9 +++++++++
16 files changed, 86 insertions(+), 3 deletions(-)

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

gcc: fixed build with go compiler enabled

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

commit b4dc4ee737c4acf6a46ec12c7aa256a349b1ba57
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

boost: => 1_53_0 (SECURITY fix)

diff --git a/ChangeLog b/ChangeLog
index de125c4..9472891 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/gnu/gcc/HISTORY b/gnu/gcc/HISTORY
index ae4acae..8a8b299 100644
--- a/gnu/gcc/HISTORY
+++ b/gnu/gcc/HISTORY
@@ -1,3 +1,9 @@
+2013-02-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: apply the patch
+ * mksysinfo.patch: added, to fix header generation for libgo (included
+ with go compiler)
+ * REPAIR^all^EXPORTS: chmod +x
+
2012-10-03 Vlad Glagolev <stealth AT sourcemage.org>
* PRE_BUILD: apply the patch
* glibc216.patch: added, to fix build with glibc 2.16
diff --git a/gnu/gcc/PRE_BUILD b/gnu/gcc/PRE_BUILD
index e710b43..228b361 100755
--- a/gnu/gcc/PRE_BUILD
+++ b/gnu/gcc/PRE_BUILD
@@ -61,5 +61,6 @@ sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in &&

patch -p0 < "$SPELL_DIRECTORY/glibc216.patch" &&
patch -p0 < "$SPELL_DIRECTORY/python-gdb.patch" &&
+patch -p0 < "$SPELL_DIRECTORY/mksysinfo.patch" &&
patch -p1 < "$SPELL_DIRECTORY/gcc-4.4.0-ffast-math.patch" &&
patch -p1 < "$SPELL_DIRECTORY/remove-libffi.patch"
diff --git a/gnu/gcc/REPAIR^all^EXPORTS b/gnu/gcc/REPAIR^all^EXPORTS
old mode 100644
new mode 100755
diff --git a/gnu/gcc/mksysinfo.patch b/gnu/gcc/mksysinfo.patch
new file mode 100644
index 0000000..91c9642
--- /dev/null
+++ b/gnu/gcc/mksysinfo.patch
@@ -0,0 +1,22 @@
+--- libgo/mksysinfo.sh.orig 2011-02-21 07:17:20.000000000 +0300
++++ libgo/mksysinfo.sh 2013-02-07 23:52:46.454659972 +0400
+@@ -362,7 +362,7 @@
+ rusage=`echo $rusage | sed -e 's/^ *//'`
+ nrusage=
+ while test -n "$rusage"; do
+- field=`echo $rusage | sed -e 's/^\([^;]*\);.*$/\1/'`
++ field=`echo $rusage | sed -e 's/^\([^;]*\);.*$/\1/' -e 's/struct
\(.*\)/struct { \1; }/'`
+ rusage=`echo $rusage | sed -e 's/^[^;]*; *\(.*\)$/\1/'`
+ # Drop the leading ru_, capitalize the next character.
+ field=`echo $field | sed -e 's/^ru_//'`
+@@ -374,7 +374,9 @@
+ r=`echo $r | sed -e s'/ _timespec$/ Timespec/'`
+ r=`echo $r | sed -e s'/ _timestruc_t$/ Timestruc/'`
+ field="$f$r"
+- nrusage="$nrusage $field;"
++ if [ -n "$field" ]; then
++ nrusage="$nrusage $field;"
++ fi
+ done
+ echo "type Rusage struct {$nrusage }" >> ${OUT}
+ fi
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index 4568180..61dcd9b 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,6 +1,7 @@
SPELL=boost
- VERSION=1_52_0
-
SOURCE_HASH=sha512:fc512d3bfa6a39a60fee548775c97239271cf757587b8df7ed739c800844a819a359dca172be0e69ad7752753753139bf11f0813d650066d58386662fe32842d
+ VERSION=1_53_0
+
SOURCE_HASH=sha512:8cd7806653cb6ea4a1c6862796ef698de5ae0bdbda96954fedbe090c59e3e6cb8f8d385df35183e9063ac4e2c2fccf10744516c47a994cde5f1d1cba1b07e522
+ SECURITY_PATCH=1
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE=${SPELL}_${VERSION}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION}
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 8d8e362..112ceca 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,8 @@
+2013-02-07 Treeeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1_53_0
+ SECURITY_PATCH=1
+ boost::locale::utf::utf_traits accepted some invalid UTF-8 sequences
+
2012-11-27 Treeeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1_52_0
NB: important change to boost::result_of
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 devel-xorg-modular grimoire by Vlad Glagolev (4e3c8e2496edb18aee3b77fcbdf80db4f9898d17), Vlad Glagolev, 02/07/2013

Archive powered by MHonArc 2.6.24.

Top of Page