Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/doc Tickets #117, #121-#124



details:   https://anonhg.NetBSD.org/src/rev/abc42ce0b5a4
branches:  netbsd-8
changeset: 434103:abc42ce0b5a4
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Jul 12 13:58:38 2017 +0000

description:
Tickets #117, #121-#124

diffstat:

 doc/CHANGES-8.0 |  34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)

diffs (45 lines):

diff -r 460828ac7025 -r abc42ce0b5a4 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0   Wed Jul 12 13:56:46 2017 +0000
+++ b/doc/CHANGES-8.0   Wed Jul 12 13:58:38 2017 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index