guzzle @ 7.15.1
integrity
- size
- 169.9 KiB
- downloaded
- last checked
- overlays
- composer
- detected
- composer guzzlehttp/guzzle
release notes
Security
- Preserve host-only cookie scope and require explicit persistence markers (GHSA-wm3w-8rrp-j577)
- Bound response cookie admission and generated
Cookieheaders (GHSA-f283-ghqc-fg79) - Exclude URI fragments from
Refererheaders generated for redirects (GHSA-h95v-h523-3mw8)
download
unix · zip
curl -fL -o 7.15.1.zip https://ratatoskr.space/pkg/guzzle/7.15.1.zip
printf '%s %s\n' 'f7540d346f2ff6fd66ee6b7a884f1626aafdd0a4945c2ed3ca1cdb935a3b3993' '7.15.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/guzzle/7.15.1.zip"
$out = "7.15.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f7540d346f2ff6fd66ee6b7a884f1626aafdd0a4945c2ed3ca1cdb935a3b3993") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.15.1.tar.gz https://ratatoskr.space/pkg/guzzle/7.15.1.tar.gz
printf '%s %s\n' 'fa33d59cb2d09281b87902adf3583547af5469309b082f83b3fc78c0ca5c43fe' '7.15.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/guzzle/7.15.1.tar.gz"
$out = "7.15.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fa33d59cb2d09281b87902adf3583547af5469309b082f83b3fc78c0ca5c43fe") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 7.15.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.1.zip
printf '%s %s\n' 'f7540d346f2ff6fd66ee6b7a884f1626aafdd0a4945c2ed3ca1cdb935a3b3993' '7.15.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.1.zip"
$out = "7.15.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f7540d346f2ff6fd66ee6b7a884f1626aafdd0a4945c2ed3ca1cdb935a3b3993") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 7.15.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.1.tar.gz
printf '%s %s\n' 'fa33d59cb2d09281b87902adf3583547af5469309b082f83b3fc78c0ca5c43fe' '7.15.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.1.tar.gz"
$out = "7.15.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fa33d59cb2d09281b87902adf3583547af5469309b082f83b3fc78c0ca5c43fe") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 7.15.1.zip | zip | 171.0 KiB |
blake3-24 c97578a442ec0375b5c8a8b5849577b87063a5cd021388e2
sha256 f7540d346f2ff6fd66ee6b7a884f1626aafdd0a4945c2ed3ca1cdb935a3b3993
sha1 0d47f9337b33a58a5b96c9b69a0b938e537d2474
|
| 7.15.1.tar.gz | tar.gz | 144.7 KiB |
blake3-24 1643dbc5856b54dd6417454094d7276f938c5dc61f9107c3
sha256 fa33d59cb2d09281b87902adf3583547af5469309b082f83b3fc78c0ca5c43fe
sha1 2fd8181f65e1d9df9bbe4bd8f5091b069a516427
|
install
bazel
http_archive(
name = "guzzle",
urls = ["https://ratatoskr.space/pkg/guzzle/7.15.1.tar.gz"],
integrity = "sha256-+jPVnLLQkoG4eQKt81g1R69UaTCbCC+Ds/x4wMpcQ/4=",
strip_prefix = "guzzle-7.15.1",
)
zig
.url = "https://ratatoskr.space/pkg/guzzle/7.15.1.tar.gz",
composer
composer config repositories.yggvault composer https://ratatoskr.space/pkg composer require guzzlehttp/guzzle:7.15.1
install via yggdrasil mesh
bazel
http_archive(
name = "guzzle",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.1.tar.gz"],
integrity = "sha256-+jPVnLLQkoG4eQKt81g1R69UaTCbCC+Ds/x4wMpcQ/4=",
strip_prefix = "guzzle-7.15.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/guzzle/7.15.1.tar.gz",
composer
composer config secure-http false composer config repositories.yggvault composer http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg composer require guzzlehttp/guzzle:7.15.1