Hi,

Small diff to update PostgreSQL to it's latest version.
It fixes 3 CVE and a lot of bugfixes.
Changelog: http://www.postgresql.org/docs/9.1/static/release-9-1-3.html
Tested on @amd64 with rthreads.

Regards,

-- 
Pierre-Emmanuel André <pea at raveland.org>
GPG key: 0x7AE329DC
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/postgresql/Makefile,v
retrieving revision 1.160
diff -u -p -r1.160 Makefile
--- Makefile    24 Jan 2012 09:20:17 -0000      1.160
+++ Makefile    5 Mar 2012 14:32:22 -0000
@@ -5,8 +5,7 @@ COMMENT-server= PostgreSQL RDBMS (server
 COMMENT-docs=  PostgreSQL RDBMS documentation
 COMMENT-contrib=PostgreSQL RDBMS contributions
 
-VERSION=       9.1.2
-REVISION-server=0
+VERSION=       9.1.3
 DISTNAME=      postgresql-${VERSION}
 PKGNAME-main=  postgresql-client-${VERSION}
 PKGNAME-server=        postgresql-server-${VERSION}
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/postgresql/distinfo,v
retrieving revision 1.41
diff -u -p -r1.41 distinfo
--- distinfo    7 Dec 2011 08:32:18 -0000       1.41
+++ distinfo    5 Mar 2012 14:32:22 -0000
@@ -1,5 +1,5 @@
-MD5 (postgresql-9.1.2.tar.gz) = /gEpP5bgTamHmECxmWo9LA==
-RMD160 (postgresql-9.1.2.tar.gz) = H69ZIX2c5Y9zAuTlwpxeF2WRZxQ=
-SHA1 (postgresql-9.1.2.tar.gz) = tdldOJ6L4VUSr/mUyXU+ZPJj5gU=
-SHA256 (postgresql-9.1.2.tar.gz) = vMyY/J7++9eNuZ2P3fqNHonJKwbKgTb/MY9MHV+SKxU=
-SIZE (postgresql-9.1.2.tar.gz) = 20071146
+MD5 (postgresql-9.1.3.tar.gz) = kCNbReD8FwlU5e0SYDmR4A==
+RMD160 (postgresql-9.1.3.tar.gz) = LMPcuZKp0fIoZgDB6cSvg3p/pSM=
+SHA1 (postgresql-9.1.3.tar.gz) = Rah8+vpXXJ+xji0p/wJW/MArrKg=
+SHA256 (postgresql-9.1.3.tar.gz) = gfpbDqt5T9fUJ5CGZaIIOEc3gp4K3EzPIayWZurmsng=
+SIZE (postgresql-9.1.3.tar.gz) = 20391547
Index: pkg/PLIST-docs
===================================================================
RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v
retrieving revision 1.53
diff -u -p -r1.53 PLIST-docs
--- pkg/PLIST-docs      7 Dec 2011 08:32:18 -0000       1.53
+++ pkg/PLIST-docs      5 Mar 2012 14:32:22 -0000
@@ -725,6 +725,7 @@ share/doc/postgresql/html/release-8-3-14
 share/doc/postgresql/html/release-8-3-15.html
 share/doc/postgresql/html/release-8-3-16.html
 share/doc/postgresql/html/release-8-3-17.html
+share/doc/postgresql/html/release-8-3-18.html
 share/doc/postgresql/html/release-8-3-2.html
 share/doc/postgresql/html/release-8-3-3.html
 share/doc/postgresql/html/release-8-3-4.html
@@ -736,6 +737,7 @@ share/doc/postgresql/html/release-8-3-9.
 share/doc/postgresql/html/release-8-3.html
 share/doc/postgresql/html/release-8-4-1.html
 share/doc/postgresql/html/release-8-4-10.html
+share/doc/postgresql/html/release-8-4-11.html
 share/doc/postgresql/html/release-8-4-2.html
 share/doc/postgresql/html/release-8-4-3.html
 share/doc/postgresql/html/release-8-4-4.html
@@ -751,9 +753,11 @@ share/doc/postgresql/html/release-9-0-3.
 share/doc/postgresql/html/release-9-0-4.html
 share/doc/postgresql/html/release-9-0-5.html
 share/doc/postgresql/html/release-9-0-6.html
+share/doc/postgresql/html/release-9-0-7.html
 share/doc/postgresql/html/release-9-0.html
 share/doc/postgresql/html/release-9-1-1.html
 share/doc/postgresql/html/release-9-1-2.html
+share/doc/postgresql/html/release-9-1-3.html
 share/doc/postgresql/html/release-9-1.html
 share/doc/postgresql/html/release.html
 share/doc/postgresql/html/resources.html

Reply via email to