Skip to Content.
Sympa Menu

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

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 (afc4106a54b1e1657aa145f5c84d8422aaf41ad2)
  • Date: Thu, 24 May 2012 15:31:51 -0500

GIT changes to devel-xorg-modular grimoire by Vlad Glagolev
<stealth AT sourcemage.org>:

ChangeLog | 4 ++++
net/tor.gpg |binary
net/tor/DETAILS | 4 ++--
net/tor/HISTORY | 4 ++++
x11/conky/DETAILS | 5 ++---
x11/conky/HISTORY | 4 ++++
x11/conky/PRE_BUILD | 4 ----
x11/conky/curl.patch | 20 --------------------
8 files changed, 16 insertions(+), 29 deletions(-)

New commits:
commit 320e5da578afb22373a2c20fdfe5822caa9a1992
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

conky: => 1.9.0

commit 2ed99055bd41d71ed98dd490b8f55d23b775a960
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tor: => 0.2.2.36 (security)

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

net/tor.gpg: added 19F78451 public key (Roger Dingledine <arma AT mit.edu>)

diff --git a/ChangeLog b/ChangeLog
index 2e057ee..1a1b889 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/tor.gpg: added 19F78451 public key (Roger Dingledine
+ <arma AT mit.edu>)
+
2012-05-23 Vlad Glagolev <stealth AT sourcemage.org>
* neon.gpg: moved from neon spell, required by cadaver
* http/cadaver: new spell, command-line WebDAV client for Unix
diff --git a/net/tor.gpg b/net/tor.gpg
index b64da97..8fc8f2d 100644
Binary files a/net/tor.gpg and b/net/tor.gpg differ
diff --git a/net/tor/DETAILS b/net/tor/DETAILS
index 31961e9..beca5c9 100755
--- a/net/tor/DETAILS
+++ b/net/tor/DETAILS
@@ -4,8 +4,8 @@ if [ "$TOR_DEVEL" == "y" ]; then
VERSION=0.2.2.23-alpha
SECURITY_PATCH=4
else
- VERSION=0.2.2.35
- SECURITY_PATCH=6
+ VERSION=0.2.2.36
+ SECURITY_PATCH=7
fi

SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/net/tor/HISTORY b/net/tor/HISTORY
index 738df05..d363c54 100644
--- a/net/tor/HISTORY
+++ b/net/tor/HISTORY
@@ -1,3 +1,7 @@
+2012-05-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.2.2.36; SECURITY_PATCH++ (several
security
+ fixes)
+
2011-12-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.2.2.35; SECURITY_PATCH++ (CVE-2011-2778)
* CONFIGURE: removed deprecated (2010-02) IPhone option; switched to
diff --git a/x11/conky/DETAILS b/x11/conky/DETAILS
index 9277d54..668fb44 100755
--- a/x11/conky/DETAILS
+++ b/x11/conky/DETAILS
@@ -1,10 +1,9 @@
SPELL=conky
- VERSION=1.8.1
- PATCHLEVEL=1
+ VERSION=1.9.0
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:cd863c1d4bb28e18073ec540aec2e9286767d38d21699dc74b9c0e66d3e4ccddf43e4d99fd0da9fe1cd67e29faf64312a910e0e9e4e86ef60705aa1c2184c50d
+
SOURCE_HASH=sha512:98c9f69fd8bee2062e3eddeb7a394cce932199ffd6c8664006d1222f0453569406613e63637848c77a455f7dae3f16be3079a2cab56ecafea51ec043de23c889
LICENSE[0]=BSD
LICENSE[1]=GPL
WEB_SITE=http://conky.sourceforge.net/
diff --git a/x11/conky/HISTORY b/x11/conky/HISTORY
index d11d06b..7571e78 100644
--- a/x11/conky/HISTORY
+++ b/x11/conky/HISTORY
@@ -1,3 +1,7 @@
+2012-05-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.9.0
+ * PRE_BUILD, curl.patch: dropped
+
2011-12-17 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: lua -> lua51

diff --git a/x11/conky/PRE_BUILD b/x11/conky/PRE_BUILD
deleted file mode 100755
index 2486ec5..0000000
--- a/x11/conky/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-
-patch -p0 < "$SPELL_DIRECTORY/curl.patch"
diff --git a/x11/conky/curl.patch b/x11/conky/curl.patch
deleted file mode 100644
index d6c7e74..0000000
--- a/x11/conky/curl.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/ccurl_thread.c.orig 2010-10-06 01:29:36.000000000 +0400
-+++ src/ccurl_thread.c 2011-09-14 23:09:00.762899542 +0400
-@@ -33,7 +33,6 @@
- #endif /* DEBUG */
-
- #include <curl/curl.h>
--#include <curl/types.h>
- #include <curl/easy.h>
-
- /*
---- src/eve.c.orig 2010-10-06 01:29:36.000000000 +0400
-+++ src/eve.c 2011-09-14 23:09:15.386715713 +0400
-@@ -37,7 +37,6 @@
- #include <libxml/xmlwriter.h>
-
- #include <curl/curl.h>
--#include <curl/types.h>
- #include <curl/easy.h>
-
- #include <time.h>



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Vlad Glagolev (afc4106a54b1e1657aa145f5c84d8422aaf41ad2), Vlad Glagolev, 05/24/2012

Archive powered by MHonArc 2.6.24.

Top of Page