From abba26cee5b4a9ffcfa547e16936bd3e7abdb218 Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Fri, 30 Aug 2024 05:54:51 -0600 Subject: [PATCH] pkgs/openssh: update to '05f2b141cfcc60c7cdedf9450d2b9d390c19eaad' Don't skip audit before exitting cleanup_exit --- pkgs/openssh/version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/openssh/version.json b/pkgs/openssh/version.json index 7e91d09..9037eac 100644 --- a/pkgs/openssh/version.json +++ b/pkgs/openssh/version.json @@ -1,8 +1,8 @@ { "owner": "openssh", "repo": "openssh-portable", - "rev": "ebc890b8b4ba08c84cd1066b7b94b2b11f6c4cb4", - "hash": "sha256-d360w0x6iZMiR7DWAJG7bJfJBXvRV8nxjwuiuU74DNs=", - "version": "2024-08-21", - "comment": "fix incorrect default for PasswordAuthentication" + "rev": "05f2b141cfcc60c7cdedf9450d2b9d390c19eaad", + "hash": "sha256-Cwosw50omcig8a5R9B52shR9MkQyrxiCsj3w9t7cbWA=", + "version": "2024-08-28", + "comment": "Don't skip audit before exitting cleanup_exit" }