Module Name: src Committed By: martin Date: Fri Mar 11 12:26:30 UTC 2016
Modified Files: src/doc [netbsd-7]: CHANGES-7.1 Log Message: Ticket #1138 To generate a diff of this commit: cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-7.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-7.1 diff -u src/doc/CHANGES-7.1:1.1.2.69 src/doc/CHANGES-7.1:1.1.2.70 --- src/doc/CHANGES-7.1:1.1.2.69 Tue Mar 8 21:32:49 2016 +++ src/doc/CHANGES-7.1 Fri Mar 11 12:26:30 2016 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-7.1,v 1.1.2.69 2016/03/08 21:32:49 snj Exp $ +# $NetBSD: CHANGES-7.1,v 1.1.2.70 2016/03/11 12:26:30 martin Exp $ A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1 release: @@ -3004,3 +3004,14 @@ doc/3RDPARTY patch preserved, but no SSLv2 code is available. [spz, ticket #1127] +crypto/external/bsd/openssh/dist/channels.c (patch) +crypto/external/bsd/openssh/dist/channels.h (patch) +crypto/external/bsd/openssh/dist/clientloop.c (patch) +crypto/external/bsd/openssh/dist/sshpty.c (patch) + + OpenSSH: + - Refuse ForwardX11Trusted=no connections attempted after + ForwardX11Timeout expires. (CVE-2015-5352) + - Fix TTY permissions to not be world-writable. (CVE-2015-6565) + [snj, ticket #1138] +