Skip to content

Commit

Permalink
Add definitions for Postgres 9.1.15, 9.2.10, 9.3.6 and 9.4.1. Update …
Browse files Browse the repository at this point in the history
…the default to 9.2.10. because security.
  • Loading branch information
Irving Popovetsky committed May 7, 2015
1 parent 89b41ae commit e17a880
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion config/software/postgresql.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

name "postgresql"
default_version "9.2.9"
default_version "9.2.10"

dependency "zlib"
dependency "openssl"
Expand All @@ -27,6 +27,10 @@
source md5: "6b5ea53dde48fcd79acfc8c196b83535"
end

version "9.1.15" do
source md5: "6ac52cf13ecf6b09c7d42928d1219cae"
end

version "9.2.8" do
source md5: "c5c65a9b45ee53ead0b659be21ca1b97"
end
Expand All @@ -35,6 +39,10 @@
source md5: "38b0937c86d537d5044c599273066cfc"
end

version "9.2.10" do
source md5: "7b81646e2eaf67598d719353bf6ee936"
end

version "9.3.4" do
source md5: "d0a41f54c377b2d2fab4a003b0dac762"
end
Expand All @@ -43,10 +51,18 @@
source md5: "5059857c7d7e6ad83b6d55893a121b59"
end

version "9.3.6" do
source md5: "0212b03f2835fdd33126a2e70996be8e"
end

version "9.4.0" do
source md5: "8cd6e33e1f8d4d2362c8c08bd0e8802b"
end

version "9.4.1" do
source md5: "2cf30f50099ff1109d0aa517408f8eff"
end

source url: "https://ftp.postgresql.org/pub/source/v#{version}/postgresql-#{version}.tar.bz2"

relative_path "postgresql-#{version}"
Expand Down

0 comments on commit e17a880

Please sign in to comment.