Unverified Commit edaa6c4e authored by Leona Maroni's avatar Leona Maroni
Browse files

apacheHttpd: 2.4.65 -> 2.4.66

fixes
- CVE-2025-55753
- CVE-2025-58098
- CVE-2025-59775
- CVE-2025-65082
- CVE-2025-66200
parent fe5a9e7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,11 +33,11 @@

stdenv.mkDerivation rec {
  pname = "apache-httpd";
  version = "2.4.65";
  version = "2.4.66";

  src = fetchurl {
    url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
    hash = "sha256-WLi+l9mUDsF/dlbAxrn0G2GKrEaLiUtTQUjjKWxTuLM=";
    hash = "sha256-lNf/K0Ksu4KOhwuinky61I5VinnGI601luQRbvz+olo=";
  };

  patches = [