Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cf07181edfcedfcab5ee0224d25f23c8bec09cff)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cf07181edfcedfcab5ee0224d25f23c8bec09cff)
  • Date: Sat, 9 Jan 2010 03:14:51 -0600

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

libs/redland/DETAILS | 1 +
libs/redland/HISTORY | 5 +++++
libs/redland/PRE_BUILD | 8 ++++++++
libs/redland/virt.diff.bz2 |binary
python-pypi/sqlalchemy/DETAILS | 4 ++--
python-pypi/sqlalchemy/HISTORY | 3 +++
ruby-raa/ruby/DETAILS | 5 +++--
ruby-raa/ruby/HISTORY | 4 ++++
8 files changed, 26 insertions(+), 4 deletions(-)

New commits:
commit cf07181edfcedfcab5ee0224d25f23c8bec09cff
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

ruby: => 1.9.1-p376

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

redland - fix for missing library reference with virtuoso

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

sqlalchemy: => 0.5.7

diff --git a/libs/redland/DETAILS b/libs/redland/DETAILS
index 6f30beb..077aade 100755
--- a/libs/redland/DETAILS
+++ b/libs/redland/DETAILS
@@ -1,5 +1,6 @@
SPELL=redland
VERSION=1.0.10
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=$SOURCEFORGE_URL/librdf/$SOURCE
diff --git a/libs/redland/HISTORY b/libs/redland/HISTORY
index 90baf6d..e7a28f8 100644
--- a/libs/redland/HISTORY
+++ b/libs/redland/HISTORY
@@ -1,3 +1,8 @@
+2010-01-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD, virt.diff.bz2: added
+ fixes missing library reference
+
2009-12-20 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: add optional virtuoso

diff --git a/libs/redland/PRE_BUILD b/libs/redland/PRE_BUILD
new file mode 100755
index 0000000..d9d4b04
--- /dev/null
+++ b/libs/redland/PRE_BUILD
@@ -0,0 +1,8 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+bzcat $SPELL_DIRECTORY/virt.diff.bz2 | patch -p1 &&
+libtoolize --force &&
+aclocal &&
+autoheader &&
+automake --add-missing &&
+autoconf
diff --git a/libs/redland/virt.diff.bz2 b/libs/redland/virt.diff.bz2
new file mode 100644
index 0000000..fdca8f8
Binary files /dev/null and b/libs/redland/virt.diff.bz2 differ
diff --git a/python-pypi/sqlalchemy/DETAILS b/python-pypi/sqlalchemy/DETAILS
index 8607afc..bcada26 100755
--- a/python-pypi/sqlalchemy/DETAILS
+++ b/python-pypi/sqlalchemy/DETAILS
@@ -1,7 +1,7 @@
SPELL=sqlalchemy
CHEESESHOP_PKG=SQLAlchemy
- VERSION=0.5.6
-
SOURCE_HASH=sha512:ac30fc17892456118493bf202de3180dceb596bec58a1d7f622c0df43f9dd31207b7617c9489ddd83e0add477c357bd3ed0a52ab20b70560c0381761bee6ae1d
+ VERSION=0.5.7
+
SOURCE_HASH=sha512:bc9cabbc0d3fa16cb0f98b2f7501eab50aaca950fe5236bb81bd9737655692f417415b86dd3ccab844650971bfe9258b73d6735557c949b75d1885710be01a07
SOURCE="$CHEESESHOP_PKG-$VERSION.tar.gz"
SOURCE_URL[0]="http://www.python.org/pypi/S/$CHEESESHOP_PKG/$SOURCE";
SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index 09b0d2c..6cfbdf3 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2010-01-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.5.7
+
2009-10-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.5.5

diff --git a/ruby-raa/ruby/DETAILS b/ruby-raa/ruby/DETAILS
index c629d58..a22386a 100755
--- a/ruby-raa/ruby/DETAILS
+++ b/ruby-raa/ruby/DETAILS
@@ -1,9 +1,10 @@
SPELL=ruby
if [[ "${RUBY_1_9}" == "y" ]]; then
- VERSION=1.9.1-p243
-
SOURCE_HASH=sha512:b7a85f09c5451aa0cf5d8576a0cd13973e58ae1a5d58fd1bdb18cecc8b853f726d3da759aec2e72dca85870dcbdca9cbe8e86615dcda1538dca239d88f3a63dd
+ VERSION=1.9.1-p376
+
SOURCE_HASH=sha512:63bc1814ba10de95b70733b14e77dcf12351540f6d484b7aaf98408f1eb13496b06e1c37562eb1c67cb9121d5c3b46e70dee012bb8dcd251a06339eff0b6d325
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=ftp://ftp.ruby-lang.org/pub/ruby/1.9/$SOURCE
+ SECURITY_PATCH=1
else
VERSION=1.8.7-p174
SOURCE=$SPELL-$VERSION.tar.bz2
diff --git a/ruby-raa/ruby/HISTORY b/ruby-raa/ruby/HISTORY
index c9863c7..851e9da 100644
--- a/ruby-raa/ruby/HISTORY
+++ b/ruby-raa/ruby/HISTORY
@@ -1,3 +1,7 @@
+2010-01-09 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.9.1-p376
+ SECURITY_PATCH++, fixes CVE-2009-4124, fixes bug #15542
+
2009-08-14 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.8.7-p174; SECURITY_PATCH++




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (cf07181edfcedfcab5ee0224d25f23c8bec09cff), Treeve Jelbert, 01/09/2010

Archive powered by MHonArc 2.6.24.

Top of Page