pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql Upgrade to 7.3.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/430c4a67d1b7
branches:  trunk
changeset: 476977:430c4a67d1b7
user:      darcy <darcy%pkgsrc.org@localhost>
date:      Thu Jun 24 16:50:51 2004 +0000

description:
Upgrade to 7.3.6.

Mostly bug fixes.  The full list of changes can be found at:

7.3.5: http://www.postgresql.org/news/164.html
7.3.6: http://www.postgresql.org/news/172.html

As with all minor release upgrades a dump/restore is not required.

diffstat:

 databases/postgresql/Makefile.common  |  4 ++--
 databases/postgresql/distinfo         |  8 ++++----
 databases/postgresql/patches/patch-af |  4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (56 lines):

diff -r af1062f60d91 -r 430c4a67d1b7 databases/postgresql/Makefile.common
--- a/databases/postgresql/Makefile.common      Thu Jun 24 15:28:59 2004 +0000
+++ b/databases/postgresql/Makefile.common      Thu Jun 24 16:50:51 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2004/04/24 22:46:09 jlam Exp $
+# $NetBSD: Makefile.common,v 1.43 2004/06/24 16:50:51 darcy 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 @@
 # BASE_VERS            pkgsrc-mangled version number (convert pl -> .)
 #
 # Note: Do not forget jdbc-postgresql when updating version
-DIST_VERS?=            7.3.4
+DIST_VERS?=            7.3.6
 BASE_VERS?=            ${DIST_VERS}
 
 BUILDLINK_DEPENDS.postgresql-lib?=     postgresql-lib>=${BASE_VERS}
diff -r af1062f60d91 -r 430c4a67d1b7 databases/postgresql/distinfo
--- a/databases/postgresql/distinfo     Thu Jun 24 15:28:59 2004 +0000
+++ b/databases/postgresql/distinfo     Thu Jun 24 16:50:51 2004 +0000
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.18 2003/08/18 00:26:24 cjs Exp $
+$NetBSD: distinfo,v 1.19 2004/06/24 16:50:51 darcy Exp $
 
-SHA1 (postgresql-7.3.4.tar.gz) = 4f936bdc457b4a484f3ee66159f60fccc224d8dc
-Size (postgresql-7.3.4.tar.gz) = 11265028 bytes
+SHA1 (postgresql-7.3.6.tar.gz) = 5135ed429a22f8290eece18d67a459716a80871a
+Size (postgresql-7.3.6.tar.gz) = 11288430 bytes
 SHA1 (patch-aa) = 61fbeb664b0d89c83a36c79cca3fbdc78d6f5059
 SHA1 (patch-ac) = 5a647cc31873ae81a5bd5a6cf4ec6f44a43448e7
 SHA1 (patch-ad) = d9e010b38855bf9f1d7b85404ea6770066831093
 SHA1 (patch-ae) = 5b46ea9782da574ee0c4b1c02534e0f74d640559
-SHA1 (patch-af) = 874e6733bef527054aaa34dcc2114c6d4ca98f12
+SHA1 (patch-af) = 8268b66b062f0228e73ecaf928104f0c9bdc02f5
 SHA1 (patch-ag) = 6d12184b8401e63b8a05c620beb27f28248c22da
 SHA1 (patch-ah) = 210c0dda3c32481280fe5f2a9525d33f1d989c6d
 SHA1 (patch-ai) = d7889e05ab7963f2b93b46c953cbf1a44e9c0fe5
diff -r af1062f60d91 -r 430c4a67d1b7 databases/postgresql/patches/patch-af
--- a/databases/postgresql/patches/patch-af     Thu Jun 24 15:28:59 2004 +0000
+++ b/databases/postgresql/patches/patch-af     Thu Jun 24 16:50:51 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-af,v 1.15 2003/01/05 20:12:14 jlam Exp $
+$NetBSD: patch-af,v 1.16 2004/06/24 16:50:51 darcy Exp $
 
 --- src/interfaces/ecpg/lib/Makefile.orig      Tue Dec 10 23:08:04 2002
 +++ src/interfaces/ecpg/lib/Makefile
@@ -7,7 +7,7 @@
  NAME= ecpg
  SO_MAJOR_VERSION= 3
 -SO_MINOR_VERSION= 4.1
-+SO_MINOR_VERSION= 4
++SO_MINOR_VERSION= 6
  
  override CPPFLAGS := -I$(top_srcdir)/src/interfaces/ecpg/include -I$(libpq_srcdir) $(CPPFLAGS)
  



Home | Main Index | Thread Index | Old Index