Hi, These 2 diffs update PostgreSQL to it's latest version on OpenBSD 5.4 -stable and 5.3 -stable. This update fixes 8 CVE (CVE-2014-0060, CVE-2014-0061, CVE-2014-0062, CVE-2014-0063, CVE-2014-0064, CVE-2014-0065, CVE-2014-0066 and CVE-2014-0067). This update also fixes some issues which affect binary replication and row locking, and can cause recoverable data corruption in some cases.
More informations here: http://www.postgresql.org/about/news/1506/ Comments ? ok ? Regards, -- Pierre-Emmanuel André <pea at raveland.org> GPG key: 0xBB8D3F0E
Index: Makefile =================================================================== RCS file: /cvs/ports/databases/postgresql/Makefile,v retrieving revision 1.178.2.1 diff -u -p -u -p -r1.178.2.1 Makefile --- Makefile 6 Jan 2014 10:50:57 -0000 1.178.2.1 +++ Makefile 11 Mar 2014 09:06:25 -0000 @@ -5,7 +5,7 @@ COMMENT-server= PostgreSQL RDBMS (server COMMENT-docs= PostgreSQL RDBMS documentation COMMENT-contrib=PostgreSQL RDBMS contributions -VERSION= 9.2.6 +VERSION= 9.2.7 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.48.2.1 diff -u -p -u -p -r1.48.2.1 distinfo --- distinfo 6 Jan 2014 10:50:57 -0000 1.48.2.1 +++ distinfo 11 Mar 2014 09:06:25 -0000 @@ -1,2 +1,2 @@ -SHA256 (postgresql-9.2.6.tar.gz) = VQbKYMPl3zA/W/aPB2Yq6z9SPDT3I+H+fhWrmqZ7PjY= -SIZE (postgresql-9.2.6.tar.gz) = 21641399 +SHA256 (postgresql-9.2.7.tar.gz) = BPFA2Xr1o5FZYjThp7QJfQc8BjZ0E92s3Z6Dr0nEDxw= +SIZE (postgresql-9.2.7.tar.gz) = 21251888 Index: pkg/PLIST-docs =================================================================== RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v retrieving revision 1.60.2.1 diff -u -p -u -p -r1.60.2.1 PLIST-docs --- pkg/PLIST-docs 6 Jan 2014 10:50:57 -0000 1.60.2.1 +++ pkg/PLIST-docs 11 Mar 2014 09:06:25 -0000 @@ -771,6 +771,7 @@ share/doc/postgresql/html/release-8-4-17 share/doc/postgresql/html/release-8-4-18.html share/doc/postgresql/html/release-8-4-19.html share/doc/postgresql/html/release-8-4-2.html +share/doc/postgresql/html/release-8-4-20.html share/doc/postgresql/html/release-8-4-3.html share/doc/postgresql/html/release-8-4-4.html share/doc/postgresql/html/release-8-4-5.html @@ -786,6 +787,7 @@ share/doc/postgresql/html/release-9-0-12 share/doc/postgresql/html/release-9-0-13.html share/doc/postgresql/html/release-9-0-14.html share/doc/postgresql/html/release-9-0-15.html +share/doc/postgresql/html/release-9-0-16.html share/doc/postgresql/html/release-9-0-2.html share/doc/postgresql/html/release-9-0-3.html share/doc/postgresql/html/release-9-0-4.html @@ -798,6 +800,7 @@ share/doc/postgresql/html/release-9-0.ht share/doc/postgresql/html/release-9-1-1.html share/doc/postgresql/html/release-9-1-10.html share/doc/postgresql/html/release-9-1-11.html +share/doc/postgresql/html/release-9-1-12.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-4.html @@ -813,6 +816,7 @@ share/doc/postgresql/html/release-9-2-3. share/doc/postgresql/html/release-9-2-4.html share/doc/postgresql/html/release-9-2-5.html share/doc/postgresql/html/release-9-2-6.html +share/doc/postgresql/html/release-9-2-7.html share/doc/postgresql/html/release-9-2.html share/doc/postgresql/html/release.html share/doc/postgresql/html/resources.html
Index: Makefile =================================================================== RCS file: /cvs/ports/databases/postgresql/Makefile,v retrieving revision 1.171.2.2 diff -u -p -u -p -r1.171.2.2 Makefile --- Makefile 6 Jan 2014 10:57:27 -0000 1.171.2.2 +++ Makefile 11 Mar 2014 09:16:05 -0000 @@ -5,7 +5,7 @@ COMMENT-server= PostgreSQL RDBMS (server COMMENT-docs= PostgreSQL RDBMS documentation COMMENT-contrib=PostgreSQL RDBMS contributions -VERSION= 9.2.6 +VERSION= 9.2.7 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.47.2.2 diff -u -p -u -p -r1.47.2.2 distinfo --- distinfo 6 Jan 2014 10:57:27 -0000 1.47.2.2 +++ distinfo 11 Mar 2014 09:16:05 -0000 @@ -1,2 +1,2 @@ -SHA256 (postgresql-9.2.6.tar.gz) = VQbKYMPl3zA/W/aPB2Yq6z9SPDT3I+H+fhWrmqZ7PjY= -SIZE (postgresql-9.2.6.tar.gz) = 21641399 +SHA256 (postgresql-9.2.7.tar.gz) = BPFA2Xr1o5FZYjThp7QJfQc8BjZ0E92s3Z6Dr0nEDxw= +SIZE (postgresql-9.2.7.tar.gz) = 21251888 Index: pkg/PLIST-docs =================================================================== RCS file: /cvs/ports/databases/postgresql/pkg/PLIST-docs,v retrieving revision 1.59.2.2 diff -u -p -u -p -r1.59.2.2 PLIST-docs --- pkg/PLIST-docs 6 Jan 2014 10:57:27 -0000 1.59.2.2 +++ pkg/PLIST-docs 11 Mar 2014 09:16:05 -0000 @@ -771,6 +771,7 @@ share/doc/postgresql/html/release-8-4-17 share/doc/postgresql/html/release-8-4-18.html share/doc/postgresql/html/release-8-4-19.html share/doc/postgresql/html/release-8-4-2.html +share/doc/postgresql/html/release-8-4-20.html share/doc/postgresql/html/release-8-4-3.html share/doc/postgresql/html/release-8-4-4.html share/doc/postgresql/html/release-8-4-5.html @@ -786,6 +787,7 @@ share/doc/postgresql/html/release-9-0-12 share/doc/postgresql/html/release-9-0-13.html share/doc/postgresql/html/release-9-0-14.html share/doc/postgresql/html/release-9-0-15.html +share/doc/postgresql/html/release-9-0-16.html share/doc/postgresql/html/release-9-0-2.html share/doc/postgresql/html/release-9-0-3.html share/doc/postgresql/html/release-9-0-4.html @@ -796,6 +798,9 @@ share/doc/postgresql/html/release-9-0-8. share/doc/postgresql/html/release-9-0-9.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-10.html +share/doc/postgresql/html/release-9-1-11.html +share/doc/postgresql/html/release-9-1-12.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-4.html @@ -811,6 +816,7 @@ share/doc/postgresql/html/release-9-2-3. share/doc/postgresql/html/release-9-2-4.html share/doc/postgresql/html/release-9-2-5.html share/doc/postgresql/html/release-9-2-6.html +share/doc/postgresql/html/release-9-2-7.html share/doc/postgresql/html/release-9-2.html share/doc/postgresql/html/release.html share/doc/postgresql/html/resources.html