[SM-Commit] GIT changes to devel-gnome grimoire by Robin Cook (8f60247ee0ab6f5f3759f3b0c8fca575767059b8)

Robin Cook scm at sourcemage.org
Sun Mar 8 23:25:05 EDT 2009


GIT changes to devel-gnome grimoire by Robin Cook <rcook at wyrms.net>:

 ChangeLog                                            |    3 +++
 audio-players/xmms2/HISTORY                          |    3 +++
 audio-players/xmms2/PRE_BUILD                        |    3 ++-
 audio-players/xmms2/helpers_path_max.patch           |   15 +++++++++++++++
 dev/null                                             |binary
 fonts-x11/dejavu-ttf/DETAILS                         |    2 +-
 graphics/imagemagick/DETAILS                         |    2 +-
 graphics/imagemagick/HISTORY                         |    3 +++
 graphics/imagemagick/ImageMagick-6.4.9-7.tar.bz2.sig |    0 
 graphics/imagemagick/ImageMagick-6.4.9-9.tar.bz2.sig |binary
 net/pingtunnel/BUILD                                 |    1 +
 net/pingtunnel/DEPENDS                               |    1 +
 net/pingtunnel/DETAILS                               |   18 ++++++++++++++++++
 net/pingtunnel/HISTORY                               |    3 +++
 security-libs/linux-pam/DETAILS                      |    3 ++-
 security-libs/linux-pam/HISTORY                      |    3 +++
 16 files changed, 56 insertions(+), 4 deletions(-)

New commits:
commit b7ad96be78b218f6cfc6215776030321d0d16944
Author: Vlad Glagolev <stealth at sourcemage.org>
Commit: Vlad Glagolev <stealth at sourcemage.org>

    dejavu-ttf: source tarball renewal by upstream

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

commit ee01d8c26ede3fb58f2a6ad2226766621654b387
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    imagemagick: Updated to version 6.4.9-9

commit 4cea4932e00cd70ac47f5ae750d27fe6a49993c0
Author: Ladislav Hagara <ladislav.hagara at unob.cz>
Commit: Ladislav Hagara <ladislav.hagara at unob.cz>

    linux-pam 1.0.4, SECURITY_PATCH=1, CVE-2009-0579

commit cec2b9e834abb89dbb47595b13a82a497c6771c9
Author: Bearcat M. Sandor <bearcat at linux.feline-soul.net>
Commit: Bearcat M. Sandor <bearcat at linux.feline-soul.net>

    xmms2: forgot to add chain to previous patch line. Whoops.

commit d2ebec6ad5334c84ee4f3da8ce8dfe96a6a87178
Author: Bearcat M. Sandor <bearcat at linux.feline-soul.net>
Commit: Bearcat M. Sandor <bearcat at linux.feline-soul.net>

    added a patch to make xmms2 stable compile. There was a syntax error in the code.

diff --git a/ChangeLog b/ChangeLog
index 5a6713d..5cc7954 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 Robin Cook <rcook at wyrms.net>
 	* gnome2-libs/devicekit  dbus frontend for udev
 
diff --git a/audio-players/xmms2/HISTORY b/audio-players/xmms2/HISTORY
index dc8b5d4..717383b 100644
--- a/audio-players/xmms2/HISTORY
+++ b/audio-players/xmms2/HISTORY
@@ -1,3 +1,6 @@
+2009-03-08 Bearcat M. Sandor <sourcemage at feline-soul.com>
+     * PRE_BUILD: added patch to fix syntax error for stable builds
+
 2008-11-20 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* DEPENDS: removed avformat no longer included
 
diff --git a/audio-players/xmms2/PRE_BUILD b/audio-players/xmms2/PRE_BUILD
index d01d3d2..1f3fb9d 100755
--- a/audio-players/xmms2/PRE_BUILD
+++ b/audio-players/xmms2/PRE_BUILD
@@ -4,4 +4,5 @@ unpack_file                      &&
 cd xmms*                         &&
 echo -e "#!/bin/sh\ncd xmms*\n./waf configure --help" > ../configure  &&
 chmod +x ../configure                                          &&
-patch -p0 < $SPELL_DIRECTORY/fix_flags.diff
+patch -p0 < $SPELL_DIRECTORY/fix_flags.diff &&
+patch -p1 < $SPELL_DIRECTORY/helpers_path_max.patch
diff --git a/audio-players/xmms2/helpers_path_max.patch b/audio-players/xmms2/helpers_path_max.patch
new file mode 100644
index 0000000..7cdf16f
--- /dev/null
+++ b/audio-players/xmms2/helpers_path_max.patch
@@ -0,0 +1,15 @@
+diff --git a/src/include/xmmsclient/xmmsclient++/helpers.h b/src/include/xmmsclient/xmmsclient++/helpers.h
+index b131575..f237231 100644
+--- a/src/include/xmmsclient/xmmsclient++/helpers.h
++++ b/src/include/xmmsclient/xmmsclient++/helpers.h
+@@ -44,8 +44,8 @@ namespace Xmms
+ 	 */
+ 	inline std::string getUserConfDir() {
+ 
+-		char buf[PATH_MAX] = { '\0' };
+-		if( !xmmsc_userconfdir_get( buf, PATH_MAX ) ) {
++		char buf[XMMS_PATH_MAX] = { '\0' };
++		if( !xmmsc_userconfdir_get( buf, XMMS_PATH_MAX ) ) {
+ 			throw Xmms::result_error( "Error occured when trying to get "
+ 			                          "user config directory." );
+ 		}
diff --git a/fonts-x11/dejavu-ttf/DETAILS b/fonts-x11/dejavu-ttf/DETAILS
index 604aa9a..1f36f74 100755
--- a/fonts-x11/dejavu-ttf/DETAILS
+++ b/fonts-x11/dejavu-ttf/DETAILS
@@ -2,7 +2,7 @@
           SPELLX=dejavu-fonts-ttf
          PACKAGE=${SPELL%-*}
          VERSION=2.29
-     SOURCE_HASH=sha512:0db11d61c997f1bab3f595d7b434fce9034614bb9bc822df72b77a5e8d9ed7741c5cd8175299d89ac466ba9591f9ec883f9e9fed17e38075cdf7090ee49a6345
+     SOURCE_HASH=sha512:c04ebfed7379f245d86745b966e7a4ac3f2c784627cf33017e24756523a815be7f5d10d2fdce14d41c6775b80db1dd751be54f69379166128956819736f4257a
           SOURCE=$SPELLX-$VERSION.tar.bz2
             DOCS="README LICENSE AUTHORS NEWS BUGS *.txt"
    SOURCE_URL[0]=$SOURCEFORGE_URL/$PACKAGE/$SOURCE
diff --git a/graphics/imagemagick/DETAILS b/graphics/imagemagick/DETAILS
index 43f0ee5..68721ba 100755
--- a/graphics/imagemagick/DETAILS
+++ b/graphics/imagemagick/DETAILS
@@ -1,5 +1,5 @@
            SPELL=imagemagick
-         VERSION=6.4.9-7
+         VERSION=6.4.9-9
   SECURITY_PATCH=1
           SOURCE=ImageMagick-${VERSION}.tar.bz2
 SOURCE_DIRECTORY=${BUILD_DIRECTORY}/ImageMagick-${VERSION}
diff --git a/graphics/imagemagick/HISTORY b/graphics/imagemagick/HISTORY
index b50f897..e5f005f 100644
--- a/graphics/imagemagick/HISTORY
+++ b/graphics/imagemagick/HISTORY
@@ -1,3 +1,6 @@
+2009-03-08 George Sherwood <gsherwood at sourcemage.org>
+	* DETAILS: Updated to version 6.4.9-9
+
 2009-02-27 George Sherwood <gsherwood at sourcemage.org>
 	* DETAILS: Updated to version 6.4.9-7
 
diff --git a/graphics/imagemagick/ImageMagick-6.4.9-7.tar.bz2.sig b/graphics/imagemagick/ImageMagick-6.4.9-7.tar.bz2.sig
deleted file mode 100644
index 5fe38b1..0000000
Binary files a/graphics/imagemagick/ImageMagick-6.4.9-7.tar.bz2.sig and /dev/null differ
diff --git a/graphics/imagemagick/ImageMagick-6.4.9-9.tar.bz2.sig b/graphics/imagemagick/ImageMagick-6.4.9-9.tar.bz2.sig
new file mode 100644
index 0000000..aa00db6
Binary files /dev/null and b/graphics/imagemagick/ImageMagick-6.4.9-9.tar.bz2.sig differ
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
+
diff --git a/security-libs/linux-pam/DETAILS b/security-libs/linux-pam/DETAILS
index 62deca1..b875c39 100755
--- a/security-libs/linux-pam/DETAILS
+++ b/security-libs/linux-pam/DETAILS
@@ -1,5 +1,6 @@
            SPELL=linux-pam
-         VERSION=1.0.3
+         VERSION=1.0.4
+  SECURITY_PATCH=1
           SOURCE=Linux-PAM-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/Linux-PAM-$VERSION
    SOURCE_URL[0]=$KERNEL_URL/pub/linux/libs/pam/library/$SOURCE
diff --git a/security-libs/linux-pam/HISTORY b/security-libs/linux-pam/HISTORY
index 8889a00..f312544 100644
--- a/security-libs/linux-pam/HISTORY
+++ b/security-libs/linux-pam/HISTORY
@@ -1,3 +1,6 @@
+2009-03-08 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS: 1.0.4, SECURITY_PATCH=1, CVE-2009-0579
+
 2008-12-11 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 1.0.3
 



More information about the SM-Commit mailing list