slackware-current/patches/source/ca-certificates/update-ca-certificates.c_rehash.diff
Patrick J Volkerding 9ebdf8edc0 Thu Mar 10 02:30:54 UTC 2022
patches/packages/ca-certificates-20220309-noarch-1_slack15.0.txz:  Upgraded.
  This update provides the latest CA certificates to check for the
  authenticity of SSL connections.
2022-03-10 13:29:56 +01:00

14 lines
360 B
Diff

--- ./sbin/update-ca-certificates.orig 2019-02-26 14:32:54.468993281 -0600
+++ ./sbin/update-ca-certificates 2019-02-26 14:33:18.352991305 -0600
@@ -174,9 +174,9 @@
# only run if set of files has changed
if [ "$verbose" = 0 ]
then
- openssl rehash . > /dev/null
+ c_rehash . > /dev/null
else
- openssl rehash .
+ c_rehash .
fi
fi