Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.52 grimoire by George Sherwood (702412249fd904f13a38e711961cf3f17cd4830b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.52 grimoire by George Sherwood (702412249fd904f13a38e711961cf3f17cd4830b)
  • Date: Sun, 13 Feb 2011 09:30:20 -0600

GIT changes to stable-0.52 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

database/postgresql/BUILD | 1 -
database/postgresql/DEPENDS | 10 ----------
database/postgresql/DETAILS | 6 +++---
database/postgresql/HISTORY | 11 +++++++++++
4 files changed, 14 insertions(+), 14 deletions(-)

New commits:
commit 702412249fd904f13a38e711961cf3f17cd4830b
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

postgresql: this was a security update
(cherry picked from commit 206547111f94c3213ec0a6f8a36780b80a10532b)

commit 71aaa9d0d74782fdaf376841664c67ce6e71a4ea
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

postgresql: => 9.0.3
(cherry picked from commit a95439d7165ec06fc01cb3970f2886f8be81fc44)

commit a248278476e746bf809ea8c9a3b96f855a24ad34
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

postgresql: => 9.0.2
(cherry picked from commit 538f40f26fe1985bbe09562ef9db1d70d0f51614)

diff --git a/database/postgresql/BUILD b/database/postgresql/BUILD
index 791fc25..a2240d8 100755
--- a/database/postgresql/BUILD
+++ b/database/postgresql/BUILD
@@ -1,6 +1,5 @@
create_account postgres &&

-OPTS="--with-docdir=$INSTALL_ROOT/usr/share/doc $OPTS" &&
OPTS="--with-system-tzdata=$INSTALL_ROOT/usr/share/zoneinfo $OPTS" &&
CFLAGS="${CFLAGS//-ffast-math}" &&

diff --git a/database/postgresql/DEPENDS b/database/postgresql/DEPENDS
index 2828ccb..abdbf02 100755
--- a/database/postgresql/DEPENDS
+++ b/database/postgresql/DEPENDS
@@ -3,11 +3,6 @@ optional_depends tcl \
"--without-tcl" \
"for PL/Tcl support" &&

-optional_depends tk \
- "--with-tk" \
- "--without-tk" \
- "for Tcl/Tk support" &&
-
optional_depends perl \
"--with-perl" \
"--without-perl" \
@@ -38,11 +33,6 @@ optional_depends readline \
"--without-readline" \
"for Readline support in psql, the command line interface"
&&

-optional_depends unixodbc \
- "--enable-odbc --with-unixodbc" \
- "--without-unixodbc" \
- "for ODBC support" &&
-
optional_depends openssl \
"--with-openssl" \
"--without-openssl" \
diff --git a/database/postgresql/DETAILS b/database/postgresql/DETAILS
index 614fb67..85c09b9 100755
--- a/database/postgresql/DETAILS
+++ b/database/postgresql/DETAILS
@@ -1,6 +1,6 @@
SPELL=postgresql
- VERSION=9.0.1
-
SOURCE_HASH=sha512:b661e95d160c8e3113d16ae091cbf1eeccda805be40f53b888055340fdda5d6b1ba649a1c3e51912fb67836925ebe8e9896495ec5f35fd555c9340c2a6f870e2
+ VERSION=9.0.3
+
SOURCE_HASH=sha512:48703432bf6357cf3c2ca9119af92bccb9ff0f60e64ac34530981478b1c1e7cda1aeb58ba9866766b6d82eeb49c3254c2b14a3ae4ffc6947cebbf4c4499f0a33
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=8
+ SECURITY_PATCH=9
ENTERED=20011113
LICENSE[0]=BSD
KEYWORDS="database"
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index 979708f..2c1683c 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,14 @@
+2011-02-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: SECURITY_PATCH++, fixes CVE-2010-4015
+
+2011-01-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 9.0.3
+ * DEPENDS: removed deprecated dependencies
+ * BUILD: removed deprecated configure flags
+
+2011-01-30 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 9.0.2
+
2010-10-26 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 9.0.1




  • [SM-Commit] GIT changes to stable-0.52 grimoire by George Sherwood (702412249fd904f13a38e711961cf3f17cd4830b), George Sherwood, 02/13/2011

Archive powered by MHonArc 2.6.24.

Top of Page