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

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

Downloads

File Size SHA-256 Checksum
liblwp-protocol-https-perl_6.07.orig.tar.gz 9.0 KiB 522cc946cf84a1776304a5737a54b8822ec9e79b264d0ba0722a70473dbfb9e7
liblwp-protocol-https-perl_6.07-ok1.debian.tar.xz 2.9 KiB ea51290dcb07ff71cf2ff551ac7aadfef1d0818462bfaae5c08a72565bfb60f3
liblwp-protocol-https-perl_6.07-ok1.dsc 2.2 KiB 647e608b3db9d12d79f32c6d7e7d679374ca2fe6639ae74285ab9aa3d40bee2a

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.