pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases The PostgreSQL Global Development Group has ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2e19fdeeb04f
branches: trunk
changeset: 637275:2e19fdeeb04f
user: adam <adam%pkgsrc.org@localhost>
date: Fri Jul 25 22:14:55 2014 +0000
description:
The PostgreSQL Global Development Group has released an update to all supported version of the database system, including versions 9.3.5, 9.2.9, 9.1.14, 9.0.18, and 8.4.22. This minor release fixes a
number of issues discovered and reported by users over the last four months, including some data corruption issues, and is the last update of version 8.4. Users of version 9.3 will want to update at
the earliest opportunity; users of version 8.4 will want to schedule an upgrade to a supported PostgreSQL version.
diffstat:
databases/postgresql84-client/Makefile | 3 +-
databases/postgresql84-client/PLIST | 3 +-
databases/postgresql84-plperl/Makefile | 3 +-
databases/postgresql84-plpython/Makefile | 3 +-
databases/postgresql84-server/PLIST | 3 +-
databases/postgresql84/Makefile | 3 +-
databases/postgresql84/Makefile.common | 4 +-
databases/postgresql84/distinfo | 9 ++---
databases/postgresql84/patches/patch-src_pl_plpython_Makefile | 15 -----------
databases/postgresql90-docs/Makefile | 3 +-
databases/postgresql90-docs/PLIST | 4 ++-
databases/postgresql90-plperl/Makefile | 3 +-
databases/postgresql90-plpython/Makefile | 3 +-
databases/postgresql90-server/PLIST | 3 +-
databases/postgresql90/Makefile | 3 +-
databases/postgresql90/Makefile.common | 4 +-
databases/postgresql90/distinfo | 9 ++---
databases/postgresql90/patches/patch-src_pl_plpython_Makefile | 15 -----------
databases/postgresql91-docs/Makefile | 3 +-
databases/postgresql91-docs/PLIST | 5 ++-
databases/postgresql91-plperl/Makefile | 3 +-
databases/postgresql91-plpython/Makefile | 3 +-
databases/postgresql91-server/PLIST | 3 +-
databases/postgresql91/Makefile | 3 +-
databases/postgresql91/Makefile.common | 4 +-
databases/postgresql91/distinfo | 9 ++---
databases/postgresql91/patches/patch-src_pl_plpython_Makefile | 15 -----------
databases/postgresql92-docs/Makefile | 3 +-
databases/postgresql92-docs/PLIST | 6 +++-
databases/postgresql92-plperl/Makefile | 3 +-
databases/postgresql92-plpython/Makefile | 3 +-
databases/postgresql92-server/PLIST | 3 +-
databases/postgresql92/Makefile | 3 +-
databases/postgresql92/Makefile.common | 4 +-
databases/postgresql92/distinfo | 9 ++---
databases/postgresql92/patches/patch-src_pl_plpython_Makefile | 15 -----------
databases/postgresql93-docs/Makefile | 3 +-
databases/postgresql93-docs/PLIST | 7 ++++-
databases/postgresql93-plperl/Makefile | 3 +-
databases/postgresql93-plpython/Makefile | 3 +-
databases/postgresql93-server/PLIST | 3 +-
databases/postgresql93/Makefile | 3 +-
databases/postgresql93/Makefile.common | 4 +-
databases/postgresql93/distinfo | 8 ++--
44 files changed, 80 insertions(+), 144 deletions(-)
diffs (truncated from 760 to 300 lines):
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql84-client/Makefile
--- a/databases/postgresql84-client/Makefile Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql84-client/Makefile Fri Jul 25 22:14:55 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-client-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
.include "../../databases/postgresql84/Makefile.common"
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql84-client/PLIST
--- a/databases/postgresql84-client/PLIST Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql84-client/PLIST Fri Jul 25 22:14:55 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.23 2014/03/27 20:57:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.24 2014/07/25 22:14:55 adam Exp $
bin/clusterdb
bin/createdb
bin/createlang
@@ -1361,6 +1361,7 @@
share/doc/postgresql/html/release-8-4-2.html
share/doc/postgresql/html/release-8-4-20.html
share/doc/postgresql/html/release-8-4-21.html
+share/doc/postgresql/html/release-8-4-22.html
share/doc/postgresql/html/release-8-4-3.html
share/doc/postgresql/html/release-8-4-4.html
share/doc/postgresql/html/release-8-4-5.html
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql84-plperl/Makefile
--- a/databases/postgresql84-plperl/Makefile Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql84-plperl/Makefile Fri Jul 25 22:14:55 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-plperl-/}
-PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql84-plpython/Makefile
--- a/databases/postgresql84-plpython/Makefile Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql84-plpython/Makefile Fri Jul 25 22:14:55 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2014/05/17 16:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql84-server>=${PKGVERSION_NOREV}:../../databases/postgresql84-server
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql84-server/PLIST
--- a/databases/postgresql84-server/PLIST Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql84-server/PLIST Fri Jul 25 22:14:55 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2014/03/11 14:05:00 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.18 2014/07/25 22:14:55 adam Exp $
bin/postgres
bin/postmaster
lib/postgresql/ascii_and_mic.so
@@ -293,6 +293,7 @@
share/postgresql/timezone/Antarctica/Rothera
share/postgresql/timezone/Antarctica/South_Pole
share/postgresql/timezone/Antarctica/Syowa
+share/postgresql/timezone/Antarctica/Troll
share/postgresql/timezone/Antarctica/Vostok
share/postgresql/timezone/Arctic/Longyearbyen
share/postgresql/timezone/Asia/Aden
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql84/Makefile
--- a/databases/postgresql84/Makefile Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql84/Makefile Fri Jul 25 22:14:55 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/84-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql84-client>=${PKGVERSION_NOREV}:../../databases/postgresql84-client
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql84/Makefile.common
--- a/databases/postgresql84/Makefile.common Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql84/Makefile.common Fri Jul 25 22:14:55 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.32 2014/03/27 20:57:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.33 2014/07/25 22:14:55 adam Exp $
#
# used by databases/postgresql84-adminpack/Makefile
# used by databases/postgresql84-client/Makefile
@@ -17,7 +17,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-8.4.21
+DISTNAME= postgresql-8.4.22
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql84/distinfo
--- a/databases/postgresql84/distinfo Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql84/distinfo Fri Jul 25 22:14:55 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.29 2014/03/27 20:57:54 adam Exp $
+$NetBSD: distinfo,v 1.30 2014/07/25 22:14:55 adam Exp $
-SHA1 (postgresql-8.4.21.tar.bz2) = 2669ace05665cf3f7234fdfd8c3e8bf225cbd4af
-RMD160 (postgresql-8.4.21.tar.bz2) = 5bb580b8b8aa20c463c99c3e699c3bc87e4eecc8
-Size (postgresql-8.4.21.tar.bz2) = 14645050 bytes
+SHA1 (postgresql-8.4.22.tar.bz2) = 66a1286c4983121af35b76c97b97288013edc151
+RMD160 (postgresql-8.4.22.tar.bz2) = c46d1fd3405150f0ed25012dad1ef8110d2c2d64
+Size (postgresql-8.4.22.tar.bz2) = 14651732 bytes
SHA1 (patch-aa) = 72437773d67939c8d8c8e9a99caf430590fd726f
SHA1 (patch-ab) = aa46d88c8a72edaf95880de48474ea484d6d2bf5
SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb
@@ -16,4 +16,3 @@
SHA1 (patch-bb) = 22859530d2694cf4c347f5e4c02eff0483d536d1
SHA1 (patch-src_pl_plperl_plperl.h) = 8d448cc8e0e0dbc4d15dad369d3ca7a796874ac2
SHA1 (patch-src_pl_plpgsql_src_Makefile) = 1592ecb85d6ef1bd691f77b320f639b6fc822e14
-SHA1 (patch-src_pl_plpython_Makefile) = d70e0cf5e20479851df3ededa50776fd04846d49
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql84/patches/patch-src_pl_plpython_Makefile
--- a/databases/postgresql84/patches/patch-src_pl_plpython_Makefile Fri Jul 25 20:36:50 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_pl_plpython_Makefile,v 1.1 2013/12/10 22:32:56 adam Exp $
-
-Don't try to use Python framework.
-
---- src/pl/plpython/Makefile.orig 2013-12-10 21:48:07.000000000 +0000
-+++ src/pl/plpython/Makefile
-@@ -24,8 +24,6 @@ endif
- # Darwin (OS X) has its own ideas about how to do this.
- ifeq ($(PORTNAME), darwin)
- shared_libpython = yes
--override python_libspec = -framework Python
--override python_additional_libs =
- endif
-
- # If we don't have a shared library and the platform doesn't allow it
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql90-docs/Makefile
--- a/databases/postgresql90-docs/Makefile Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql90-docs/Makefile Fri Jul 25 22:14:55 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql90/Makefile.common"
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql90-docs/PLIST
--- a/databases/postgresql90-docs/PLIST Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql90-docs/PLIST Fri Jul 25 22:14:55 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.19 2014/03/27 20:57:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.20 2014/07/25 22:14:55 adam Exp $
man/man1/clusterdb.1
man/man1/createdb.1
man/man1/createlang.1
@@ -931,6 +931,7 @@
share/doc/postgresql/html/release-8-4-2.html
share/doc/postgresql/html/release-8-4-20.html
share/doc/postgresql/html/release-8-4-21.html
+share/doc/postgresql/html/release-8-4-22.html
share/doc/postgresql/html/release-8-4-3.html
share/doc/postgresql/html/release-8-4-4.html
share/doc/postgresql/html/release-8-4-5.html
@@ -948,6 +949,7 @@
share/doc/postgresql/html/release-9-0-15.html
share/doc/postgresql/html/release-9-0-16.html
share/doc/postgresql/html/release-9-0-17.html
+share/doc/postgresql/html/release-9-0-18.html
share/doc/postgresql/html/release-9-0-2.html
share/doc/postgresql/html/release-9-0-3.html
share/doc/postgresql/html/release-9-0-4.html
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql90-plperl/Makefile
--- a/databases/postgresql90-plperl/Makefile Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql90-plperl/Makefile Fri Jul 25 22:14:55 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-plperl-/}
-PKGREVISION= 1
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql90-plpython/Makefile
--- a/databases/postgresql90-plpython/Makefile Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql90-plpython/Makefile Fri Jul 25 22:14:55 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2014/05/17 16:10:42 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-plpython-/}
-PKGREVISION= 1
COMMENT= PL/Python procedural language for the PostgreSQL backend
DEPENDS+= postgresql90-server>=${PKGVERSION_NOREV}:../../databases/postgresql90-server
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql90-server/PLIST
--- a/databases/postgresql90-server/PLIST Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql90-server/PLIST Fri Jul 25 22:14:55 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2014/03/11 14:05:00 jperkin Exp $
+@comment $NetBSD: PLIST,v 1.15 2014/07/25 22:14:56 adam Exp $
bin/postgres
bin/postmaster
lib/postgresql/ascii_and_mic.so
@@ -296,6 +296,7 @@
share/postgresql/timezone/Antarctica/Rothera
share/postgresql/timezone/Antarctica/South_Pole
share/postgresql/timezone/Antarctica/Syowa
+share/postgresql/timezone/Antarctica/Troll
share/postgresql/timezone/Antarctica/Vostok
share/postgresql/timezone/Arctic/Longyearbyen
share/postgresql/timezone/Asia/Aden
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql90/Makefile
--- a/databases/postgresql90/Makefile Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql90/Makefile Fri Jul 25 22:14:55 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/07/25 22:14:55 adam Exp $
PKGNAME= ${DISTNAME:C/-/90-/}
-PKGREVISION= 1
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql90-client>=${PKGVERSION_NOREV}:../../databases/postgresql90-client
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql90/Makefile.common
--- a/databases/postgresql90/Makefile.common Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql90/Makefile.common Fri Jul 25 22:14:55 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2014/03/27 20:57:54 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2014/07/25 22:14:55 adam Exp $
#
# used by databases/postgresql90-adminpack/Makefile
# used by databases/postgresql90-client/Makefile
@@ -21,7 +21,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-DISTNAME= postgresql-9.0.17
+DISTNAME= postgresql-9.0.18
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_PGSQL:=source/v${PKGVERSION_NOREV}/}
EXTRACT_SUFX= .tar.bz2
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql90/distinfo
--- a/databases/postgresql90/distinfo Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql90/distinfo Fri Jul 25 22:14:55 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.21 2014/03/27 20:57:54 adam Exp $
+$NetBSD: distinfo,v 1.22 2014/07/25 22:14:55 adam Exp $
-SHA1 (postgresql-9.0.17.tar.bz2) = 585198b90b2e86b1e2e8e33ff28d7161af20156d
-RMD160 (postgresql-9.0.17.tar.bz2) = 36d1f5e7d4cf9f5703f01b35c507814fd73384a3
-Size (postgresql-9.0.17.tar.bz2) = 14961682 bytes
+SHA1 (postgresql-9.0.18.tar.bz2) = f0d14ca3cd116ed88aa6ce96b22137fe37a31958
+RMD160 (postgresql-9.0.18.tar.bz2) = aa50ea194637449ad57fd86b9ea997516f5f0ebc
+Size (postgresql-9.0.18.tar.bz2) = 14984096 bytes
SHA1 (patch-aa) = c7e5aaff1c47d2e33df7692a412ef984c77ffcc0
SHA1 (patch-ab) = 6adfc53e325abe69582f1c7971f56144c697e9c1
SHA1 (patch-ac) = 76ddd3015d93b19cdd6000eaffc4f53cbd4965b5
@@ -15,4 +15,3 @@
SHA1 (patch-src_Makefile.shlib) = 72d6db917b7d6ba1dbf8037e03f83a7ce7c4d6c9
SHA1 (patch-src_makefiles_Makefile.solaris) = 0168f5bc105ffc89d5db40907a08966d8465f5a0
SHA1 (patch-src_pl_plperl_plperl.h) = 8e2d954642cb68dc6c6fd08debd058d053566826
-SHA1 (patch-src_pl_plpython_Makefile) = d70e0cf5e20479851df3ededa50776fd04846d49
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql90/patches/patch-src_pl_plpython_Makefile
--- a/databases/postgresql90/patches/patch-src_pl_plpython_Makefile Fri Jul 25 20:36:50 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_pl_plpython_Makefile,v 1.1 2013/12/10 22:32:56 adam Exp $
-
-Don't try to use Python framework.
-
---- src/pl/plpython/Makefile.orig 2013-12-10 21:48:07.000000000 +0000
-+++ src/pl/plpython/Makefile
-@@ -24,8 +24,6 @@ endif
- # Darwin (OS X) has its own ideas about how to do this.
- ifeq ($(PORTNAME), darwin)
- shared_libpython = yes
--override python_libspec = -framework Python
--override python_additional_libs =
- endif
-
- # If we don't have a shared library and the platform doesn't allow it
diff -r 6554e6762b70 -r 2e19fdeeb04f databases/postgresql91-docs/Makefile
--- a/databases/postgresql91-docs/Makefile Fri Jul 25 20:36:50 2014 +0000
+++ b/databases/postgresql91-docs/Makefile Fri Jul 25 22:14:55 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2014/05/29 23:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2014/07/25 22:14:56 adam Exp $
PKGNAME= ${DISTNAME:C/-/91-docs-/}
-PKGREVISION= 1
COMMENT= PostgreSQL database documentation
.include "../../databases/postgresql91/Makefile.common"
Home |
Main Index |
Thread Index |
Old Index