liblwp-protocol-https-perl 6.10-ok1 source package in openKylin

Changelog

liblwp-protocol-https-perl (6.10-ok1) yangtze; urgency=medium

  * Initial release.

 -- Luoyaoming <email address hidden>  Thu, 22 Sep 2022 10:21:07 +0800

Upload details

Uploaded by:
luoyaoming
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
liblwp-protocol-https-perl_6.10.orig.tar.gz 32.9 KiB cecfc31fe2d4fc854cac47fce13d3a502e8fdfe60c5bc1c09535743185f2a86c
liblwp-protocol-https-perl_6.10-ok1.debian.tar.xz 3.3 KiB bdf287fcf69d966501372b3d29d1a5810337bb4aa87f69c6a01e9a492233d072
liblwp-protocol-https-perl_6.10-ok1.dsc 2.0 KiB c5ba61299d66d0bae5f910c380d12494fad8fc273cb6bbf6a55e10d3a2c62361

Available diffs

View changes file

Binary packages built by this source

liblwp-protocol-https-perl: HTTPS driver for LWP::UserAgent

 The LWP::Protocol::https module provides support for using HTTPS schemed URLs
 with LWP. LWP::Protocol::https is a plug-in to the LWP protocol handling, so
 you don't use it directly. Once the module is installed LWP is able to access
 sites using HTTP over SSL/TLS.
 .
 If hostname verification is requested by LWP::UserAgent's ssl_opts, and
 neither SSL_ca_file nor SSL_ca_path is set, then SSL_ca_file is implied to be
 the one provided by ca-certificates.
 .
 This module used to be bundled with libwww-perl, but it was unbundled in
 v6.02 in order to be able to declare its dependencies properly for the CPAN
 tool-chain. Applications that need HTTPS support can just declare their
 dependency on LWP::Protocol::https and will no longer need to know what
 underlying modules to install.