projects
/
chef.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7183ae
)
Bump planet-dump-ng version to v1.1.6.
author
Matt Amos
<zerebubuth@gmail.com>
Tue, 13 Mar 2018 16:48:09 +0000
(16:48 +0000)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/cookbooks/planet/recipes/dump.rb
b/cookbooks/planet/recipes/dump.rb
index 85ce1f2a6515fb66c0fa203e557624a75f9e3aed..e719e894a275cfd32c7c01404085730334378650 100644
(file)
--- 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