postgresql 9.6.3

Fixes CVE-2017-7484, CVE-2017-7485 & CVE-2017-7486

Note users with existing databases may need to manually
do some extra work to fix CVE-2017-7486:
https://www.postgresql.org/docs/9.6/static/release-9-6-3.html

Closes #13475.

Signed-off-by: JCount <JCount42@gmail.com>
This commit is contained in:
Dominyk Tiller 2017-05-11 18:53:35 +01:00 committed by JCount
parent 7df7d026ed
commit 5c95e7a157

View file

@ -1,8 +1,8 @@
class Postgresql < Formula
desc "Object-relational database system"
homepage "https://www.postgresql.org/"
url "https://ftp.postgresql.org/pub/source/v9.6.2/postgresql-9.6.2.tar.bz2"
sha256 "0187b5184be1c09034e74e44761505e52357248451b0c854dddec6c231fe50c9"
url "https://ftp.postgresql.org/pub/source/v9.6.3/postgresql-9.6.3.tar.bz2"
sha256 "1645b3736901f6d854e695a937389e68ff2066ce0cde9d73919d6ab7c995b9c6"
head "https://github.com/postgres/postgres.git"
@ -103,7 +103,7 @@ class Postgresql < Formula
def caveats; <<-EOS.undent
If builds of PostgreSQL 9 are failing and you have version 8.x installed,
you may need to remove the previous version first. See:
https://github.com/Homebrew/homebrew/issues/2510
https://github.com/Homebrew/legacy-homebrew/issues/2510
To migrate existing data from a previous major version (pre-9.0) of PostgreSQL, see:
https://www.postgresql.org/docs/9.6/static/upgrading.html