Unverified Commit 4f6b601f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nginx: 1.29.4 -> 1.29.5, 1.28.0 -> 1.28.2 (#487198)

parents a1645330 a71a5c9f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{ callPackage, ... }@args:

callPackage ./generic.nix args {
  version = "1.29.4";
  hash = "sha256-Wn037uUFhm+6tYEPqfeCR9bV2RV6WVxOenIEMUHdqyU=";
  version = "1.29.5";
  hash = "sha256-Z0R2ikEUiA83sToEQyROcxvLMTDAoGXX432P1Ymt43Q=";
}
+3 −10
Original line number Diff line number Diff line
{ callPackage, fetchpatch, ... }@args:
{ callPackage, ... }@args:

callPackage ./generic.nix args {
  version = "1.28.0";
  hash = "sha256-xrXGsIbA3508o/9eCEwdDvkJ5gOCecccHD6YX1dv92o=";
  extraPatches = [
    (fetchpatch {
      name = "CVE-2025-53859.patch";
      url = "https://nginx.org/download/patch.2025.smtp.txt";
      hash = "sha256-v49sLskFNMoKuG8HQISw8ST7ga6DS+ngJiL0D3sUyGk=";
    })
  ];
  version = "1.28.2";
  hash = "sha256-IOXg8skXrPtREg7sL7qaS6Th4Q/ShGUGfMh6fYGoKaM=";
}