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

ChangeLog: https://www.php.net/ChangeLog-8.php#8.2.30
This commit is contained in:
Maximilian Bosch
2025-12-29 19:25:41 +01:00
parent 865f2e8358
commit 9960abcf8f
2 changed files with 2 additions and 12 deletions
+2 -2
View File
@@ -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
-10
View File
@@ -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";