libprotocol-http2-perl 1.10-3 source package in Ubuntu

Changelog

libprotocol-http2-perl (1.10-3) unstable; urgency=medium

  [ Olivier Gayot ]
  * Do not hardcode the test-suite TLS version to tlsv1 which is disabled
    by OpenSSL seclevel 2 on Ubuntu (LP: #2023586) (Closes: #1042449)

  [ gregor herrmann ]
  * Stop removing empty manpages in debian/rules.
    Build-depend on libmodule-build-tiny-perl (>= 0.040) instead.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.
  * Set Rules-Requires-Root: no.

 -- gregor herrmann <email address hidden>  Fri, 28 Jul 2023 13:38:28 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libprotocol-http2-perl_1.10-3.dsc 2.5 KiB adf2622c10e0984261781cb28579e0efe08c58e76909782894e012fdfa7b15c1
libprotocol-http2-perl_1.10.orig.tar.gz 52.1 KiB c26a0058fb4afae97e4bf0dbc64189f671144515c4447f3dcb597ecd0396a64a
libprotocol-http2-perl_1.10-3.debian.tar.xz 2.9 KiB efa10ed9a8b045413fd5a439edbb33b5d8880672ef112bf8c7178ecb4b210cdf

Available diffs

No changes file available.

Binary packages built by this source

libprotocol-http2-perl: HTTP/2 protocol implementation with client and server libraries

 Protocol::HTTP2 is HTTP/2 protocol implementation (RFC 7540) 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.
 .
 Protocol::HTTP2::Client is HTTP/2 client library. It's intended to make
 HTTP/2 client implementations on top of your favorite event-loop.
 .
 Protocol::HTTP2::Server is HTTP/2 server library. It's intended to make
 HTTP/2 server implementations on top of your favorite event loop.