guzzle @ 7.15.2
integrity
- size
- 172.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Security
- Reject non-printable-ASCII and percent-escaped URI hosts and
Hostheaders (GHSA-v5mv-p594-2x33) - Reject request URI hosts that contain a URI authority delimiter (GHSA-v5mv-p594-2x33)
- Reject numeric-looking URI hosts with trailing dots, read as IPv4 addresses (GHSA-v5mv-p594-2x33)
- Treat numeric-in-any-base and percent-escaped cookie domains as exact-match-only (GHSA-f7vp-7xgx-4w4r)
- Regenerate a derived
Hostheader after client URI rewrites (GHSA-v5mv-p594-2x33)
Fixed
- Preserve
RequestExceptionwhen the stream handler rejects a request before opening a stream
download
unix · zip
curl -fL -o 7.15.2.zip https://ratatoskr.space/pkg/guzzle/7.15.2.zip
printf '%s %s\n' 'b71e59e69df298241f88fb5d417c0dfe07cd4aadd01c354f61d3fec0a9ab3de1' '7.15.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.15.2.zip"
$out = "7.15.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b71e59e69df298241f88fb5d417c0dfe07cd4aadd01c354f61d3fec0a9ab3de1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.15.2.tar.gz https://ratatoskr.space/pkg/guzzle/7.15.2.tar.gz
printf '%s %s\n' '664a4fe83d28aa86b60bfa7ae8bba53c8c86b027528ff54ed49c88c801f8eaa1' '7.15.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.15.2.tar.gz"
$out = "7.15.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "664a4fe83d28aa86b60bfa7ae8bba53c8c86b027528ff54ed49c88c801f8eaa1") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.15.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.2.zip
printf '%s %s\n' 'b71e59e69df298241f88fb5d417c0dfe07cd4aadd01c354f61d3fec0a9ab3de1' '7.15.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.2.zip"
$out = "7.15.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b71e59e69df298241f88fb5d417c0dfe07cd4aadd01c354f61d3fec0a9ab3de1") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.15.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.2.tar.gz
printf '%s %s\n' '664a4fe83d28aa86b60bfa7ae8bba53c8c86b027528ff54ed49c88c801f8eaa1' '7.15.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.2.tar.gz"
$out = "7.15.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "664a4fe83d28aa86b60bfa7ae8bba53c8c86b027528ff54ed49c88c801f8eaa1") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.15.2.zip | zip | 174.0 KiB |
blake3-24 fcec356360426e6528e0ea8a16a1538c369ce5b87b72a6a3
sha256 b71e59e69df298241f88fb5d417c0dfe07cd4aadd01c354f61d3fec0a9ab3de1
sha1 8904ba2e8959a617833ffa8fe100c18b38a149cc
|
| 7.15.2.tar.gz | tar.gz | 147.2 KiB |
blake3-24 b36b7dfef861ccbac9c336a93f1f537bfc3de3f1bac0796d
sha256 664a4fe83d28aa86b60bfa7ae8bba53c8c86b027528ff54ed49c88c801f8eaa1
sha1 0cc923f8e0149cba65a4b5f6d603855aa96e0121
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.15.2.tar.gz"],
integrity = "sha256-ZkpP6D0oqoa2C/p66LulPIyGsCdSj/VO1JyIyAH46qE=",
strip_prefix = "guzzle-7.15.2",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.15.2.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.15.2
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.2.tar.gz"],
integrity = "sha256-ZkpP6D0oqoa2C/p66LulPIyGsCdSj/VO1JyIyAH46qE=",
strip_prefix = "guzzle-7.15.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.2.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.15.2