summarylogtreecommitdiffstats
path: root/use-lwp-protocol-https.patch
diff options
context:
space:
mode:
authorBrian Bidulock2015-06-10 04:10:50 -0600
committerBrian Bidulock2015-06-10 04:10:50 -0600
commit21f3fcb58b1681fae5781a7e8c864ab1f95a0fea (patch)
tree97d07d352c49f615368ca3368b3c9e0ab086f47a /use-lwp-protocol-https.patch
downloadaur-21f3fcb58b1681fae5781a7e8c864ab1f95a0fea.tar.gz
initial version
Diffstat (limited to 'use-lwp-protocol-https.patch')
-rw-r--r--use-lwp-protocol-https.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/use-lwp-protocol-https.patch b/use-lwp-protocol-https.patch
new file mode 100644
index 000000000000..de4e5908e1a6
--- /dev/null
+++ b/use-lwp-protocol-https.patch
@@ -0,0 +1,12 @@
+diff -aur checkgmail-47/checkgmail checkgmail-47.patched/checkgmail
+--- checkgmail-47/checkgmail 2011-12-25 15:32:53.000000000 -0500
++++ checkgmail-47.patched/checkgmail 2011-12-25 15:46:09.000000000 -0500
+@@ -203,7 +203,7 @@
+ use LWP::UserAgent;
+ # use LWP::Debug qw(+);
+ use HTTP::Request::Common;
+- use Crypt::SSLeay;
++ use LWP::Protocol::https;
+ ")) {&$eval_sub($_)};
+ if ($failed_packages) {
+ unless ($failed_packages =~ /Gtk2\s/) {