mirror of
git://slackware.nl/current.git
synced 2024-12-29 10:25:00 +01:00
9ebdf8edc0
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.
14 lines
360 B
Diff
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
|
|
|