diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-25 17:12:09 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-25 17:12:09 +0000 |
commit | 5d540d33ce5ec2e495fda3b216ee909d38d7605c (patch) | |
tree | 6f25ec20149153648f26b5b2085396d69f0482eb /databases/postgresql74 | |
parent | d1cc50cee2cf547191630b59545bb5c159495ad0 (diff) | |
download | pkgsrc-5d540d33ce5ec2e495fda3b216ee909d38d7605c.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/postgresql74')
-rw-r--r-- | databases/postgresql74/Makefile.common | 4 | ||||
-rw-r--r-- | databases/postgresql74/distinfo | 10 | ||||
-rw-r--r-- | databases/postgresql74/patches/patch-ad | 4 |
3 files changed, 8 insertions, 10 deletions
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@ |