From: Matt Amos Date: Tue, 13 Mar 2018 16:48:09 +0000 (+0000) Subject: Bump planet-dump-ng version to v1.1.6. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/0e95d80e29d91ead2a078ee13682268c28e2ffc6?ds=sidebyside Bump planet-dump-ng version to v1.1.6. 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. --- diff --git a/cookbooks/planet/recipes/dump.rb b/cookbooks/planet/recipes/dump.rb index 85ce1f2a6..e719e894a 100644 --- a/cookbooks/planet/recipes/dump.rb +++ b/cookbooks/planet/recipes/dump.rb @@ -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