Skip to Content.
Sympa Menu

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

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 (b2adb960643641d0510e6314413d871c390b4d3d)
  • Date: Fri, 8 Feb 2013 06:08:59 -0600

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

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

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

postgresql: => 9.2.3 (security)

diff --git a/database/postgresql/CONFIGURE b/database/postgresql/CONFIGURE
index 50acd4a..bdce0fb 100755
--- a/database/postgresql/CONFIGURE
+++ b/database/postgresql/CONFIGURE
@@ -1,7 +1,6 @@
-# No && because the line below will fail if there's no postgresql installed
-OLDVERSION=$(installed_version $SPELL)
+spell_ok $SPELL && local OLDVERSION="$(installed_version $SPELL)" || return 0

-if spell_ok $SPELL && [[ ${OLDVERSION%.*} != ${VERSION%.*} ]]; then
+if [[ ${OLDVERSION%.*} != ${VERSION%.*} ]]; then
message "${PROBLEM_COLOR}" &&
message "You are about to upgrade (downgrade) your PostgreSQL installation
to a" &&
message "different major version, please be aware that a database
repository will only" &&
diff --git a/database/postgresql/DEPENDS b/database/postgresql/DEPENDS
index abdbf02..b0482e6 100755
--- a/database/postgresql/DEPENDS
+++ b/database/postgresql/DEPENDS
@@ -1,3 +1,8 @@
+optional_depends gettext \
+ "--with-nls" \
+ "--without-nls" \
+ "for Native Language Support" &&
+
optional_depends tcl \
"--with-tcl" \
"--without-tcl" \
@@ -18,6 +23,11 @@ optional_depends linux-pam \
"--without-pam" \
"for PAM authentication" &&

+optional_depends libselinux \
+ "--with-selinux" \
+ "--without-selinux" \
+ "for SELinux support" &&
+
optional_depends krb5 \
"--with-krb5" \
"--without-krb5" \
diff --git a/database/postgresql/DETAILS b/database/postgresql/DETAILS
index 9413ac7..88ab434 100755
--- a/database/postgresql/DETAILS
+++ b/database/postgresql/DETAILS
@@ -1,11 +1,10 @@
SPELL=postgresql
- VERSION=9.2.2
-
SOURCE_HASH=sha512:147690b168838b7d45cc805882cb6ef628cbf656ff115d32ab76c4ad38b06aa00223f728bf0e5befcdd27cc4e27a917493d857f1f29006952f0ff07da6615808
+ VERSION=9.2.3
+
SOURCE_HASH=sha512:e2520ae03f3cac3effed6e8e45900f6718a944c9a3c90d856819caaeeb6ba9b2324744c18a37b8e9bc5d7e63abab5b84f20259b797fd81ace0040a578f87aad8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.postgresql.org/pub/source/v$VERSION/$SOURCE
-
SOURCE_URL[1]=ftp://ftp10.us.postgresql.org/pub/$SPELL/source/v$VERSION/$SOURCE
-
SOURCE_URL[2]=ftp://ftp9.de.postgresql.org/unix/databases/postgresql/source/v${VERSION}/${SOURCE}
+
SOURCE_URL[1]=ftp://ftp9.de.postgresql.org/unix/databases/postgresql/source/v${VERSION}/${SOURCE}

if [[ $PGSQL_CLUSTER == y ]]; then
CLUSTER_VERSION=1.9.0rc5
@@ -16,7 +15,7 @@ fi

WEB_SITE=http://www.postgresql.org/
GATHER_DOCS=off
- SECURITY_PATCH=12
+ SECURITY_PATCH=13
ENTERED=20011113
LICENSE[0]=BSD
KEYWORDS="database"
diff --git a/database/postgresql/HISTORY b/database/postgresql/HISTORY
index bf71677..553f256 100644
--- a/database/postgresql/HISTORY
+++ b/database/postgresql/HISTORY
@@ -1,3 +1,9 @@
+2013-02-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 9.2.3; SECURITY_PATCH++ (CVE-2013-0255);
+ removed outdated mirror
+ * DEPENDS: added optional dependencies on gettext and libselinux
+ * CONFIGURE: use better logic for installed version
+
2012-12-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 9.2.2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b2adb960643641d0510e6314413d871c390b4d3d), Vlad Glagolev, 02/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page