From 2fc1eb9b3705070ab201892309dace5220304655 Mon Sep 17 00:00:00 2001 From: Tails developers Date: Mon, 5 Jan 2015 14:29:19 +0000 Subject: [PATCH] Replace superseded patch. --- .../tails-iuk-handle-website-CA-change.patch | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 config/chroot_local-patches/tails-iuk-handle-website-CA-change.patch diff --git a/config/chroot_local-patches/tails-iuk-handle-website-CA-change.patch b/config/chroot_local-patches/tails-iuk-handle-website-CA-change.patch deleted file mode 100644 index 5d01384eb4..0000000000 --- a/config/chroot_local-patches/tails-iuk-handle-website-CA-change.patch +++ /dev/null @@ -1,21 +0,0 @@ -Patch extracted from this tails-iuk commit: -commit bc6aad74b1ba49c942a504a495f87bf0cfa2ce33 -Author: Tails developers -Date: Sun Dec 7 13:37:03 2014 +0000 - - Add an indirection layer rather than hard-coding the CA to verify the website certificate against. - - The tails-iuk.pem CA bundle is created at build time, in the - bugfix/handle-website-CA-change branch of our main Git repository. - ---- chroot.orig/usr/share/perl5/Tails/IUK/UpgradeDescriptionFile/Download.pm -+++ chroot/usr/share/perl5/Tails/IUK/UpgradeDescriptionFile/Download.pm -@@ -105,7 +105,7 @@ method _build_curl_opts { - } - else { - my $cafile = $ENV{HTTPS_CA_FILE}; -- $cafile //= '/etc/ssl/certs/UTN_USERFirst_Hardware_Root_CA.pem'; -+ $cafile //= '/usr/local/etc/ssl/certs/tails-iuk.pem'; - push @opts, CURLOPT_SSL_VERIFYHOST, 2; - push @opts, CURLOPT_SSL_VERIFYPEER, 1; - push @opts, CURLOPT_CAINFO, $cafile; -- GitLab