Module Name:    src
Committed By:   snj
Date:           Sat Apr 12 20:12:38 UTC 2014

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

Log Message:
Welcome to 6.0.5!


To generate a diff of this commit:
cvs rdiff -u -r1.484.2.4.2.8 -r1.484.2.4.2.9 src/distrib/notes/common/main
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.0.5
cvs rdiff -u -r1.2.40.1.4.4 -r1.2.40.1.4.5 src/doc/LAST_MINUTE
cvs rdiff -u -r1.408.2.6.2.9 -r1.408.2.6.2.10 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.4.2.8 src/distrib/notes/common/main:1.484.2.4.2.9
--- src/distrib/notes/common/main:1.484.2.4.2.8	Sat Jan 18 11:23:50 2014
+++ src/distrib/notes/common/main	Sat Apr 12 20:12:38 2014
@@ -1,4 +1,4 @@
-.\"	$NetBSD: main,v 1.484.2.4.2.8 2014/01/18 11:23:50 bouyer Exp $
+.\"	$NetBSD: main,v 1.484.2.4.2.9 2014/04/12 20:12:38 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 January 18, 2014
+.Dd April 12, 2014
 .Dt INSTALL 8
 .Os NetBSD
 .Sh NAME
@@ -458,90 +458,44 @@ possible, it's likely that
 wouldn't exist.
 .
 .if \n[FOR_RELEASE] \{\
-.Ss Changes Between The NetBSD 6.0.3 and 6.0.4 Releases
+.Ss Changes Between The NetBSD 6.0.4 and 6.0.5 Releases
 .Pp
 The complete list of changes can be found in the
-CHANGES-6.0.4:
-.Lk http://ftp.NetBSD.org/pub/NetBSD/NetBSD-6.0.4/CHANGES-6.0.4
-file in the top level directory of the NetBSD 6.0.4 release tree. An abbreviated list is as follows:
+CHANGES-6.0.5:
+.Lk http://ftp.NetBSD.org/pub/NetBSD/NetBSD-6.0.5/CHANGES-6.0.5
+file in the top level directory of the NetBSD 6.0.5 release tree.
+An abbreviated list is as follows:
 .Ss2 Security Advisory Fixes
 .(bullet
-NetBSD-SA2013-010:
-.Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2013-010.txt.asc
-Use after free in Xserver handling of ImageText requests (CVE-2013-4396)
-.It
-NetBSD-SA2013-011:
-.Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2013-011.txt.asc
-embryonic TCP sockets local DoS
-.It
-NetBSD-SA2013-012:
-.Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2013-012.txt.asc
-Router Advertisement sysctl local Denial of Service
-.It
-NetBSD-SA2013-013:
-.Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2013-013.txt.asc
-Memory leak when trying to execute bogus ELF binaries
-.It
-NetBSD-SA2014-001:
-.Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2014-001.txt.asc
-Stack buffer overflow in libXfont (CVE-2013-6462)
-.It
-NetBSD-SA2014-002:
-.Lk http://ftp.NetBSD.org/pub/NetBSD/security/advisories/NetBSD-SA2014-002.txt.asc
-ntpd used as DDoS amplifier
+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")
 .bullet)
 .
 .Pp
-Advisories prior to NetBSD-SA2013-009 do not affect
-NetBSD 6.0.4:
-.Lk http://www.NetBSD.org/support/security/patches-6.0.4.html .
+Advisories prior to NetBSD-SA2014-003 do not affect
+NetBSD 6.0.5:
+.Lk http://www.NetBSD.org/support/security/patches-6.0.5.html .
 .Ss2 Other Security Fixes
 .(bullet
-bind: Fix CVE-2014-0591.
-.bullet)
-.
-.Ss2 Kernel
-.(bullet
-.Xr pci 4 :
-Work around a QEMU bug preventing NetBSD from booting on some versions of QEMU and KVM.  (PR#45671):
-.Lk http://gnats.netbsd.org/45671
-.It
-Xen: fix dom0 crash with some domUs
-.It
-Xen: remove a bogus diagostic message spamming the console.  (PR#46313):
-.Lk http://gnats.netbsd.org/46313
-.bullet)
-.
-.Ss2 Networking
-.(bullet
-NPF: fix byteorder for port range comparison.
-.bullet)
-.
-.Ss2 File Systems
-.(bullet
-ffs: Fixed a fsck_ffs internal error on UFS1.
+OpenSSL: CVE-2014-0076
 .bullet)
 .
 .Ss2 Miscellaneous
 .(bullet
-.Xr Xserver 1 :
-Fixed crash on i810e.  (PR#48315):
-.Lk http://gnats.netbsd.org/48315
-.It
-.Xr sysinst 8 :
-Fixed wrong MBR partiton offset on small disks.  (PR#48304):
-.Lk http://gnats.netbsd.org/48304
-.Xr ld.elf_so 1 :
-Fixed memory corruption.  (PR#48324):
-.Lk http://gnats.netbsd.org/48324
+Fix memory leak on bogus ELF binary.
 .It
-sparc64: fix a kernel diagnostic panic.
+veriexec: Avoid a use-after-free error.
 .It
-sparc64: fixed gcc to not generate invalid asm.
+atari: Fix a kernel crash when a user tries to switch to a nonexistent terminal. Fixes
+PR#48599:
+.Lk http://gnats.NetBSD.org/48599 .
 .bullet)
 .
-.
-.
 .Ss "The NetBSD Foundation"
 .Pp
 .
@@ -590,6 +544,8 @@ Changes between the 6.0.1 and 6.0.2 rele
 Changes between the 6.0.2 and 6.0.3 releases.
 .It Li CHANGES-6.0.4
 Changes between the 6.0.3 and 6.0.4 releases.
+.It Li CHANGES-6.0.5
+Changes between the 6.0.4 and 6.0.5 releases.
 .It Li CHANGES.prev
 Changes in previous
 .Nx

Index: src/doc/CHANGES-6.0.5
diff -u src/doc/CHANGES-6.0.5:1.1.2.9 src/doc/CHANGES-6.0.5:1.1.2.10
--- src/doc/CHANGES-6.0.5:1.1.2.9	Fri Apr 11 19:52:38 2014
+++ src/doc/CHANGES-6.0.5	Sat Apr 12 20:12:38 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.5,v 1.1.2.9 2014/04/11 19:52:38 snj Exp $
+# $NetBSD: CHANGES-6.0.5,v 1.1.2.10 2014/04/12 20:12:38 snj Exp $
 
 A complete list of changes from the NetBSD 6.0.4 release to the NetBSD 6.0.5
 release:
@@ -732,3 +732,10 @@ crypto/external/bsd/openssl/pkgconfig.mk
 	src/crypto/external/bsd/openssl/mkpc is not executable.
 	[tron, ticket #1045]
 
+distrib/notes/common/main			patched by hand
+doc/LAST_MINUTE					patched by hand
+sys/sys/param.h					patched by hand
+
+	Welcome to 6.0.5!
+	[snj]
+

Index: src/doc/LAST_MINUTE
diff -u src/doc/LAST_MINUTE:1.2.40.1.4.4 src/doc/LAST_MINUTE:1.2.40.1.4.5
--- src/doc/LAST_MINUTE:1.2.40.1.4.4	Fri Jan 17 18:02:51 2014
+++ src/doc/LAST_MINUTE	Sat Apr 12 20:12:38 2014
@@ -1,6 +1,6 @@
-#	$NetBSD: LAST_MINUTE,v 1.2.40.1.4.4 2014/01/17 18:02:51 bouyer Exp $
+#	$NetBSD: LAST_MINUTE,v 1.2.40.1.4.5 2014/04/12 20:12:38 snj Exp $
 
-This file contains important information on the NetBSD 6.0.4 release that
+This file contains important information on the NetBSD 6.0.5 release that
 did not make it into the main documentation.
 
 [all]

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.408.2.6.2.9 src/sys/sys/param.h:1.408.2.6.2.10
--- src/sys/sys/param.h:1.408.2.6.2.9	Mon Jan 27 21:25:27 2014
+++ src/sys/sys/param.h	Sat Apr 12 20:12:38 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.408.2.6.2.9 2014/01/27 21:25:27 bouyer Exp $	*/
+/*	$NetBSD: param.h,v 1.408.2.6.2.10 2014/04/12 20:12:38 snj Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -63,7 +63,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	600000401	/* NetBSD 6.0.4_PATCH */
+#define	__NetBSD_Version__	600000500	/* NetBSD 6.0.5 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to