From 27f1613fd0124ae2fdeb30689422e66f077dfe0d Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Fri, 27 Sep 2024 21:30:57 +0200 Subject: [PATCH] php81: 8.1.29 -> 8.1.30 Fixes CVE-2024-8927, CVE-2024-9026 and CVE-2024-8925. Changes: https://www.php.net/ChangeLog-8.php#8.1.30 --- pkgs/development/interpreters/php/8.1.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/interpreters/php/8.1.nix b/pkgs/development/interpreters/php/8.1.nix index 204bf316e842..9482ca500eb9 100644 --- a/pkgs/development/interpreters/php/8.1.nix +++ b/pkgs/development/interpreters/php/8.1.nix @@ -2,8 +2,8 @@ let base = callPackage ./generic.nix ((removeAttrs _args [ "fetchpatch" ]) // { - version = "8.1.29"; - hash = "sha256-h6YDEyY/L1M/GA5xknLKXkfNmITU7DyTcgGY6v+uCCc="; + version = "8.1.30"; + hash = "sha256-yxYl5axJuRA3R34+d2e7BiQ0OXGuuZL0eRthivVx0j4="; extraPatches = [ # Fix build with libxml2 2.12+. # Patch from https://github.com/php/php-src/commit/0a39890c967aa57225bb6bdf4821aff7a3a3c082