[ All A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project perl-HTTP-Tiny-0.076-462.el9

Name perl-HTTP-Tiny
Epoch 0
Version 0.076
Release 462.el9
Website/URL https://metacpan.org/release/HTTP-Tiny
License GPL+ or Artistic
Build Time 2025-02-21 09:42:15
Build Host certified-builder01.msvsphere-os.ru
Summary Small, simple, correct HTTP/1.1 client
Repositories OS
Description This is a very simple HTTP/1.1 client, designed for doing simple GET requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies (currently only non-authenticating ones) and redirection. It also correctly resumes after EINTR.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
perl-HTTP-Tiny-0.076-462.el9.noarch Small, simple, correct HTTP/1.1 client 4ed9661ecbdd9a87fce5fb04b7b19924da804ee711d6f0545e68567da38ee5ce download
src
perl-HTTP-Tiny-0.076-462.el9.src Small, simple, correct HTTP/1.1 client fbdbdbe973d62cd26f0a741ceaf1859cb2661d3e703591c9a91113daa4400fad download
Changelog link
* Tue Jan 16 2024 Jitka Plesnikova <jplesnik@redhat.com> - 0.076-462
- Update man page for CVE-2023-31486

* Fri Sep 22 2023 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.076-461
- Rebuilt for MSVSphere 9.3 beta

* Fri Aug 04 2023 Jitka Plesnikova <jplesnik@redhat.com> - 0.076-461
- Changes the verify_SSL default parameter from 0 to 1 - CVE-2023-31486
- Resolves: rhbz#2228412