summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorFlorian Franzmann2021-06-04 13:27:04 +0200
committerFlorian Franzmann2021-06-04 13:27:04 +0200
commitdeb9dc67c838eff3e423378267bc7905b33db710 (patch)
treeeee3aae2fc5ad0d891ea969135fd9f5ec8d32566 /crypto
parent11cc3583e5a166c65e5ceef3499ed2cc58c2c53e (diff)
crypto/ca-certificates: version 20210119
Diffstat (limited to 'crypto')
-rwxr-xr-xcrypto/ca-certificates/DETAILS5
-rw-r--r--crypto/ca-certificates/HISTORY5
-rwxr-xr-xcrypto/ca-certificates/init.d/update-ca-certificates2
3 files changed, 8 insertions, 4 deletions
diff --git a/crypto/ca-certificates/DETAILS b/crypto/ca-certificates/DETAILS
index f473237978..24e6a7a2e3 100755
--- a/crypto/ca-certificates/DETAILS
+++ b/crypto/ca-certificates/DETAILS
@@ -1,8 +1,7 @@
SPELL=ca-certificates
- VERSION=20200601
- PATCHLEVEL=2
+ VERSION=20210119
SECURITY_PATCH=2
- SOURCE_HASH=sha512:05da1d5ce879e11da28013eab10d2716ddb4c8b8fce158cdc295d702a3d1caab9f16d4a9873cf9b991d9193c783959332ab7b7f5ef20779294f15d0f563f18ec
+ SOURCE_HASH=sha512:e63d0656af3039e5294d889d40e744b7a20e222f205e2a14228de93abb41e8395d457b537af53066fff580813fbf8e36abd2f0527617bd502a6f8b03c008e279
SOURCE=${SPELL}_${VERSION}_all.deb
SOURCE_URL[0]=https://ftp.de.debian.org/debian/pool/main/c/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL"
diff --git a/crypto/ca-certificates/HISTORY b/crypto/ca-certificates/HISTORY
index 2efab0d74a..17cd824301 100644
--- a/crypto/ca-certificates/HISTORY
+++ b/crypto/ca-certificates/HISTORY
@@ -1,3 +1,8 @@
+2021-06-04 Florian Franzmann <bwlf@bandrate.org>
+ * DETAILS: version 20210119
+ * init.d/update-ca-certificates: move to runlevel 3 network is
+ unavailable in S
+
2020-10-04 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 20200601
diff --git a/crypto/ca-certificates/init.d/update-ca-certificates b/crypto/ca-certificates/init.d/update-ca-certificates
index 992c94e558..390ae26d18 100755
--- a/crypto/ca-certificates/init.d/update-ca-certificates
+++ b/crypto/ca-certificates/init.d/update-ca-certificates
@@ -2,7 +2,7 @@
PROGRAM=/usr/sbin/update-ca-certificates
ARGS="--fresh"
-RUNLEVEL=S
+RUNLEVEL=3
NEEDS='+network +local_fs'
. /etc/init.d/smgl_init