1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Description: relax kramdown version and do not use the certified gem
to manually maintain a certificate bundle
and update warning to indicate the user that this workaround is disabled on Debian
Author: Cédric Boutillier <boutil@debian.org>
Forwarded: not-needed
Last-Update: 2018-08-19
--- a/bin/kramdown-rfc2629
+++ b/bin/kramdown-rfc2629
@@ -44,9 +44,10 @@
warn "** Configuration problem with OpenSSL certificate store."
warn "** You may want to examine #{OpenSSL::X509::DEFAULT_CERT_FILE}"
warn "** and #{OpenSSL::X509::DEFAULT_CERT_DIR}."
- warn "** Activating suboptimal workaround."
- warn "** Occasionally run `certified-update` to maintain that workaround."
- require 'certified'
+ warn "** Workaround using 'certified' gem disabled on Debian."
+ #warn "** Activating suboptimal workaround."
+ #warn "** Occasionally run `certified-update` to maintain that workaround."
+ #require 'certified'
end
end
end
|