guzzle 7.4.5-1 source package in Ubuntu

Changelog

guzzle (7.4.5-1) unstable; urgency=medium

  * Upgrading to 7.4.5 because of patch concerning removing authorization and
    cookie headers
    (Closes: #1014492)
    [CVE-2022-31091, CVE-2022-31090]
  * d/watch: removing typo.
  * d/gbp.conf: Adopting vcs-tag to upstream tar name.

 -- Katharina Drexel <email address hidden>  Thu, 07 Jul 2022 09:27:40 +0200

Upload details

Uploaded by:
Katharina Drexel
Uploaded to:
Sid
Original maintainer:
Katharina Drexel
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
guzzle_7.4.5-1.dsc 2.0 KiB fdb72e07f08344ede5d404d6ba60e8281640b5218e149381d78a2747a2eb2110
guzzle_7.4.5.orig.tar.xz 432.1 KiB 16b2bc258de380028d0838346e724f398e604113096b502e4bb73e65da12f587
guzzle_7.4.5-1.debian.tar.xz 4.9 KiB 1725d2ab512b0bcbe65db7b24027fff21deaac4519e9c563c059fb800fd06e36

Available diffs

No changes file available.

Binary packages built by this source

php-guzzlehttp-guzzle: Guzzle is a PHP HTTP client library

 Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and
 trivial to integrate with web services.
 .
  * Simple interface for building query strings, POST requests, streaming
    large uploads, streaming large downloads, using HTTP cookies, uploading
    JSON data, etc.
  * Can send both synchronous and asynchronous requests using the same
    interface.
  * Uses PSR-7 interfaces for requests, responses, and streams. This
    allows you to utilize other PSR-7 compatible libraries with Guzzle.
  * Supports PSR-18 allowing interoperability between other PSR-18 HTTP Clients.
  * Abstracts away the underlying HTTP transport, allowing you to write
    environment and transport agnostic code; i.e., no hard dependency on cURL,
    PHP streams, sockets, or non-blocking event loops.
  * Middleware system allows you to augment and compose client behavior.