Module Name:    src
Committed By:   snj
Date:           Mon Sep 22 00:15:09 UTC 2014

Modified Files:
        src/distrib/notes/common [netbsd-6-1]: main
        src/doc [netbsd-6-1]: CHANGES-6.1.5
        src/sys/sys [netbsd-6-1]: param.h

Log Message:
Welcome to 6.1.5!


To generate a diff of this commit:
cvs rdiff -u -r1.484.2.6.2.8 -r1.484.2.6.2.9 src/distrib/notes/common/main
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-6.1.5
cvs rdiff -u -r1.408.2.12.2.10 -r1.408.2.12.2.11 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/notes/common/main
diff -u src/distrib/notes/common/main:1.484.2.6.2.8 src/distrib/notes/common/main:1.484.2.6.2.9
--- src/distrib/notes/common/main:1.484.2.6.2.8	Sat Apr 12 21:30:55 2014
+++ src/distrib/notes/common/main	Mon Sep 22 00:15:09 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.484.2.6.2.8 2014/04/12 21:30:55 snj Exp $
+.\"	$NetBSD: main,v 1.484.2.6.2.9 2014/09/22 00:15:09 snj Exp $
 .\"
 .\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -50,7 +50,7 @@
 .as MACHINE_LIST " sgimips shark sparc sparc64 sun2 sun3 vax x68k xen zaurus .
 .so \*[.CURDIR]/../common/macros
 .
-.Dd April 12, 2014
+.Dd September 22, 2014
 .Dt INSTALL 8
 .Os NetBSD
 .Sh NAME
@@ -458,48 +458,122 @@ possible, it's likely that
 wouldn't exist.
 .
 .if \n[FOR_RELEASE] \{\
-.Ss Changes Between The NetBSD 6.1.3 and 6.1.4 Releases
+.Ss Changes Between The NetBSD 6.1.4 and 6.1.5 Releases
 .Pp
 .Nx
 \*V
-is the fourth critical/security update of the NetBSD 6.1 release branch.
+is the fifth critical/security update of the NetBSD 6.1 release branch.
 It represents a selected subset of fixes deemed critical for security
 or stability reasons.
 .Pp
 The complete list of changes can be found in the
-CHANGES-6.1.4:
-.Lk http://ftp.NetBSD.org/pub/NetBSD/NetBSD-6.1.4/CHANGES-6.1.4
-file in the top level directory of the NetBSD 6.1.4 release tree.
+CHANGES-6.1.5:
+.Lk http://ftp.NetBSD.org/pub/NetBSD/NetBSD-6.1.5/CHANGES-6.1.5
+file in the top level directory of the NetBSD 6.1.5 release tree.
 An abbreviated list is as follows:
 .Ss2 Security Advisory Fixes
 .(bullet
-NetBSD-SA2014-003:
-.Lk http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-003.txt.asc
-posix_spawn unbounded kernel memory allocation
-.It
-NetBSD-SA2014-004:
-.Lk http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-004.txt.asc
-OpenSSL information disclosure ("heartbleed")
+NetBSD-SA2014-005:
+.Lk http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-005.txt.asc
+libXfont multiple vulnerabilities
+.It
+NetBSD-SA2014-006:
+.Lk http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-006.txt.asc
+Multiple OpenSSL vulnerabilities
+.It
+NetBSD-SA2014-007:
+.Lk http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-007.txt.asc
+bozohttpd basic http authentication bypass
+.It
+NetBSD-SA2014-008:
+.Lk http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-008.txt.asc
+Multiple OpenSSL vulnerabilities
+.It
+NetBSD-SA2014-009:
+.Lk http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-009.txt.asc
+Multiple vulnerabilities in the execve system call
+.It
+NetBSD-SA2014-010:
+.Lk http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-010.txt.asc
+Multiple vulnerabilities in the compatibility layers
+.It
+NetBSD-SA2014-011:
+.Lk http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-011.txt.asc
+User-controlled memory allocation in the modctl system call
+.It
+NetBSD-SA2014-012:
+.Lk http://ftp.netbsd.org/pub/NetBSD/security/advisories/NetBSD-SA2014-012.txt.asc
+Memory leak in the setsockopt system call
 .bullet)
 .
 .Pp
-Advisories prior to NetBSD-SA2014-003 do not affect
-NetBSD 6.1.4:
-.Lk http://www.NetBSD.org/support/security/patches-6.1.4.html .
+Advisories prior to NetBSD-SA2014-005 do not affect
+NetBSD 6.1.5:
+.Lk http://www.NetBSD.org/support/security/patches-6.1.5.html .
 .Ss2 Other Security Fixes
 .(bullet
-OpenSSL: CVE-2014-0076
+Fix various issues in the mount syscall, which could be used by a local user to panic the system.
+.It
+OpenPAM: Fix incorrect error handling in PAM policy parser.
+CVE-2014-3879.
+.bullet)
+.
+.Ss2 Kernel
+.(bullet
+.Xr wm 4 :
+Bump max TX DMA size to avoid pathological condition with TSO.
+.It
+.Xr tap 4 :
+Fix a race.
+PR kern/47506 and kern/46199.
+.It
+.Xr urndis 4 :
+Fix a panic.
+.It
+.Xr vioif 4 :
+Fix a panic. PR kern/49007.
+.It
+Fix a mbuf leak in IPFilter.
+.It
+Fix two overflows and a memory corruption bug in ptyfs and umapfs.
+.It
+Reject unaligned PCI config register ioctl requests before we kassert.
 .bullet)
 .
 .Ss2 Miscellaneous
 .(bullet
-Fix memory leak on bogus ELF binary.
+heimdal: Fix file descriptor leak.
+Fixes PR lib/48718
+.It
+Update to tzdata2014g.
+.It
+Update bozohttpd to 20140708.
 .It
-veriexec: Avoid a use-after-free error.
+Update openssl to 1.0.1i.
 .It
-atari: Fix a kernel crash when a user tries to switch to a nonexistent terminal. Fixes
-PR#48599:
-.Lk http://gnats.NetBSD.org/48599 .
+Fix Xserver crash on exit (causing screen palette settings to not be restored) when using wsfb.
+.It
+.Xr postinstall 8 :
+Don't apply "ptyfsoldnodes" if /dev/pts does not exist.
+.It
+named: Update root.cache to 2014060201.
+.bullet)
+.
+.Ss2 alpha
+.(bullet
+Make sysinst deal correctly with Tru64 disklabels.
+PR port-alpha/48697.
+.bullet)
+.
+.Ss2 sparc64
+.(bullet
+Fix longjmp bug which causes a segmentation fault on sparc64 kernels with 32-bit userland.
+.bullet)
+.
+.Ss2 next68k
+.(bullet
+Move physmem calculations before nptpage initialization.
+PR port-m68k/45915.
 .bullet)
 .
 .Ss "The NetBSD Foundation"
@@ -552,6 +626,8 @@ Changes between the final release of 6.1
 Changes between the final release of 6.1.2 and final release of 6.1.3.
 .It Li CHANGES-6.1.4
 Changes between the final release of 6.1.3 and final release of 6.1.4.
+.It Li CHANGES-6.1.5
+Changes between the final release of 6.1.4 and final release of 6.1.5.
 .It Li CHANGES.prev
 Changes in previous
 .Nx

Index: src/doc/CHANGES-6.1.5
diff -u src/doc/CHANGES-6.1.5:1.1.2.26 src/doc/CHANGES-6.1.5:1.1.2.27
--- src/doc/CHANGES-6.1.5:1.1.2.26	Sun Sep 21 21:27:30 2014
+++ src/doc/CHANGES-6.1.5	Mon Sep 22 00:15:09 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.5,v 1.1.2.26 2014/09/21 21:27:30 snj Exp $
+# $NetBSD: CHANGES-6.1.5,v 1.1.2.27 2014/09/22 00:15:09 snj Exp $
 
 A complete list of changes from the NetBSD 6.1.4 release to the NetBSD 6.1.5
 release:
@@ -1330,3 +1330,9 @@ share/zoneinfo/zone1970.tab			patch
 	Update to tzdata2014g.
 	[apb, ticket #1155]
 
+distrib/notes/common/main			patched by hand
+sys/sys/param.h					patched by hand
+
+	Welcome to 6.1.5!
+	[snj]
+

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.408.2.12.2.10 src/sys/sys/param.h:1.408.2.12.2.11
--- src/sys/sys/param.h:1.408.2.12.2.10	Wed Apr 16 03:39:47 2014
+++ src/sys/sys/param.h	Mon Sep 22 00:15:09 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.408.2.12.2.10 2014/04/16 03:39:47 snj Exp $	*/
+/*	$NetBSD: param.h,v 1.408.2.12.2.11 2014/09/22 00:15:09 snj Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	601000400	/* NetBSD 6.1.4_PATCH */
+#define	__NetBSD_Version__	601000500	/* NetBSD 6.1.5 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to