summaryrefslogtreecommitdiff
path: root/databases/postgresql73-lib/buildlink3.mk
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-08-07 18:19:16 +0000
committeradrianp <adrianp@pkgsrc.org>2005-08-07 18:19:16 +0000
commit952faf77c17f84bda41c484701f091e616d7c47d (patch)
tree320277aa8389e6304ac39b9376afe3863e329fbc /databases/postgresql73-lib/buildlink3.mk
parent233d053988818b136209f97d605fa35503568c5c (diff)
downloadpkgsrc-952faf77c17f84bda41c484701f091e616d7c47d.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-lib/buildlink3.mk')
-rw-r--r--databases/postgresql73-lib/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73-lib/buildlink3.mk b/databases/postgresql73-lib/buildlink3.mk
index 4a42e4099dd..e19439d17ed 100644
--- a/databases/postgresql73-lib/buildlink3.mk
+++ b/databases/postgresql73-lib/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2005/03/18 19:57:31 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2005/08/07 18:19:16 adrianp Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
POSTGRESQL73_LIB_BUILDLINK3_MK:= ${POSTGRESQL73_LIB_BUILDLINK3_MK}+
@@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npostgresql73-lib}
BUILDLINK_PACKAGES+= postgresql73-lib
.if !empty(POSTGRESQL73_LIB_BUILDLINK3_MK:M+)
-BUILDLINK_DEPENDS.postgresql73-lib+= postgresql73-lib>=7.3.6
+BUILDLINK_DEPENDS.postgresql73-lib+= postgresql73-lib>=7.3.10
BUILDLINK_PKGSRCDIR.postgresql73-lib?= ../../databases/postgresql73-lib
BUILDLINK_INCDIRS.postgresql73-lib?= include/postgresql
BUILDLINK_FILES.postgresql73-lib+= include/pgsql/*