Skip to Content.
Sympa Menu

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

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 (1a49f0dda83ed4ffef5c7ce4b5dbfc99f820a412)
  • Date: Mon, 26 Nov 2012 14:14:24 -0600

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

database/firebird25/DETAILS | 1 +
database/firebird25/HISTORY | 7 +++++++
devel/libcutl/DETAILS | 6 +++---
devel/libcutl/HISTORY | 3 +++
libs/fftw/DETAILS | 4 ++--
libs/fftw/HISTORY | 3 +++
6 files changed, 19 insertions(+), 5 deletions(-)

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

fftw: => 3.3.3

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

firebird25 - fixes CVE-2012-5529

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

libcutl: => 1.7.0

diff --git a/database/firebird25/DETAILS b/database/firebird25/DETAILS
index cc34f56..614a8f0 100755
--- a/database/firebird25/DETAILS
+++ b/database/firebird25/DETAILS
@@ -2,6 +2,7 @@
SPELLX=Firebird
VERSION=2.5.2.26539-0

SOURCE_HASH=sha512:f3b3a8ec35202620bd6b35d5b1004a0d668b8d1a0a7c0864b40b9a7fb682e8b0d0f7b68fbbdc1ee8ace4602f1756103798a1ed8f4b8b14dfa921e06b81c10e8b
+ SECURITY_PATCH=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELLX}-${VERSION/-0\.RC?/}
SOURCE=${SPELLX}-$VERSION.tar.bz2
SOURCE_URL[0]=http://firebirdsql.org/download/prerelease/source/$SOURCE
diff --git a/database/firebird25/HISTORY b/database/firebird25/HISTORY
index c7d0ada..6842538 100644
--- a/database/firebird25/HISTORY
+++ b/database/firebird25/HISTORY
@@ -1,3 +1,10 @@
+2012-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: SECURITY_PATCH=1
+ fixes CVE-2012-5529
+ TraceManager in Firebird 2.5.0 and 2.5.1, when trace is enabled,
+ allows remote authenticated users to cause a denial of service (NULL
+ pointer dereference and crash) by preparing an empty dynamic SQL
query
+
2012-11-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.5.2.26539-0
* fb25.patch: remove some patches
diff --git a/devel/libcutl/DETAILS b/devel/libcutl/DETAILS
index d863ae3..d581e7b 100755
--- a/devel/libcutl/DETAILS
+++ b/devel/libcutl/DETAILS
@@ -1,8 +1,8 @@
SPELL=libcutl
- VERSION=1.2.0
+ VERSION=1.7.0
+
SOURCE_HASH=sha512:2dc52825ab7481550513ed158022d0ef914c80f64318d5b2cb439c97a0d33edec357b4f428d2075aa90681aa49836fc5be4f5f2a18984c378a24cb5739645a0a
SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://codesynthesis.com/download/${SPELL}/1.2/${SOURCE}
-
SOURCE_HASH=sha512:3e4ae84f3e616885e85096092b2c9b6e7918bb4b4c82750dcc131636dcb20d754b20b0e513d662cd45434a1c51f774ae22486fd7bf1a2713b182956d3797a013
+ SOURCE_URL[0]=http://codesynthesis.com/download/${SPELL}/1.7/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://codesynthesis.com/projects/libcutl/";
LICENSE[0]=MIT
diff --git a/devel/libcutl/HISTORY b/devel/libcutl/HISTORY
index cf54be8..cfa83d9 100644
--- a/devel/libcutl/HISTORY
+++ b/devel/libcutl/HISTORY
@@ -1,3 +1,6 @@
+2012-11-23 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.7.0
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/libs/fftw/DETAILS b/libs/fftw/DETAILS
index c482a60..a9930c8 100755
--- a/libs/fftw/DETAILS
+++ b/libs/fftw/DETAILS
@@ -1,6 +1,6 @@
SPELL=fftw
- VERSION=3.3.2
-
SOURCE_HASH=sha512:57a056b6efaa102dce2de9c711f9857c6c605f07e1ee27d2db3eeff1582f12636f58177f79273b1464b78a22bb7ddd1cc7d39468388694003a4ff6dbf2ab6979
+ VERSION=3.3.3
+
SOURCE_HASH=sha512:1d88b6376ba8c15cceafd3381de1d181a974b921b72b31dd89c297e5771e8d665aa3c121ef2504a70e7b0bb562b1e0612ac2a02121c412d27df06c4d687507c4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.fftw.org/$SOURCE
diff --git a/libs/fftw/HISTORY b/libs/fftw/HISTORY
index 22902fc..ea76057 100644
--- a/libs/fftw/HISTORY
+++ b/libs/fftw/HISTORY
@@ -1,3 +1,6 @@
+2012-11-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.3.3
+
2012-05-12 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.3.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (1a49f0dda83ed4ffef5c7ce4b5dbfc99f820a412), Treeve Jelbert, 11/26/2012

Archive powered by MHonArc 2.6.24.

Top of Page