From 1a4d6a5dd6fef39b99eb7ea4db79c5d5c7d7f1bf Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Fri, 27 Jun 2025 15:51:01 +0200 Subject: [PATCH] update: 2025.4.2 -> 2025.4.3, fix CVE-2025-52553 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit You're most likely not affected unless you override the Go part yourself to enable the RAC provider. See https://version-2025-4.goauthentik.io/docs/releases/2025.4#fixed-in-202543 Flake lock file updates: • Updated input 'authentik-src': 'github:goauthentik/authentik/bda30c5ad5838fea36dc0a06f8580cca437f0fc0' (2025-06-04) → 'github:goauthentik/authentik/b34665fabd8d938d81ce871a4e86ca528c5f253b' (2025-06-27) --- flake.lock | 8 ++++---- flake.nix | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 245c1ca..2b439cf 100644 --- a/flake.lock +++ b/flake.lock @@ -3,16 +3,16 @@ "authentik-src": { "flake": false, "locked": { - "lastModified": 1749043670, - "narHash": "sha256-gwHngqb23U8By7jhxFWQZOXy+vPQApJSkvr4gHI5ifQ=", + "lastModified": 1751031262, + "narHash": "sha256-SNgRMQUjL3DTlWkMyRMan+pY1FfIV+DMeq5BiTM0N0k=", "owner": "goauthentik", "repo": "authentik", - "rev": "bda30c5ad5838fea36dc0a06f8580cca437f0fc0", + "rev": "b34665fabd8d938d81ce871a4e86ca528c5f253b", "type": "github" }, "original": { "owner": "goauthentik", - "ref": "version/2025.4.2", + "ref": "version/2025.4.3", "repo": "authentik", "type": "github" } diff --git a/flake.nix b/flake.nix index cb2aa11..8e64be4 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ }; authentik-src = { # change version string in outputs as well when updating - url = "github:goauthentik/authentik/version/2025.4.2"; + url = "github:goauthentik/authentik/version/2025.4.3"; flake = false; }; }; @@ -67,7 +67,7 @@ ... }: let - authentik-version = "2025.4.2"; # to pass to the drvs of some components + authentik-version = "2025.4.3"; # to pass to the drvs of some components in { systems = import inputs.systems;