Skip to content

Commit

Permalink
Pullup ticket 2259 - requested by adam
Browse files Browse the repository at this point in the history
security updates for postgresql

- pkgsrc/databases/postgresql80/Makefile.common		1.31
- pkgsrc/databases/postgresql80/distinfo		1.20
- pkgsrc/databases/postgresql80-client/PLIST		1.18
- pkgsrc/databases/postgresql80-server/PLIST		1.11
- pkgsrc/databases/postgresql81/Makefile.common		1.15
- pkgsrc/databases/postgresql81/distinfo		1.11
- pkgsrc/databases/postgresql81-client/PLIST		1.9
- pkgsrc/databases/postgresql81-server/PLIST		1.5
- pkgsrc/databases/postgresql82/Makefile.common		1.8
- pkgsrc/databases/postgresql82/distinfo		1.10
- pkgsrc/databases/postgresql82/patches/patch-am	1.3
- pkgsrc/databases/postgresql82-client/PLIST		1.7
- pkgsrc/databases/postgresql82-server/PLIST		1.5
- pkgsrc/databases/postgresql82-tsearch2/Makefile	1.3

   Module Name:		pkgsrc
   Committed By:	adam
   Date:		Mon Jan  7 20:14:10 UTC 2008

   Modified Files:
	   pkgsrc/databases/postgresql80: Makefile.common distinfo
	   pkgsrc/databases/postgresql80-client: PLIST
	   pkgsrc/databases/postgresql80-server: PLIST

   Log Message:
   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.
---
   Module Name:		pkgsrc
   Committed By:	adam
   Date:		Mon Jan  7 20:14:24 UTC 2008

   Modified Files:
	   pkgsrc/databases/postgresql81: Makefile.common distinfo
	   pkgsrc/databases/postgresql81-client: PLIST
	   pkgsrc/databases/postgresql81-server: PLIST

   Log Message:
   Changes 8.1.11:
   This release contains a variety of fixes from 8.1.10, including fixes
   for significant security issues.

   This is the last 8.1.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.1.X will continue to be supported
   on other platforms.
---
   Module Name:		pkgsrc
   Committed By:	adam
   Date:		Mon Jan  7 20:14:36 UTC 2008

   Modified Files:
	   pkgsrc/databases/postgresql82: Makefile.common distinfo
	   pkgsrc/databases/postgresql82-client: PLIST
	   pkgsrc/databases/postgresql82-server: PLIST
	   pkgsrc/databases/postgresql82-tsearch2: Makefile
	   pkgsrc/databases/postgresql82/patches: patch-am

   Log Message:
   Changes 8.2.6:
   This release contains a variety of fixes from 8.2.5, including fixes
   for significant security issues.
  • Loading branch information
ghen committed Jan 10, 2008
1 parent d597e58 commit df20a7b
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 31 deletions.
5 changes: 4 additions & 1 deletion 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.17.4.1 2008/01/10 07:33:53 ghen Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
4 changes: 3 additions & 1 deletion 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.10.4.1 2008/01/10 07:33:54 ghen Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions 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.30.4.1 2008/01/10 07:33:53 ghen Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
Expand Down Expand Up @@ -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}
Expand Down
8 changes: 4 additions & 4 deletions databases/postgresql80/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.19 2007/09/19 20:01:47 adam Exp $
$NetBSD: distinfo,v 1.19.4.1 2008/01/10 07:33:53 ghen 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
Expand Down
6 changes: 5 additions & 1 deletion databases/postgresql81-client/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2007/09/19 20:01:58 adam Exp $
@comment $NetBSD: PLIST,v 1.8.4.1 2008/01/10 07:33:55 ghen Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
Expand Down Expand Up @@ -989,6 +989,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
Expand All @@ -1008,6 +1009,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
Expand All @@ -1023,6 +1025,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-15.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
Expand All @@ -1033,6 +1036,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-8.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-9.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-10.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
Expand Down
4 changes: 3 additions & 1 deletion databases/postgresql81-server/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2007/09/19 20:01:58 adam Exp $
@comment $NetBSD: PLIST,v 1.4.4.1 2008/01/10 07:33:56 ghen Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
Expand Down Expand Up @@ -204,6 +204,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
Expand Down Expand Up @@ -243,6 +244,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
Expand Down
4 changes: 2 additions & 2 deletions databases/postgresql81/Makefile.common
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.14 2007/09/19 20:01:58 adam Exp $
# $NetBSD: Makefile.common,v 1.14.4.1 2008/01/10 07:33:55 ghen Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
Expand Down Expand Up @@ -36,7 +36,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql81/patches
#
# Note: Do not forget jdbc-postgresql81 when updating version
#
DIST_VERS?= 8.1.10
DIST_VERS?= 8.1.11
BASE_VERS?= ${DIST_VERS}

BUILDLINK_API_DEPENDS.postgresql81-client+= postgresql81-client>=${BASE_VERS}
Expand Down
8 changes: 4 additions & 4 deletions databases/postgresql81/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.10 2007/09/19 20:01:58 adam Exp $
$NetBSD: distinfo,v 1.10.4.1 2008/01/10 07:33:55 ghen Exp $

SHA1 (postgresql-8.1.10.tar.bz2) = c24adba8e3e6cc2ec2e3ce6cda592a8d8850b7c5
RMD160 (postgresql-8.1.10.tar.bz2) = 0786f3bc568cddba8eb5e2682f35037ec20a60c1
Size (postgresql-8.1.10.tar.bz2) = 11720107 bytes
SHA1 (postgresql-8.1.11.tar.bz2) = 73c0f09754fc8e3c7f8d7de49d70244b76927416
RMD160 (postgresql-8.1.11.tar.bz2) = 9fb98eadc4f1015205970f26b31b68ea0378bda9
Size (postgresql-8.1.11.tar.bz2) = 11735420 bytes
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
SHA1 (patch-ab) = 5bf5f46e86025772cbdb9c9d22c942b40288f82f
SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9
Expand Down
11 changes: 8 additions & 3 deletions databases/postgresql82-client/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 2007/09/19 20:02:12 adam Exp $
@comment $NetBSD: PLIST,v 1.6.4.1 2008/01/10 07:33:57 ghen Exp $
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/af/LC_MESSAGES/libpq.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/initdb.mo
${PG_SUBPREFIX}${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/libpq.mo
Expand Down Expand Up @@ -1172,8 +1172,9 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-16.html
${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-2.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-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-3-5.html
Expand All @@ -1192,6 +1193,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
Expand All @@ -1207,6 +1209,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-15.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
Expand All @@ -1218,6 +1221,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-9.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-10.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-11.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
Expand All @@ -1233,6 +1237,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-5.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-6.html
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
${PG_SUBPREFIX}share/doc/postgresql/html/role-attributes.html
Expand Down Expand Up @@ -1498,7 +1503,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/wal-intro.html
${PG_SUBPREFIX}share/doc/postgresql/html/wal-reliability.html
${PG_SUBPREFIX}share/doc/postgresql/html/wal.html
${PG_SUBPREFIX}share/doc/postgresql/html/warm-standby.html
${PG_SUBPREFIX}share/doc/postgresql/html/x71187.html
${PG_SUBPREFIX}share/doc/postgresql/html/x71195.html
${PG_SUBPREFIX}share/doc/postgresql/html/xaggr.html
${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-c.html
${PG_SUBPREFIX}share/doc/postgresql/html/xfunc-internal.html
Expand Down
4 changes: 3 additions & 1 deletion databases/postgresql82-server/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.4 2007/09/19 20:02:12 adam Exp $
@comment $NetBSD: PLIST,v 1.4.4.1 2008/01/10 07:33:57 ghen Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
Expand Down Expand Up @@ -200,6 +200,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
Expand Down Expand Up @@ -240,6 +241,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
Expand Down
3 changes: 1 addition & 2 deletions databases/postgresql82-tsearch2/Makefile
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.2 2007/09/20 21:31:20 jlam Exp $
# $NetBSD: Makefile,v 1.2.4.1 2008/01/10 07:33:58 ghen Exp $

PKGNAME= postgresql82-tsearch2-${BASE_VERS}
PKGREVISION= 1
COMMENT= Tsearch2 contrib module for fulltext indexing in PostgreSQL

DEPENDS+= postgresql82-server>=${BASE_VERS}:../../databases/postgresql82-server
Expand Down
4 changes: 2 additions & 2 deletions databases/postgresql82/Makefile.common
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.7 2007/09/19 20:02:12 adam Exp $
# $NetBSD: Makefile.common,v 1.7.4.1 2008/01/10 07:33:56 ghen Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
Expand Down Expand Up @@ -36,7 +36,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql82/patches
#
# Note: Do not forget jdbc-postgresql82 when updating version
#
DIST_VERS?= 8.2.5
DIST_VERS?= 8.2.6
BASE_VERS?= ${DIST_VERS}

BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS}
Expand Down
10 changes: 5 additions & 5 deletions databases/postgresql82/distinfo
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.9 2007/10/09 20:17:08 adam Exp $
$NetBSD: distinfo,v 1.9.4.1 2008/01/10 07:33:56 ghen Exp $

SHA1 (postgresql-8.2.5.tar.bz2) = 45ddb77b542e8b279013f374edab65a8860a636d
RMD160 (postgresql-8.2.5.tar.bz2) = 90e4afd6a2ae5f7203ff8409970c73401171e0ff
Size (postgresql-8.2.5.tar.bz2) = 12510411 bytes
SHA1 (postgresql-8.2.6.tar.bz2) = 8934dfbd4c1d8c4f2945cb80f02072611681f967
RMD160 (postgresql-8.2.6.tar.bz2) = fa12ce310919cb52be3558d38a7e329bc73bbe33
Size (postgresql-8.2.6.tar.bz2) = 12559117 bytes
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
SHA1 (patch-ab) = d952d47918f0294cdc1462233b1cfd39e3bc2f73
SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9
Expand All @@ -15,5 +15,5 @@ SHA1 (patch-ai) = 6f7f5c1182ded751650e0ae7858c5784dfa96987
SHA1 (patch-aj) = 0ffb4c0aa8a32a61cd753d0e7cf67fdc5ae94195
SHA1 (patch-ak) = 3009e020dc5f9397846dd3339c2bdd15269bb332
SHA1 (patch-al) = 32818ae8de92ef66d839d4891f4f686db732f7b6
SHA1 (patch-am) = 1436c3e9d3c74b9ef7c81c8dfde1c270ba5372f1
SHA1 (patch-am) = f8933e8d429842d03ce56a98747a5683065e3cc4
SHA1 (patch-an) = ca4caddde9ea68e4f8648f5abf9369e407874702
4 changes: 2 additions & 2 deletions databases/postgresql82/patches/patch-am
@@ -1,4 +1,4 @@
$NetBSD: patch-am,v 1.2 2007/10/09 20:17:08 adam Exp $
$NetBSD: patch-am,v 1.2.4.1 2008/01/10 07:33:56 ghen Exp $

--- contrib/tsearch2/Makefile.orig 2006-09-11 17:14:46.000000000 +0200
+++ contrib/tsearch2/Makefile
Expand All @@ -24,7 +24,7 @@ $NetBSD: patch-am,v 1.2 2007/10/09 20:17:08 adam Exp $
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
+include $(top_builddir)/src/Makefile.shlib
+include $(top_srcdir)/src/Makefile.shlib
endif


Expand Down

0 comments on commit df20a7b

Please sign in to comment.