pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc Update all postgresql74 packages to 7.4.6. This fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22a0fd4c687c
branches:  trunk
changeset: 482335:22a0fd4c687c
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Mon Oct 25 17:12:09 2004 +0000

description:
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:

 databases/jdbc-postgresql74/Makefile    |   4 ++--
 databases/jdbc-postgresql74/distinfo    |   6 +++---
 databases/postgresql74/Makefile.common  |   4 ++--
 databases/postgresql74/distinfo         |  10 ++++------
 databases/postgresql74/patches/patch-ad |   4 ++--
 doc/CHANGES                             |   3 ++-
 6 files changed, 15 insertions(+), 16 deletions(-)

diffs (94 lines):

diff -r 9c051ddb3037 -r 22a0fd4c687c databases/jdbc-postgresql74/Makefile
--- a/databases/jdbc-postgresql74/Makefile      Mon Oct 25 17:05:41 2004 +0000
+++ b/databases/jdbc-postgresql74/Makefile      Mon Oct 25 17:12:09 2004 +0000
@@ -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 -r 9c051ddb3037 -r 22a0fd4c687c databases/jdbc-postgresql74/distinfo
--- a/databases/jdbc-postgresql74/distinfo      Mon Oct 25 17:05:41 2004 +0000
+++ b/databases/jdbc-postgresql74/distinfo      Mon Oct 25 17:12:09 2004 +0000
@@ -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 -r 9c051ddb3037 -r 22a0fd4c687c databases/postgresql74/Makefile.common
--- a/databases/postgresql74/Makefile.common    Mon Oct 25 17:05:41 2004 +0000
+++ b/databases/postgresql74/Makefile.common    Mon Oct 25 17:12:09 2004 +0000
@@ -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 @@
 # 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 -r 9c051ddb3037 -r 22a0fd4c687c databases/postgresql74/distinfo
--- a/databases/postgresql74/distinfo   Mon Oct 25 17:05:41 2004 +0000
+++ b/databases/postgresql74/distinfo   Mon Oct 25 17:12:09 2004 +0000
@@ -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 -r 9c051ddb3037 -r 22a0fd4c687c databases/postgresql74/patches/patch-ad
--- a/databases/postgresql74/patches/patch-ad   Mon Oct 25 17:05:41 2004 +0000
+++ b/databases/postgresql74/patches/patch-ad   Mon Oct 25 17:12:09 2004 +0000
@@ -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 @@
  
  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@
diff -r 9c051ddb3037 -r 22a0fd4c687c doc/CHANGES
--- a/doc/CHANGES       Mon Oct 25 17:05:41 2004 +0000
+++ b/doc/CHANGES       Mon Oct 25 17:12:09 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7563 2004/10/25 17:05:41 jdolecek Exp $
+$NetBSD: CHANGES,v 1.7564 2004/10/25 17:12:09 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -4863,3 +4863,4 @@
        Updated samba2 to 2.2.12 [jdolecek 2004-10-25]
        Updated winbond to 2.2.12 [jdolecek 2004-10-25]
        Updated pam-smbpass to 2.2.12 [jdolecek 2004-10-25]
+       Updated postgresql74 to 7.4.6 [jdolecek 2004-10-25]



Home | Main Index | Thread Index | Old Index