guzzle @ 8.0.1
integrity
- size
- 238.2 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Security
- Reject request URI hosts and
Hostheader values that are not printable ASCII (GHSA-v5mv-p594-2x33) - Reject URI hosts with a percent escape or that are not valid RFC 3986 hosts (GHSA-v5mv-p594-2x33)
- Reject numeric-looking URI hosts with trailing dots, read as IPv4 addresses (GHSA-v5mv-p594-2x33)
- Treat percent-escaped cookie domains as exact-match-only (GHSA-f7vp-7xgx-4w4r)
- Regenerate a derived
Hostheader after client URI rewrites (GHSA-v5mv-p594-2x33)
download
unix · zip
curl -fL -o 8.0.1.zip https://ratatoskr.space/pkg/guzzle/8.0.1.zip
printf '%s %s\n' 'fe1f38bacb1097791087031f74cb1289fe7d38cd6a2e5d0975ca9ca40f6fe2c3' '8.0.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/8.0.1.zip"
$out = "8.0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fe1f38bacb1097791087031f74cb1289fe7d38cd6a2e5d0975ca9ca40f6fe2c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 8.0.1.tar.gz https://ratatoskr.space/pkg/guzzle/8.0.1.tar.gz
printf '%s %s\n' '30d7498d07049fd6620c3600e44cd1725561861e58ca2f7406e60cff4657fa09' '8.0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/8.0.1.tar.gz"
$out = "8.0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "30d7498d07049fd6620c3600e44cd1725561861e58ca2f7406e60cff4657fa09") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 8.0.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.zip
printf '%s %s\n' 'fe1f38bacb1097791087031f74cb1289fe7d38cd6a2e5d0975ca9ca40f6fe2c3' '8.0.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.zip"
$out = "8.0.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fe1f38bacb1097791087031f74cb1289fe7d38cd6a2e5d0975ca9ca40f6fe2c3") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 8.0.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.tar.gz
printf '%s %s\n' '30d7498d07049fd6620c3600e44cd1725561861e58ca2f7406e60cff4657fa09' '8.0.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.tar.gz"
$out = "8.0.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "30d7498d07049fd6620c3600e44cd1725561861e58ca2f7406e60cff4657fa09") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 8.0.1.zip | zip | 240.2 KiB |
blake3-24 d2a81baea238256e6e2ba550c74bceab3550445260c50315
sha256 fe1f38bacb1097791087031f74cb1289fe7d38cd6a2e5d0975ca9ca40f6fe2c3
sha1 0679413b363263c9edd51e62306099f87eebbda1
|
| 8.0.1.tar.gz | tar.gz | 203.8 KiB |
blake3-24 4e90e5dffa6fa7a9a25099cca7794590024ca2551794ac9c
sha256 30d7498d07049fd6620c3600e44cd1725561861e58ca2f7406e60cff4657fa09
sha1 c918f9949350276a1acee5449d5fc60f4bb9a6dc
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/8.0.1.tar.gz"],
integrity = "sha256-MNdJjQcEn9ZiDDYA5EzRclVhhh5Yyi90BuYM/0ZX+gk=",
strip_prefix = "guzzle-8.0.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/8.0.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:8.0.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.tar.gz"],
integrity = "sha256-MNdJjQcEn9ZiDDYA5EzRclVhhh5Yyi90BuYM/0ZX+gk=",
strip_prefix = "guzzle-8.0.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/8.0.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:8.0.1