summaryrefslogtreecommitdiff
path: root/databases/postgresql82
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2008-01-07 20:14:35 +0000
committeradam <adam@pkgsrc.org>2008-01-07 20:14:35 +0000
commit28a0721cb19791e424ab365861983802b8a2999d (patch)
tree45a2f81c659f74305793571597dab12ec94254bd /databases/postgresql82
parent523e67efcbe637ab2cf86b6f0c56631221f9c10a (diff)
downloadpkgsrc-28a0721cb19791e424ab365861983802b8a2999d.tar.gz
Changes 8.2.6:
This release contains a variety of fixes from 8.2.5, including fixes for significant security issues.
Diffstat (limited to 'databases/postgresql82')
-rw-r--r--databases/postgresql82/Makefile.common4
-rw-r--r--databases/postgresql82/distinfo10
-rw-r--r--databases/postgresql82/patches/patch-am4
3 files changed, 9 insertions, 9 deletions
diff --git a/databases/postgresql82/Makefile.common b/databases/postgresql82/Makefile.common
index 0d737476187..90f8b697ccf 100644
--- a/databases/postgresql82/Makefile.common
+++ b/databases/postgresql82/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2007/09/19 20:02:12 adam Exp $
+# $NetBSD: Makefile.common,v 1.8 2008/01/07 20:14:35 adam 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}/../postgresql82/patches
#
# Note: Do not forget jdbc-postgresql82 when updating version
#
-DIST_VERS?= 8.2.5
+DIST_VERS?= 8.2.6
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql82-client+= postgresql82-client>=${BASE_VERS}
diff --git a/databases/postgresql82/distinfo b/databases/postgresql82/distinfo
index f87eab68263..e8358022d64 100644
--- a/databases/postgresql82/distinfo
+++ b/databases/postgresql82/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.9 2007/10/09 20:17:08 adam Exp $
+$NetBSD: distinfo,v 1.10 2008/01/07 20:14:36 adam Exp $
-SHA1 (postgresql-8.2.5.tar.bz2) = 45ddb77b542e8b279013f374edab65a8860a636d
-RMD160 (postgresql-8.2.5.tar.bz2) = 90e4afd6a2ae5f7203ff8409970c73401171e0ff
-Size (postgresql-8.2.5.tar.bz2) = 12510411 bytes
+SHA1 (postgresql-8.2.6.tar.bz2) = 8934dfbd4c1d8c4f2945cb80f02072611681f967
+RMD160 (postgresql-8.2.6.tar.bz2) = fa12ce310919cb52be3558d38a7e329bc73bbe33
+Size (postgresql-8.2.6.tar.bz2) = 12559117 bytes
SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
SHA1 (patch-ab) = d952d47918f0294cdc1462233b1cfd39e3bc2f73
SHA1 (patch-ac) = cbd302a60d43171854c37171b57ee7bbf1194ad9
@@ -15,5 +15,5 @@ SHA1 (patch-ai) = 6f7f5c1182ded751650e0ae7858c5784dfa96987
SHA1 (patch-aj) = 0ffb4c0aa8a32a61cd753d0e7cf67fdc5ae94195
SHA1 (patch-ak) = 3009e020dc5f9397846dd3339c2bdd15269bb332
SHA1 (patch-al) = 32818ae8de92ef66d839d4891f4f686db732f7b6
-SHA1 (patch-am) = 1436c3e9d3c74b9ef7c81c8dfde1c270ba5372f1
+SHA1 (patch-am) = f8933e8d429842d03ce56a98747a5683065e3cc4
SHA1 (patch-an) = ca4caddde9ea68e4f8648f5abf9369e407874702
diff --git a/databases/postgresql82/patches/patch-am b/databases/postgresql82/patches/patch-am
index 430201aa7d9..b543a9217f4 100644
--- a/databases/postgresql82/patches/patch-am
+++ b/databases/postgresql82/patches/patch-am
@@ -1,4 +1,4 @@
-$NetBSD: patch-am,v 1.2 2007/10/09 20:17:08 adam Exp $
+$NetBSD: patch-am,v 1.3 2008/01/07 20:14:36 adam Exp $
--- contrib/tsearch2/Makefile.orig 2006-09-11 17:14:46.000000000 +0200
+++ contrib/tsearch2/Makefile
@@ -24,7 +24,7 @@ $NetBSD: patch-am,v 1.2 2007/10/09 20:17:08 adam Exp $
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
-+include $(top_builddir)/src/Makefile.shlib
++include $(top_srcdir)/src/Makefile.shlib
endif