liblwp-protocol-https-perl 6.13-ok1 source package in openKylin
Changelog
liblwp-protocol-https-perl (6.13-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 09:20:40 +0800
liblwp-protocol-https-perl (6.13-ok1) nile; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 07 May 2024 09:20:40 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | perl | |
Huanghe V3.0 | release | main | perl | |
Nile V2.0 | release | main | perl | |
Nile V2.0 | proposed | main | perl |
File | Size | SHA-256 Checksum |
---|---|---|
liblwp-protocol-https-perl_6.13.orig.tar.gz | 32.8 KiB | 598bd131f7546af63561f61e398506857e8ee69e5ac116936c344fecb98c38bb |
liblwp-protocol-https-perl_6.13-ok1.debian.tar.xz | 2.8 KiB | ff4ac4182aa07a48df0e2f3abc64979213143a396b08d4761f87d883aad83729 |
liblwp-protocol-https-perl_6.13-ok1.dsc | 2.2 KiB | 1528cb47c86160c6c54c71401904f70df15847549593a7a29c5a57d1ce1d30c6 |
The LWP::Protocol:
with LWP. LWP::Protocol:
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:
underlying modules to install.