summaryrefslogtreecommitdiff
path: root/databases/postgresql73/Makefile.common
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2004-10-25 17:40:00 +0000
committerjdolecek <jdolecek@pkgsrc.org>2004-10-25 17:40:00 +0000
commit9e69c06ff93ef39f251c8ffe4dba82d03961fcbd (patch)
tree874910e37f5103e92630ca7e247987aed56e0cb7 /databases/postgresql73/Makefile.common
parent33217b4ff7cfbc963c5312fd8a6ddc6685c89f47 (diff)
downloadpkgsrc-9e69c06ff93ef39f251c8ffe4dba82d03961fcbd.tar.gz
Update all postgresql73 packages to 7.3.8. This fixes following two issues:
* A vulnerability exists due to the insecure creation of temporary files, which could possibly let a malicious user overwrite arbitrary files * Repair possible failure to update hint bits on disk Under rare circumstances this oversight could lead to "could not access transaction status" failures, which qualifies it as a potential-data-loss bug.
Diffstat (limited to 'databases/postgresql73/Makefile.common')
-rw-r--r--databases/postgresql73/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql73/Makefile.common b/databases/postgresql73/Makefile.common
index 4174b8fa58e..f07c264d1fc 100644
--- a/databases/postgresql73/Makefile.common
+++ b/databases/postgresql73/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2004/10/10 17:46:07 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/10/25 17:40:01 jdolecek Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -33,7 +33,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql73/patches
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
#
# Note: Do not forget jdbc-postgresql when updating version
-DIST_VERS?= 7.3.7
+DIST_VERS?= 7.3.8
BASE_VERS?= ${DIST_VERS}
BUILDLINK_DEPENDS.postgresql73-lib?= postgresql73-lib>=${BASE_VERS}