blob: a7f879eb95235fd2d3ae3dd276c74f78040b5370 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- crypto/openssh/sshd.c.orig
+++ crypto/openssh/sshd.c
@@ -377,8 +377,6 @@
kill(0, SIGTERM);
}
- BLACKLIST_NOTIFY(the_active_state, BLACKLIST_AUTH_FAIL, "ssh");
-
/* Log error and exit. */
sigdie("Timeout before authentication for %s port %d",
ssh_remote_ipaddr(the_active_state),
--- crypto/openssh/version.h.orig
+++ crypto/openssh/version.h
@@ -5,4 +5,4 @@
#define SSH_PORTABLE "p1"
#define SSH_RELEASE SSH_VERSION SSH_PORTABLE
-#define SSH_VERSION_FREEBSD "FreeBSD-20240701"
+#define SSH_VERSION_FREEBSD "FreeBSD-20240806"
|