Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Protocol-HTTP2-1.140.0-160100.1.1 RPM for noarch

From OpenSuSE Leap 16.1 for noarch

Name: perl-Protocol-HTTP2 Distribution: SUSE Linux 16
Version: 1.140.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 160100.1.1 Build date: Fri Sep 4 11:42:47 2026
Group: Unspecified Build host: reproducible
Size: 173210 Source RPM: perl-Protocol-HTTP2-1.140.0-160100.1.1.src.rpm
Packager: https://www.suse.com/
Url: https://metacpan.org/release/Protocol-HTTP2
Summary: HTTP/2 protocol implementation (RFC 7540)
Protocol::HTTP2 is HTTP/2 protocol implementation (at
https://tools.ietf.org/html/rfc7540) with stateful decoders/encoders of
HTTP/2 frames. You may use this module to implement your own HTTP/2
client/server/intermediate on top of your favorite event loop over plain or
tls socket (see examples).

Provides

Requires

License

Artistic-1.0 OR GPL-1.0-or-later

Changelog

* Fri Sep 04 2026 timueller+perl@suse.de
  - updated to 1.140.0 (1.14)
    see /usr/share/doc/packages/perl-Protocol-HTTP2/Changes
    1.14 2026-09-03T14:10:30Z
    - security fix: CVE-2026-16028 - memory exhaustion, a remote denial-of-service
      (reported by Robert Rothenberg, CPAN Security Group)
    - licence: GPL-1 has been updated with the correct links to FSF (#19)
  - fixes CVE-2026-16028 [bsc#1279629]
  - updated to 1.130.0 (1.13)
    see /usr/share/doc/packages/perl-Protocol-HTTP2/Changes
    1.13 2026-06-07T09:19:24Z
    - security fix: CVE-2026-10725 - HTTP/2 Bomb, a remote denial-of-service
      (reported by Robert Rothenberg, CPAN Security Group)
      bsc#1267857
  - updated to 1.120.0 (1.12)
    see /usr/share/doc/packages/perl-Protocol-HTTP2/Changes
    1.12 2026-02-14T12:55:50Z
    - fix: incorrect END_HEADERS flag on CONTINUATION frames (#18) (Daniil Bondarev)
    - fix: arriving continuation frame overwrite the existing header buffer
    - test: test continuation frames handling
  - updated to 1.11
    see /usr/share/doc/packages/perl-Protocol-HTTP2/Changes
    1.11 2024-05-19T16:55:28Z
    - Fix minor typos and spelling errors (Yoshikazu Sawa)
    - Do not hardcode tlsv1 which is deprecated and disabled in some systems (Olivier Gayot)
    - Fix length-undef warnings in pre-5.12 perls (Felipe Gasper)
  - removed openssl3_1-adapt_tests.patch: tests fixed in newer versions
  - removed perl-Protocol-HTTP2-CVE-2026-10725.patch: CVE-2026-10725 fixed in newer versions
* Mon Jun 08 2026 pgajdos@suse.com
  - added patches
    CVE-2026-10725: denial of service due to absence of inbound HPACK header-list size limit (HTTP/2 Bomb attack) [bsc#1267857]
    * perl-Protocol-HTTP2-CVE-2026-10725.patch
* Tue May 09 2023 opensuse@dstoecker.de
  - refresh package, Update cpanspec.yml
* Thu May 04 2023 otto.hollmann@suse.com
  - Adapt tests for OpenSSL 3.1 [bsc#1209430]
    * Add openssl3_1-adapt_tests.patch
* Thu Nov 26 2020 pgajdos@suse.com
  - initial version 1.10, needed by apache2 testsuite
  - copied from devel:languages:perl:CPAN-P

Files

/usr/lib/perl5/vendor_perl/5.42.1/Protocol
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Client.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Connection.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Constants.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame/Continuation.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame/Data.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame/Goaway.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame/Headers.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame/Ping.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame/Priority.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame/Push_promise.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame/Rst_stream.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame/Settings.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Frame/Window_update.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/HeaderCompression.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Huffman.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/HuffmanCodes.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Server.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/StaticTable.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Stream.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Trace.pm
/usr/lib/perl5/vendor_perl/5.42.1/Protocol/HTTP2/Upgrade.pm
/usr/share/doc/packages/perl-Protocol-HTTP2
/usr/share/doc/packages/perl-Protocol-HTTP2/Changes
/usr/share/doc/packages/perl-Protocol-HTTP2/README.md
/usr/share/doc/packages/perl-Protocol-HTTP2/examples
/usr/share/doc/packages/perl-Protocol-HTTP2/examples/client-anyevent.pl
/usr/share/doc/packages/perl-Protocol-HTTP2/examples/client-io-socket-ssl.pl
/usr/share/doc/packages/perl-Protocol-HTTP2/examples/client-tls-anyevent.pl
/usr/share/doc/packages/perl-Protocol-HTTP2/examples/extract_huff_codes.pl
/usr/share/doc/packages/perl-Protocol-HTTP2/examples/extract_static_table.pl
/usr/share/doc/packages/perl-Protocol-HTTP2/examples/server-anyevent.pl
/usr/share/doc/packages/perl-Protocol-HTTP2/examples/server-io-socket-ssl.pl
/usr/share/doc/packages/perl-Protocol-HTTP2/examples/server-tls-anyevent.pl
/usr/share/doc/packages/perl-Protocol-HTTP2/examples/test.crt
/usr/share/doc/packages/perl-Protocol-HTTP2/examples/test.key
/usr/share/licenses/perl-Protocol-HTTP2
/usr/share/licenses/perl-Protocol-HTTP2/LICENSE
/usr/share/man/man3/Protocol::HTTP2.3pm.gz
/usr/share/man/man3/Protocol::HTTP2::Client.3pm.gz
/usr/share/man/man3/Protocol::HTTP2::Frame.3pm.gz
/usr/share/man/man3/Protocol::HTTP2::Server.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Sep 23 22:36:49 2026