Module Name: src Committed By: snj Date: Sat Apr 12 21:30:55 UTC 2014
Modified Files: src/distrib/notes/common [netbsd-6-1]: main src/doc [netbsd-6-1]: CHANGES-6.1.4 LAST_MINUTE src/sys/sys [netbsd-6-1]: param.h Log Message: Welcome to 6.1.4! To generate a diff of this commit: cvs rdiff -u -r1.484.2.6.2.7 -r1.484.2.6.2.8 src/distrib/notes/common/main cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.1.4 cvs rdiff -u -r1.2.40.2.2.3 -r1.2.40.2.2.4 src/doc/LAST_MINUTE cvs rdiff -u -r1.408.2.12.2.8 -r1.408.2.12.2.9 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.7 src/distrib/notes/common/main:1.484.2.6.2.8 --- src/distrib/notes/common/main:1.484.2.6.2.7 Sat Jan 18 11:23:52 2014 +++ src/distrib/notes/common/main Sat Apr 12 21:30:55 2014 @@ -1,4 +1,4 @@ -.\" $NetBSD: main,v 1.484.2.6.2.7 2014/01/18 11:23:52 bouyer Exp $ +.\" $NetBSD: main,v 1.484.2.6.2.8 2014/04/12 21:30:55 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,94 +458,48 @@ possible, it's likely that wouldn't exist. . .if \n[FOR_RELEASE] \{\ -.Ss Changes Between The NetBSD 6.1.2 and 6.1.3 Releases +.Ss Changes Between The NetBSD 6.1.3 and 6.1.4 Releases .Pp .Nx \*V -is the third critical/security update of the NetBSD 6.1 release branch. +is the fourth 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.3: -.Lk http://ftp.NetBSD.org/pub/NetBSD/NetBSD-6.1.3/CHANGES-6.1.3 -file in the top level directory of the NetBSD 6.1.3 release tree. An abbreviated list is as follows: +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. +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.1.3: -.Lk http://www.NetBSD.org/support/security/patches-6.1.3.html . +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 . .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. -.It -NPF: fix a race condition. -.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" @@ -596,6 +550,8 @@ Changes between the final release of 6.1 Changes between the final release of 6.1.1 and final release of 6.1.2. .It Li CHANGES-6.1.3 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.prev Changes in previous .Nx Index: src/doc/CHANGES-6.1.4 diff -u src/doc/CHANGES-6.1.4:1.1.2.9 src/doc/CHANGES-6.1.4:1.1.2.10 --- src/doc/CHANGES-6.1.4:1.1.2.9 Fri Apr 11 19:53:19 2014 +++ src/doc/CHANGES-6.1.4 Sat Apr 12 21:30:55 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1.4,v 1.1.2.9 2014/04/11 19:53:19 snj Exp $ +# $NetBSD: CHANGES-6.1.4,v 1.1.2.10 2014/04/12 21:30:55 snj Exp $ A complete list of changes from the NetBSD 6.1.3 release to the NetBSD 6.1.4 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/commom/main patched by hand +doc/LAST_MINUTE patched by hand +sys/sys/param.h patched by hand + + Welcome to 6.1.4! + [snj] + Index: src/doc/LAST_MINUTE diff -u src/doc/LAST_MINUTE:1.2.40.2.2.3 src/doc/LAST_MINUTE:1.2.40.2.2.4 --- src/doc/LAST_MINUTE:1.2.40.2.2.3 Fri Jan 17 18:11:37 2014 +++ src/doc/LAST_MINUTE Sat Apr 12 21:30:55 2014 @@ -1,6 +1,6 @@ -# $NetBSD: LAST_MINUTE,v 1.2.40.2.2.3 2014/01/17 18:11:37 bouyer Exp $ +# $NetBSD: LAST_MINUTE,v 1.2.40.2.2.4 2014/04/12 21:30:55 snj Exp $ -This file contains important information on the NetBSD 6.1.3 release that +This file contains important information on the NetBSD 6.1.4 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.12.2.8 src/sys/sys/param.h:1.408.2.12.2.9 --- src/sys/sys/param.h:1.408.2.12.2.8 Mon Jan 27 21:32:03 2014 +++ src/sys/sys/param.h Sat Apr 12 21:30:55 2014 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.408.2.12.2.8 2014/01/27 21:32:03 bouyer Exp $ */ +/* $NetBSD: param.h,v 1.408.2.12.2.9 2014/04/12 21:30:55 snj Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -63,7 +63,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 601000301 /* NetBSD 6.1.3_PATCH */ +#define __NetBSD_Version__ 601000400 /* NetBSD 6.1.4 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)