FREEBSD-upgrade (74c59ab790db0062b768bb9742e4d1ad036501ad) | FREEBSD-upgrade (519496a5985549d2935cf296a709b1e726b1b5e5) |
---|---|
1 FreeBSD maintainer's guide to OpenSSH-portable 2 ============================================== 3 4 These instructions assume you have a clone of the FreeBSD git repo 5 main branch in src/freebsd/main, and will store vendor trees under 6 src/freebsd/vendor/. In addition, this assumes there is a "freebsd" 7 origin pointing to git(repo).freebsd.org/src.git. 8 --- 89 unchanged lines hidden (view full) --- 98 9912) Commit, and hunker down for the inevitable storm of complaints. 100 101 102 103 An overview of FreeBSD changes to OpenSSH-portable 104 ================================================== 105 | 1 FreeBSD maintainer's guide to OpenSSH-portable 2 ============================================== 3 4 These instructions assume you have a clone of the FreeBSD git repo 5 main branch in src/freebsd/main, and will store vendor trees under 6 src/freebsd/vendor/. In addition, this assumes there is a "freebsd" 7 origin pointing to git(repo).freebsd.org/src.git. 8 --- 89 unchanged lines hidden (view full) --- 98 9912) Commit, and hunker down for the inevitable storm of complaints. 100 101 102 103 An overview of FreeBSD changes to OpenSSH-portable 104 ================================================== 105 |
106* don't free string returned by login_getcapstr(3) 107 108 Committed upstream as f060c2bc85d59d111fa18a12eb3872ee4b9f7e97 109 110* Use login_getpwclass() instead of login_getclass() 111 112 Committed upstream as 3d05e5881ceb2e48e1948ba14292216b56ed792e 113 |
|
1060) VersionAddendum 107 108 The SSH protocol allows for a human-readable version string of up 109 to 40 characters to be appended to the protocol version string. 110 FreeBSD takes advantage of this to include a date indicating the 111 "patch level", so people can easily determine whether their system 112 is vulnerable when an OpenSSH advisory goes out. Some people, 113 however, dislike advertising their patch level in the protocol --- 71 unchanged lines hidden --- | 1140) VersionAddendum 115 116 The SSH protocol allows for a human-readable version string of up 117 to 40 characters to be appended to the protocol version string. 118 FreeBSD takes advantage of this to include a date indicating the 119 "patch level", so people can easily determine whether their system 120 is vulnerable when an OpenSSH advisory goes out. Some people, 121 however, dislike advertising their patch level in the protocol --- 71 unchanged lines hidden --- |