]> git.openstreetmap.org Git - chef.git/commitdiff
Bump planet-dump-ng version to v1.1.6.
authorMatt Amos <zerebubuth@gmail.com>
Tue, 13 Mar 2018 16:48:09 +0000 (16:48 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Tue, 13 Mar 2018 16:48:09 +0000 (16:48 +0000)
Version 1.1.6 includes a fix for the table header parser to allow explicit public schemas, which started getting added to the dumps as part of the upstream PostgreSQL fix for CVE-2018-1058.

cookbooks/planet/recipes/dump.rb

index 85ce1f2a6515fb66c0fa203e557624a75f9e3aed..e719e894a275cfd32c7c01404085730334378650 100644 (file)
@@ -55,7 +55,7 @@ end
 git "/opt/planet-dump-ng" do
   action :sync
   repository "git://github.com/zerebubuth/planet-dump-ng.git"
-  revision "v1.1.4"
+  revision "v1.1.6"
   user "root"
   group "root"
 end