summaryrefslogtreecommitdiff
path: root/databases/postgresql73-plperl
diff options
context:
space:
mode:
authoradrianp <adrianp>2005-08-07 18:19:16 +0000
committeradrianp <adrianp>2005-08-07 18:19:16 +0000
commit45001b10967c30dbc0634617cfec82286a957e53 (patch)
tree320277aa8389e6304ac39b9376afe3863e329fbc /databases/postgresql73-plperl
parente3610357092b687029c1d4c964a102ec6d1a6916 (diff)
downloadpkgsrc-45001b10967c30dbc0634617cfec82286a957e53.tar.gz
Update to 7.3.10
Posted on 2005-05-12: In order to address several security issues identified over the past two weeks, as well as one "low probability" race condition, we are releasing new version of PostgreSQL as far back as the 7.2.x branch. Please note that the security issues were those already reported by Tom Lane, as well as a manual fix for them. These releases are mainly to ensure that those installing and/or upgrading existing installations have those fixes automatically. For details on the fixes, please see the HISTORY file included in the Release, but a summary consists of: * Change encoding function signature to prevent misuse * Change "contrib/tsearch2" to avoid unsafe use of INTERNAL function results * Repair race condition between relation extension and VACUUM This could theoretically have caused loss of a page's worth of freshly-inserted data, although the scenario seems of very low probability. There are no known cases of it having caused more than an Assert failure.
Diffstat (limited to 'databases/postgresql73-plperl')
-rw-r--r--databases/postgresql73-plperl/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql73-plperl/Makefile b/databases/postgresql73-plperl/Makefile
index da044a71cc9..7a7abd38a46 100644
--- a/databases/postgresql73-plperl/Makefile
+++ b/databases/postgresql73-plperl/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:07 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/08/07 18:19:16 adrianp Exp $
PKGNAME= postgresql73-plperl-${BASE_VERS}
-PKGREVISION= 2
COMMENT= PL/Perl procedural language for the PostgreSQL backend
DEPENDS+= postgresql73-server>=${BASE_VERS}:../../databases/postgresql73-server