From 0e95d80e29d91ead2a078ee13682268c28e2ffc6 Mon Sep 17 00:00:00 2001 From: Matt Amos Date: Tue, 13 Mar 2018 16:48:09 +0000 Subject: [PATCH 1/1] 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. --- cookbooks/planet/recipes/dump.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.1