aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches
diff options
context:
space:
mode:
authorSteve George <steve@futurile.net>2024-04-26 13:42:07 +0200
committerLudovic Courtès <ludo@gnu.org>2024-05-04 19:14:26 +0200
commitaa9e639216d8fb54b176912221617c25bfc0d9f4 (patch)
treed659f90b417a2f04bdf98be2111319bef293bf68 /gnu/packages/patches
parentec9c5a8ff5da1dc08759fbca467a74fe8f5bd9db (diff)
downloadguix-aa9e639216d8fb54b176912221617c25bfc0d9f4.tar
guix-aa9e639216d8fb54b176912221617c25bfc0d9f4.tar.gz
gnu: perl-finance-quote: Update perl-finance-quote.
* gnu/packages/web.scm (perl-finance-quote): Update to 1.59. [source] remove patch * gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch: Remove file. Change-Id: I3646082d628470327fbd9deec6111de8c1eec921 Change-Id: Ibe50f9736bcbe4e628c05f86c0e0be8bd335d4c8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r--gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch b/gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch
deleted file mode 100644
index 5f37bb0ba7..0000000000
--- a/gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Rather than unconditionally using Mozilla's CA certificates, let the user tell
-LWP's UserAgent where to find certificates with the PERL_LWP_SSL_CA_FILE,
-HTTPS_CA_FILE, PERL_LWP_SSL_CA_PATH, or HTTPS_CA_DIR environment variables
-instead.
-
---- Finance-Quote-1.37/lib/Finance/Quote/Tiaacref.pm.orig 2015-02-01 13:24:41.000000000 -0600
-+++ Finance-Quote-1.37/lib/Finance/Quote/Tiaacref.pm 2015-07-07 20:09:47.278885944 -0500
-@@ -30,7 +30,6 @@
- package Finance::Quote::Tiaacref;
- require 5.005;
- require LWP::Protocol::https;
--require Mozilla::CA;
-
- use strict;
-