summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2010-05-22 10:38:54 +0000
committertron <tron>2010-05-22 10:38:54 +0000
commit7e61c3f814418918865d9d708ddab398421fc1a7 (patch)
treebfdd3a57b83dd1bd4f155476f6efab7419ad8bb5
parent4eff028a50bc234ad3b39517d0afeab5d8f9d990 (diff)
downloadpkgsrc-7e61c3f814418918865d9d708ddab398421fc1a7.tar.gz
Pullup ticket #3182 - requested by adam
databases/postgresql84-client: security update databases/postgresql84-plperl: security update databases/postgresql84-plpython: security update databases/postgresql84-pltcl: security update databases/postgresql84-server: security update databases/postgresql84: security update Revisions pulled up: - databases/postgresql84-client/Makefile 1.8 - databases/postgresql84-client/PLIST 1.6 - databases/postgresql84-client/buildlink3.mk 1.3 - databases/postgresql84-plperl/PLIST 1.3 - databases/postgresql84-plpython/PLIST 1.3 - databases/postgresql84-pltcl/PLIST 1.3 - databases/postgresql84-server/PLIST 1.5 - databases/postgresql84/Makefile.common 1.6 - databases/postgresql84/distinfo 1.5 - databases/postgresql84/patches/patch-ad 1.3 --- Module Name: pkgsrc Committed By: adam Date: Thu May 20 12:36:39 UTC 2010 Modified Files: pkgsrc/databases/postgresql84: Makefile.common distinfo pkgsrc/databases/postgresql84-client: Makefile PLIST buildlink3.mk pkgsrc/databases/postgresql84-plperl: PLIST pkgsrc/databases/postgresql84-plpython: PLIST pkgsrc/databases/postgresql84-pltcl: PLIST pkgsrc/databases/postgresql84-server: PLIST Added Files: pkgsrc/databases/postgresql84/patches: patch-ad Log Message: Changes 8.4.4: * Enforce restrictions in plperl using an opmask applied to the whole interpreter, instead of using "Safe.pm" * Prevent PL/Tcl from executing untrustworthy code from pltcl_modules * Fix data corruption during WAL replay of ALTER ... SET TABLESPACE * Fix possible crash if a cache reset message is received during rebuild of a relcache entry * Apply per-function GUC settings while running the language validator for the function * Do constraint exclusion for inherited "UPDATE" and "DELETE" target tables when constraint_exclusion = partition * Do not allow an unprivileged user to reset superuser-only parameter settings * Avoid possible crash during backend shutdown if shutdown occurs when a CONTEXT addition would be made to log entries * Fix erroneous handling of %r parameter in recovery_end_command * Ensure the archiver process responds to changes in archive_command as soon as possible * Fix pl/pgsql's CASE statement to not fail when the case expression is a query that returns no rows * Update pl/perl's "ppport.h" for modern Perl versions * Fix assorted memory leaks in pl/python * Handle empty-string connect parameters properly in ecpg * Prevent infinite recursion in psql when expanding a variable that refers to itself * Fix psql's \copy to not add spaces around a dot within \copy (select ...) * Avoid formatting failure in psql when running in a locale context that doesn't match the client_encoding * Fix unnecessary "GIN indexes do not support whole-index scans" errors for unsatisfiable queries using "contrib/intarray" operators * Ensure that "contrib/pgstattuple" functions respond to cancel interrupts promptly * Make server startup deal properly with the case that shmget() returns EINVAL for an existing shared memory segment * Avoid possible crashes in syslogger process on Windows * Deal more robustly with incomplete time zone information in the Windows registry * Update the set of known Windows time zone names * Update time zone data files to tzdata release 2010j for DST law changes in Argentina, Australian Antarctic, Bangladesh, Mexico, Morocco, Pakistan, Palestine, Russia, Syria, Tunisia; also historical corrections for Taiwan. Also, add PKST (Pakistan Summer Time) to the default set of timezone abbreviations.
-rw-r--r--databases/postgresql84-client/Makefile3
-rw-r--r--databases/postgresql84-client/PLIST20
-rw-r--r--databases/postgresql84-client/buildlink3.mk6
-rw-r--r--databases/postgresql84-plperl/PLIST3
-rw-r--r--databases/postgresql84-plpython/PLIST3
-rw-r--r--databases/postgresql84-pltcl/PLIST3
-rw-r--r--databases/postgresql84-server/PLIST6
-rw-r--r--databases/postgresql84/Makefile.common15
-rw-r--r--databases/postgresql84/distinfo9
-rw-r--r--databases/postgresql84/patches/patch-ad15
10 files changed, 65 insertions, 18 deletions
diff --git a/databases/postgresql84-client/Makefile b/databases/postgresql84-client/Makefile
index 0868bdc0abc..515cde82e8f 100644
--- a/databases/postgresql84-client/Makefile
+++ b/databases/postgresql84-client/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5.2.1 2010/05/12 21:20:07 tron Exp $
+# $NetBSD: Makefile,v 1.5.2.2 2010/05/22 10:38:54 tron Exp $
PKGNAME= postgresql84-client-${BASE_VERS}
-PKGREVISION= 1
COMMENT= PostgreSQL database client programs
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/databases/postgresql84-client/PLIST b/databases/postgresql84-client/PLIST
index 3e32d89da15..535cdb19cea 100644
--- a/databases/postgresql84-client/PLIST
+++ b/databases/postgresql84-client/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4.4.1 2010/05/12 21:20:07 tron Exp $
+@comment $NetBSD: PLIST,v 1.4.4.2 2010/05/22 10:38:54 tron Exp $
${PG_SUBPREFIX}bin/clusterdb
${PG_SUBPREFIX}bin/createdb
${PG_SUBPREFIX}bin/createlang
@@ -1233,6 +1233,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-25.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-26.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-27.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-28.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-29.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-7-4-5.html
@@ -1258,6 +1259,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-21.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-22.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-23.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-24.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-25.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-0-5.html
@@ -1279,6 +1281,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-18.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-19.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-20.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-21.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-1-5.html
@@ -1295,6 +1298,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-13.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-14.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-15.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-16.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-17.html
${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
@@ -1306,6 +1310,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2-9.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-10.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-11.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3-4.html
@@ -1318,6 +1323,7 @@ ${PG_SUBPREFIX}share/doc/postgresql/html/release-8-3.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-1.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-2.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-3.html
+${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release-8-4.html
${PG_SUBPREFIX}share/doc/postgresql/html/release.html
${PG_SUBPREFIX}share/doc/postgresql/html/resources.html
@@ -1700,6 +1706,7 @@ ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/libpq5-8.4.mo
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_config-8.4.mo
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_controldata-8.4.mo
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_ctl-8.4.mo
+${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_dump-8.4.mo
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pg_resetxlog-8.4.mo
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pgscripts-8.4.mo
${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/psql-8.4.mo
@@ -1767,5 +1774,16 @@ ${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/pg_dump-8.4.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/pg_resetxlog-8.4.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/pgscripts-8.4.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/psql-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/ecpg-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/ecpglib6-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/initdb-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/libpq5-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_config-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_controldata-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_ctl-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_dump-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pgscripts-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/psql-8.4.mo
${PG_SUBPREFIX}share/postgresql/pg_service.conf.sample
${PG_SUBPREFIX}share/postgresql/psqlrc.sample
diff --git a/databases/postgresql84-client/buildlink3.mk b/databases/postgresql84-client/buildlink3.mk
index cf0db649f21..c572a76f90d 100644
--- a/databases/postgresql84-client/buildlink3.mk
+++ b/databases/postgresql84-client/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2010/01/17 12:02:11 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.2.2.1 2010/05/22 10:38:54 tron Exp $
.include "../../mk/bsd.fast.prefs.mk"
@@ -11,10 +11,10 @@ BUILDLINK_API_DEPENDS.postgresql84-client+= postgresql84-client>=8.4.0
BUILDLINK_ABI_DEPENDS.postgresql84-client?= postgresql84-client>=8.4.2nb1
BUILDLINK_PKGSRCDIR.postgresql84-client?= ../../databases/postgresql84-client
-. if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX)
+.if defined(PG_SUBPREFIX) && !empty(PG_SUBPREFIX)
BUILDLINK_INCDIRS.postgresql84-client?= ${PG_SUBPREFIX}/include
BUILDLINK_LIBDIRS.postgresql84-client?= ${PG_SUBPREFIX}/lib
-. endif
+.endif
# This variable contains the libraries need to link most clients.
BUILDLINK_LDADD.postgresql84-client= -lpq ${BUILDLINK_LDADD.gettext}
diff --git a/databases/postgresql84-plperl/PLIST b/databases/postgresql84-plperl/PLIST
index dccacf2ae03..8684b02a3dd 100644
--- a/databases/postgresql84-plperl/PLIST
+++ b/databases/postgresql84-plperl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.2.6.1 2010/05/22 10:38:54 tron Exp $
${PG_SUBPREFIX}lib/postgresql/plperl.la
${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plperl0-8.4.mo
${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plperl0-8.4.mo
@@ -7,3 +7,4 @@ ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plperl0-8.4.mo
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plperl0-8.4.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plperl0-8.4.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plperl0-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plperl0-8.4.mo
diff --git a/databases/postgresql84-plpython/PLIST b/databases/postgresql84-plpython/PLIST
index 21522f7783e..0682dfe4684 100644
--- a/databases/postgresql84-plpython/PLIST
+++ b/databases/postgresql84-plpython/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.2.6.1 2010/05/22 10:38:54 tron Exp $
${PG_SUBPREFIX}lib/postgresql/plpython.la
${PG_SUBPREFIX}share/locale/de/LC_MESSAGES/plpython0-8.4.mo
${PG_SUBPREFIX}share/locale/es/LC_MESSAGES/plpython0-8.4.mo
@@ -7,3 +7,4 @@ ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/plpython0-8.4.mo
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/plpython0-8.4.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/plpython0-8.4.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/plpython0-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpython0-8.4.mo
diff --git a/databases/postgresql84-pltcl/PLIST b/databases/postgresql84-pltcl/PLIST
index 75f8325cf27..be8da9eca03 100644
--- a/databases/postgresql84-pltcl/PLIST
+++ b/databases/postgresql84-pltcl/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/09/10 10:06:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.2.6.1 2010/05/22 10:38:55 tron Exp $
${PG_SUBPREFIX}bin/pltcl_delmod
${PG_SUBPREFIX}bin/pltcl_listmod
${PG_SUBPREFIX}bin/pltcl_loadmod
@@ -11,3 +11,4 @@ ${PG_SUBPREFIX}share/locale/it/LC_MESSAGES/pltcl0-8.4.mo
${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/pltcl0-8.4.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/pltcl0-8.4.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/pltcl0-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/pltcl0-8.4.mo
diff --git a/databases/postgresql84-server/PLIST b/databases/postgresql84-server/PLIST
index 65bb9f6a36e..9f51ac3e5fb 100644
--- a/databases/postgresql84-server/PLIST
+++ b/databases/postgresql84-server/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3.4.1 2010/05/12 21:20:07 tron Exp $
+@comment $NetBSD: PLIST,v 1.3.4.2 2010/05/22 10:38:55 tron Exp $
${PG_SUBPREFIX}bin/postgres
${PG_SUBPREFIX}bin/postmaster
${PG_SUBPREFIX}lib/postgresql/ascii_and_mic.la
@@ -42,6 +42,8 @@ ${PG_SUBPREFIX}share/locale/ja/LC_MESSAGES/postgres-8.4.mo
${PG_SUBPREFIX}share/locale/pt_BR/LC_MESSAGES/postgres-8.4.mo
${PG_SUBPREFIX}share/locale/ro/LC_MESSAGES/plpgsql0-8.4.mo
${PG_SUBPREFIX}share/locale/tr/LC_MESSAGES/postgres-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/plpgsql0-8.4.mo
+${PG_SUBPREFIX}share/locale/zh_CN/LC_MESSAGES/postgres-8.4.mo
${PG_SUBPREFIX}share/postgresql/conversion_create.sql
${PG_SUBPREFIX}share/postgresql/information_schema.sql
${PG_SUBPREFIX}share/postgresql/pg_hba.conf.sample
@@ -130,6 +132,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Asuncion
${PG_SUBPREFIX}share/postgresql/timezone/America/Atka
${PG_SUBPREFIX}share/postgresql/timezone/America/Atikokan
${PG_SUBPREFIX}share/postgresql/timezone/America/Bahia
+${PG_SUBPREFIX}share/postgresql/timezone/America/Bahia_Banderas
${PG_SUBPREFIX}share/postgresql/timezone/America/Barbados
${PG_SUBPREFIX}share/postgresql/timezone/America/Belem
${PG_SUBPREFIX}share/postgresql/timezone/America/Belize
@@ -267,6 +270,7 @@ ${PG_SUBPREFIX}share/postgresql/timezone/America/Yellowknife
${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/Casey
${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/Davis
${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/DumontDUrville
+${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/Macquarie
${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/Mawson
${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/McMurdo
${PG_SUBPREFIX}share/postgresql/timezone/Antarctica/Palmer
diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common
index bd4aa5e8ee7..c9809b14be8 100644
--- a/databases/postgresql84/Makefile.common
+++ b/databases/postgresql84/Makefile.common
@@ -1,4 +1,11 @@
-# $NetBSD: Makefile.common,v 1.3.4.1 2010/05/12 21:20:06 tron Exp $
+# $NetBSD: Makefile.common,v 1.3.4.2 2010/05/22 10:38:54 tron Exp $
+#
+# used by databases/postgresql84-adminpack/Makefile
+# used by databases/postgresql84-client/Makefile
+# used by databases/postgresql84-plperl/Makefile
+# used by databases/postgresql84-plpython/Makefile
+# used by databases/postgresql84-pltcl/Makefile
+# used by databases/postgresql84-server/Makefile
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -35,7 +42,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql84/patches
# DIST_VERS version number on the postgresql distfile
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
# Note: Do not forget jdbc-postgresql84 when updating version
-DIST_VERS?= 8.4.3
+DIST_VERS?= 8.4.4
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql84-client+= postgresql84-client>=${BASE_VERS}
@@ -105,12 +112,12 @@ FILES_SUBST+= PG_PREFIX=${PG_PREFIX:Q}
post-extract:
cp -f ${COMMON_FILESDIR}/Makefile.custom ${WRKSRC}/src/Makefile.custom
cp -f ${COMMON_FILESDIR}/Makefile.libtool ${WRKSRC}/src/Makefile.shlib
-.if !empty(USE_LIBLTDL:M[yY][eE][sS])
+. if !empty(USE_LIBLTDL:M[yY][eE][sS])
cp -f ${COMMON_FILESDIR}/dynloader-ltdl.h \
${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.h
${ECHO} "static int dummy = 0;" \
> ${WRKSRC}/src/backend/port/dynloader/${PG_TEMPLATE.${OPSYS}:Q}.c
-.endif
+. endif
touch ${WRKSRC}/src/template/dragonfly
cp ${WRKSRC}/src/backend/port/dynloader/freebsd.c \
${WRKSRC}/src/backend/port/dynloader/dragonfly.c
diff --git a/databases/postgresql84/distinfo b/databases/postgresql84/distinfo
index 72b91dcf133..713d7971b98 100644
--- a/databases/postgresql84/distinfo
+++ b/databases/postgresql84/distinfo
@@ -1,11 +1,12 @@
-$NetBSD: distinfo,v 1.3.4.1 2010/05/12 21:20:06 tron Exp $
+$NetBSD: distinfo,v 1.3.4.2 2010/05/22 10:38:54 tron Exp $
-SHA1 (postgresql-8.4.3.tar.bz2) = 5edad69e797620c4f27520cb1986bc78c173d67a
-RMD160 (postgresql-8.4.3.tar.bz2) = 4f8bba582138ea8d77059851c361d6f2fb838e52
-Size (postgresql-8.4.3.tar.bz2) = 13645257 bytes
+SHA1 (postgresql-8.4.4.tar.bz2) = 02592977a601976f8bae7bc3a5c69710d4d0344d
+RMD160 (postgresql-8.4.4.tar.bz2) = d2d45112c19a2f20d49ab82bd8f86b6ace7decd3
+Size (postgresql-8.4.4.tar.bz2) = 13853838 bytes
SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f
SHA1 (patch-ab) = 3cf9c7f0f812d2e41681281538c3f707cec232c3
SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb
+SHA1 (patch-ad) = fb75df841bbcc25e840ed9c2fed59232d7189200
SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936
SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214
SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64
diff --git a/databases/postgresql84/patches/patch-ad b/databases/postgresql84/patches/patch-ad
new file mode 100644
index 00000000000..fc4c2beab99
--- /dev/null
+++ b/databases/postgresql84/patches/patch-ad
@@ -0,0 +1,15 @@
+$NetBSD: patch-ad,v 1.1.1.1.6.2 2010/05/22 10:38:54 tron Exp $
+
+--- src/pl/plperl/GNUmakefile.orig 2010-05-20 07:51:50.000000000 +0000
++++ src/pl/plperl/GNUmakefile
+@@ -53,9 +53,7 @@ PSQLDIR = $(bindir)
+ include $(top_srcdir)/src/Makefile.shlib
+
+
+-all: all-lib
+-
+-plperl.o: plperl_opmask.h
++all: plperl_opmask.h all-lib
+
+ plperl_opmask.h: plperl_opmask.pl
+ $(PERL) $< $@