libplack-middleware-deflater-perl 0.12-2 source package in Ubuntu

Changelog

libplack-middleware-deflater-perl (0.12-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Niko Tyni ]
  * Build-depend on libfurl-perl for improved test coverage
  * Add patch to fix gzip streams on big endian architectures.
    (Closes: #893472)
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.3
  * Declare that the package does not need (fake)root to build
  * Add Testsuite declaration for autopkgtest-pkg-perl

 -- Niko Tyni <email address hidden>  Thu, 22 Mar 2018 17:21:44 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl
Focal release universe perl

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libplack-middleware-deflater-perl_0.12-2.dsc 2.4 KiB db343f6c020021cec2eb347f3f8c6243329968621d08e232a8c846cc0ee143f3
libplack-middleware-deflater-perl_0.12.orig.tar.gz 25.8 KiB 28da95e7da4c8b5591ac454509c92176cd0842960ce074fde30f9a1075dcc275
libplack-middleware-deflater-perl_0.12-2.debian.tar.xz 3.1 KiB 340037f927f5e740bb6c510ab9cb4484869107ec26069ea66365c115412897a5

No changes file available.

Binary packages built by this source

libplack-middleware-deflater-perl: middleware to compress response body with gzip or deflate

 Plack::Middleware::Deflater is a middleware to encode your response body in
 gzip or deflate, based on the Accept-Encoding HTTP request header. While
 saving a little bandwidth it will increase the Plack server load, so ideally
 you should handle this on the frontend reverse proxy servers.
 .
 This middleware removes Content-Length and streams encoded content, which
 means the server should support HTTP/1.1 chunked response or downgrade to
 HTTP/1.0 and close the connection.