slackbuilds_ponce/network/sendxmpp/patches/08.patch
Alexander Verbovetsky a428f1a4cd network/sendxmpp: Added (send xmpp messages from the command line).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-01-24 18:08:19 +07:00

12 lines
388 B
Diff

See https://bugs.debian.org/854210
--- a/sendxmpp
+++ b/sendxmpp
@@ -299,7 +299,7 @@
'interactive' => ($interactive or 0),
'tls' => ($tls or 0),
'no-tls-verify' => ($no_tls_verify or 0),
- 'tls-ca-path' => ($tls_ca_path or ''),
+ 'tls-ca-path' => ($tls_ca_path or '/etc/ssl/certs'),
'ssl' => ($ssl or 0),
'debug' => ($debug or 0),
'verbose' => ($verbose or 0),