Skip to content

Commit

Permalink
postgresql 13.14 -> 13.18 (CVE-2024-7348)
Browse files Browse the repository at this point in the history
Signed-off-by: Lincoln Baker <lbaker@chef.io>
  • Loading branch information
lbakerchef authored and jashaik committed Dec 18, 2024
1 parent 5f9f879 commit 1679671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion omnibus/config/software/postgresql13.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

name "postgresql13"

default_version "13.14"
default_version "13.18"

license "PostgreSQL"
license_file "COPYRIGHT"
Expand All @@ -30,6 +30,7 @@
dependency "config_guess"

source url: "https://ftp.postgresql.org/pub/source/v#{version}/postgresql-#{version}.tar.bz2"
version("13.18") { source sha256: "ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1" }
version("13.14") { source sha256: "b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed" }
version("13.5") { source sha256: "9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3" }
version("13.6") { source sha256: "bafc7fa3d9d4da8fe71b84c63ba8bdfe8092935c30c0aa85c24b2c08508f67fc" }
Expand Down

0 comments on commit 1679671

Please sign in to comment.