Skip to content

Commit

Permalink
squid: 6.8 -> 6.10
Browse files Browse the repository at this point in the history
Fixes CVE-2024-37894 / GHSA-wgvf-q977-9xjg

Changes:
squid-cache/squid@SQUID_6_8...SQUID_6_10

Package is still tagged with `knownVulnerabilities`, a bunch of the
issues appears to not be resolved (yet?).
  • Loading branch information
LeSuisse authored and tm-drtina committed Nov 18, 2024
1 parent 3ae7f33 commit c705490
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/servers/squid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "squid";
version = "6.8";
version = "6.10";

src = fetchurl {
url = "http://www.squid-cache.org/Versions/v6/${finalAttrs.pname}-${finalAttrs.version}.tar.xz";
hash = "sha256-EcxWULUYCdmUg8z64kdEouUc0WGZ9f8MkX6E/OaVhw8=";
url = "http://www.squid-cache.org/Versions/v6/squid-${finalAttrs.version}.tar.xz";
hash = "sha256-Cwexh+cj8Edw3SW+uJrsEgMKFYaWqoiS2HyLJoU0CKc=";
};

nativeBuildInputs = [ pkg-config ];
Expand Down

0 comments on commit c705490

Please sign in to comment.