Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (11d015ad69768acba7c4999dee1fc6c1b9c60938)

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 master grimoire by Vlad Glagolev (11d015ad69768acba7c4999dee1fc6c1b9c60938)
  • Date: Thu, 4 Apr 2013 09:30:58 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

database/postgresql/DEPENDS | 4 ++--
database/postgresql/DETAILS | 6 +++---
database/postgresql/HISTORY | 5 +++++
3 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 11d015ad69768acba7c4999dee1fc6c1b9c60938
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

postgresql: => 9.2.4 (security)

diff --git a/database/postgresql/DEPENDS b/database/postgresql/DEPENDS
index b0482e6..7ddacb7 100755
--- a/database/postgresql/DEPENDS
+++ b/database/postgresql/DEPENDS
@@ -1,6 +1,6 @@
optional_depends gettext \
- "--with-nls" \
- "--without-nls" \
+ "--enable-nls" \
+ "--disable-nls" \
"for Native Language Support" &&

optional_depends tcl \
diff --git a/database/postgresql/DETAILS b/database/postgresql/DETAILS
index 88ab434..c09133d 100755
--- a/database/postgresql/DETAILS
+++ b/database/postgresql/DETAILS
@@ -1,6 +1,6 @@
SPELL=postgresql
- VERSION=9.2.3
-
SOURCE_HASH=sha512:e2520ae03f3cac3effed6e8e45900f6718a944c9a3c90d856819caaeeb6ba9b2324744c18a37b8e9bc5d7e63abab5b84f20259b797fd81ace0040a578f87aad8
+ VERSION=9.2.4
+
SOURCE_HASH=sha512:1f347a8e75f4c350cc1ee2e0406b1b696f8e82cd259bb17404113874516fdf4c395517962a5320d5c386994cae7ebe7dbdbbeb7ae79c76d6d506ce5bda662c3e
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.postgresql.org/pub/source/v$VERSION/$SOURCE
@@ -15,7 +15,7 @@ fi

WEB_SITE=http://www.postgresql.org/
GATHER_DOCS=off
- SECURITY_PATCH=13
+ SECURITY_PATCH=14
ENTERED=20011113
LICENSE[0]=BSD
KEYWORDS="database"
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 553f256..bd0070e 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,8 @@
+2013-04-04 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 9.2.4; SECURITY_PATCH++ (CVE-2013-1899,
+ CVE-2013-1900, CVE-2013-1901)
+ * DEPENDS: updated flags for gettext
+
2013-02-08 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 9.2.3; SECURITY_PATCH++ (CVE-2013-0255);
removed outdated mirror



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (11d015ad69768acba7c4999dee1fc6c1b9c60938), Vlad Glagolev, 04/04/2013

Archive powered by MHonArc 2.6.24.

Top of Page