Module Name: src Committed By: martin Date: Wed Jul 12 13:58:38 UTC 2017
Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Tickets #117, #121-#124 To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-8.0 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-8.0 diff -u src/doc/CHANGES-8.0:1.1.2.22 src/doc/CHANGES-8.0:1.1.2.23 --- src/doc/CHANGES-8.0:1.1.2.22 Mon Jul 10 13:09:24 2017 +++ src/doc/CHANGES-8.0 Wed Jul 12 13:58:38 2017 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.0,v 1.1.2.22 2017/07/10 13:09:24 martin Exp $ +# $NetBSD: CHANGES-8.0,v 1.1.2.23 2017/07/12 13:58:38 martin Exp $ A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 until the 8.0 release: @@ -1927,3 +1927,35 @@ usr.sbin/postinstall/postinstall 1.216 Add npfd to the list of rc.d scripts to check. [simonb, ticket #117] +sys/netinet/in_l2tp.c 1.3 +sys/netinet6/in6_l2tp.c 1.6 + + l2tp(4): fix mbuf leak when tunnel nested over the limit + [knakahara, ticket #121] + +sys/arch/arm/arm/cpufunc_asm_arm11x6.S 1.8 +sys/arch/arm/arm32/genassym.cf 1.75 + + In idcache_wbinv_range if the range size is bigger than the dcache + size then call idcache_wbinv_all. + Avoids a problem with large ranges as seen in + port-evbarm/52169: setting dtrace module to load cause Pi to hang + on boot + [skrll, ticket #122] + +crypto/external/bsd/heimdal/dist/lib/krb5/ticket.c 1.3-1.4 + + In _krb5_extract_ticket() the KDC-REP service name must be obtained + from encrypted version stored in 'enc_part' instead of the + unencrypted version stored in 'ticket'. + Use of the unecrypted version provides an opportunity for successful + server impersonation and other attacks. + + Identified by Jeffrey Altman, Viktor Duchovni and Nico Williams. + [christos, ticket #123] + +external/bsd/nsd/Makefile.inc 1.2 + + Enable IPv6 support for nsd (accidently disabled). + [christos, ticket #124] +