From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] ship updated CA bundle Date: Thu, 18 Jan 2018 15:51:31 +0100 Message-ID: <20180118155131.3679fe76.peter.mueller@link38.eu> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8857288454976164651==" List-Id: --===============8857288454976164651== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Add new generated CA bundle files to updater and remove accidentally inserted blank line at the end of certdata.txt . Signed-off-by: Peter M=C3=BCller --- config/ca-certificates/certdata.txt | 1 - config/rootfiles/core/118/filelists/files | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/ca-certificates/certdata.txt b/config/ca-certificates/cer= tdata.txt index d94a2c882..5d2baf3a5 100644 --- a/config/ca-certificates/certdata.txt +++ b/config/ca-certificates/certdata.txt @@ -23460,4 +23460,3 @@ CKA_TRUST_SERVER_AUTH CK_TRUST CKT_NSS_TRUSTED_DELEGA= TOR CKA_TRUST_EMAIL_PROTECTION CK_TRUST CKT_NSS_MUST_VERIFY_TRUST CKA_TRUST_CODE_SIGNING CK_TRUST CKT_NSS_MUST_VERIFY_TRUST CKA_TRUST_STEP_UP_APPROVED CK_BBOOL CK_FALSE - diff --git a/config/rootfiles/core/118/filelists/files b/config/rootfiles/cor= e/118/filelists/files index 162f586d3..127cd8cd7 100644 --- a/config/rootfiles/core/118/filelists/files +++ b/config/rootfiles/core/118/filelists/files @@ -1,5 +1,7 @@ etc/system-release etc/issue +etc/ssl/certs/ca-bundle.crt +etc/ssl/certs/ca-bundle.trust.crt etc/httpd/conf/loadmodule.conf etc/httpd/conf/vhosts.d/captive.conf etc/httpd/conf/vhosts.d/ipfire-interface-ssl.conf --=20 2.13.6 --===============8857288454976164651==--