[arch-commits] Commit in perl-lwp-protocol-https/trunk (PKGBUILD certs.patch)

Felix Yan felixonmars at archlinux.org
Fri Jul 17 20:47:22 UTC 2020


    Date: Friday, July 17, 2020 @ 20:47:22
  Author: felixonmars
Revision: 392039

upgpkg: perl-lwp-protocol-https 6.09-1

Modified:
  perl-lwp-protocol-https/trunk/PKGBUILD
  perl-lwp-protocol-https/trunk/certs.patch

-------------+
 PKGBUILD    |    8 ++++----
 certs.patch |   14 +++++++-------
 2 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-17 20:42:15 UTC (rev 392038)
+++ PKGBUILD	2020-07-17 20:47:22 UTC (rev 392039)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at gmail.com>
 
 pkgname=perl-lwp-protocol-https
-pkgver=6.07
-pkgrel=5
+pkgver=6.09
+pkgrel=1
 pkgdesc="Provide https support for LWP::UserAgent"
 arch=('any')
 url="https://metacpan.org/release/LWP-Protocol-https"
@@ -12,8 +12,8 @@
 options=('!emptydirs')
 source=("https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-$pkgver.tar.gz"
         certs.patch)
-sha512sums=('4a07cd8a1c44e31781069a632a77f3af43747933420e831b4fd4a12faac7dc04f0c6b10ea773c3e14ecb66209a547b3587c0e3f481a55b9929db65f7b10343aa'
-            '7ee0ad7c40f526fb3ba1148f13f2601c11fe68c72b4aaf22b628709c2877b7d49ee6dc1c722bb091b97251d76fceec4a9b39dcf3778d7f19b79fdd8c5754a444')
+sha512sums=('53e1ec7dec04988c3c7fa70a5f0ed60c38270bbbb9fe99a7cfeb84db0c40f5ff6f6f94aa4aa639498af6d0bc201dcb7e6e3491bae96411250ef50b010d32add1'
+            '96f401471199c368895eb9b0e819a7287ed9e25953f756585ef7e809010e5d19c8b0614f3cd99cad0c33ca7c9a609ceea4b90569d3f7dec546cc8eeecd810d26')
 
 prepare() {
   cd LWP-Protocol-https-${pkgver}

Modified: certs.patch
===================================================================
--- certs.patch	2020-07-17 20:42:15 UTC (rev 392038)
+++ certs.patch	2020-07-17 20:47:22 UTC (rev 392039)
@@ -3,13 +3,13 @@
 --- a/Makefile.PL.orig
 +++ b/Makefile.PL
 @@ -26,7 +26,6 @@ my %WriteMakefileArgs = (
-                     'LWP::UserAgent' => '6.06',
-                     'Net::HTTPS' => 6,
-                     'IO::Socket::SSL' => "1.54",
--                    'Mozilla::CA' => "20110101",
-                     'perl' => '5.008001',
-                 },
-             },
+     "IO::Socket::SSL" => "1.54",
+     "LWP::Protocol::http" => 0,
+     "LWP::UserAgent" => "6.06",
+-    "Mozilla::CA" => 20180117,
+     "Net::HTTPS" => 6,
+     "base" => 0,
+     "strict" => 0
 diff --git a/lib/LWP/Protocol/https.pm.orig b/lib/LWP/Protocol/https.pm
 index ed4d832..b8667cf 100644
 --- a/lib/LWP/Protocol/https.pm.orig



More information about the arch-commits mailing list