Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-HTTP-Tiny - A small, simple, correct HTTP/1.1 client
- Description:
This is a very simple HTTP/1.1 client, designed primarily 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.
Packages
perl-HTTP-Tiny-0.012-188.fc16.noarch
[41 KiB] |
Changelog
by Petr Pisar (2011-10-05):
- Fix CVE-2011-3597 (code injection in Digest) (bug #743010)
- Fix CVE-2011-2939 (heap overflow while decoding Unicode string) (bug #731246)
|