Module Name: src
Committed By: msaitoh
Date: Wed Apr 30 05:38:32 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Add missing newlines.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.107 -r1.1.2.108 src/doc/CHANGES-6.2
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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.107 src/doc/CHANGES-6.2:1.1.2.108
--- src/doc/CHANGES-6.2:1.1.2.107 Tue Apr 22 03:28:56 2014
+++ src/doc/CHANGES-6.2 Wed Apr 30 05:38:31 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.107 2014/04/22 03:28:56 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.108 2014/04/30 05:38:31 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -242,6 +242,7 @@ usr.sbin/installboot/arch/vax.c 1.16-1
Don't include host's disklabel.h. Fixes cross compile error on
some environment.
[martin, ticket #865]
+
sys/netinet6/ip6_flow.c 1.21
Clear mbuf's csum_flags in ip6flow_fastforward(). Fixes PR#47849.
@@ -2079,6 +2080,7 @@ distrib/sets/lists/comp/shl.mi patch
Update openssl to 1.0.1g. It includes CVE-2014-0076 and CVE-2014-0160.
[spz, ticket #1044]
+
crypto/external/bsd/openssl/pkgconfig.mk 1.5
Run the mkpc script using ${HOST_SH}. Fixes build when
@@ -2123,6 +2125,7 @@ crypto/external/bsd/heimdal/dist/lib/rok
Fix file descriptor leak in Heimdal. Fixes PR#48718
reported by Juergen Hannken-Illjes.
[hannken, ticket #1047]
+
sys/kern/kern_exec.c 1.403 via patch
Avoid use-after-free on failure.