aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorPeter Eisentraut2013-04-04 08:50:19 -0400
committerAdam Vandenberg2013-04-04 08:47:44 -0700
commitf3d5b4dde068aadc237786a57783ffb67c89d64b (patch)
tree198e5ad18641e5caab25131f4622c4766a10564f /Library
parent9b4efc6f64c42f513ccc3d5088cd88d88ab733ac (diff)
downloadhomebrew-f3d5b4dde068aadc237786a57783ffb67c89d64b.tar.bz2
postgresql 9.2.4 (security update)
Security update: CVE-2013-1899 CVE-2013-1900 CVE-2013-1901 Closes #18960. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/postgresql.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 6a28630bf..081244468 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -2,8 +2,8 @@ require 'formula'
class Postgresql < Formula
homepage 'http://www.postgresql.org/'
- url 'http://ftp.postgresql.org/pub/source/v9.2.3/postgresql-9.2.3.tar.bz2'
- sha1 'fe46685c36f6a7a04edd67be5695b4f5acebedff'
+ url 'http://ftp.postgresql.org/pub/source/v9.2.4/postgresql-9.2.4.tar.bz2'
+ sha1 '75b53c884cb10ed9404747b51677358f12082152'
depends_on 'readline'
depends_on 'libxml2' if MacOS.version == :leopard # Leopard libxml is too old