Skip to Content.
Sympa Menu

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

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 (741249e4f3d0b1bec969d92dccd13b92aee262fd)
  • Date: Wed, 11 Apr 2012 05:27:51 -0500

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

database/postgresql/DETAILS | 6 +++---
database/postgresql/HISTORY | 11 +++++++++++
2 files changed, 14 insertions(+), 3 deletions(-)

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

postgresql: => 9.1.3

multiple security fixes
Users of pg_dump, users of SSL certificates for validation or users of
triggers using
SECURITY DEFINER should upgrade their installations immediately
see <http://www.postgresql.org/about/news/1377/>

diff --git a/database/postgresql/DETAILS b/database/postgresql/DETAILS
index 01f334c..cc98de6 100755
--- a/database/postgresql/DETAILS
+++ b/database/postgresql/DETAILS
@@ -1,6 +1,6 @@
SPELL=postgresql
- VERSION=9.1.2
-
SOURCE_HASH=sha512:20f3cbeffe72bf52c0d1caccf8f2a22b02a9f41274419cf5d453622d91fea99fe125151c929699aa73d581f2fa43e00f6b93330242d153bf3c128b6bb83559b1
+ VERSION=9.1.3
+
SOURCE_HASH=sha512:411b9ed2d5cb4c38388710bc6186c8ccc3bddb9a607a933539bfc8b77df81d45c6f0b8ad9117960b0c5756bab51958f47c1e95943a488713841bd400da27a2e9
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.postgresql.org/pub/source/v$VERSION/$SOURCE
@@ -16,7 +16,7 @@ fi

WEB_SITE=http://www.postgresql.org/
GATHER_DOCS=off
- SECURITY_PATCH=9
+ SECURITY_PATCH=10
ENTERED=20011113
LICENSE[0]=BSD
KEYWORDS="database"
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 81cb5c3..77f6e0a 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,14 @@
+2012-04-10 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 9.1.3
+ SECURITY_PATCH=10
+ multiple security fixes
+ CVE-2012-0866: Permissions on a function called by a trigger are
not checked
+ CVE-2012-0867: SSL certificate name checks are truncated to 32
characters,
+ allowing connection spoofing under some circumstances.
+ CVE-2012-0868: Line breaks in object names can be exploited to
execute code
+ when loading a pg_dump file.
+ see <http://www.postgresql.org/about/news/1377/>
+
2011-12-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 9.1.2




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (741249e4f3d0b1bec969d92dccd13b92aee262fd), Treeve Jelbert, 04/11/2012

Archive powered by MHonArc 2.6.24.

Top of Page