summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-25 17:12:09 +0000
committerjdolecek <jdolecek>2004-10-25 17:12:09 +0000
commit96494a0818e87015c960b865004b0f050431b3b6 (patch)
tree6f25ec20149153648f26b5b2085396d69f0482eb /databases
parentc64dc56368ac1e3a91cef67529859c7c8353581d (diff)
downloadpkgsrc-96494a0818e87015c960b865004b0f050431b3b6.tar.gz
Update all postgresql74 packages to 7.4.6. 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')
-rw-r--r--databases/jdbc-postgresql74/Makefile4
-rw-r--r--databases/jdbc-postgresql74/distinfo6
-rw-r--r--databases/postgresql74/Makefile.common4
-rw-r--r--databases/postgresql74/distinfo10
-rw-r--r--databases/postgresql74/patches/patch-ad4
5 files changed, 13 insertions, 15 deletions
diff --git a/databases/jdbc-postgresql74/Makefile b/databases/jdbc-postgresql74/Makefile
index ec250badac8..f0e836f8c29 100644
--- a/databases/jdbc-postgresql74/Makefile
+++ b/databases/jdbc-postgresql74/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/10/10 16:19:18 jdolecek Exp $
+# $NetBSD: Makefile,v 1.4 2004/10/25 17:12:10 jdolecek Exp $
#
-DIST_VERS= 7.4.5
+DIST_VERS= 7.4.6
DISTNAME= postgresql-${DIST_VERS}
PKGNAME= jdbc-${DISTNAME}
CATEGORIES= databases java
diff --git a/databases/jdbc-postgresql74/distinfo b/databases/jdbc-postgresql74/distinfo
index a10a6cef96b..159f1d43430 100644
--- a/databases/jdbc-postgresql74/distinfo
+++ b/databases/jdbc-postgresql74/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2004/10/10 16:19:18 jdolecek Exp $
+$NetBSD: distinfo,v 1.4 2004/10/25 17:12:10 jdolecek Exp $
-SHA1 (postgresql-7.4.5.tar.bz2) = 42582179398106fb9cfd5fac44f9fc7c614b07ef
-Size (postgresql-7.4.5.tar.bz2) = 10180504 bytes
+SHA1 (postgresql-7.4.6.tar.bz2) = 54e9126053579285b29a3a30e3055d1784a28b0a
+Size (postgresql-7.4.6.tar.bz2) = 10200107 bytes
SHA1 (patch-aa) = 3dea03b653408c0191959c9f2532f6150d7d5d95
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common
index 724d06e3659..f22a49f6720 100644
--- a/databases/postgresql74/Makefile.common
+++ b/databases/postgresql74/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2004/10/10 16:44:39 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.14 2004/10/25 17:12:10 jdolecek Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -36,7 +36,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql74/patches
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
#
# Note: Do not forget jdbc-postgresql when updating version
-DIST_VERS?= 7.4.5
+DIST_VERS?= 7.4.6
BASE_VERS?= ${DIST_VERS}
BUILDLINK_DEPENDS.postgresql74-lib?= postgresql74-lib>=${BASE_VERS}
diff --git a/databases/postgresql74/distinfo b/databases/postgresql74/distinfo
index 1e9ef6b46cc..7d357e3d4f6 100644
--- a/databases/postgresql74/distinfo
+++ b/databases/postgresql74/distinfo
@@ -1,11 +1,9 @@
-$NetBSD: distinfo,v 1.9 2004/10/21 12:15:19 jonb Exp $
+$NetBSD: distinfo,v 1.10 2004/10/25 17:12:10 jdolecek Exp $
-SHA1 (postgresql-7.4.5.tar.bz2) = 42582179398106fb9cfd5fac44f9fc7c614b07ef
-Size (postgresql-7.4.5.tar.bz2) = 10180504 bytes
-SHA1 (hier-Pg7.4-0.5.3.tar.gz) = 5b99167a9a87130cc2b7f582e28e3aef6f7f67b3
-Size (hier-Pg7.4-0.5.3.tar.gz) = 34662 bytes
+SHA1 (postgresql-7.4.6.tar.bz2) = 54e9126053579285b29a3a30e3055d1784a28b0a
+Size (postgresql-7.4.6.tar.bz2) = 10200107 bytes
SHA1 (patch-aa) = e9b99b04c02b3f04d21144a22489618948c378a8
SHA1 (patch-ab) = f44a544c56452bad197a88cb827e88624c54656c
SHA1 (patch-ac) = 39ce96f3ea9fc1167c8d21168fd1536077898d58
-SHA1 (patch-ad) = d0701dd5c629433606c364f2179ae111604008c6
+SHA1 (patch-ad) = fae5e82e0943ea982c9d3aace290b56c6a7629f9
SHA1 (patch-ae) = f0e0ad98ebdc972e7c40afd805fbb0d909d5ef3b
diff --git a/databases/postgresql74/patches/patch-ad b/databases/postgresql74/patches/patch-ad
index 4bc8d259062..98df26fe1b8 100644
--- a/databases/postgresql74/patches/patch-ad
+++ b/databases/postgresql74/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.1 2004/10/10 12:33:35 jdolecek Exp $
+$NetBSD: patch-ad,v 1.2 2004/10/25 17:12:10 jdolecek Exp $
--- src/Makefile.global.in.orig 2004-10-10 11:49:29.000000000 +0200
+++ src/Makefile.global.in 2004-10-10 11:50:05.000000000 +0200
@@ -7,7 +7,7 @@ $NetBSD: patch-ad,v 1.1 2004/10/10 12:33:35 jdolecek Exp $
python_includespec = @python_includespec@
-python_libspec = @python_libspec@
-+python_libspec = -Wl,-R${PREFIX}/lib -L${PREFIX} @python_libspec@
++python_libspec = -Wl,-R${PREFIX}/lib -L${PREFIX}/lib @python_libspec@
python_configdir = @python_configdir@
krb_srvtab = @krb_srvtab@