guzzle @ 7.12.1
integrity
- size
- 134.7 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Changed
- Adjusted
guzzlehttp/psr7version constraint to^2.12.1
Fixed
- Reject proxy URLs with a malformed scheme in the cURL handlers instead of letting libcurl mishandle them
Security
- Reject HTTPS proxies when the installed libcurl lacks HTTPS-proxy support (GHSA-wpwq-4j6v-78m3)
- Reject dot-only cookie
Domainattributes as match-all (GHSA-cwxw-98qj-8qjx)
download
unix · zip
curl -fL -o 7.12.1.zip https://ratatoskr.space/pkg/guzzle/7.12.1.zip
printf '%s %s\n' 'd2fc695f2a64f840822a5ff4d21db6514e0b104152b387df99c324ef790a2d0f' '7.12.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.12.1.zip"
$out = "7.12.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d2fc695f2a64f840822a5ff4d21db6514e0b104152b387df99c324ef790a2d0f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.12.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.12.1.tar.gz
printf '%s %s\n' '2458ee3e1b83c81d9eaf2861a87e47811170355f5e50cc8beeb45bd3c50ddff6' '7.12.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.12.1.tar.gz"
$out = "7.12.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2458ee3e1b83c81d9eaf2861a87e47811170355f5e50cc8beeb45bd3c50ddff6") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.12.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.1.zip
printf '%s %s\n' 'd2fc695f2a64f840822a5ff4d21db6514e0b104152b387df99c324ef790a2d0f' '7.12.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.1.zip"
$out = "7.12.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "d2fc695f2a64f840822a5ff4d21db6514e0b104152b387df99c324ef790a2d0f") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.12.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.1.tar.gz
printf '%s %s\n' '2458ee3e1b83c81d9eaf2861a87e47811170355f5e50cc8beeb45bd3c50ddff6' '7.12.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.1.tar.gz"
$out = "7.12.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "2458ee3e1b83c81d9eaf2861a87e47811170355f5e50cc8beeb45bd3c50ddff6") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.12.1.zip | zip | 135.5 KiB |
blake3-24 9a02fc7434a2b917a97fb0ddc8d4680de48aba88cf78bd3e
sha256 d2fc695f2a64f840822a5ff4d21db6514e0b104152b387df99c324ef790a2d0f
sha1 34e045cffb2fd9992067039a4b5e957d395ea607
|
| 7.12.1.tar.gz | tar.gz | 111.6 KiB |
blake3-24 2d5dd2f757fbaf74d729f8d599744e7d57428739e9b7beac
sha256 2458ee3e1b83c81d9eaf2861a87e47811170355f5e50cc8beeb45bd3c50ddff6
sha1 5fab1b3592acb96ede0354985534f660c8959e12
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.12.1.tar.gz"],
integrity = "sha256-JFjuPhuDyB2eryhhqH5HgRFwNV9eUMyL7rRb08UN3/Y=",
strip_prefix = "guzzle-7.12.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.12.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.12.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.1.tar.gz"],
integrity = "sha256-JFjuPhuDyB2eryhhqH5HgRFwNV9eUMyL7rRb08UN3/Y=",
strip_prefix = "guzzle-7.12.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.12.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.12.1