]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/ca-certificates
python3-setuptools: Fix rootfile
[people/mfischer/ipfire-2.x.git] / lfs / ca-certificates
index aca609ffcbd6ce1c597bcd28d00ffdecba7b9e04..70f9e0ea6ea7c71b0eaaaa6e1386e75e79b8f075 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 20220402
+VER        = 20221201
 
 # From https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt
 
@@ -52,6 +52,10 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cp -av $(DIR_CONF)/$(THISAPP) $(DIR_APP)
 
+       # Remove TrustCor Systems root CAs (see mailing list thread:
+       # https://lists.ipfire.org/pipermail/development/2022-November/014681.html)
+       cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/ca-certificates-Remove-TrustCor-Systems-root-CAs.patch
+
        cd $(DIR_APP) && sh ./build.sh
 
        -mkdir -pv /etc/ssl/certs