liblwp-protocol-https-perl 6.13-1 source package in Ubuntu

Changelog

liblwp-protocol-https-perl (6.13-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 6.13.
  * Drop Fix-ssl-upgrade-for-regular-host-names.patch which was taken from
    an upstream pull request and is included in this release.

 -- gregor herrmann <email address hidden>  Fri, 09 Feb 2024 00:09:46 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblwp-protocol-https-perl_6.13-1.dsc 2.6 KiB 6ccdf5e693019e4b77e36e115c2dc233e1ccb914ebb6d1cf3c631ee0c71ee762
liblwp-protocol-https-perl_6.13.orig.tar.gz 32.8 KiB 598bd131f7546af63561f61e398506857e8ee69e5ac116936c344fecb98c38bb
liblwp-protocol-https-perl_6.13-1.debian.tar.xz 4.6 KiB cf407ab422070248f188f2788cd4b23632c91a5bc5a245b26a0b91a54cdec6bb

Available diffs

No changes file available.

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.