pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases Changes 8.0.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a987648662d8
branches:  trunk
changeset: 537385:a987648662d8
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 07 20:14:09 2008 +0000

description:
Changes 8.0.15:
This release contains a variety of fixes from 8.0.14, including fixes
for significant security issues.

This is the last 8.0.X release for which the PostgreSQL community will
produce binary packages for Windows. Windows users are encouraged to
move to 8.2.X or later, since there are Windows-specific fixes in 8.2.X
that are impractical to back-port. 8.0.X will continue to be supported
on other platforms.

diffstat:

 databases/postgresql80-client/PLIST    |  5 ++++-
 databases/postgresql80-server/PLIST    |  4 +++-
 databases/postgresql80/Makefile.common |  4 ++--
 databases/postgresql80/distinfo        |  8 ++++----
 4 files changed, 13 insertions(+), 8 deletions(-)

diffs (92 lines):

diff -r e3d1abe2a2b2 -r a987648662d8 databases/postgresql80-client/PLIST
--- a/databases/postgresql80-client/PLIST       Mon Jan 07 19:59:34 2008 +0000
+++ b/databases/postgresql80-client/PLIST       Mon Jan 07 20:14:09 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2007/09/19 20:01:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2008/01/07 20:14:09 adam Exp $
 ${PG_SUBPREFIX}bin/clusterdb
 ${PG_SUBPREFIX}bin/createdb
 ${PG_SUBPREFIX}bin/createlang
@@ -952,6 +952,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-18.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-19.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-20.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-21.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html
@@ -971,6 +972,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-16.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-17.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-18.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-19.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
@@ -985,6 +987,7 @@
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-11.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-12.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-13.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-14.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-2.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
 ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
diff -r e3d1abe2a2b2 -r a987648662d8 databases/postgresql80-server/PLIST
--- a/databases/postgresql80-server/PLIST       Mon Jan 07 19:59:34 2008 +0000
+++ b/databases/postgresql80-server/PLIST       Mon Jan 07 20:14:09 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2007/09/19 20:01:48 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2008/01/07 20:14:09 adam Exp $
 ${PG_SUBPREFIX}bin/postgres
 ${PG_SUBPREFIX}bin/postmaster
 ${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -202,6 +202,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Maceio
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Managua
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Manaus
+${PG_SUBPREFIX}share/postgresql/timezone/America/Marigot
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Martinique
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Mazatlan
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Mendoza
@@ -242,6 +243,7 @@
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Sao_Paulo
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Scoresbysund
 ${PG_SUBPREFIX}share/postgresql/timezone/America/Shiprock
+${PG_SUBPREFIX}share/postgresql/timezone/America/St_Barthelemy
 ${PG_SUBPREFIX}share/postgresql/timezone/America/St_Johns
 ${PG_SUBPREFIX}share/postgresql/timezone/America/St_Kitts
 ${PG_SUBPREFIX}share/postgresql/timezone/America/St_Lucia
diff -r e3d1abe2a2b2 -r a987648662d8 databases/postgresql80/Makefile.common
--- a/databases/postgresql80/Makefile.common    Mon Jan 07 19:59:34 2008 +0000
+++ b/databases/postgresql80/Makefile.common    Mon Jan 07 20:14:09 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.30 2007/09/19 20:01:47 adam Exp $
+# $NetBSD: Makefile.common,v 1.31 2008/01/07 20:14:09 adam Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -39,7 +39,7 @@
 #
 # Note: Do not forget jdbc-postgresql80 when updating version
 #
-DIST_VERS?=            8.0.14
+DIST_VERS?=            8.0.15
 BASE_VERS?=            ${DIST_VERS}
 
 BUILDLINK_API_DEPENDS.postgresql80-client+=    postgresql80-client>=${BASE_VERS}
diff -r e3d1abe2a2b2 -r a987648662d8 databases/postgresql80/distinfo
--- a/databases/postgresql80/distinfo   Mon Jan 07 19:59:34 2008 +0000
+++ b/databases/postgresql80/distinfo   Mon Jan 07 20:14:09 2008 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.19 2007/09/19 20:01:47 adam Exp $
+$NetBSD: distinfo,v 1.20 2008/01/07 20:14:09 adam Exp $
 
-SHA1 (postgresql-8.0.14.tar.bz2) = e5a8c4747833a9b3ac80098c48886e84af40677f
-RMD160 (postgresql-8.0.14.tar.bz2) = 2f7d7fc4244f19f96ec01f8ad07c1267d6cfc0fd
-Size (postgresql-8.0.14.tar.bz2) = 11236071 bytes
+SHA1 (postgresql-8.0.15.tar.bz2) = 66a6fef7749afb91471200005511c04fc1ac2706
+RMD160 (postgresql-8.0.15.tar.bz2) = 6aff5c63dce73eea609f0b6e013cd043ae8b7a37
+Size (postgresql-8.0.15.tar.bz2) = 11253897 bytes
 SHA1 (patch-aa) = d681a5b2bb4dfce4e3db1490b97fed1b99ff445f
 SHA1 (patch-ab) = 1a80710d13723f2c8130d8235bb40c43af9d9ccd
 SHA1 (patch-ac) = 092d96fe2baafe8eef731b45a85d33fc40584044



Home | Main Index | Thread Index | Old Index