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.
12 lines
658 B
Diff
12 lines
658 B
Diff
diff -urN ca-certificates-20150426.orig/sbin/update-ca-certificates ca-certificates-20150426/sbin/update-ca-certificates
|
|
--- ca-certificates-20150426.orig/sbin/update-ca-certificates 2015-04-01 13:47:25.000000000 +0100
|
|
+++ ca-certificates-20150426/sbin/update-ca-certificates 2015-09-14 22:51:39.856021883 +0100
|
|
@@ -193,7 +193,7 @@
|
|
echo "Running hooks in $HOOKSDIR..."
|
|
VERBOSE_ARG=
|
|
[ "$verbose" = 0 ] || VERBOSE_ARG="--verbose"
|
|
- eval run-parts "$VERBOSE_ARG" --test -- "$HOOKSDIR" | while read hook
|
|
+ eval run-parts "$HOOKSDIR" | while read hook
|
|
do
|
|
( cat "$ADDED"
|
|
cat "$REMOVED" ) | "$hook" || echo "E: $hook exited with code $?."
|