summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authoradam <adam>2008-01-07 20:14:09 +0000
committeradam <adam>2008-01-07 20:14:09 +0000
commit1028b91fa4a22e68132db88dc41db784e107f975 (patch)
treee761605aea221ffa9f554dc78e83940a466dbaf1 /databases
parentc26f8f3295b74df66fc3c601bf5580f4e0b1fbbc (diff)
downloadpkgsrc-1028b91fa4a22e68132db88dc41db784e107f975.tar.gz
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 (limited to 'databases')
-rw-r--r--databases/postgresql80-client/PLIST5
-rw-r--r--databases/postgresql80-server/PLIST4
-rw-r--r--databases/postgresql80/Makefile.common4
-rw-r--r--databases/postgresql80/distinfo8
4 files changed, 13 insertions, 8 deletions
diff --git a/databases/postgresql80-client/PLIST b/databases/postgresql80-client/PLIST
index 090e5fe6d17..fca9ad8909a 100644
--- a/databases/postgresql80-client/PLIST
+++ b/databases/postgresql80-client/PLIST
@@ -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-17.html
${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-15.html
${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-10.html
${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 --git a/databases/postgresql80-server/PLIST b/databases/postgresql80-server/PLIST
index 9ac72787064..e608d0b0d15 100644
--- a/databases/postgresql80-server/PLIST
+++ b/databases/postgresql80-server/PLIST
@@ -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/Louisville
${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/Santo_Domingo
${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 --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common
index a2a962233db..c996701478e 100644
--- a/databases/postgresql80/Makefile.common
+++ b/databases/postgresql80/Makefile.common
@@ -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 @@ PATCHDIR?= ${.CURDIR}/../postgresql80/patches
#
# 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 --git a/databases/postgresql80/distinfo b/databases/postgresql80/distinfo
index cf73b7650e6..a91d62c8e30 100644
--- a/databases/postgresql80/distinfo
+++ b/databases/postgresql80/distinfo
@@ -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