git: 519496a59855 - main - openssh: document two changes that are now upstream

Ed Maste emaste at FreeBSD.org
Mon Feb 22 19:04:40 UTC 2021


The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=519496a5985549d2935cf296a709b1e726b1b5e5

commit 519496a5985549d2935cf296a709b1e726b1b5e5
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-02-22 19:03:28 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-02-22 19:03:28 +0000

    openssh: document two changes that are now upstream
    
    These patches can be removed once we update to 8.5p1 or later.
---
 crypto/openssh/FREEBSD-upgrade | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index 0a62d6fa1e2c..bde003a1d183 100644
--- a/crypto/openssh/FREEBSD-upgrade
+++ b/crypto/openssh/FREEBSD-upgrade
@@ -103,6 +103,14 @@
 	  An overview of FreeBSD changes to OpenSSH-portable
 	  ==================================================
 
+* don't free string returned by login_getcapstr(3)
+
+  Committed upstream as f060c2bc85d59d111fa18a12eb3872ee4b9f7e97
+
+* Use login_getpwclass() instead of login_getclass()
+
+  Committed upstream as 3d05e5881ceb2e48e1948ba14292216b56ed792e
+
 0) VersionAddendum
 
    The SSH protocol allows for a human-readable version string of up


More information about the dev-commits-src-all mailing list