Unverified Commit 9960abcf authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

php82: 8.2.29 -> 8.2.30, fixes CVE-2025-14177, CVE-2025-14178, CVE-2025-14180, GHSA-www2-q4fc-65wf

parent 865f2e83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,8 +4,8 @@ let
  base = callPackage ./generic.nix (
    _args
    // {
      version = "8.2.29";
      hash = "sha256-UZeejRmMut4qrU/+n1PdPwT5YC0wieWXmYXgWK3kJnw=";
      version = "8.2.30";
      hash = "sha256-EEggtsj8lZ3eSzNCE19CvavyRuhpGKFjgaF9hEfIZvo=";
    }
  );
in
+0 −10
Original line number Diff line number Diff line
@@ -447,16 +447,6 @@ lib.makeScope pkgs.newScope (
              configureFlags = [
                "--enable-dom"
              ];
              patches = lib.optionals (lib.versionOlder php.version "8.3") [
                # Fix gh10234 test with libxml 2.15.0
                (fetchpatch {
                  url = "https://github.com/php/php-src/commit/d6e70e705323a50b616ffee9402245ab97de3e4e.patch";
                  hash = "sha256-Axu09l3uQ83qe30aDsR+Bt29cJiF4mLknwDyQf94vic=";
                  includes = [
                    "ext/dom/tests/gh10234.phpt"
                  ];
                })
              ];
            }
            {
              name = "enchant";