| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: perl-HTTP-Tiny | Distribution: openSUSE Tumbleweed |
| Version: 0.096 | Vendor: openSUSE |
| Release: 2.2 | Build date: Wed Jul 8 12:36:49 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 164862 | Source RPM: perl-HTTP-Tiny-0.096-2.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://metacpan.org/release/HTTP-Tiny | |
| Summary: Small, simple, correct HTTP/1.1 client | |
This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies and redirection. It also correctly resumes after EINTR. If IO::Socket::IP 0.25 or later is installed, HTTP::Tiny will use it instead of IO::Socket::INET for transparent support for both IPv4 and IPv6. Cookie support requires HTTP::CookieJar or an equivalent class.
Artistic-1.0 OR GPL-1.0-or-later
* Mon Jun 08 2026 Tina Müller <timueller+perl@suse.de>
- updated to 0.096
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
0.096 2026-06-08 11:21:49+02:00 Europe/Brussels
- No changes from 0.095-TRIAL
0.095 2026-06-03 13:10:05+02:00 Europe/Brussels (TRIAL RELEASE)
[!!! SECURITY !!!]
- CVE-2026-7017 bsc#1271020
- Caller-supplied C<Authorization>, C<Cookie>, and C<Proxy-Authorization>
headers are now stripped on cross-origin redirects by default. Use
allow_credentialed_redirects to opt out.
- Redirects are no longer automatically followed when going from https to http.
Use allow_downgrade to revert to the original behaviour.
* Mon May 18 2026 Tina Müller <timueller+perl@suse.de>
- updated to 0.094
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
0.094 2026-05-17 10:31:00+02:00 Europe/Brussels
- No changes from 0.093-TRIAL
0.093 2026-05-11 17:18:12+02:00 Europe/Brussels (TRIAL RELEASE)
- fix to prevent invalid characters in all headers, and prevent header
smuggling (CVE-2026-7010) bsc#1264992
* Fri Jan 02 2026 Tina Müller <timueller+perl@suse.de>
- updated to 0.092
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
0.092 2025-12-27 20:49:41+01:00 Europe/Berlin
- No changes from 0.091-TRIAL
0.091 2025-12-13 06:26:51+01:00 Europe/Brussels (TRIAL RELEASE)
[ADDED]
- Added keep_alive_timeout to force keepalive connections to be closed
based on a timeout.
[CHANGED]
- Optional tests are always required when releasing.
- Always use TCP_NODELAY option.
[FIXED]
- Fixed test incorrectly testing cookie jar interactions multiple times.
- Fixed perl version comparisons to work when not starting with 5.
- Fixed link to LIMITATIONS in documentation.
* Thu Dec 12 2024 Tina Müller <timueller+perl@suse.de>
- updated to 0.090
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
0.090 2024-11-12 11:51:32+01:00 Europe/Brussels
- No changes from 0.089-TRIAL
0.089 2024-10-21 09:35:48+02:00 Europe/Brussels (TRIAL RELEASE)
[CHANGED]
- Find the certificate bundle via IO::Socket::SSL rather than implementing
it in HTTP::Tiny.
- When encoding form data, given a hashref with an arrayref value,
preserve the order of the values in the arrayref rather than sorting.
[DOCS]
- Fixed internal link to "TLS/SSL SUPPORT" section
* Fri Mar 08 2024 Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
* Wed Jul 12 2023 Tina Müller <timueller+perl@suse.de>
- updated to 0.088
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
0.088 2023-07-11 08:52:54-04:00 America/New_York
[DOCS]
- Update metadata to point to new Perl-Toolchain-Gang repository.
* Mon Jul 03 2023 Lars Vogdt <lars@linux-schulserver.de>
- updated to 0.086
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
0.086 2023-06-22 10:06:37-04:00 America/New_York
[FIXED]
- Fix code to use `$ENV{PERL_HTTP_TINY_SSL_INSECURE_BY_DEFAULT}` as documented.
0.084 2023-06-14 06:35:01-04:00 America/New_York
- No changes from 0.083-TRIAL.
0.083 2023-06-11 07:05:45-04:00 America/New_York (TRIAL RELEASE)
[!!! SECURITY !!!]
- Changes the `verify_SSL` default parameter from `0` to `1`.
Fixes CVE-2023-31486 (bsc#1211002)
- `$ENV{PERL_HTTP_TINY_SSL_INSECURE_BY_DEFAULT}` can be used to restore the
old default if required.
* Tue Jul 26 2022 Tina Müller <timueller+perl@suse.de>
- updated to 0.082
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
0.082 2022-07-25 09:45:34-04:00 America/New_York
- No changes from 0.081-TRIAL.
0.081 2022-07-17 09:01:51-04:00 America/New_York (TRIAL RELEASE)
[FIXED]
- No longer deletes the 'headers' key from post_form arguments hashref.
[DOCS]
- Noted that request/response content are handled as raw bytes.
* Sat Nov 06 2021 Tina Müller <timueller+perl@suse.de>
- updated to 0.080
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
0.080 2021-11-05 08:15:46-04:00 America/New_York
- No changes from 0.079-TRIAL.
0.079 2021-11-04 12:33:43-04:00 America/New_York (TRIAL RELEASE)
[FIXED]
- Fixed uninitialized value warnings on older Perls when the REQUEST_METHOD
environment variable is set and CGI_HTTP_PROXY is not.
* Tue Aug 03 2021 Tina Müller <timueller+perl@suse.de>
- updated to 0.078
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
0.078 2021-08-02 09:24:03-04:00 America/New_York
- No changes from 0.077-TRIAL.
0.077 2021-07-22 13:07:14-04:00 America/New_York (TRIAL RELEASE)
[ADDED]
- Added a `patch` helper method for the HTTP `PATCH` verb.
- If the REQUEST_METHOD environment variable is set, then CGI_HTTP_PROXY
replaces HTTP_PROXY.
[FIXED]
- Unsupported scheme errors early without giving an uninitialized value
warning first.
- Sends Content-Length: 0 on empty body PUT/POST. This is not in the spec,
but some servers require this.
- Allows optional status line reason, as clarified in RFC 7230.
- Ignore SIGPIPE on reads as well as writes, as IO::Socket::SSL says that
SSL reads can also send writes as a side effect.
- Check if a server has closed a connection before preserving it for reuse.
[DOCS]
- Clarified that exceptions/errors result in 599 status codes.
[PREREQS]
- Optional IO::Socket::IP prereq must be at least version 0.32 to be used.
This ensures correct timeout support.
/usr/lib/perl5/vendor_perl/5.44.0/HTTP /usr/lib/perl5/vendor_perl/5.44.0/HTTP/Tiny.pm /usr/share/doc/packages/perl-HTTP-Tiny /usr/share/doc/packages/perl-HTTP-Tiny/CONTRIBUTING.mkdn /usr/share/doc/packages/perl-HTTP-Tiny/Changes /usr/share/doc/packages/perl-HTTP-Tiny/README /usr/share/licenses/perl-HTTP-Tiny /usr/share/licenses/perl-HTTP-Tiny/LICENSE /usr/share/man/man3/HTTP::Tiny.3pmc.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 2 03:14:27 2026