Update etherpad to 1.6.5

Etherpad releases 1.6.4 and 1.6.5 include some security updates as
well as a number of bug fixes over the random post-1.5.0 commit
we've pinned to for a while. Since it appears upstream is now
tagging releases with some regularity we can try pinning to specific
tags again.

Note that the vulnerabilities fixed in 1.6.4+ are either too new or
otherwise non-impacting for the version, configuration and use case
under which we're deploying in production, but this update is good
hygiene anyway.

Change-Id: Idc0e0c3a6d298aad2e41772e249c1a167c88559a
This commit is contained in:
Jeremy Stanley 2018-04-12 20:08:47 +00:00
parent 45f422de47
commit 75091a07b4

View File

@ -12,7 +12,7 @@ class openstack_project::etherpad (
) {
class { 'etherpad_lite':
ep_ensure => 'latest',
eplite_version => 'cc9f88e7ed4858b72feb64c99beb3e13445ab6d9',
eplite_version => '1.6.5',
nodejs_version => '6.x',
}