Module Name: src Committed By: buhrow Date: Wed Jan 8 13:41:24 UTC 2025
Modified Files: src/doc: 3RDPARTY Log Message: Applied patches based on suggestions from Greg Woods in current-users to address the problem that when sshd-session was merged into the NetBSD tree, not all the code to support libwrap made it into the new binary. These patches check hosts.allow and hosts.deny for both sshd-session, the program name of the binary in /usr/libexec, and sshd, the traditional name of the program, /usr/sbin/sshd, which calls sshd-session. This is in an effort to retain operational compatibility with older /etc/hosts.* files which people expect to continue working across OS updates. Discussed on current-users at: http://mail-index.NetBSD.org/current-users/2025/01/06/msg045945.html Tested with build release and installed on multiple systems under amd64. To generate a diff of this commit: cvs rdiff -u -r1.2066 -r1.2067 src/doc/3RDPARTY Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.2066 src/doc/3RDPARTY:1.2067 --- src/doc/3RDPARTY:1.2066 Sun Dec 8 15:46:07 2024 +++ src/doc/3RDPARTY Wed Jan 8 13:41:23 2025 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.2066 2024/12/08 15:46:07 riastradh Exp $ +# $NetBSD: 3RDPARTY,v 1.2067 2025/01/08 13:41:23 buhrow Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -1130,6 +1130,7 @@ markus is very cooperative about it): - make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. - adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent - blocklistd additions +- LIBWRAP support is maintained (now in sshd-session.c) Package: OpenSSL Version: 1.0.2o/1.1.1t/3.0.15