From 78075270c40294bfbb64977efd2d034ab7270b23 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Thu, 19 Dec 2024 16:05:16 +0100 Subject: [PATCH] percona-server_8_4: 8.4.2-2 -> 8.4.3-3 release notes: https://docs.percona.com/percona-server/8.4/release-notes/8.4.3-3.html Fixed CVEs, taken from 2d69ebbc4ec95f0b5b2cd4fca76cb20ff7e15996: Fixes: * https://github.com/advisories/GHSA-m6rg-98pc-7rxm * https://github.com/advisories/GHSA-97c4-2w4v-c7r8 * https://github.com/advisories/GHSA-m7rw-p49v-xvr4 * https://github.com/advisories/GHSA-cgw6-mmr2-9474 * https://github.com/advisories/GHSA-m2x9-pvwq-m49p * https://github.com/advisories/GHSA-w76f-wfx3-5qjq * https://github.com/advisories/GHSA-vqmm-339w-hc7c * https://github.com/advisories/GHSA-2rhg-4865-8qfj * https://github.com/advisories/GHSA-vggh-55p7-p625 * https://github.com/advisories/GHSA-j5r3-hxmp-cxpr * https://github.com/advisories/GHSA-c72q-9j4p-2mp4 * https://github.com/advisories/GHSA-cj7p-fg4w-qrvh * https://github.com/advisories/GHSA-fv75-hjwp-hmcm * https://github.com/advisories/GHSA-xhf9-m56c-xh6w * https://github.com/advisories/GHSA-c494-hg27-rg85 * https://github.com/advisories/GHSA-r97q-xhcv-9xx9 * https://github.com/advisories/GHSA-h3ph-4h6g-xqfq * https://github.com/advisories/GHSA-mffh-p59m-fv66 * https://github.com/advisories/GHSA-vchj-ggm5-9rcm * https://github.com/advisories/GHSA-jv2x-g26c-46cq * https://github.com/advisories/GHSA-xcwx-vhj6-p7m7 * https://github.com/advisories/GHSA-6vrv-p2wx-g2fg * https://github.com/advisories/GHSA-6pjm-6xcx-c94q * https://github.com/advisories/GHSA-36gq-2499-pq9x * https://github.com/advisories/GHSA-6477-mq9q-6867 --- pkgs/servers/sql/percona-server/8_4.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/sql/percona-server/8_4.nix b/pkgs/servers/sql/percona-server/8_4.nix index 67376c6f1140..9fef5c2ca522 100644 --- a/pkgs/servers/sql/percona-server/8_4.nix +++ b/pkgs/servers/sql/percona-server/8_4.nix @@ -51,11 +51,11 @@ assert !(withJemalloc && withTcmalloc); stdenv.mkDerivation (finalAttrs: { pname = "percona-server"; - version = "8.4.2-2"; + version = "8.4.3-3"; src = fetchurl { url = "https://downloads.percona.com/downloads/Percona-Server-${lib.versions.majorMinor finalAttrs.version}/Percona-Server-${finalAttrs.version}/source/tarball/percona-server-${finalAttrs.version}.tar.gz"; - hash = "sha256-KdaF2+vZfWf6fW8HWi+c97SHW+WqmlcpdPzUUgX94EY="; + hash = "sha256-37W0b8zYKErToJBU+aYtCmQjorcDtvuG0YbOwJzuZgo="; }; nativeBuildInputs = [