git: 64c0a35aaa63 - main - security/openssh-portable: Remove blacklistd chunk for FreeBSD-SA-24:08.openssh

From: Bryan Drewery <bdrewery_at_FreeBSD.org>
Date: Thu, 08 Aug 2024 18:13:25 UTC
The branch main has been updated by bdrewery:

URL: https://cgit.FreeBSD.org/ports/commit/?id=64c0a35aaa63be706ce1182d93f50e0ce9f21887

commit 64c0a35aaa63be706ce1182d93f50e0ce9f21887
Author:     Bryan Drewery <bdrewery@FreeBSD.org>
AuthorDate: 2024-08-08 18:12:24 +0000
Commit:     Bryan Drewery <bdrewery@FreeBSD.org>
CommitDate: 2024-08-08 18:12:24 +0000

    security/openssh-portable: Remove blacklistd chunk for FreeBSD-SA-24:08.openssh
    
    The blacklistd patch currently is broken. Remove the chunk from
    FreeBSD-SA-24:08.openssh to be sure it does not linger once the
    patch is fixed.
---
 security/openssh-portable/files/extra-patch-blacklistd | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/security/openssh-portable/files/extra-patch-blacklistd b/security/openssh-portable/files/extra-patch-blacklistd
index 5d23bf869f7a..a7145e42ce9b 100644
--- a/security/openssh-portable/files/extra-patch-blacklistd
+++ b/security/openssh-portable/files/extra-patch-blacklistd
@@ -332,15 +332,6 @@
  #include "srclimit.h"
  #include "dh.h"
  
-@@ -366,6 +367,8 @@ grace_alarm_handler(int sig)
- 		kill(0, SIGTERM);
- 	}
- 
-+	BLACKLIST_NOTIFY(BLACKLIST_AUTH_FAIL, the_active_state, "ssh");
-+
- 	/* Log error and exit. */
- 	if (use_privsep && pmonitor != NULL && pmonitor->m_pid <= 0)
- 		cleanup_exit(255); /* don't log in privsep child */
 @@ -2225,6 +2228,9 @@ main(int ac, char **av)
  	if ((loginmsg = sshbuf_new()) == NULL)
  		fatal_f("sshbuf_new failed");