git: 8974fa45151f - main - ssh: describe two additional changes present in base system ssh
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Dec 2022 14:46:15 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=8974fa45151fda994a663fdfc8a77d9e3bde3c5b
commit 8974fa45151fda994a663fdfc8a77d9e3bde3c5b
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-12-13 14:43:04 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-12-13 14:45:56 +0000
ssh: describe two additional changes present in base system ssh
Sponsored by: The FreeBSD Foundation
---
crypto/openssh/FREEBSD-upgrade | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index 9e4ed261013e..b389f399a040 100644
--- a/crypto/openssh/FREEBSD-upgrade
+++ b/crypto/openssh/FREEBSD-upgrade
@@ -160,7 +160,17 @@
upstream submission from
https://github.com/openssh/openssh-portable/pull/262.
-8) Retired patches
+8) Blocklist integration
+
+ We include blocklist (https://github.com/zoulasc/blocklist) in FreeBSD,
+ and ssh is patched to report login failures to it.
+
+9) Paths
+
+ A number of paths are changed to match FreeBSD's configuration (e.g.,
+ using /usr/local/ instead of /uxr/X11R6/).
+
+10) Retired patches
We no longer have HPN patches (adaptive buffer size for increased
throughput on high-BxD links) or client-side VersionAddendum, but we