postgresql 9.2.4 (security update)

Security update: CVE-2013-1899 CVE-2013-1900 CVE-2013-1901

Closes Homebrew/homebrew#18960.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Peter Eisentraut 2013-04-04 08:50:19 -04:00 committed by Adam Vandenberg
parent 1fc9fe64e1
commit 8df80e0e10
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Postgresql < Formula class Postgresql < Formula
homepage 'http://www.postgresql.org/' homepage 'http://www.postgresql.org/'
url 'http://ftp.postgresql.org/pub/source/v9.2.3/postgresql-9.2.3.tar.bz2' url 'http://ftp.postgresql.org/pub/source/v9.2.4/postgresql-9.2.4.tar.bz2'
sha1 'fe46685c36f6a7a04edd67be5695b4f5acebedff' sha1 '75b53c884cb10ed9404747b51677358f12082152'
depends_on 'readline' depends_on 'readline'
depends_on 'libxml2' if MacOS.version == :leopard # Leopard libxml is too old depends_on 'libxml2' if MacOS.version == :leopard # Leopard libxml is too old