CVS commit: [netbsd-5-0] src/doc

2014-12-25 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Thu Dec 25 23:54:07 UTC 2014

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1937.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.93 -r1.1.2.94 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.93 src/doc/CHANGES-5.0.3:1.1.2.94
--- src/doc/CHANGES-5.0.3:1.1.2.93	Mon Jan 21 20:22:18 2013
+++ src/doc/CHANGES-5.0.3	Thu Dec 25 23:54:07 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.93 2013/01/21 20:22:18 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.94 2014/12/25 23:54:07 he Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5252,3 +5252,25 @@ sys/external/bsd/ipf/netinet/ip_fil_netb
 	Fix off-by-one read error.
 	[msaitoh, ticket #1840]
 
+dist/bind/lib/isc/counter.c			new, via patch
+dist/bind/lib/isc/include/isc/counter.h		new, via patch
+dist/bind/bin/named/config.c			patch
+dist/bind/bin/named/query.c			patch
+dist/bind/bin/named/server.c			patch
+dist/bind/lib/dns/adb.cpatch
+dist/bind/lib/dns/resolver.c			patch
+dist/bind/lib/dns/include/dns/adb.h		patch
+dist/bind/lib/dns/include/dns/resolver.h	patch
+dist/bind/lib/export/isc/Makefile.in		patch
+dist/bind/lib/isc/Makefile.in			patch
+dist/bind/lib/isc/include/isc/Makefile.in	patch
+dist/bind/lib/isc/include/isc/types.h		patch
+dist/bind/lib/isccfg/namedconf.c		patch
+lib/libisc/Makefilepatch
+usr.sbin/bind/Makefile.inc			patch
+
+	Apply fix for BIND, backported from the patch for 9.8.8 from ISC.
+	This is a fix for CVE-2014-8500, where a maliciously constructed
+	setup can cause BIND to issue an unlimited sequence of queries to
+	follow a delegation.
+	[spz, ticket #1937]



CVS commit: [netbsd-5-0] src/doc

2013-01-21 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Jan 21 20:22:18 UTC 2013

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1840


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.92 -r1.1.2.93 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.92 src/doc/CHANGES-5.0.3:1.1.2.93
--- src/doc/CHANGES-5.0.3:1.1.2.92	Sun Jan 13 17:17:46 2013
+++ src/doc/CHANGES-5.0.3	Mon Jan 21 20:22:18 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.92 2013/01/13 17:17:46 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.93 2013/01/21 20:22:18 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5247,3 +5247,8 @@ gnu/dist/grep/src/search.c			1.4
 
 	[apb, ticket #1838]
 
+sys/external/bsd/ipf/netinet/ip_fil_netbsd.c	1.4 via patch
+
+	Fix off-by-one read error.
+	[msaitoh, ticket #1840]
+



CVS commit: [netbsd-5-0] src/doc

2013-01-13 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Jan 13 17:17:46 UTC 2013

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
tickets 1826, 1827, 1830, 1831, 1837, 1839, 1838


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.91 src/doc/CHANGES-5.0.3:1.1.2.92
--- src/doc/CHANGES-5.0.3:1.1.2.91	Mon Nov 26 20:01:48 2012
+++ src/doc/CHANGES-5.0.3	Sun Jan 13 17:17:46 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.91 2012/11/26 20:01:48 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.92 2013/01/13 17:17:46 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5203,3 +5203,47 @@ xsrc/external/mit/expat/dist/xmlwf/readf
 	Address CVE-2012-1147, CVE-2012-1148 and CVE-2012-0876.
 	[spz, ticket #1821]
 
+sys/dev/lockstat.c1.16
+
+	Fix off by one.
+	[msaitoh, ticket #1826]
+
+sys/dev/raidframe/rf_driver.c			1.131
+
+	Fix off by one read.
+	[msaitoh, ticket #1827]
+
+sys/dev/usb/ubsa_common.c			1.9
+
+	Fix off by one read error.
+	[msaitoh, ticket #1830]
+
+sys/external/bsd/drm/dist/shared-core/i915_suspend.c 1.6
+
+	Fix wrong reference to dev_priv-saveSWF1. It was clearly wrong.
+	[msaitoh, ticket #1831]
+
+sbin/fsck_ffs/pass1.c1.50
+
+	Show pass1 SIGINFO output on stderr like other passes, not on stdout.
+	[riastradh, ticket #1837]
+
+etc/namedb/root.cache1.17
+
+	D.ROOT-SERVERS.NET changes IPv4 address.
+	[taca, ticket #1839]
+
+gnu/dist/grep/lib/getopt.c			1.2
+gnu/dist/grep/lib/regex.c			1.2
+gnu/dist/grep/src/ansi2knr.c			1.2
+gnu/dist/grep/src/dfa.c1.3
+gnu/dist/grep/src/grep.c			1.14
+gnu/dist/grep/src/search.c			1.4
+
+	Change several int variables to size_t, ssize_t, or ptrdiff_t.
+	This should fix the bug described in CVE-2012-5667 when an input
+	line is so long that its length cannot be stored in an int
+	variable.
+
+	[apb, ticket #1838]
+



CVS commit: [netbsd-5-0] src/doc

2012-11-26 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Nov 26 20:01:49 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1821.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.90 -r1.1.2.91 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.90 src/doc/CHANGES-5.0.3:1.1.2.91
--- src/doc/CHANGES-5.0.3:1.1.2.90	Wed Nov 14 20:02:19 2012
+++ src/doc/CHANGES-5.0.3	Mon Nov 26 20:01:48 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.90 2012/11/14 20:02:19 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.91 2012/11/26 20:01:48 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5196,3 +5196,10 @@ share/zoneinfo/southamerica			patch
 	Various fixes to documentation and commentary.
 [apb, ticket #1818]
 
+xsrc/external/mit/expat/dist/lib/expat.h		patch
+xsrc/external/mit/expat/dist/lib/xmlparse.c		patch
+xsrc/external/mit/expat/dist/xmlwf/readfilemap.c	patch
+
+	Address CVE-2012-1147, CVE-2012-1148 and CVE-2012-0876.
+	[spz, ticket #1821]
+



CVS commit: [netbsd-5-0] src/doc

2012-11-14 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov 14 20:02:20 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1818


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.89 -r1.1.2.90 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.89 src/doc/CHANGES-5.0.3:1.1.2.90
--- src/doc/CHANGES-5.0.3:1.1.2.89	Tue Nov  6 20:26:54 2012
+++ src/doc/CHANGES-5.0.3	Wed Nov 14 20:02:19 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.89 2012/11/06 20:26:54 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.90 2012/11/14 20:02:19 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5180,3 +5180,19 @@ share/zoneinfo/northamerica			patch
   	Cuba switches from DST on 4 Nov 2012 at 01:00.
 	[apb, ticket #1813]
 
+doc/3RDPARTY	patch
+share/zoneinfo/africapatch
+share/zoneinfo/asiapatch
+share/zoneinfo/australasia			patch
+share/zoneinfo/europepatch
+share/zoneinfo/northamerica			patch
+share/zoneinfo/southamerica			patch
+
+	Import tzdata2012j from
+	ftp://ftp.iana.org/tz/releases/tzdata2012j.tar.gz
+	Changes from tzdata2012i to tzdata2012j:
+	Libya moved to CET this weekend, but with DST planned next year.
+	(Thanks to Even Scharning, Steffen Thorsen, and Tim Parenti.)
+	Various fixes to documentation and commentary.
+[apb, ticket #1818]
+



CVS commit: [netbsd-5-0] src/doc

2012-11-06 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Nov  6 20:26:54 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1813.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.88 -r1.1.2.89 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.88 src/doc/CHANGES-5.0.3:1.1.2.89
--- src/doc/CHANGES-5.0.3:1.1.2.88	Wed Oct 31 16:47:18 2012
+++ src/doc/CHANGES-5.0.3	Tue Nov  6 20:26:54 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.88 2012/10/31 16:47:18 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.89 2012/11/06 20:26:54 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5170,3 +5170,13 @@ share/zoneinfo/southamerica			patch
 	   Jordan stays on DST this winter.  (Thanks to Steffen Thorsen.)
 	[apb, ticket #1812]
 
+doc/3RDPARTY	patch
+share/zoneinfo/asiapatch
+share/zoneinfo/northamerica			patch
+
+	Import tzdata2012i from
+	ftp://ftp.iana.org/tz/releases/tzdata2012i.tar.gz .
+	Changes from tzdata2012h to tzdata2012i:
+  	Cuba switches from DST on 4 Nov 2012 at 01:00.
+	[apb, ticket #1813]
+



CVS commit: [netbsd-5-0] src/doc

2012-10-31 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Oct 31 16:47:19 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1812


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.87 -r1.1.2.88 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.87 src/doc/CHANGES-5.0.3:1.1.2.88
--- src/doc/CHANGES-5.0.3:1.1.2.87	Thu Oct 25 09:12:14 2012
+++ src/doc/CHANGES-5.0.3	Wed Oct 31 16:47:18 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.87 2012/10/25 09:12:14 sborrill Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.88 2012/10/31 16:47:18 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5157,3 +5157,16 @@ share/misc/bsd-family-tree			1.46-1.47
 	5.1.2.
 	[riz, ticket #1806]
 
+doc/3RDPARTY	patch
+share/zoneinfo/asiapatch
+share/zoneinfo/southamerica			patch
+
+	Import tzdata2012h from
+	ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz
+	Changes from tzdata2012g to tzdata2012h:
+   	   Bahia no longer has DST.  (Thanks to Kelley Cook.)
+	   Tocantins has DST.  (Thanks to Rodrigo Severo.)
+	   Israel has new DST rules next year.  (Thanks to Ephraim Silverberg.)
+	   Jordan stays on DST this winter.  (Thanks to Steffen Thorsen.)
+	[apb, ticket #1812]
+



CVS commit: [netbsd-5-0] src/doc

2012-10-31 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Oct 31 16:51:53 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: 3RDPARTY

Log Message:
Fix last commit (ticket 1812, my fault)


To generate a diff of this commit:
cvs rdiff -u -r1.647.2.6.2.10 -r1.647.2.6.2.11 src/doc/3RDPARTY

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

Modified files:

Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.647.2.6.2.10 src/doc/3RDPARTY:1.647.2.6.2.11
--- src/doc/3RDPARTY:1.647.2.6.2.10	Wed Oct 31 16:46:09 2012
+++ src/doc/3RDPARTY	Wed Oct 31 16:51:52 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: 3RDPARTY,v 1.647.2.6.2.10 2012/10/31 16:46:09 riz Exp $
+#	$NetBSD: 3RDPARTY,v 1.647.2.6.2.11 2012/10/31 16:51:52 riz Exp $
 #
 # This file contains a list of the software that has been integrated into
 # NetBSD where we are not the primary maintainer.
@@ -926,8 +926,7 @@ Notes:
 Package:	tz
 Version:	tzcode2004a / tzdata2012h
 Current Vers:	tzcode2012h / tzdata2012h
-Maintainer:	Arthur David Olson a...@elsie.nci.nih.gov
-Maintainer:	Robert Elz k...@munnari.oz.au
+Maintainer:	Paul Eggert egg...@cs.ucla.edu
 Archive Site:	ftp://ftp.iana.org/tz/releases/
 Archive Site:	ftp://munnari.oz.au/pub/oldtz/
 Old Archive Site:	ftp://elsie.nci.nih.gov/pub/



CVS commit: [netbsd-5-0] src/doc

2012-10-25 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Oct 25 09:12:14 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket #1806


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.86 -r1.1.2.87 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.86 src/doc/CHANGES-5.0.3:1.1.2.87
--- src/doc/CHANGES-5.0.3:1.1.2.86	Wed Oct 24 03:09:28 2012
+++ src/doc/CHANGES-5.0.3	Thu Oct 25 09:12:14 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.86 2012/10/24 03:09:28 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.87 2012/10/25 09:12:14 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5150,3 +5150,10 @@ share/misc/bsd-family-tree			1.45 via pa
 	Update the family tree for NetBSD 6.
 	[jnemeth, ticket #1804]
 
+share/misc/bsd-family-tree			1.46-1.47
+
+	Re-add a line from NetBSD 0.8 to FreeBSD 1.0.
+	Add some missing NetBSD releases:  4.0.1, 5.0.1, 5.0.2 and
+	5.1.2.
+	[riz, ticket #1806]
+



CVS commit: [netbsd-5-0] src/doc

2012-10-23 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Oct 23 23:25:41 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1803.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.84 -r1.1.2.85 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.84 src/doc/CHANGES-5.0.3:1.1.2.85
--- src/doc/CHANGES-5.0.3:1.1.2.84	Wed Oct 17 20:57:15 2012
+++ src/doc/CHANGES-5.0.3	Tue Oct 23 23:25:41 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.84 2012/10/17 20:57:15 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.85 2012/10/23 23:25:41 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5133,3 +5133,15 @@ usr.bin/calendar/calendars/calendar.netb
 	note NetBSD 6.0 release
 	[jnemeth, ticket #1802]
 
+doc/3RDPARTYpatch
+share/zoneinfo/asia			patch
+share/zoneinfo/australasia		patch
+
+	Update timezone definitions to tzdata2012g from
+	ftp://ftp.iana.org/tz/releases/tzdata2012g.tar.gz
+	Changes from tzdata2012f to tzdata2012g:
+	Samoa fall 2012 and later.  (Thanks to Nicholas Pereira
+	and Robert Elz.)
+	Palestine fall 2012.  (Thanks to Steffen Thorsen.)
+	[apb, ticket #1803]
+



CVS commit: [netbsd-5-0] src/doc

2012-10-23 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Oct 24 03:09:28 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1804.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.85 -r1.1.2.86 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.85 src/doc/CHANGES-5.0.3:1.1.2.86
--- src/doc/CHANGES-5.0.3:1.1.2.85	Tue Oct 23 23:25:41 2012
+++ src/doc/CHANGES-5.0.3	Wed Oct 24 03:09:28 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.85 2012/10/23 23:25:41 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.86 2012/10/24 03:09:28 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5145,3 +5145,8 @@ share/zoneinfo/australasia		patch
 	Palestine fall 2012.  (Thanks to Steffen Thorsen.)
 	[apb, ticket #1803]
 
+share/misc/bsd-family-tree			1.45 via patch
+
+	Update the family tree for NetBSD 6.
+	[jnemeth, ticket #1804]
+



CVS commit: [netbsd-5-0] src/doc

2012-10-17 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Oct 17 20:57:15 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
tickets 1801, 1802


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.83 src/doc/CHANGES-5.0.3:1.1.2.84
--- src/doc/CHANGES-5.0.3:1.1.2.83	Sun Sep 30 18:13:27 2012
+++ src/doc/CHANGES-5.0.3	Wed Oct 17 20:57:15 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.83 2012/09/30 18:13:27 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.84 2012/10/17 20:57:15 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5120,3 +5120,16 @@ share/zoneinfo/australasia			1.27 via pa
 	  January 20 this year.  (Thanks to Steffen Thorsen.)
 	[apb, ticket #1798]
 
+dist/bind/CHANGES   patch
+dist/bind/version   patch
+dist/bind/bin/named/query.c patch
+
+	fix CVE-2012-5166: Specially crafted DNS data can cause a
+	lockup in named.
+	[spz, ticket #1801]
+
+usr.bin/calendar/calendars/calendar.netbsd	1.22
+
+	note NetBSD 6.0 release
+	[jnemeth, ticket #1802]
+



CVS commit: [netbsd-5-0] src/doc

2012-09-30 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Sep 30 18:13:27 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1798


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.82 src/doc/CHANGES-5.0.3:1.1.2.83
--- src/doc/CHANGES-5.0.3:1.1.2.82	Sat Sep 15 09:27:22 2012
+++ src/doc/CHANGES-5.0.3	Sun Sep 30 18:13:27 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.82 2012/09/15 09:27:22 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.83 2012/09/30 18:13:27 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5110,3 +5110,13 @@ share/zoneinfo/zone.tab	patch
 		* Use a single version number for both code and data.
 	[apb, ticket #1783]
 
+doc/3RDPARTY	1.970 via patch
+share/zoneinfo/australasia			1.27 via patch
+
+	Merge tzdata2012f from
+	http://www.iana.org/time-zones/repository/releases/tzdata2012f.tar.gz
+	Changes from tzdata2012e to tzdata2012f:
+	* australasia (Pacific/Fiji): Fiji DST is October 21 through
+	  January 20 this year.  (Thanks to Steffen Thorsen.)
+	[apb, ticket #1798]
+



CVS commit: [netbsd-5-0] src/doc

2012-09-13 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Sep 14 00:01:22 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1796.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.80 src/doc/CHANGES-5.0.3:1.1.2.81
--- src/doc/CHANGES-5.0.3:1.1.2.80	Wed Aug 22 20:42:55 2012
+++ src/doc/CHANGES-5.0.3	Fri Sep 14 00:01:22 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.80 2012/08/22 20:42:55 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.81 2012/09/14 00:01:22 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5058,3 +5058,13 @@ gnu/usr.sbin/postfix/Makefile.inc		patch
 	in Cyrus SASL support, which is not compiled in netbsd-5-0
 	[spz, ticket #1779]
 
+dist/bind/CHANGESpatch
+dist/bind/versionpatch
+dist/bind/lib/dns/master.c			patch
+dist/bind/lib/dns/rdata.c			patch
+dist/bind/lib/dns/rdataslab.c			patch
+dist/bind/lib/dns/include/dns/rdata.h		patch
+
+	Apply fix for CVE-2012-4244 from upstream.
+	[1796, ticket #spz]
+



CVS commit: [netbsd-5-0] src/doc

2012-08-22 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Aug 22 20:42:55 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
tickets 1778, 1779


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.79 -r1.1.2.80 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.79 src/doc/CHANGES-5.0.3:1.1.2.80
--- src/doc/CHANGES-5.0.3:1.1.2.79	Wed Jul 25 12:16:25 2012
+++ src/doc/CHANGES-5.0.3	Wed Aug 22 20:42:55 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.79 2012/07/25 12:16:25 jdc Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.80 2012/08/22 20:42:55 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -5047,3 +5047,14 @@ src/dist/bind/win32utils/win32-build.txt
 	Update bind to bind-9.7.6-P2 (includes fix for CVE-2012-3817).
 	[spz, ticket #1782]
 
+usr.bin/cksum/cksum.11.44 via patch
+
+	Omit outdated cryptographic claims as noted in PR 44160.
+	[dholland, ticket #1778]
+
+gnu/usr.sbin/postfix/Makefile.inc		patch
+
+	insert comment warning about postfix vulnerability CVE-2011-1720
+	in Cyrus SASL support, which is not compiled in netbsd-5-0
+	[spz, ticket #1779]
+



CVS commit: [netbsd-5-0] src/doc

2012-06-12 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jun 12 20:44:47 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1772.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.76 -r1.1.2.77 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.76 src/doc/CHANGES-5.0.3:1.1.2.77
--- src/doc/CHANGES-5.0.3:1.1.2.76	Tue Jun  5 19:55:19 2012
+++ src/doc/CHANGES-5.0.3	Tue Jun 12 20:44:47 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.76 2012/06/05 19:55:19 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.77 2012/06/12 20:44:47 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -3053,3 +3053,13 @@ dist/bind/lib/dns/rdataslab.cpatch
 			   rdataslabs. [RT #29644]
 	 [christos, ticket #1767]
 
+sys/arch/amd64/amd64/trap.c			1.71 via patch
+sys/arch/amd64/amd64/vector.S			1.41 via patch
+sys/arch/amd64/include/frameasm.h		patch
+
+ 	Fix issues when amd64 manages to trap during 'return to user'.  ie on
+	the 'iret' or while loading segment registers.
+	Also detects any fault loading %gs and re-instates the kernel gs_base
+	value before entering the trap handler.
+	[spz, ticket #1772]
+



CVS commit: [netbsd-5-0] src/doc

2012-06-12 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Jun 12 23:19:02 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1773


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.77 -r1.1.2.78 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.77 src/doc/CHANGES-5.0.3:1.1.2.78
--- src/doc/CHANGES-5.0.3:1.1.2.77	Tue Jun 12 20:44:47 2012
+++ src/doc/CHANGES-5.0.3	Tue Jun 12 23:19:01 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.77 2012/06/12 20:44:47 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.78 2012/06/12 23:19:01 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -3063,3 +3063,10 @@ sys/arch/amd64/include/frameasm.h		patch
 	value before entering the trap handler.
 	[spz, ticket #1772]
 
+sys/arch/amd64/amd64/machdep.c			1.184 via patch
+sys/arch/amd64/amd64/netbsd32_machdep.c		1.77 via patch
+
+	If the user process provided a bogus signal handler address, kill it
+	now instead of trying to jump to the bogus address.
+	[spz, ticket #1773]
+



CVS commit: [netbsd-5-0] src/doc

2012-06-05 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Jun  5 19:55:20 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket #1767


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.75 -r1.1.2.76 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.75 src/doc/CHANGES-5.0.3:1.1.2.76
--- src/doc/CHANGES-5.0.3:1.1.2.75	Sun Jun  3 08:48:22 2012
+++ src/doc/CHANGES-5.0.3	Tue Jun  5 19:55:19 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.75 2012/06/03 08:48:22 jdc Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.76 2012/06/05 19:55:19 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -3040,3 +3040,16 @@ sys/kern/uipc_usrreq.c1.137
 	via SCM_RIGHT anxiliary socket messages.
 	[martin, ticket #1766]
 
+dist/bind/CHANGES	patch
+dist/bind/version	patch
+dist/bind/bin/tests/system/unknown/clean.sh		patch
+dist/bind/bin/tests/system/unknown/tests.sh		patch
+dist/bind/bin/tests/system/unknown/ns1/example-in.db	patch
+dist/bind/lib/dns/rdata.cpatch
+dist/bind/lib/dns/rdataslab.cpatch
+	
+	Update bind to 9.7.3-P4:
+	3331.  [security]  dns_rdataslab_fromrdataset could produce bad
+			   rdataslabs. [RT #29644]
+	 [christos, ticket #1767]
+



CVS commit: [netbsd-5-0] src/doc

2012-06-03 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Jun  3 08:48:22 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Tickets 1765 and 1766.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.74 src/doc/CHANGES-5.0.3:1.1.2.75
--- src/doc/CHANGES-5.0.3:1.1.2.74	Tue May 22 18:53:10 2012
+++ src/doc/CHANGES-5.0.3	Sun Jun  3 08:48:22 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.74 2012/05/22 18:53:10 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.75 2012/06/03 08:48:22 jdc Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -3028,3 +3028,15 @@ crypto/dist/openssl/ssl/d1_enc.c		patch
 	Address CVE-2012-2333.
 	[drochner, ticket #1762]
 
+sys/arch/x68k/x68k/clock.c			1.34
+	With the freerunnnig mode, set 0 (=256count) not 0xff (=255count)
+	in Timer-D.  It fixes the clock ticked faster when timecounter uses
+	mfp (as default choice).  It was introduced in rev 1.24 in 2006.
+	Thanks tsutsui@ for many comments.
+	[isaki, ticket #1765]
+
+sys/kern/uipc_usrreq.c1.137
+	Stopgap fix for PR kern/46463: disallow passing of kqueue descriptors
+	via SCM_RIGHT anxiliary socket messages.
+	[martin, ticket #1766]
+



CVS commit: [netbsd-5-0] src/doc

2012-05-22 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue May 22 18:53:11 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
TIcket 1762.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.73 -r1.1.2.74 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.73 src/doc/CHANGES-5.0.3:1.1.2.74
--- src/doc/CHANGES-5.0.3:1.1.2.73	Sat May 19 17:04:02 2012
+++ src/doc/CHANGES-5.0.3	Tue May 22 18:53:10 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.73 2012/05/19 17:04:02 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.74 2012/05/22 18:53:10 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -3023,3 +3023,8 @@ sys/netsmb/subr_mchain.c			1.21
 	PR#44092.
 	[nakayama, ticket #1758]
 
+crypto/dist/openssl/ssl/d1_enc.c		patch
+
+	Address CVE-2012-2333.
+	[drochner, ticket #1762]
+



CVS commit: [netbsd-5-0] src/doc

2012-05-19 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat May 19 16:30:23 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1752.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.71 -r1.1.2.72 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.71 src/doc/CHANGES-5.0.3:1.1.2.72
--- src/doc/CHANGES-5.0.3:1.1.2.71	Sat Apr 21 23:12:17 2012
+++ src/doc/CHANGES-5.0.3	Sat May 19 16:30:23 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.71 2012/04/21 23:12:17 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.72 2012/05/19 16:30:23 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -3012,3 +3012,8 @@ crypto/dist/openssl/crypto/buffer/buffer
 	Address CVE-2012-2110.
 	[spz, ticket #1750]
 
+crypto/dist/openssl/crypto/buffer/buffer.c	patch
+
+	Minor error code fix for ticket #1750.
+	[drochner, ticket #1752]
+



CVS commit: [netbsd-5-0] src/doc

2012-05-19 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat May 19 17:04:02 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1758.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.72 src/doc/CHANGES-5.0.3:1.1.2.73
--- src/doc/CHANGES-5.0.3:1.1.2.72	Sat May 19 16:30:23 2012
+++ src/doc/CHANGES-5.0.3	Sat May 19 17:04:02 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.72 2012/05/19 16:30:23 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.73 2012/05/19 17:04:02 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -3017,3 +3017,9 @@ crypto/dist/openssl/crypto/buffer/buffer
 	Minor error code fix for ticket #1750.
 	[drochner, ticket #1752]
 
+sys/netsmb/subr_mchain.c			1.21
+
+	Fix a regression introduced in netsmb by ticket #1426.
+	PR#44092.
+	[nakayama, ticket #1758]
+



CVS commit: [netbsd-5-0] src/doc

2012-04-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sat Apr 21 15:54:27 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1750.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.69 src/doc/CHANGES-5.0.3:1.1.2.70
--- src/doc/CHANGES-5.0.3:1.1.2.69	Wed Mar 21 21:31:03 2012
+++ src/doc/CHANGES-5.0.3	Sat Apr 21 15:54:27 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.69 2012/03/21 21:31:03 jdc Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.70 2012/04/21 15:54:27 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -3004,3 +3004,11 @@ sys/dev/wscons/wsksymdef.h			1.62
 
 	s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202.
 	[bouyer, ticket #1727]
+crypto/dist/openssl/crypto/mem.c		patch
+crypto/dist/openssl/crypto/asn1/a_d2i_fp.c	patch
+crypto/dist/openssl/crypto/buffer/buffer.c	patch
+sys/miscfs/genfs/genfs_io.c			patch
+
+	Address CVE-2012-2110.
+	[spz, ticket #1750]
+



CVS commit: [netbsd-5-0] src/doc

2012-03-21 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Wed Mar 21 21:31:04 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1727.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.68 -r1.1.2.69 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.68 src/doc/CHANGES-5.0.3:1.1.2.69
--- src/doc/CHANGES-5.0.3:1.1.2.68	Sat Mar 17 19:32:13 2012
+++ src/doc/CHANGES-5.0.3	Wed Mar 21 21:31:03 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.68 2012/03/17 19:32:13 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.69 2012/03/21 21:31:03 jdc Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2998,3 +2998,9 @@ sbin/mount/mount.81.73, 1.74
 	Clarify UFS2 superblock format stuff. Bump date.  Fix PR 45166.
 	[dholland, ticket #1743]
 
+sys/dev/wscons/wsemul_vt100.c			1.31
+sys/dev/wscons/wsemul_vt100_chars.c		1.12
+sys/dev/wscons/wsksymdef.h			1.62
+
+	s/portugese/portuguese/, spotted by Ari Constancio in PR misc/40202.
+	[bouyer, ticket #1727]



CVS commit: [netbsd-5-0] src/doc

2012-03-17 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 17 18:45:46 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1736


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.64 -r1.1.2.65 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.64 src/doc/CHANGES-5.0.3:1.1.2.65
--- src/doc/CHANGES-5.0.3:1.1.2.64	Fri Mar  2 17:44:01 2012
+++ src/doc/CHANGES-5.0.3	Sat Mar 17 18:45:45 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.64 2012/03/02 17:44:01 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.65 2012/03/17 18:45:45 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2962,3 +2962,21 @@ share/zoneinfo/zone.tabpatch
 	Update to tzdata2012b.
 	[apb, ticket #1734]
 
+doc/HACKS	1.123 via patch
+sys/arch/sparc64/conf/Makefile.sparc64		1.71 via patch
+sys/arch/sparc64/conf/files.sparc64		1.138 via patch
+sys/arch/sparc64/sparc64/locore.s		1.340 via patch
+
+	Fix the root cause of the hack disable optimizations for uvm_bio.c
+	on 32 bit kernels.
+
+	gcc converts a division in the calculation of UBC_UMAP_ADDR macro
+	to multiplication (smul or combination of add/sll), and the
+	register of its result contains a garbage in upper 32 bits (the
+	upper 32 bits of smul/add/sll's result isn't zero cleared).
+
+	Then it passes to pseg_get{,_real} through pmap_extract without the
+	zero clear of upper 32 bits in the optimization case.  So the
+	result of pseg_get and pmap_extact sometimes gets screwed up.
+	[nakayama, ticket #1736]
+



CVS commit: [netbsd-5-0] src/doc

2012-03-17 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 17 19:14:44 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1741


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.65 -r1.1.2.66 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.65 src/doc/CHANGES-5.0.3:1.1.2.66
--- src/doc/CHANGES-5.0.3:1.1.2.65	Sat Mar 17 18:45:45 2012
+++ src/doc/CHANGES-5.0.3	Sat Mar 17 19:14:44 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.65 2012/03/17 18:45:45 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.66 2012/03/17 19:14:44 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2980,3 +2980,10 @@ sys/arch/sparc64/sparc64/locore.s		1.340
 	result of pseg_get and pmap_extact sometimes gets screwed up.
 	[nakayama, ticket #1736]
 
+sys/kern/kern_sig.c1.300
+
+	kpsignal2: do not make the signal pending twice when tracing the
+	process, also update a comment and add an assert.
+	Fixes PR/42309 by Nicolas Joly.
+	[christos, ticket #1741]
+



CVS commit: [netbsd-5-0] src/doc

2012-03-17 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 17 19:23:47 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1742


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.66 -r1.1.2.67 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.66 src/doc/CHANGES-5.0.3:1.1.2.67
--- src/doc/CHANGES-5.0.3:1.1.2.66	Sat Mar 17 19:14:44 2012
+++ src/doc/CHANGES-5.0.3	Sat Mar 17 19:23:46 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.66 2012/03/17 19:14:44 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.67 2012/03/17 19:23:46 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2987,3 +2987,9 @@ sys/kern/kern_sig.c1.300
 	Fixes PR/42309 by Nicolas Joly.
 	[christos, ticket #1741]
 
+usr.bin/ktruss/makeerrnos.sh			1.6
+
+	Use 'sort -n -k 3' instead of 'sort -n +2' since the former is more
+	portable.  The latter is not supported by Mac OS X Lion.
+	[dyoung, ticket #1742]
+



CVS commit: [netbsd-5-0] src/doc

2012-03-17 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Mar 17 19:32:13 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1743


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.67 -r1.1.2.68 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.67 src/doc/CHANGES-5.0.3:1.1.2.68
--- src/doc/CHANGES-5.0.3:1.1.2.67	Sat Mar 17 19:23:46 2012
+++ src/doc/CHANGES-5.0.3	Sat Mar 17 19:32:13 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.67 2012/03/17 19:23:46 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.68 2012/03/17 19:32:13 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2993,3 +2993,8 @@ usr.bin/ktruss/makeerrnos.sh			1.6
 	portable.  The latter is not supported by Mac OS X Lion.
 	[dyoung, ticket #1742]
 
+sbin/mount/mount.81.73, 1.74
+
+	Clarify UFS2 superblock format stuff. Bump date.  Fix PR 45166.
+	[dholland, ticket #1743]
+



CVS commit: [netbsd-5-0] src/doc

2012-03-02 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar  2 17:44:02 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1734.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.63 -r1.1.2.64 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.63 src/doc/CHANGES-5.0.3:1.1.2.64
--- src/doc/CHANGES-5.0.3:1.1.2.63	Fri Mar  2 06:41:58 2012
+++ src/doc/CHANGES-5.0.3	Fri Mar  2 17:44:01 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.63 2012/03/02 06:41:58 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.64 2012/03/02 17:44:01 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2955,3 +2955,10 @@ share/zoneinfo/zone.tabpatch
 	Update to tzdata2012a.
 	[apb, ticket #1733]
 
+doc/3RDPARTY	1.921
+share/zoneinfo/northamerica			patch
+share/zoneinfo/zone.tabpatch
+
+	Update to tzdata2012b.
+	[apb, ticket #1734]
+



CVS commit: [netbsd-5-0] src/doc

2012-03-01 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar  2 03:28:21 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1733


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.61 src/doc/CHANGES-5.0.3:1.1.2.62
--- src/doc/CHANGES-5.0.3:1.1.2.61	Sun Feb  5 12:45:54 2012
+++ src/doc/CHANGES-5.0.3	Fri Mar  2 03:28:21 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.61 2012/02/05 12:45:54 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.62 2012/03/02 03:28:21 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2941,3 +2941,15 @@ sys/net/route.c	1.126
 	portion.
 	[christos, ticket #1721]
 
+share/zoneinfo/antarctica			patch
+share/zoneinfo/asiapatch
+share/zoneinfo/australasia			patch
+share/zoneinfo/europepatch
+share/zoneinfo/leapseconds			patch
+share/zoneinfo/northamerica			patch
+share/zoneinfo/southamerica			patch
+share/zoneinfo/zone.tabpatch
+
+	Update to tzdata2012a.
+	[apb, ticket #1733]
+



CVS commit: [netbsd-5-0] src/doc

2012-03-01 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Mar  2 06:41:59 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1733 addendum.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.62 src/doc/CHANGES-5.0.3:1.1.2.63
--- src/doc/CHANGES-5.0.3:1.1.2.62	Fri Mar  2 03:28:21 2012
+++ src/doc/CHANGES-5.0.3	Fri Mar  2 06:41:58 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.62 2012/03/02 03:28:21 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.63 2012/03/02 06:41:58 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2941,6 +2941,8 @@ sys/net/route.c	1.126
 	portion.
 	[christos, ticket #1721]
 
+distrib/sets/lists/base/mi			1.988
+doc/3RDPARTY	1.920 via patch
 share/zoneinfo/antarctica			patch
 share/zoneinfo/asiapatch
 share/zoneinfo/australasia			patch



CVS commit: [netbsd-5-0] src/doc

2012-02-05 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Feb  5 12:45:54 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
tickets 1628, 1718, 1721


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.60 -r1.1.2.61 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.60 src/doc/CHANGES-5.0.3:1.1.2.61
--- src/doc/CHANGES-5.0.3:1.1.2.60	Fri Jan 27 19:32:31 2012
+++ src/doc/CHANGES-5.0.3	Sun Feb  5 12:45:54 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.60 2012/01/27 19:32:31 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.61 2012/02/05 12:45:54 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2923,3 +2923,21 @@ crypto/dist/ssh/auth-options.c		patch
 	Prevent minor information disclosure in ssh.
 	[drochner, ticket #1717]
 
+sys/kern/kern_fork.c1.184 via patch
+
+	fork1: fix stop-on-fork case, lend a correct lock to LWP for
+	LSSTOP state.
+	Fixes PR/44935.
+	[rmind, ticket #1628]
+
+sys/kern/vfs_bio.c1.233
+
+	sysctl_dobuf: re-acquire the sysctl lock on retry path.  PR/45827.
+	[rmind, ticket #1718]
+
+sys/net/route.c	1.126
+
+	Count length from the beginning of the structure not the sa_data
+	portion.
+	[christos, ticket #1721]
+



CVS commit: [netbsd-5-0] src/doc

2012-01-25 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Jan 25 20:49:03 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Tickets 1710-1713.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.58 -r1.1.2.59 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.58 src/doc/CHANGES-5.0.3:1.1.2.59
--- src/doc/CHANGES-5.0.3:1.1.2.58	Mon Jan  2 23:55:31 2012
+++ src/doc/CHANGES-5.0.3	Wed Jan 25 20:49:02 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.58 2012/01/02 23:55:31 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.59 2012/01/25 20:49:02 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2896,3 +2896,25 @@ xsrc/xfree/xc/programs/Xserver/mi/mispri
 	CVE-2010-1166.
 	[is, ticket #1707]
 
+crypto/dist/openssl/ssl/d1_pkt.c	patch
+
+	Address CVE-2012-0050.
+	[drochner, ticket #1710]
+
+crypto/dist/openssl/crypto/x509v3/pcy_map.c	patch
+crypto/dist/openssl/crypto/x509v3/pcy_tree.c	patch
+
+	Address CVE-2011-4109.
+	[drochner, ticket #1711]
+
+crypto/dist/openssl/engines/ccgost/gost2001_keyx.c	patch
+crypto/dist/openssl/engines/ccgost/gost94_keyx.c	patch
+
+	Address CVE-2011-4109.
+	[drochner, ticket #1712]
+
+crypto/dist/openssl/ssl/s3_enc.cpatch
+
+	Address CVE-2011-4576.
+	[drochner, ticket #1713]
+



CVS commit: [netbsd-5-0] src/doc

2012-01-02 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Jan  2 23:55:31 UTC 2012

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
1707


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.57 -r1.1.2.58 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.57 src/doc/CHANGES-5.0.3:1.1.2.58
--- src/doc/CHANGES-5.0.3:1.1.2.57	Sat Dec 31 20:03:50 2011
+++ src/doc/CHANGES-5.0.3	Mon Jan  2 23:55:31 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.57 2011/12/31 20:03:50 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.58 2012/01/02 23:55:31 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2886,3 +2886,13 @@ lib/libtelnet/encrypt.c1.15
 	Avoid buffer overflow, reported by Colin Percival at FreeBSD
 	[christos, ticket #1704]
 
+xsrc/xfree/xc/programs/Xserver/fb/fbpict.c	1.5
+xsrc/xfree/xc/programs/Xserver/mi/miarc.c	1.2
+xsrc/xfree/xc/programs/Xserver/mi/misprite.c	1.2
+
+	mod(a,b) used to be defined with a - in front of naked a, such that
+	uses of mod with certain arithmetic expressions as a led to
+	surprising results, namely the one in Xrender praised in
+	CVE-2010-1166.
+	[is, ticket #1707]
+



CVS commit: [netbsd-5-0] src/doc

2011-11-19 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Nov 19 14:00:19 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1696


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.54 -r1.1.2.55 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.54 src/doc/CHANGES-5.0.3:1.1.2.55
--- src/doc/CHANGES-5.0.3:1.1.2.54	Fri Nov 18 23:08:39 2011
+++ src/doc/CHANGES-5.0.3	Sat Nov 19 14:00:19 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.54 2011/11/18 23:08:39 sborrill Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.55 2011/11/19 14:00:19 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2863,3 +2863,15 @@ dist/bind/lib/dns/rbtdb.c			patch
 	records, leading to an assertion failure.  Fixes CVE-2011-4313.
 	[christos, ticket #1692]
 
+dist/openpam/lib/openpam_configure.c		1.6
+
+	Don't allow '/' characters in the service argument to pam_start()
+	The service is blindly appended to config directories (/etc/pam.d/),
+	and if a user can control the service it can get PAM to read config
+	files from any location.
+	This is not a problem with most software because the service is
+	usually a constant string. The check protects 3rd party software
+	from being abused.
+	(CVE-2011-4122)
+	[drochner, ticket #1696]
+



CVS commit: [netbsd-5-0] src/doc

2011-11-19 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Sat Nov 19 22:26:58 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket #1695


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.55 src/doc/CHANGES-5.0.3:1.1.2.56
--- src/doc/CHANGES-5.0.3:1.1.2.55	Sat Nov 19 14:00:19 2011
+++ src/doc/CHANGES-5.0.3	Sat Nov 19 22:26:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.55 2011/11/19 14:00:19 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.56 2011/11/19 22:26:58 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2875,3 +2875,9 @@ dist/openpam/lib/openpam_configure.c		1.
 	(CVE-2011-4122)
 	[drochner, ticket #1696]
 
+sys/kern/kern_event.c1.74
+
+	kqueue_register: avoid calling fd_getfile() with
+	filedesc_t::fd_lock held. Fixes PR/45479 by KOGULE Ryo.
+	[rmind, ticket #1695]
+



CVS commit: [netbsd-5-0] src/doc

2011-11-18 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Nov 18 22:48:42 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticlet #1691


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.52 src/doc/CHANGES-5.0.3:1.1.2.53
--- src/doc/CHANGES-5.0.3:1.1.2.52	Thu Nov  3 17:56:27 2011
+++ src/doc/CHANGES-5.0.3	Fri Nov 18 22:48:42 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.52 2011/11/03 17:56:27 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.53 2011/11/18 22:48:42 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2851,3 +2851,8 @@ sys/arch/xen/xen/xbdback_xenbus.c		1.45 
 	panic. PR#45158.
 	[bouyer, ticket #1682]
 
+sys/uvm/uvm_meter.c1.57
+
+	Dereference correct variable and thus stop a sysctl crash.
+	[christos, ticket #1691]
+



CVS commit: [netbsd-5-0] src/doc

2011-11-18 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Fri Nov 18 23:08:39 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket #1692


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.53 -r1.1.2.54 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.53 src/doc/CHANGES-5.0.3:1.1.2.54
--- src/doc/CHANGES-5.0.3:1.1.2.53	Fri Nov 18 22:48:42 2011
+++ src/doc/CHANGES-5.0.3	Fri Nov 18 23:08:39 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.53 2011/11/18 22:48:42 sborrill Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.54 2011/11/18 23:08:39 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2856,3 +2856,10 @@ sys/uvm/uvm_meter.c1.57
 	Dereference correct variable and thus stop a sysctl crash.
 	[christos, ticket #1691]
 
+dist/bind/bin/named/query.c			patch
+dist/bind/lib/dns/rbtdb.c			patch
+
+	Cache lookup could return RRSIG data associated with nonexistent
+	records, leading to an assertion failure.  Fixes CVE-2011-4313.
+	[christos, ticket #1692]
+



CVS commit: [netbsd-5-0] src/doc

2011-11-02 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  2 18:17:43 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1684.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.48 src/doc/CHANGES-5.0.3:1.1.2.49
--- src/doc/CHANGES-5.0.3:1.1.2.48	Sun Oct 16 23:49:21 2011
+++ src/doc/CHANGES-5.0.3	Wed Nov  2 18:17:42 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.48 2011/10/16 23:49:21 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.49 2011/11/02 18:17:42 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2819,3 +2819,28 @@ sbin/ifconfig/carp.c1.13
 	Stop ifconfig dumping core when attaching carp to an interface.
 	[bouyer, ticket #1670]
 
+distrib/sets/lists/base/mi		patch
+doc/3RDPARTYpatch
+share/zoneinfo/africa			patch
+share/zoneinfo/antarctica		patch
+share/zoneinfo/asia			patch
+share/zoneinfo/australasia		patch
+share/zoneinfo/backward			patch
+share/zoneinfo/etcetera			patch
+share/zoneinfo/europe			patch
+share/zoneinfo/factory			patch
+share/zoneinfo/iso3166.tab		patch
+share/zoneinfo/leapseconds		patch
+share/zoneinfo/northamerica		patch
+share/zoneinfo/pacificnew		patch
+share/zoneinfo/solar87			patch
+share/zoneinfo/solar88			patch
+share/zoneinfo/solar89			patch
+share/zoneinfo/southamerica		patch
+share/zoneinfo/systemv			patch
+share/zoneinfo/yearistype.sh		patch
+share/zoneinfo/zone.tab			patch
+
+	Update to tzdata2011n.
+	[apb, ticket #1684]
+



CVS commit: [netbsd-5-0] src/doc

2011-10-16 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Oct 16 23:49:21 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1670.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.47 src/doc/CHANGES-5.0.3:1.1.2.48
--- src/doc/CHANGES-5.0.3:1.1.2.47	Mon Aug 22 17:50:07 2011
+++ src/doc/CHANGES-5.0.3	Sun Oct 16 23:49:21 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.47 2011/08/22 17:50:07 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.48 2011/10/16 23:49:21 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2814,3 +2814,8 @@ xsrc/xfree/xc/lib/font/fontfile/decompre
 	Address CVE-2011-2895, buffer overflow in decompression.
 	[joerg, ticket #1661]
 
+sbin/ifconfig/carp.c1.13
+
+	Stop ifconfig dumping core when attaching carp to an interface.
+	[bouyer, ticket #1670]
+



CVS commit: [netbsd-5-0] src/doc

2011-08-22 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Aug 22 17:50:07 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Adjust ticket 1661 entry for additional build-fix pullup.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.46 src/doc/CHANGES-5.0.3:1.1.2.47
--- src/doc/CHANGES-5.0.3:1.1.2.46	Fri Aug 19 20:57:23 2011
+++ src/doc/CHANGES-5.0.3	Mon Aug 22 17:50:07 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.46 2011/08/19 20:57:23 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.47 2011/08/22 17:50:07 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2808,7 +2808,7 @@
 xsrc/external/mit/libXfont/dist/src/fontfile/decompress.c 	1.2-1.3
 src/usr.bin/compress/zopen.c	1.14-1.15
 src/usr.bin/gzip/zuncompress.c	1.9-1.11
-xsrc/xfree/xc/extras/freetype2/src/lzw/zopen.c			1.2
+xsrc/xfree/xc/extras/freetype2/src/lzw/zopen.c			1.2-1.3
 xsrc/xfree/xc/lib/font/fontfile/decompress.c			1.2
 
 	Address CVE-2011-2895, buffer overflow in decompression.



CVS commit: [netbsd-5-0] src/doc

2011-08-19 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Aug 19 20:57:23 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1661.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.45 src/doc/CHANGES-5.0.3:1.1.2.46
--- src/doc/CHANGES-5.0.3:1.1.2.45	Mon Aug  8 19:36:22 2011
+++ src/doc/CHANGES-5.0.3	Fri Aug 19 20:57:23 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.45 2011/08/08 19:36:22 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.46 2011/08/19 20:57:23 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2804,3 +2804,13 @@
 	Prevent crash when using 'ifconfig destroy'.
 	[sborrill, ticket #1643]
 
+xsrc/external/mit/freetype/dist/src/lzw/ftzopen.c		1.4
+xsrc/external/mit/libXfont/dist/src/fontfile/decompress.c 	1.2-1.3
+src/usr.bin/compress/zopen.c	1.14-1.15
+src/usr.bin/gzip/zuncompress.c	1.9-1.11
+xsrc/xfree/xc/extras/freetype2/src/lzw/zopen.c			1.2
+xsrc/xfree/xc/lib/font/fontfile/decompress.c			1.2
+
+	Address CVE-2011-2895, buffer overflow in decompression.
+	[joerg, ticket #1661]
+



CVS commit: [netbsd-5-0] src/doc

2011-08-08 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Aug  8 19:36:22 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1643.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.44 src/doc/CHANGES-5.0.3:1.1.2.45
--- src/doc/CHANGES-5.0.3:1.1.2.44	Thu Jul  7 20:35:27 2011
+++ src/doc/CHANGES-5.0.3	Mon Aug  8 19:36:22 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.44 2011/07/07 20:35:27 sborrill Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.45 2011/08/08 19:36:22 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2799,3 +2799,8 @@
 	Update bind to 9.7.3-P3 fixing CVE-2011-2464
 	[spz, ticket #1647]
 
+sys/net/if.c	1.243
+
+	Prevent crash when using 'ifconfig destroy'.
+	[sborrill, ticket #1643]
+



CVS commit: [netbsd-5-0] src/doc

2011-07-07 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Thu Jul  7 20:35:27 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket #1647


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.43 src/doc/CHANGES-5.0.3:1.1.2.44
--- src/doc/CHANGES-5.0.3:1.1.2.43	Sat Jun 18 16:44:07 2011
+++ src/doc/CHANGES-5.0.3	Thu Jul  7 20:35:27 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.43 2011/06/18 16:44:07 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.44 2011/07/07 20:35:27 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2779,3 +2779,23 @@
 	external phy.
 	[jdc, ticket #1632]
 
+dist/bind/CHANGESpatch
+dist/bind/versionpatch
+dist/bind/lib/dns/apipatch
+dist/bind/lib/dns/masterdump.c			patch
+dist/bind/lib/dns/message.c			patch
+dist/bind/lib/dns/ncache.c			patch
+dist/bind/lib/dns/nsec3.c			patch
+dist/bind/lib/dns/rbtdb.c			patch
+dist/bind/lib/dns/rdataset.c			patch
+dist/bind/lib/dns/resolver.c			patch
+dist/bind/lib/dns/validator.c			patch
+dist/bind/lib/dns/include/dns/rdataset.h	patch
+distrib/sets/lists/base/md.amd64		patch
+distrib/sets/lists/base/md.sparc64		patch
+distrib/sets/lists/base/shl.mi			patch
+lib/libdns/shlib_version			patch
+
+	Update bind to 9.7.3-P3 fixing CVE-2011-2464
+	[spz, ticket #1647]
+



CVS commit: [netbsd-5-0] src/doc

2011-06-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jun 18 11:46:32 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket #1634


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.41 src/doc/CHANGES-5.0.3:1.1.2.42
--- src/doc/CHANGES-5.0.3:1.1.2.41	Sat May 21 13:32:27 2011
+++ src/doc/CHANGES-5.0.3	Sat Jun 18 11:46:32 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.41 2011/05/21 13:32:27 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.42 2011/06/18 11:46:32 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2748,3 +2748,13 @@
 	Fixes CVE-2011-996
 	[spz, ticket #1603]
 
+dist/bind/		patch
+distrib/sets/lists/base/md.amd64			patch
+distrib/sets/lists/base/md.sparc64			patch
+distrib/sets/lists/base/shl.mipatch
+lib/libdns/shlib_versionpatch
+lib/libisc/shlib_versionpatch
+
+	Update bind to 9.7.3-P1, fixing CVE-2011-1910 and CVE-2011-0414
+	[spz, ticket #1634]
+



CVS commit: [netbsd-5-0] src/doc

2011-06-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jun 18 16:44:07 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
tickets 1626, 1629, 1632


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.42 src/doc/CHANGES-5.0.3:1.1.2.43
--- src/doc/CHANGES-5.0.3:1.1.2.42	Sat Jun 18 11:46:32 2011
+++ src/doc/CHANGES-5.0.3	Sat Jun 18 16:44:07 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.42 2011/06/18 11:46:32 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.43 2011/06/18 16:44:07 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2758,3 +2758,24 @@
 	Update bind to 9.7.3-P1, fixing CVE-2011-1910 and CVE-2011-0414
 	[spz, ticket #1634]
 
+sys/arch/m68k/fpe/fpu_emulate.c			1.31
+
+	Fix botch in rev 1.28 that causes wrong results of fcmp and ftst
+	in FPE.  fpu_upd_fpsr() should be called even in discard_result
+	case if an emulated instruction gets proper result without signal.
+	Fixes weird behavior of awk(1) seen on /etc/rc.d/postfix on XM6i and
+	TME emulating sun3 without 68881.
+	[tsutsui, ticket #1626]
+
+sys/kern/kern_fork.c1.181
+
+	Inherit proc_t::p_mqueue_cnt on fork().
+	[rmind, ticket #1629]
+
+sys/dev/ic/gem.c1.97
+
+	Fix corrupted packet problem on 100Mb/s half duplex links.
+	We need to set echo disable on the internal phy too, not just on the
+	external phy.
+	[jdc, ticket #1632]
+



CVS commit: [netbsd-5-0] src/doc

2011-05-21 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat May 21 13:32:28 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1603


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.40 src/doc/CHANGES-5.0.3:1.1.2.41
--- src/doc/CHANGES-5.0.3:1.1.2.40	Thu May 19 19:52:44 2011
+++ src/doc/CHANGES-5.0.3	Sat May 21 13:32:27 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.40 2011/05/19 19:52:44 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.41 2011/05/21 13:32:27 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2736,3 +2736,15 @@
 	(the bt one was ok, but set errno and make it the same for consistency).
 	[christos, ticket #1602]
 
+external/bsd/dhcpcd/dist/dhcp.cpatch
+external/bsd/dhcpcd/dist/dhcpcd-run-hooks.8.in		patch
+external/bsd/dhcpcd/dist/dhcpcd-run-hooks.in		patch	
+external/bsd/dhcpcd/dist/dhcpcd-hooks/20-resolv.conf	patch
+external/bsd/dhcpcd/dist/dhcpcd-hooks/30-hostname	patch
+
+Escape | and  characters before passing the value to the shell
+	Ensure we set a valid hostname, DNS domain and NIS domain.
+	Document the need for input validation in dhcpcd-run-hooks(8).
+	Fixes CVE-2011-996
+	[spz, ticket #1603]
+



CVS commit: [netbsd-5-0] src/doc

2011-05-19 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Thu May 19 19:52:44 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1602


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.39 src/doc/CHANGES-5.0.3:1.1.2.40
--- src/doc/CHANGES-5.0.3:1.1.2.39	Sun Apr 24 15:41:55 2011
+++ src/doc/CHANGES-5.0.3	Thu May 19 19:52:44 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.39 2011/04/24 15:41:55 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.40 2011/05/19 19:52:44 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2728,3 +2728,11 @@
 	Prevent resource DoS from brace expansion.
 	[spz, ticket #1597]
 
+lib/libc/db/btree/bt_open.c			1.25
+lib/libc/db/hash/hash_page.c			1.24
+
+	Correct check for snprintf() overflow via Maksymilian Arciemowicz
+	from FreeBSD.
+	(the bt one was ok, but set errno and make it the same for consistency).
+	[christos, ticket #1602]
+



CVS commit: [netbsd-5-0] src/doc

2011-04-24 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Sun Apr 24 15:41:55 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1597


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.38 src/doc/CHANGES-5.0.3:1.1.2.39
--- src/doc/CHANGES-5.0.3:1.1.2.38	Thu Apr  7 17:25:47 2011
+++ src/doc/CHANGES-5.0.3	Sun Apr 24 15:41:55 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.38 2011/04/07 17:25:47 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.39 2011/04/24 15:41:55 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2723,3 +2723,8 @@
 	response values.
 	[spz, ticket #1595]
 
+lib/libc/gen/glob.c1.28-1.29 via patch
+
+	Prevent resource DoS from brace expansion.
+	[spz, ticket #1597]
+



CVS commit: [netbsd-5-0] src/doc

2011-04-07 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr  7 06:56:25 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
1594


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.35 src/doc/CHANGES-5.0.3:1.1.2.36
--- src/doc/CHANGES-5.0.3:1.1.2.35	Tue Apr  5 06:23:12 2011
+++ src/doc/CHANGES-5.0.3	Thu Apr  7 06:56:25 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.35 2011/04/05 06:23:12 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.36 2011/04/07 06:56:25 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2691,3 +2691,28 @@
 	Protect against stack smashes.
 	[christos, ticket #1593]
 
+xsrc/external/mit/xrdb/dist/COPYING		patch
+xsrc/external/mit/xrdb/dist/ChangeLog		patch
+xsrc/external/mit/xrdb/dist/Makefile.am		patch
+xsrc/external/mit/xrdb/dist/Makefile.in		patch
+xsrc/external/mit/xrdb/dist/README		patch
+xsrc/external/mit/xrdb/dist/aclocal.m4		patch
+xsrc/external/mit/xrdb/dist/config.guess	patch
+xsrc/external/mit/xrdb/dist/config.h.in		patch
+xsrc/external/mit/xrdb/dist/config.sub		patch
+xsrc/external/mit/xrdb/dist/configure		patch
+xsrc/external/mit/xrdb/dist/configure.ac	patch
+xsrc/external/mit/xrdb/dist/depcomp		patch
+xsrc/external/mit/xrdb/dist/install-sh		patch
+xsrc/external/mit/xrdb/dist/missing		patch
+xsrc/external/mit/xrdb/dist/xrdb.c		patch
+xsrc/external/mit/xrdb/dist/xrdb.man		patch
+xsrc/external/mit/xrdb/dist/man/Makefile.am	patch
+xsrc/external/mit/xrdb/dist/man/Makefile.in	patch
+xsrc/external/mit/xrdb/dist/man/xrdb.man	patch
+xsrc/xfree/xc/programs/xrdb/xrdb.c		patch
+external/mit/xorg/bin/xrdb/Makefile		patch
+
+	Fix CVE-2011-0465
+	[mrg, ticket #1594]
+



CVS commit: [netbsd-5-0] src/doc

2011-04-07 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr  7 16:27:12 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
update 1594


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.36 src/doc/CHANGES-5.0.3:1.1.2.37
--- src/doc/CHANGES-5.0.3:1.1.2.36	Thu Apr  7 06:56:25 2011
+++ src/doc/CHANGES-5.0.3	Thu Apr  7 16:27:11 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.36 2011/04/07 06:56:25 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.37 2011/04/07 16:27:11 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2696,6 +2696,7 @@
 xsrc/external/mit/xrdb/dist/Makefile.am		patch
 xsrc/external/mit/xrdb/dist/Makefile.in		patch
 xsrc/external/mit/xrdb/dist/README		patch
+xsrc/external/mit/xrdb/dist/NEWS		remove
 xsrc/external/mit/xrdb/dist/aclocal.m4		patch
 xsrc/external/mit/xrdb/dist/config.guess	patch
 xsrc/external/mit/xrdb/dist/config.h.in		patch
@@ -2706,7 +2707,7 @@
 xsrc/external/mit/xrdb/dist/install-sh		patch
 xsrc/external/mit/xrdb/dist/missing		patch
 xsrc/external/mit/xrdb/dist/xrdb.c		patch
-xsrc/external/mit/xrdb/dist/xrdb.man		patch
+xsrc/external/mit/xrdb/dist/xrdb.man		remove
 xsrc/external/mit/xrdb/dist/man/Makefile.am	patch
 xsrc/external/mit/xrdb/dist/man/Makefile.in	patch
 xsrc/external/mit/xrdb/dist/man/xrdb.man	patch



CVS commit: [netbsd-5-0] src/doc

2011-04-07 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Apr  7 17:25:47 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1595.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.37 src/doc/CHANGES-5.0.3:1.1.2.38
--- src/doc/CHANGES-5.0.3:1.1.2.37	Thu Apr  7 16:27:11 2011
+++ src/doc/CHANGES-5.0.3	Thu Apr  7 17:25:47 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.37 2011/04/07 16:27:11 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.38 2011/04/07 17:25:47 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2717,3 +2717,9 @@
 	Fix CVE-2011-0465
 	[mrg, ticket #1594]
 
+dist/dhcp/client/dhclient.c			1.21
+
+	CVE-2011-0997 dhclient: insufficient sanitization of certain DHCP
+	response values.
+	[spz, ticket #1595]
+



CVS commit: [netbsd-5-0] src/doc

2011-04-03 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Apr  3 06:11:06 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket #1590.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.33 src/doc/CHANGES-5.0.3:1.1.2.34
--- src/doc/CHANGES-5.0.3:1.1.2.33	Tue Mar 29 20:13:51 2011
+++ src/doc/CHANGES-5.0.3	Sun Apr  3 06:11:05 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.33 2011/03/29 20:13:51 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.34 2011/04/03 06:11:05 jdc Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2679,3 +2679,9 @@
   
 	[spz, ticket #1586]
 
+sys/netinet6/ipcomp_input.c			1.37
+sys/netipsec/xform_ipcomp.c			1.26
+
+	mitigation for CVE-2011-1547
+	[spz, ticket #1590]
+



CVS commit: [netbsd-5-0] src/doc

2011-03-29 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Mar 29 20:13:51 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1586


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.32 src/doc/CHANGES-5.0.3:1.1.2.33
--- src/doc/CHANGES-5.0.3:1.1.2.32	Thu Mar 24 20:11:25 2011
+++ src/doc/CHANGES-5.0.3	Tue Mar 29 20:13:51 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.32 2011/03/24 20:11:25 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.33 2011/03/29 20:13:51 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2673,3 +2673,9 @@
 	including the vulnerability reported in CVE-2011-0411.
 	[tron, ticket #1578]
 
+sys/netinet/tcp_output.c			1.170
+
+	Clean up setting ECN bit in TOS.  Fixes PR 44742
+  
+	[spz, ticket #1586]
+



CVS commit: [netbsd-5-0] src/doc

2011-03-24 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Thu Mar 24 20:11:25 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1578.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.31 src/doc/CHANGES-5.0.3:1.1.2.32
--- src/doc/CHANGES-5.0.3:1.1.2.31	Tue Mar 22 20:03:04 2011
+++ src/doc/CHANGES-5.0.3	Thu Mar 24 20:11:25 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.31 2011/03/22 20:03:04 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.32 2011/03/24 20:11:25 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2612,3 +2612,64 @@
 	like len / 0 = 1
 	[spz, ticket #1571]
 
+gnu/dist/postfix/HISTORYpatch
+gnu/dist/postfix/RELEASE_NOTESpatch
+gnu/dist/postfix/makedefspatch
+gnu/dist/postfix/conf/postfix-files			patch
+gnu/dist/postfix/conf/transportpatch
+gnu/dist/postfix/html/oqmgr.8.html			patch
+gnu/dist/postfix/html/pcre_table.5.html			patch
+gnu/dist/postfix/html/pickup.8.html			patch
+gnu/dist/postfix/html/postconf.5.html			patch
+gnu/dist/postfix/html/qmgr.8.html			patch
+gnu/dist/postfix/html/transport.5.html			patch
+gnu/dist/postfix/man/man5/pcre_table.5			patch
+gnu/dist/postfix/man/man5/postconf.5			patch
+gnu/dist/postfix/man/man5/transport.5			patch
+gnu/dist/postfix/man/man8/oqmgr.8			patch
+gnu/dist/postfix/man/man8/pickup.8			patch
+gnu/dist/postfix/man/man8/qmgr.8			patch
+gnu/dist/postfix/mantools/postlink			patch
+gnu/dist/postfix/proto/pcre_table			patch
+gnu/dist/postfix/proto/postconf.proto			patch
+gnu/dist/postfix/proto/transport			patch
+gnu/dist/postfix/src/cleanup/cleanup_map1n.c		patch
+gnu/dist/postfix/src/global/cleanup_user.h		patch
+gnu/dist/postfix/src/global/db_common.c			patch
+gnu/dist/postfix/src/global/mail_params.h		patch
+gnu/dist/postfix/src/global/mail_version.h		patch
+gnu/dist/postfix/src/global/pipe_command.c		patch
+gnu/dist/postfix/src/local/recipient.c			patch
+gnu/dist/postfix/src/master/master_sig.c		patch
+gnu/dist/postfix/src/milter/milter8.c			patch
+gnu/dist/postfix/src/oqmgr/qmgr.c			patch
+gnu/dist/postfix/src/oqmgr/qmgr_transport.c		patch
+gnu/dist/postfix/src/pickup/pickup.c			patch
+gnu/dist/postfix/src/postdrop/postdrop.c		patch
+gnu/dist/postfix/src/postsuper/postsuper.c		patch
+gnu/dist/postfix/src/qmgr/qmgr.c			patch
+gnu/dist/postfix/src/qmgr/qmgr.h			patch
+gnu/dist/postfix/src/qmgr/qmgr_entry.c			patch
+gnu/dist/postfix/src/qmgr/qmgr_job.c			patch
+gnu/dist/postfix/src/qmgr/qmgr_queue.c			patch
+gnu/dist/postfix/src/qmgr/qmgr_transport.c		patch
+gnu/dist/postfix/src/smtp/smtp_proto.c			patch
+gnu/dist/postfix/src/smtp/smtp_reuse.c			patch
+gnu/dist/postfix/src/smtpd/smtpd.c			patch
+gnu/dist/postfix/src/smtpd/smtpd_check.c		patch
+gnu/dist/postfix/src/smtpd/smtpd_proxy.c		patch
+gnu/dist/postfix/src/tls/Makefile.in			patch
+gnu/dist/postfix/src/tls/tls_certkey.c			patch
+gnu/dist/postfix/src/tls/tls_misc.c			patch
+gnu/dist/postfix/src/trivial-rewrite/resolve.c		patch
+gnu/dist/postfix/src/util/events.c			patch
+gnu/dist/postfix/src/util/host_port.c			patch
+gnu/dist/postfix/src/util/make_dirs.c			patch
+gnu/dist/postfix/src/util/sys_defs.h			patch
+gnu/dist/postfix/src/util/valid_hostname.c		patch
+gnu/dist/postfix/src/util/watchdog.c			patch
+
+	Update Postfix to version 2.5.12. This update fixes many bugs   
+	including the vulnerability reported in CVE-2011-0411.
+	[tron, ticket #1578]
+



CVS commit: [netbsd-5-0] src/doc

2011-03-22 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Mar 22 20:03:05 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1571


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.30 src/doc/CHANGES-5.0.3:1.1.2.31
--- src/doc/CHANGES-5.0.3:1.1.2.30	Sun Mar 20 21:33:41 2011
+++ src/doc/CHANGES-5.0.3	Tue Mar 22 20:03:04 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.30 2011/03/20 21:33:41 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.31 2011/03/22 20:03:04 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2602,3 +2602,13 @@
 	Reported by Maksymilian Arciemowicz
 	[spz, ticket #1574]
 
+sys/net/bpf_filter.c1.36, 1.42 - 1.46 via patch
+
+	Avoid stack memory disclosure by keeping track during filter
+	validation time of initialized memory. Idea taken from linux.
+	the correct check for BPF_K is with BPF_SRC for BPF_ALU ops, from
+	Guy Harris per PR kern/43185
+	fixes possible division-by-zero crashes by evil filter expressions
+	like len / 0 = 1
+	[spz, ticket #1571]
+



CVS commit: [netbsd-5-0] src/doc

2011-03-20 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Mar 20 21:33:41 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
tickets 1567, 1574


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.29 -r1.1.2.30 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.29 src/doc/CHANGES-5.0.3:1.1.2.30
--- src/doc/CHANGES-5.0.3:1.1.2.29	Tue Mar  8 17:44:16 2011
+++ src/doc/CHANGES-5.0.3	Sun Mar 20 21:33:41 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.29 2011/03/08 17:44:16 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.30 2011/03/20 21:33:41 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2588,3 +2588,17 @@
 	Add keys directory for recently updated BIND.
 	[spz, ticket #1566]
 
+sys/kern/vfs_syscalls.c1.415 via patch
+
+	Check for bogus flags to access() up front. Otherwise we end up
+	calling VOP_ACCESS with flags 0 and something asserts deep in the
+	bowels of kauth. PR 44648 from Taylor Campbell. (I moved the check
+	earlier relative to the suggested patch.)
+	[dholland, ticket #1567]
+
+lib/libc/inet/inet_net_pton.c			1.2
+
+	Check bits on each loop to prevent integer oveflow.
+	Reported by Maksymilian Arciemowicz
+	[spz, ticket #1574]
+



CVS commit: [netbsd-5-0] src/doc

2011-03-08 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Tue Mar  8 17:44:17 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1566.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.28 src/doc/CHANGES-5.0.3:1.1.2.29
--- src/doc/CHANGES-5.0.3:1.1.2.28	Mon Mar  7 17:12:40 2011
+++ src/doc/CHANGES-5.0.3	Tue Mar  8 17:44:16 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.28 2011/03/07 17:12:40 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.29 2011/03/08 17:44:16 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2582,3 +2582,9 @@
 	Sanitize arguments before memory allocation.
 	[joerg, ticket #1575]
 
+distrib/sets/lists/base/mi			1.881 via patch
+etc/mtree/NetBSD.distpatch
+
+	Add keys directory for recently updated BIND.
+	[spz, ticket #1566]
+



CVS commit: [netbsd-5-0] src/doc

2011-03-07 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Mar  7 17:12:40 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
1575


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.27 -r1.1.2.28 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.27 src/doc/CHANGES-5.0.3:1.1.2.28
--- src/doc/CHANGES-5.0.3:1.1.2.27	Wed Feb 16 21:24:15 2011
+++ src/doc/CHANGES-5.0.3	Mon Mar  7 17:12:40 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.27 2011/02/16 21:24:15 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.28 2011/03/07 17:12:40 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2577,3 +2577,8 @@
 	patch taken from http://www.openssl.org/news/secadv_20110208.txt
 	[spz, ticket #1545]
 
+sys/kern/init_sysctl.cpatch
+
+	Sanitize arguments before memory allocation.
+	[joerg, ticket #1575]
+



CVS commit: [netbsd-5-0] src/doc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 20:38:45 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1540


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.25 -r1.1.2.26 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.25 src/doc/CHANGES-5.0.3:1.1.2.26
--- src/doc/CHANGES-5.0.3:1.1.2.25	Sun Jan 16 13:23:21 2011
+++ src/doc/CHANGES-5.0.3	Wed Feb 16 20:38:45 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.25 2011/01/16 13:23:21 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.26 2011/02/16 20:38:45 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2565,3 +2565,9 @@
 	Fix a kernel lock leak
 	[pooka, ticket #1529]
 
+sys/dev/pci/pci.c1.131
+
+	During shutdown, restore the each PCI device's bus-mastering enable to
+	the state that we found it in before attaching a driver to it.
+	[dyoung, ticket #1540]
+



CVS commit: [netbsd-5-0] src/doc

2011-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Feb 16 21:24:15 UTC 2011

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
ticket 1545


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.26 -r1.1.2.27 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.26 src/doc/CHANGES-5.0.3:1.1.2.27
--- src/doc/CHANGES-5.0.3:1.1.2.26	Wed Feb 16 20:38:45 2011
+++ src/doc/CHANGES-5.0.3	Wed Feb 16 21:24:15 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.26 2011/02/16 20:38:45 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.27 2011/02/16 21:24:15 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -2571,3 +2571,9 @@
 	the state that we found it in before attaching a driver to it.
 	[dyoung, ticket #1540]
 
+crypto/external/bsd/openssl/dist/ssl/t1_lib.c	1.4 via patch
+
+	fix for CVE-2011-0014 (OCSP stapling vulnerability in OpenSSL)
+	patch taken from http://www.openssl.org/news/secadv_20110208.txt
+	[spz, ticket #1545]
+



CVS commit: [netbsd-5-0] src/doc

2010-12-10 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Fri Dec 10 21:45:17 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
tickets 1509 and 1510


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.22 src/doc/CHANGES-5.0.3:1.1.2.23
--- src/doc/CHANGES-5.0.3:1.1.2.22	Mon Nov 22 02:54:30 2010
+++ src/doc/CHANGES-5.0.3	Fri Dec 10 21:45:17 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.22 2010/11/22 02:54:30 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.23 2010/12/10 21:45:17 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -356,3 +356,22 @@
 	freeing free block panics.
 	[hannken, ticket #1477]
 
+crypto/external/bsd/openssl/dist/ssl/s3_clnt.c	1.3 via patch
+crypto/external/bsd/openssl/dist/ssl/s3_srvr.c	1.6 via patch
+
+	openssl security patch of the day:
+	Fix a flaw in the OpenSSL SSL/TLS server code where an old bug
+	workaround allows malicous clients to modify the stored session cache
+	ciphersuite. In some cases the ciphersuite can be downgraded to a
+	weaker one on subsequent connections. See
+	http://www.openssl.org/news/secadv_20101202.txt
+	(CVE-2010-4180)
+	[drochner, ticket #1509]
+
+crypto/external/bsd/openssl/dist/ssl/t1_lib.c	1.3 via patch
+
+	fix bug introduced by last security patch, from upstream CVS:
+	Don't assume a decode error if session tlsext_ecpointformatlist is
+	not NULL: it can be legitimately set elsewhere.
+	[drochner, ticket #1510]
+



CVS commit: [netbsd-5-0] src/doc

2010-11-21 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Nov 22 02:54:30 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1477


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.21 src/doc/CHANGES-5.0.3:1.1.2.22
--- src/doc/CHANGES-5.0.3:1.1.2.21	Fri Nov 19 21:12:29 2010
+++ src/doc/CHANGES-5.0.3	Mon Nov 22 02:54:30 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.21 2010/11/19 21:12:29 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.22 2010/11/22 02:54:30 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -350,3 +350,9 @@
 	Fix a race condition. (CVE-2010-3864)
 	[christos, ticket #1479]
 
+sys/kern/vfs_wapbl.c1.38 via patch
+
+	Fix an error that can lead to file system corruption and 
+	freeing free block panics.
+	[hannken, ticket #1477]
+



CVS commit: [netbsd-5-0] src/doc

2010-11-19 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Nov 19 21:12:30 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1479.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.20 src/doc/CHANGES-5.0.3:1.1.2.21
--- src/doc/CHANGES-5.0.3:1.1.2.20	Fri Oct 15 23:21:43 2010
+++ src/doc/CHANGES-5.0.3	Fri Nov 19 21:12:29 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.20 2010/10/15 23:21:43 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.21 2010/11/19 21:12:29 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -345,3 +345,8 @@
 	access to the next level directory from the virtual root directory.
 	[mrg, ticket #1456]
 
+crypto/dist/openssl/ssl/t1_lib.c		patch
+
+	Fix a race condition. (CVE-2010-3864)
+	[christos, ticket #1479]
+



CVS commit: [netbsd-5-0] src/doc

2010-10-15 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Oct 15 23:21:43 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
1456.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.19 -r1.1.2.20 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.19 src/doc/CHANGES-5.0.3:1.1.2.20
--- src/doc/CHANGES-5.0.3:1.1.2.19	Wed Sep 22 22:52:27 2010
+++ src/doc/CHANGES-5.0.3	Fri Oct 15 23:21:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.19 2010/09/22 22:52:27 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.20 2010/10/15 23:21:43 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -339,3 +339,9 @@
 	Avoid integer overflow that can lead to buffer overflow.
 	[christos, ticket #1455]
 
+libexec/httpd/bozohttpd.c			patch
+
+	Fix a serious error in vhost handling; Host:.. would allow
+	access to the next level directory from the virtual root directory.
+	[mrg, ticket #1456]
+



CVS commit: [netbsd-5-0] src/doc

2010-09-07 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Sep  7 19:39:57 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Tickets 1447 - 1449


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.17 src/doc/CHANGES-5.0.3:1.1.2.18
--- src/doc/CHANGES-5.0.3:1.1.2.17	Tue Aug 31 10:56:34 2010
+++ src/doc/CHANGES-5.0.3	Tue Sep  7 19:39:56 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.17 2010/08/31 10:56:34 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.18 2010/09/07 19:39:56 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -306,3 +306,31 @@
 	  wrap around.
 	[christos, ticket #1444]
 
+crypto/external/bsd/openssl/dist/ssl/s3_clnt.c	1.2 via patch
+
+	fix CVE-2010-2939:
+	a double free() in error case cause a SEGV, see the thread
+	openssl-1.0.0a and glibc detected sthg ;) in openssl-dev.
+	[drochner, ticket #1447]
+
+sys/miscfs/genfs/genfs_io.c			1.40 via patch
+sys/miscfs/genfs/genfs_node.h			1.20 via patch
+sys/miscfs/genfs/genfs_vnops.c			1.183 via patch
+sys/ufs/ufs/ufs_inode.c1.83 via patch
+sys/uvm/uvm_pager.h1.39 via patch
+
+	replace the earlier workaround for PR 40389 with a better fix.
+	the earlier change caused data corruption by freeing pages
+	without invaliding their mappings.  instead of the trylock/retry,
+	just take the genfs-node lock before calling VOP_GETPAGES()
+	and pass a new flag to tell it that we're already holding this lock.
+	[chs, ticket #1448]
+
+sys/arch/amd64/amd64/netbsd32_machdep.c		1.66, 1.67
+sys/arch/amd64/include/segments.h		1.21
+
+	in check_mcontext32(), accept the LDT selector for 32-bit user code
+	as well as the GDT selector.  fixes PR 43835.
+	accept the LDT selector in check_sigcontext32() too.
+	[chs, ticket #1449]
+



CVS commit: [netbsd-5-0] src/doc

2010-08-31 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Aug 31 10:56:34 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1444


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.16 src/doc/CHANGES-5.0.3:1.1.2.17
--- src/doc/CHANGES-5.0.3:1.1.2.16	Wed Aug 25 04:16:32 2010
+++ src/doc/CHANGES-5.0.3	Tue Aug 31 10:56:34 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.16 2010/08/25 04:16:32 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.17 2010/08/31 10:56:34 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -295,3 +295,14 @@
 	Correct incomplete size checks for the coda ioctls.
 	[christos, ticket #1431]
 
+sys/kern/exec_subr.c1.65
+sys/kern/kern_pax.c1.24
+
+	Fix issues with stack allocation and pax aslr:
+	- since the size is unsigned, don't check just that it is  0,
+	  but limit it to the MAXSSIZ
+	- if the stack size is reduced because of aslr, make sure we reduce
+	  the actual allocation by the same size so that the size does not
+	  wrap around.
+	[christos, ticket #1444]
+



CVS commit: [netbsd-5-0] src/doc

2010-08-24 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Aug 25 04:16:32 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
1431.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.15 src/doc/CHANGES-5.0.3:1.1.2.16
--- src/doc/CHANGES-5.0.3:1.1.2.15	Mon Jul 19 18:15:38 2010
+++ src/doc/CHANGES-5.0.3	Wed Aug 25 04:16:32 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.15 2010/07/19 18:15:38 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.16 2010/08/25 04:16:32 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -288,3 +288,10 @@
 	Fix globbing in libc and sftp.
 	[christos, ticket #1430]
 
+sys/coda/coda.h	1.16
+sys/coda/coda_venus.c1.28
+sys/coda/coda_vnops.c1.76
+
+	Correct incomplete size checks for the coda ioctls.
+	[christos, ticket #1431]
+



CVS commit: [netbsd-5-0] src/doc

2010-07-19 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Mon Jul 19 18:15:38 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1430.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.14 src/doc/CHANGES-5.0.3:1.1.2.15
--- src/doc/CHANGES-5.0.3:1.1.2.14	Fri Jul 16 19:12:26 2010
+++ src/doc/CHANGES-5.0.3	Mon Jul 19 18:15:38 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.14 2010/07/16 19:12:26 riz Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.15 2010/07/19 18:15:38 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -280,3 +280,11 @@
 	was initialized.
 	[dyoung, ticket #1428]
 
+crypto/dist/ssh/sftp-glob.c			patch
+crypto/dist/ssh/sftp.cpatch
+lib/libc/gen/glob.31.37 via patch
+lib/libc/gen/glob.c1.25-1.26
+
+	Fix globbing in libc and sftp.
+	[christos, ticket #1430]
+



CVS commit: [netbsd-5-0] src/doc

2010-07-16 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri Jul 16 19:12:26 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Tickets 1424, 1426, 1428.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.13 src/doc/CHANGES-5.0.3:1.1.2.14
--- src/doc/CHANGES-5.0.3:1.1.2.13	Thu May 20 05:57:43 2010
+++ src/doc/CHANGES-5.0.3	Fri Jul 16 19:12:26 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.13 2010/05/20 05:57:43 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.14 2010/07/16 19:12:26 riz Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -257,3 +257,26 @@
 	entered with what look like valid registers.
 	[riz, ticket #1401]
 
+sys/arch/amd64/amd64/netbsd32_machdep.c		patch
+sys/arch/i386/i386/trap.c			patch
+
+	Fix several panics that can be caused by applications using
+	bad segment register values with setcontext() or sigreturn().
+	[chs, ticket #1424]
+
+sys/netsmb/mchain.h1.9
+sys/netsmb/smb_dev.h1.7
+sys/netsmb/smb_subr.c1.35
+sys/netsmb/smb_subr.h1.19
+sys/netsmb/subr_mchain.c			1.19
+
+	Convert sizes/lengths to unsigned (size_t) or uint32_t
+	(for binary compatibility).
+	[christos, ticket #1426]
+
+sys/netinet6/udp6_output.c			1.41 via patch
+
+	udp6_output(): call ip6_clearpktopts(opt, ...) only if opt
+	was initialized.
+	[dyoung, ticket #1428]
+



CVS commit: [netbsd-5-0] src/doc

2010-05-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu May 20 05:57:43 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Tickets 1388 and 1401.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.12 -r1.1.2.13 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.12 src/doc/CHANGES-5.0.3:1.1.2.13
--- src/doc/CHANGES-5.0.3:1.1.2.12	Fri Apr 23 04:21:59 2010
+++ src/doc/CHANGES-5.0.3	Thu May 20 05:57:43 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.12 2010/04/23 04:21:59 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.13 2010/05/20 05:57:43 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -227,3 +227,33 @@
 	marked as not being executable).
 	[jym, ticket #1380]
 
+sys/conf/copyright1.7
+
+	Welcome to 2010.
+	[tsutsui, ticket #1388]
+
+sys/arch/i386/i386/trap.c			1.251-1.253 via patch
+sys/arch/i386/i386/vector.S			1.50-1.51 via patch
+
+	If we fault on the 'iret' during return to userpace (eg if %eip is
+	outside the bounds of %cs) then hack the stack to contain a normal
+	fault frame for the signal setup code (etc).
+	Previously the code assumed that the original user trap frame was
+	still present - at it is for faults when loading the segment
+	registers.
+	--
+	If we fault on the iret during return to userspace, see if we need
+	to do a lazy update of %cs to make the stack executable.  If a
+	change is made, just retry the failing sequence.  Signal handlers
+	as gcc nested local functions now work!
+	--
+	Fix 'fault on load of %gs during retirn to userspace' to look for
+	the correct instruction bytes.  Take the 'fault on load segment
+	register' through the same path as 'fault on iret' so we don't have
+	to fixup the broken stackframe that contains a mix of user and
+	kernel registers. Update comments about how the faults during
+	return to userspace are processed.  Setting an invalid %gs in the
+	saved context of a signal handler causes a SIGSEGV handler to be
+	entered with what look like valid registers.
+	[riz, ticket #1401]
+



CVS commit: [netbsd-5-0] src/doc

2010-04-22 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Apr 22 20:12:37 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Tickets 1376 and 1377.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.10 src/doc/CHANGES-5.0.3:1.1.2.11
--- src/doc/CHANGES-5.0.3:1.1.2.10	Mon Apr 12 21:55:48 2010
+++ src/doc/CHANGES-5.0.3	Thu Apr 22 20:12:37 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.10 2010/04/12 21:55:48 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.11 2010/04/22 20:12:37 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -193,3 +193,19 @@
 	Fix CVE-2009-3767.
 	[lukem, ticket #1374]
 
+sys/arch/amd64/amd64/locore.S			1.56
+
+	When kernel remaps to high memory in amd64 locore, the GDT used
+	before becomes invalid. As such, split it in two parts, one for
+	use when system boots in low memory, and one for use when it jumps
+	to high memory.
+	[jym, ticket #1376]
+
+sys/arch/x86/x86/identcpu.c			1.19
+
+	Fix a test semantic in cpu_probe(): check that the CPU currently
+	probed is the first one booting by comparing its struct cpu_info
+	address with cpu_info_primary, rather than supposing that
+	cpu_feature variables are set to 0.
+	[jym, ticket #1377]
+



CVS commit: [netbsd-5-0] src/doc

2010-04-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Apr 12 21:55:48 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1374.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.9 src/doc/CHANGES-5.0.3:1.1.2.10
--- src/doc/CHANGES-5.0.3:1.1.2.9	Mon Apr 12 02:36:38 2010
+++ src/doc/CHANGES-5.0.3	Mon Apr 12 21:55:48 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.9 2010/04/12 02:36:38 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.10 2010/04/12 21:55:48 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -188,3 +188,8 @@
 	Update version to 20100320.
 	[lukem, ticket #1372]
 
+external/bsd/openldap/dist/libraries/libldap/tls.c patch
+
+	Fix CVE-2009-3767.
+	[lukem, ticket #1374]
+



CVS commit: [netbsd-5-0] src/doc

2010-03-28 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Mar 28 15:43:25 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Tickets 1352 and 1355.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.6 src/doc/CHANGES-5.0.3:1.1.2.7
--- src/doc/CHANGES-5.0.3:1.1.2.6	Sat Mar  6 23:21:18 2010
+++ src/doc/CHANGES-5.0.3	Sun Mar 28 15:43:25 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.6 2010/03/06 23:21:18 sborrill Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.7 2010/03/28 15:43:25 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -158,3 +158,16 @@
 	Should fix PR#42881.
 	[joerg, ticket #1320]
 
+crypto/dist/openssl/ssl/s3_pkt.c		patch
+
+	Apply patchset 19476 from openssl repository, fixing CVE-2010-0740.
+	From http://www.openssl.org/news/secadv_20100324.txt:
+	In TLS connections, certain incorrectly formatted records can cause
+	an OpenSSL client or server to crash due to a read attempt at NULL.
+	[bouyer, ticket #1355]
+
+sys/kern/uipc_syscalls.c			patch
+
+	In do_sys_recvmsg(), call free(9) with the same type malloc(9) used.
+	[jakllsch, ticket #1352]
+



CVS commit: [netbsd-5-0] src/doc

2010-02-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Tue Feb 16 21:27:22 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Tickets 1307  1308


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.3 src/doc/CHANGES-5.0.3:1.1.2.4
--- src/doc/CHANGES-5.0.3:1.1.2.3	Mon Feb 15 01:20:27 2010
+++ src/doc/CHANGES-5.0.3	Tue Feb 16 21:27:22 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.3 2010/02/15 01:20:27 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.4 2010/02/16 21:27:22 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -125,3 +125,25 @@
 	  as the version used to build the package
 	[joerg, ticket #1298]
 
+sys/arch/i386/i386/ibcs2_machdep.c		1.40
+sys/arch/i386/i386/svr4_machdep.c		1.96
+
+	fix confused CS selector, fixes the panic reported by Mark Davis
+	per PR port-i386/42787 (the panic happens due to a GPF when a
+	privileged descriptor is tried to be loaded with the UPL bit set)
+	The original bug is very old (pre-2.0, i386/svr4_machdep.c rev. 1.69),
+	but it was relatively harmless until the order of GDT entries was
+	shuffled (pre-5.0, i386/segments.h rev. 1.42). Before, it caused
+	a userlevel data selector to be used for CS which broke the emulation
+	(likely the reason of PR port-i386/32424). The shuffle made that
+	a privileged selector was used, causing the GPF.
+	(recent -current doesn't panic on that GPF which seems to be a
+	side effect of another change)
+	[drochner, ticket #1307]
+
+tools/compat/getmode.c1.8
+
+	include unistd.h where getmode is traditionally declared.
+	Fix build on OS X 10.6.
+	[snj, ticket #1308]
+



CVS commit: [netbsd-5-0] src/doc

2010-02-14 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sun Feb 14 14:05:07 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Ticket 1305


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.1 src/doc/CHANGES-5.0.3:1.1.2.2
--- src/doc/CHANGES-5.0.3:1.1.2.1	Sat Feb 13 08:17:17 2010
+++ src/doc/CHANGES-5.0.3	Sun Feb 14 14:05:07 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.1 2010/02/13 08:17:17 snj Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.2 2010/02/14 14:05:07 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -9,3 +9,7 @@
 	Welcome to 5.0.2_PATCH.
 	[snj]
 
+distrib/pmax/instkernel/Makefile		patch
+
+	Bump the size of the pmax instkernel ramdisk to 2200k.
+	[snj, ticket #1305]



CVS commit: [netbsd-5-0] src/doc

2010-02-14 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Mon Feb 15 01:20:27 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Tickets 1294 and 1298.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-5.0.3

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-5.0.3
diff -u src/doc/CHANGES-5.0.3:1.1.2.2 src/doc/CHANGES-5.0.3:1.1.2.3
--- src/doc/CHANGES-5.0.3:1.1.2.2	Sun Feb 14 14:05:07 2010
+++ src/doc/CHANGES-5.0.3	Mon Feb 15 01:20:27 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.3,v 1.1.2.2 2010/02/14 14:05:07 bouyer Exp $
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.3 2010/02/15 01:20:27 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
 release:
@@ -13,3 +13,115 @@
 
 	Bump the size of the pmax instkernel ramdisk to 2200k.
 	[snj, ticket #1305]
+
+external/bsd/fetch/dist/libfetch/common.c	patch
+external/bsd/fetch/dist/libfetch/common.h	patch
+external/bsd/fetch/dist/libfetch/errlist.sh	patch
+external/bsd/fetch/dist/libfetch/fetch.3	patch
+external/bsd/fetch/dist/libfetch/fetch.c	patch
+external/bsd/fetch/dist/libfetch/fetch.cat3	patch
+external/bsd/fetch/dist/libfetch/fetch.h	patch
+external/bsd/fetch/dist/libfetch/file.c		patch
+external/bsd/fetch/dist/libfetch/ftp.c		patch
+external/bsd/fetch/dist/libfetch/ftp.errors	patch
+external/bsd/fetch/dist/libfetch/http.c		patch
+external/bsd/fetch/dist/libfetch/http.errors	patch
+
+	Update libfetch to 2.30.
+	libfetch-2.25:
+	- address a number of lint warnings
+	- fix strict-alignment issues for GCC 4.4
+	- fix a bug in the line reading optimisation
+	- do not reuse a FTP connection if there is an active transfer on it
+
+	libfetch-2.26:
+	- Add support to aggressively cache directory listenings, useful for
+	  HTTP
+	- Avoid leaking memory in error cases. From Xavier from Arch Linux.
+
+	libfetch-2.30:
+	- Revamped connection cache, allowing more than one active session
+	- HTTP keep-alive support
+	[joerg, ticket #1294]
+
+external/bsd/pkg_install/dist/add/add.h			patch
+external/bsd/pkg_install/dist/add/main.c		patch
+external/bsd/pkg_install/dist/add/perform.c		patch
+external/bsd/pkg_install/dist/add/pkg_add.1		patch
+external/bsd/pkg_install/dist/admin/audit.c		patch
+external/bsd/pkg_install/dist/admin/check.c		patch
+external/bsd/pkg_install/dist/admin/main.c		patch
+external/bsd/pkg_install/dist/admin/pkg_admin.1		patch
+external/bsd/pkg_install/dist/bpm/bpm.1			patch
+external/bsd/pkg_install/dist/bpm/bpm.sh.in		patch
+external/bsd/pkg_install/dist/create/build.c		patch
+external/bsd/pkg_install/dist/create/create.h		patch
+external/bsd/pkg_install/dist/create/main.c		patch
+external/bsd/pkg_install/dist/create/perform.c		patch
+external/bsd/pkg_install/dist/create/pkg_create.1	patch
+external/bsd/pkg_install/dist/create/pl.c		patch
+external/bsd/pkg_install/dist/delete/pkg_delete.1	patch
+external/bsd/pkg_install/dist/delete/pkg_delete.1.in	patch
+external/bsd/pkg_install/dist/delete/pkg_delete.c	patch
+external/bsd/pkg_install/dist/info/info.h		patch
+external/bsd/pkg_install/dist/info/main.c		patch
+external/bsd/pkg_install/dist/info/perform.c		patch
+external/bsd/pkg_install/dist/info/pkg_info.1		patch
+external/bsd/pkg_install/dist/info/show.c		patch
+external/bsd/pkg_install/dist/lib/automatic.c		patch
+external/bsd/pkg_install/dist/lib/conflicts.c		patch
+external/bsd/pkg_install/dist/lib/decompress.c		patch
+external/bsd/pkg_install/dist/lib/defs.h		patch
+external/bsd/pkg_install/dist/lib/dewey.c		patch
+external/bsd/pkg_install/dist/lib/fexec.c		patch
+external/bsd/pkg_install/dist/lib/file.c		patch
+external/bsd/pkg_install/dist/lib/global.c		patch
+external/bsd/pkg_install/dist/lib/gpgsig.c		patch
+external/bsd/pkg_install/dist/lib/iterate.c		patch
+external/bsd/pkg_install/dist/lib/lib.h			patch
+external/bsd/pkg_install/dist/lib/license.c		patch
+external/bsd/pkg_install/dist/lib/lpkg.c		patch
+external/bsd/pkg_install/dist/lib/opattern.c		patch
+external/bsd/pkg_install/dist/lib/parse-config.c	patch
+external/bsd/pkg_install/dist/lib/pkcs7.c		patch
+external/bsd/pkg_install/dist/lib/pkg_install.conf.5.in	patch
+external/bsd/pkg_install/dist/lib/pkg_io.c		patch
+external/bsd/pkg_install/dist/lib/pkg_signature.c	patch
+external/bsd/pkg_install/dist/lib/pkg_summary.5		patch
+external/bsd/pkg_install/dist/lib/pkgdb.c		patch
+external/bsd/pkg_install/dist/lib/plist.c		patch
+external/bsd/pkg_install/dist/lib/remove.c		patch
+external/bsd/pkg_install/dist/lib/str.c			patch
+external/bsd/pkg_install/dist/lib/var.c			patch
+external/bsd/pkg_install/dist/lib/version.c		patch
+external/bsd/pkg_install/dist/lib/version.h		patch
+external/bsd/pkg_install/dist/lib/vulnerabilities-file.c patch
+external/bsd/pkg_install/dist/lib/xwrapper.c		patch
+external/bsd/pkg_install/dist/x509/pkgsrc.cnf		patch
+external/bsd/pkg_install/dist/x509/pkgsrc.sh		patch
+

CVS commit: [netbsd-5-0] src/doc

2010-02-13 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Feb 13 08:17:17 UTC 2010

Added Files:
src/doc [netbsd-5-0]: CHANGES-5.0.3

Log Message:
Add file for tracking changes leading up to 5.0.3.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.1 src/doc/CHANGES-5.0.3

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

Added files:

Index: src/doc/CHANGES-5.0.3
diff -u /dev/null src/doc/CHANGES-5.0.3:1.1.2.1
--- /dev/null	Sat Feb 13 08:17:17 2010
+++ src/doc/CHANGES-5.0.3	Sat Feb 13 08:17:17 2010
@@ -0,0 +1,11 @@
+# $NetBSD: CHANGES-5.0.3,v 1.1.2.1 2010/02/13 08:17:17 snj Exp $
+
+A complete list of changes from the NetBSD 5.0.2 release to the NetBSD 5.0.3
+release:
+
+gnu/usr.bin/groff/tmac/mdoc.local		patched by hand
+sys/sys/param.h	patched by hand
+
+	Welcome to 5.0.2_PATCH.
+	[snj]
+



CVS commit: [netbsd-5-0] src/doc

2010-02-05 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Feb  6 05:54:14 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Note notes.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.52 src/doc/CHANGES-5.0.2:1.1.2.53
--- src/doc/CHANGES-5.0.2:1.1.2.52	Thu Feb  4 19:50:20 2010
+++ src/doc/CHANGES-5.0.2	Sat Feb  6 05:54:13 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.52 2010/02/04 19:50:20 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.53 2010/02/06 05:54:13 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -1158,3 +1158,8 @@
 	  overwrite soon.
 	[rmind, ticket #1288]
 
+distrib/notes/common/main			patch
+
+	Update for 5.0.2.
+	[snj]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan 30 20:10:24 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Tickets 1269 and 1286.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.47 src/doc/CHANGES-5.0.2:1.1.2.48
--- src/doc/CHANGES-5.0.2:1.1.2.47	Wed Jan 27 21:45:44 2010
+++ src/doc/CHANGES-5.0.2	Sat Jan 30 20:10:23 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.47 2010/01/27 21:45:44 sborrill Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.48 2010/01/30 20:10:23 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -1134,3 +1134,19 @@
 	mfi_ioctl() entry and release it on exit.
 	[bouyer, #ticket 1257]
 
+sys/dev/cgd.c	1.69
+sys/dev/ata/wd.c1.383 via patch
+sys/dev/dkwedge/dk.c1.53
+sys/dev/vnd.c	1.206
+
+	struct buf::b_iodone is not called at splbio() any more.
+	Make sure non-MPsafe iodone callbacks raise the SPL as appropriate.
+	Fix buffer corruption issue I noticed in dk(4), and probable similar
+	issues in vnd(4) and cgd(4).
+	[bouyer, ticket #1269]
+
+sys/kern/sys_aio.c1.25
+
+	aio_suspend1: fix a double free bug.
+	[rmind, ticket #1286]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan 30 20:39:46 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Tickets 1275 and 1276.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.48 src/doc/CHANGES-5.0.2:1.1.2.49
--- src/doc/CHANGES-5.0.2:1.1.2.48	Sat Jan 30 20:10:23 2010
+++ src/doc/CHANGES-5.0.2	Sat Jan 30 20:39:46 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.48 2010/01/30 20:10:23 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.49 2010/01/30 20:39:46 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -1150,3 +1150,14 @@
 	aio_suspend1: fix a double free bug.
 	[rmind, ticket #1286]
 
+common/lib/libc/hash/sha2/sha2.c		1.20
+
+	Fix unaligned access as reported in PR port-sparc/42273.
+	[joerg, ticket #1275]
+
+common/lib/libc/hash/sha2/sha2.c		1.21
+
+	Fix unaligned access in *_Final for SHA224/SHA256/SHA384.
+	Remaining part of PR 42273.
+	[joerg, ticket #1276]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-30 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan 30 21:25:14 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1288.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.50 -r1.1.2.51 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.50 src/doc/CHANGES-5.0.2:1.1.2.51
--- src/doc/CHANGES-5.0.2:1.1.2.50	Sat Jan 30 20:44:51 2010
+++ src/doc/CHANGES-5.0.2	Sat Jan 30 21:25:14 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.50 2010/01/30 20:44:51 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.51 2010/01/30 21:25:14 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -1156,3 +1156,11 @@
 	Remaining part of PR 42273.
 	[joerg, ticket #1276]
 
+sys/kern/sys_aio.c1.28 via patch
+
+	sys_aio_suspend, sys_lio_listio:
+	- fix the buffer sizes.
+	- use kmem_alloc instead of kmem_zalloc for buffers which we will
+	  overwrite soon.
+	[rmind, ticket #1288]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-27 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Wed Jan 27 20:45:27 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
tickets 1283 and 1284


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.45 src/doc/CHANGES-5.0.2:1.1.2.46
--- src/doc/CHANGES-5.0.2:1.1.2.45	Sat Jan 23 20:37:34 2010
+++ src/doc/CHANGES-5.0.2	Wed Jan 27 20:45:27 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.45 2010/01/23 20:37:34 bouyer Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.46 2010/01/27 20:45:27 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -1110,3 +1110,15 @@
 	Obj_Entry.
 	[skrll, ticket #1249]
 
+xsrc/external/mit/expat/dist/lib/xmlparse.c		1.2
+
+	Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to
+	crash on bad input).
+	[tron, ticket #1283]
+
+xsrc/xfree/xc/extras/expat/lib/xmlparse.c		1.2
+
+	Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to
+	crash on bad input).
+	[tron, ticket #1284]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-27 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Wed Jan 27 21:45:44 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1257


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.46 src/doc/CHANGES-5.0.2:1.1.2.47
--- src/doc/CHANGES-5.0.2:1.1.2.46	Wed Jan 27 20:45:27 2010
+++ src/doc/CHANGES-5.0.2	Wed Jan 27 21:45:44 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.46 2010/01/27 20:45:27 bouyer Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.47 2010/01/27 21:45:44 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -1110,15 +1110,27 @@
 	Obj_Entry.
 	[skrll, ticket #1249]
 
-xsrc/external/mit/expat/dist/lib/xmlparse.c		1.2
+sys/dev/ic/mfi.c1.31
+
+	bio(4) is MP-safe but mfi(4) is not. So get the kernel_lock at
+	mfi_ioctl() entry and release it on exit.
+	[bouyer, #ticket 1257]
+
+xsrc/external/mit/expat/dist/lib/xmlparse.c	1.2
 
 	Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to
 	crash on bad input).
 	[tron, ticket #1283]
 
-xsrc/xfree/xc/extras/expat/lib/xmlparse.c		1.2
+xsrc/xfree/xc/extras/expat/lib/xmlparse.c	1.2
 
 	Add patch from upstream CVS to fix CVE-2009-3560 (possible DOS due to
 	crash on bad input).
 	[tron, ticket #1284]
 
+sys/dev/ic/mfi.c1.31
+
+	bio(4) is MP-safe but mfi(4) is not. So get the kernel_lock at
+	mfi_ioctl() entry and release it on exit.
+	[bouyer, #ticket 1257]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-23 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 23 20:37:34 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1249


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.44 src/doc/CHANGES-5.0.2:1.1.2.45
--- src/doc/CHANGES-5.0.2:1.1.2.44	Fri Jan 22 22:18:10 2010
+++ src/doc/CHANGES-5.0.2	Sat Jan 23 20:37:34 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.44 2010/01/22 22:18:10 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.45 2010/01/23 20:37:34 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -1104,3 +1104,9 @@
 	Fix CVE-2009-4355.
 	[taca, ticket #1265]
 
+libexec/ld.elf_so/rtld.h			1.88
+
+	Restore backwards compatibility for binaries referencing the main
+	Obj_Entry.
+	[skrll, ticket #1249]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-22 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Jan 22 22:18:10 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Tickets 1264 and 1265.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.43 src/doc/CHANGES-5.0.2:1.1.2.44
--- src/doc/CHANGES-5.0.2:1.1.2.43	Thu Jan 21 08:41:39 2010
+++ src/doc/CHANGES-5.0.2	Fri Jan 22 22:18:10 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.43 2010/01/21 08:41:39 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.44 2010/01/22 22:18:10 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -973,3 +973,134 @@
 	Signedness bug/crash in azalia. Fixes PR 42604.
 	[tonnerre, ticket #1258]
 
+dist/bind/CHANGESpatch
+dist/bind/FAQ	patch
+dist/bind/FAQ.xmlpatch
+dist/bind/bin/named/query.c			patch
+dist/bind/bin/tests/system/conf.sh.in		patch
+dist/bind/bin/tests/system/dnssec/ns1/sign.sh	patch
+dist/bind/bin/tests/system/dnssec/ns2/example.db.in patch
+dist/bind/bin/tests/system/dnssec/ns2/sign.sh	patch
+dist/bind/bin/tests/system/dnssec/tests.sh	patch
+dist/bind/bin/tests/system/pending/clean.sh	patch
+dist/bind/bin/tests/system/pending/ns1/named.conf patch
+dist/bind/bin/tests/system/pending/ns1/root.db.in patch
+dist/bind/bin/tests/system/pending/ns1/sign.sh	patch
+dist/bind/bin/tests/system/pending/ns2/example.com.db.in patch
+dist/bind/bin/tests/system/pending/ns2/example.db.in patch
+dist/bind/bin/tests/system/pending/ns2/forgery.db patch
+dist/bind/bin/tests/system/pending/ns2/named.conf patch
+dist/bind/bin/tests/system/pending/ns2/sign.sh	patch
+dist/bind/bin/tests/system/pending/ns3/hostile.db patch
+dist/bind/bin/tests/system/pending/ns3/mail.example.db patch
+dist/bind/bin/tests/system/pending/ns3/named.conf patch
+dist/bind/bin/tests/system/pending/ns4/named.conf patch
+dist/bind/bin/tests/system/pending/prereq.sh	patch
+dist/bind/bin/tests/system/pending/setup.sh	patch
+dist/bind/bin/tests/system/pending/tests.sh	patch
+dist/bind/doc/arm/Bv9ARM.pdf			patch
+dist/bind/doc/draft/draft-baba-dnsext-acl-reqts-01.txt delete
+dist/bind/doc/draft/draft-daigle-napstr-04.txt	delete
+dist/bind/doc/draft/draft-danisch-dns-rr-smtp-03.txt delete
+dist/bind/doc/draft/draft-dnsext-opcode-discover-02.txt delete
+dist/bind/doc/draft/draft-durand-dnsop-dynreverse-00.txt delete
+dist/bind/doc/draft/draft-ietf-6man-text-addr-representation-01.txt patch
+dist/bind/doc/draft/draft-ietf-behave-dns64-01.txt patch
+dist/bind/doc/draft/draft-ietf-dnsext-2929bis-01.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-axfr-clarify-05.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-axfr-clarify-12.txt patch
+dist/bind/doc/draft/draft-ietf-dnsext-dns-name-p-s-00.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-dns-tcp-requirements-01.txt patch
+dist/bind/doc/draft/draft-ietf-dnsext-dnssec-2535typecode-change-06.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-dnssec-bis-updates-01.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-dnssec-bis-updates-09.txt patch
+dist/bind/doc/draft/draft-ietf-dnsext-dnssec-experiments-03.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-dnssec-gost-05.txt patch
+dist/bind/doc/draft/draft-ietf-dnsext-dnssec-online-signing-02.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-dnssec-opt-in-07.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-dnssec-rsasha256-00.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-dnssec-trans-02.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-ds-sha256-05.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-forgery-resilience-00.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-keyrr-key-signing-flag-12.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-mdns-46.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-nsec3-12.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-nsid-01.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-rfc2536bis-dsa-07.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-rfc2539bis-dhk-07.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-rfc2671bis-edns0-02.txt patch
+dist/bind/doc/draft/draft-ietf-dnsext-rfc2672bis-dname-06.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-rfc2672bis-dname-18.txt patch
+dist/bind/doc/draft/draft-ietf-dnsext-rfc3597-bis-00.txt patch
+dist/bind/doc/draft/draft-ietf-dnsext-signed-nonexistence-requirements-01.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-tkey-renewal-mode-05.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-trustupdate-threshold-00.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-trustupdate-timers-05.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-tsig-md5-deprecated-03.txt patch
+dist/bind/doc/draft/draft-ietf-dnsext-tsig-sha-06.txt delete
+dist/bind/doc/draft/draft-ietf-dnsext-wcard-clarify-10.txt delete

CVS commit: [netbsd-5-0] src/doc

2010-01-21 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jan 21 08:41:40 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1258.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.42 -r1.1.2.43 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.42 src/doc/CHANGES-5.0.2:1.1.2.43
--- src/doc/CHANGES-5.0.2:1.1.2.42	Wed Jan 20 05:36:59 2010
+++ src/doc/CHANGES-5.0.2	Thu Jan 21 08:41:39 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.42 2010/01/20 05:36:59 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.43 2010/01/21 08:41:39 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -968,3 +968,8 @@
 	prevents accidentally ending up in a short ARC4 cycle.
 	[joerg, ticket #1253]
 
+sys/dev/pci/azalia.c1.72
+
+	Signedness bug/crash in azalia. Fixes PR 42604.
+	[tonnerre, ticket #1258]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-19 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Jan 20 05:36:59 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1253.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.41 src/doc/CHANGES-5.0.2:1.1.2.42
--- src/doc/CHANGES-5.0.2:1.1.2.41	Mon Jan 18 18:52:24 2010
+++ src/doc/CHANGES-5.0.2	Wed Jan 20 05:36:59 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.41 2010/01/18 18:52:24 bouyer Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.42 2010/01/20 05:36:59 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -962,3 +962,9 @@
 	lock order assumptions.  Per discussion with martin.
 	[rmind, ticket #1241]
 
+sys/lib/libkern/arc4random.c			1.21
+
+	Keep arc4_i and arc4_j synchronised after a rekeying. This
+	prevents accidentally ending up in a short ARC4 cycle.
+	[joerg, ticket #1253]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-18 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Mon Jan 18 18:52:25 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1 CHANGES-5.0.2

Log Message:
Move tickets 1238, 1240,1241 to the correct file.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.45 -r1.1.2.46 src/doc/CHANGES-5.0.1
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-5.0.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-5.0.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.45 src/doc/CHANGES-5.0.1:1.1.2.46
--- src/doc/CHANGES-5.0.1:1.1.2.45	Sat Jan 16 17:54:33 2010
+++ src/doc/CHANGES-5.0.1	Mon Jan 18 18:52:24 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.45 2010/01/16 17:54:33 bouyer Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.46 2010/01/18 18:52:24 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
 release:
@@ -733,24 +733,3 @@
 	Welcome to 5.0.1!
 	[snj]
 
-sys/kern/kern_sig.c1.302
-
-	sigactsunshare(): set reference count in a case of new sigacts
-	allocation.
-	Bug (e.g. memory leak) can happen when using clone(2) call.
-	[rmind, ticket #1238]
-
-sys/kern/kern_runq.c1.28
-
-	sched_catchlwp: fix the case when other CPU might see
-	curlwp-l_cpu != curcpu() while LWP is finishing context switch.
-	Should fix PR/42539, tested by mar...@.
-	[rmind, ticket #1240]
-
-sys/kern/kern_softint.c1.30
-
-	softint_execute: release/re-acquire kernel-lock depending on
-	SOFTINT_MPSAFE flag.  Keeping it held for MP-safe cases break the
-	lock order assumptions.  Per discussion with martin.
-	[rmind, ticket #1241]
-

Index: src/doc/CHANGES-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.40 src/doc/CHANGES-5.0.2:1.1.2.41
--- src/doc/CHANGES-5.0.2:1.1.2.40	Tue Jan 12 09:09:59 2010
+++ src/doc/CHANGES-5.0.2	Mon Jan 18 18:52:24 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.40 2010/01/12 09:09:59 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.41 2010/01/18 18:52:24 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -941,3 +941,24 @@
 	Disable OpenSSL renegotiation, thus avoiding CVE-2009-3555.
 	[tonnerre, ticket #1237]
 
+sys/kern/kern_sig.c1.302
+
+	sigactsunshare(): set reference count in a case of new sigacts
+	allocation.
+	Bug (e.g. memory leak) can happen when using clone(2) call.
+	[rmind, ticket #1238]
+
+sys/kern/kern_runq.c1.28
+
+	sched_catchlwp: fix the case when other CPU might see
+	curlwp-l_cpu != curcpu() while LWP is finishing context switch.
+	Should fix PR/42539, tested by mar...@.
+	[rmind, ticket #1240]
+
+sys/kern/kern_softint.c1.30
+
+	softint_execute: release/re-acquire kernel-lock depending on
+	SOFTINT_MPSAFE flag.  Keeping it held for MP-safe cases break the
+	lock order assumptions.  Per discussion with martin.
+	[rmind, ticket #1241]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-16 Thread Manuel Bouyer
Module Name:src
Committed By:   bouyer
Date:   Sat Jan 16 17:54:33 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.1

Log Message:
tickets 1238, 1240,1241


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-5.0.1

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-5.0.1
diff -u src/doc/CHANGES-5.0.1:1.1.2.44 src/doc/CHANGES-5.0.1:1.1.2.45
--- src/doc/CHANGES-5.0.1:1.1.2.44	Wed Jul 29 22:35:18 2009
+++ src/doc/CHANGES-5.0.1	Sat Jan 16 17:54:33 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.1,v 1.1.2.44 2009/07/29 22:35:18 snj Exp $
+# $NetBSD: CHANGES-5.0.1,v 1.1.2.45 2010/01/16 17:54:33 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.0.1
 release:
@@ -733,3 +733,24 @@
 	Welcome to 5.0.1!
 	[snj]
 
+sys/kern/kern_sig.c1.302
+
+	sigactsunshare(): set reference count in a case of new sigacts
+	allocation.
+	Bug (e.g. memory leak) can happen when using clone(2) call.
+	[rmind, ticket #1238]
+
+sys/kern/kern_runq.c1.28
+
+	sched_catchlwp: fix the case when other CPU might see
+	curlwp-l_cpu != curcpu() while LWP is finishing context switch.
+	Should fix PR/42539, tested by mar...@.
+	[rmind, ticket #1240]
+
+sys/kern/kern_softint.c1.30
+
+	softint_execute: release/re-acquire kernel-lock depending on
+	SOFTINT_MPSAFE flag.  Keeping it held for MP-safe cases break the
+	lock order assumptions.  Per discussion with martin.
+	[rmind, ticket #1241]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-12 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Tue Jan 12 09:09:59 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1237.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.39 src/doc/CHANGES-5.0.2:1.1.2.40
--- src/doc/CHANGES-5.0.2:1.1.2.39	Sat Jan  9 02:04:18 2010
+++ src/doc/CHANGES-5.0.2	Tue Jan 12 09:09:59 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.39 2010/01/09 02:04:18 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.40 2010/01/12 09:09:59 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -933,3 +933,11 @@
 	Fixes PR/42498.
 	[dsl, ticket #1208]
 
+crypto/dist/openssl/ssl/s3_lib.c 		patch
+crypto/dist/openssl/ssl/s3_pkt.c 		patch
+crypto/dist/openssl/ssl/s3_srvr.c 		patch
+crypto/dist/openssl/ssl/ssl_locl.h 		patch
+
+	Disable OpenSSL renegotiation, thus avoiding CVE-2009-3555.
+	[tonnerre, ticket #1237]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan  9 02:04:18 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1208.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.38 -r1.1.2.39 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.38 src/doc/CHANGES-5.0.2:1.1.2.39
--- src/doc/CHANGES-5.0.2:1.1.2.38	Thu Jan  7 07:49:31 2010
+++ src/doc/CHANGES-5.0.2	Sat Jan  9 02:04:18 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.38 2010/01/07 07:49:31 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.39 2010/01/09 02:04:18 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -927,3 +927,9 @@
 	Don't include grp.h  Fixes cross-build under Mac OS X 10.6.
 	[tron, ticket #1202]
 
+sys/kern/kern_event.c1.69
+
+	Use sizeof correct type, not pointer to wrong type.
+	Fixes PR/42498.
+	[dsl, ticket #1208]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-06 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Jan  7 07:49:31 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Tickets 1199 and 1202.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.37 -r1.1.2.38 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.37 src/doc/CHANGES-5.0.2:1.1.2.38
--- src/doc/CHANGES-5.0.2:1.1.2.37	Sun Jan  3 19:34:29 2010
+++ src/doc/CHANGES-5.0.2	Thu Jan  7 07:49:31 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.37 2010/01/03 19:34:29 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.38 2010/01/07 07:49:31 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -916,3 +916,14 @@
 	but make sure that it is not smaller than minimum acceptable value.
 	[plunky, ticket #1221]
 
+sys/kern/sys_sig.c1.24
+
+	sigtimedwait: fix a memory leak.  Likely the cause of PR/40750 and
+	indirect cause of PR/39283.
+	[rmind, ticket #1199]
+
+tools/compat/compat_defs.h			patch
+
+	Don't include grp.h  Fixes cross-build under Mac OS X 10.6.
+	[tron, ticket #1202]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-03 Thread Julian Coleman
Module Name:src
Committed By:   jdc
Date:   Sun Jan  3 17:53:30 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket #1221.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.35 -r1.1.2.36 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.35 src/doc/CHANGES-5.0.2:1.1.2.36
--- src/doc/CHANGES-5.0.2:1.1.2.35	Sat Jan  2 06:40:03 2010
+++ src/doc/CHANGES-5.0.2	Sun Jan  3 17:53:30 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.35 2010/01/02 06:40:03 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.36 2010/01/03 17:53:30 jdc Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -908,3 +908,11 @@
 	while booting from arccd-5.0.1.iso as described in PR bin/42410.
 	[tsutsui, ticket #1198]
 
+sys/netbt/rfcomm_session.c			1.16
+	when receiving a MCC PN response, the max frame size that the remote
+	party requests must be less than the one we asked for which will not
+	be greater than the max acceptable value so no need to test for that
+	but make sure that it is not smaller than minimum acceptable value.
+
+	[plunky, ticket #1221]
+



CVS commit: [netbsd-5-0] src/doc

2010-01-03 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Jan  3 19:34:29 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Fix formatting.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.36 src/doc/CHANGES-5.0.2:1.1.2.37
--- src/doc/CHANGES-5.0.2:1.1.2.36	Sun Jan  3 17:53:30 2010
+++ src/doc/CHANGES-5.0.2	Sun Jan  3 19:34:29 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.36 2010/01/03 17:53:30 jdc Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.37 2010/01/03 19:34:29 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -909,10 +909,10 @@
 	[tsutsui, ticket #1198]
 
 sys/netbt/rfcomm_session.c			1.16
-	when receiving a MCC PN response, the max frame size that the remote
+
+	When receiving a MCC PN response, the max frame size that the remote
 	party requests must be less than the one we asked for which will not
 	be greater than the max acceptable value so no need to test for that
 	but make sure that it is not smaller than minimum acceptable value.
-
 	[plunky, ticket #1221]
 



CVS commit: [netbsd-5-0] src/doc

2010-01-01 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sat Jan  2 06:40:03 UTC 2010

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1198.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.34 -r1.1.2.35 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.34 src/doc/CHANGES-5.0.2:1.1.2.35
--- src/doc/CHANGES-5.0.2:1.1.2.34	Mon Dec 21 09:42:08 2009
+++ src/doc/CHANGES-5.0.2	Sat Jan  2 06:40:03 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.34 2009/12/21 09:42:08 sborrill Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.35 2010/01/02 06:40:03 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -897,3 +897,14 @@
 	completely separate userspace VA.
 	[martin, ticket #1200]
 
+usr.sbin/makefs/cd9660.c			1.25 via patch
+usr.sbin/makefs/cd9660.h			1.13 via patch
+usr.sbin/makefs/cd9660/cd9660_write.c		1.10
+usr.sbin/makefs/cd9660/iso9660_rrip.c		1.5-1.8
+usr.sbin/makefs/cd9660/iso9660_rrip.h		1.5
+
+	Keep makefs(8) from creating invalid ISO format on rockridge support
+	which causes fatal errors in ARC BIOS firmware on MIPS Magnum R4000
+	while booting from arccd-5.0.1.iso as described in PR bin/42410.
+	[tsutsui, ticket #1198]
+



CVS commit: [netbsd-5-0] src/doc

2009-12-21 Thread Stephen Borrill
Module Name:src
Committed By:   sborrill
Date:   Mon Dec 21 09:42:08 UTC 2009

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1200


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.33 -r1.1.2.34 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.33 src/doc/CHANGES-5.0.2:1.1.2.34
--- src/doc/CHANGES-5.0.2:1.1.2.33	Fri Dec 18 05:34:18 2009
+++ src/doc/CHANGES-5.0.2	Mon Dec 21 09:42:08 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.33 2009/12/18 05:34:18 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.34 2009/12/21 09:42:08 sborrill Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -890,3 +890,10 @@
 	  defaults to 16*mq_def_maxmsg
 	[tron, ticket #1188]
 
+sys/kern/vfs_syscalls.c1.400
+
+	Use the kernel space version of the vfs name, not the
+	original userspace pointer. Avoids crashes on archs with
+	completely separate userspace VA.
+	[martin, ticket #1200]
+



CVS commit: [netbsd-5-0] src/doc

2009-12-17 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Fri Dec 18 05:34:18 UTC 2009

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1188.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.32 -r1.1.2.33 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.32 src/doc/CHANGES-5.0.2:1.1.2.33
--- src/doc/CHANGES-5.0.2:1.1.2.32	Thu Dec 10 23:13:45 2009
+++ src/doc/CHANGES-5.0.2	Fri Dec 18 05:34:18 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.32 2009/12/10 23:13:45 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.33 2009/12/18 05:34:18 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -879,3 +879,14 @@
 	array.
 	[drochner, ticket #1189]
 
+sys/kern/sys_mqueue.c1.28
+
+	Fix some security critical bugs:
+	- An invalid signal number passed to mq_notify(2) could crash the
+	  kernel on delivery -- add a boundary check
+	- A user could set mq_maxmsg (the maximal number of messages in a
+	  queue) to a huge value on mq_open(O_CREAT) and later use up all
+	  kernel memory by mq_send(2) -- add a sysctl'able limit which
+	  defaults to 16*mq_def_maxmsg
+	[tron, ticket #1188]
+



CVS commit: [netbsd-5-0] src/doc

2009-12-10 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Thu Dec 10 23:13:45 UTC 2009

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1189.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.31 src/doc/CHANGES-5.0.2:1.1.2.32
--- src/doc/CHANGES-5.0.2:1.1.2.31	Wed Dec  9 04:47:29 2009
+++ src/doc/CHANGES-5.0.2	Thu Dec 10 23:13:45 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.31 2009/12/09 04:47:29 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.32 2009/12/10 23:13:45 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -871,3 +871,11 @@
 	Fix CVE-2009-3563.
 	[kardel, ticket #1185]
 
+sys/kern/kern_time.c1.163
+
+	If a struct sigevent with SIGEV_SIGNAL is passed to timer_create(2),
+	check the signal number to be in the allowed range. An invalid
+	signal number could crash the kernel by overflowing the sigset_t
+	array.
+	[drochner, ticket #1189]
+



CVS commit: [netbsd-5-0] src/doc

2009-12-08 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Wed Dec  9 04:47:29 UTC 2009

Modified Files:
src/doc [netbsd-5-0]: CHANGES-5.0.2

Log Message:
Ticket 1185.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.30 -r1.1.2.31 src/doc/CHANGES-5.0.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-5.0.2
diff -u src/doc/CHANGES-5.0.2:1.1.2.30 src/doc/CHANGES-5.0.2:1.1.2.31
--- src/doc/CHANGES-5.0.2:1.1.2.30	Thu Dec  3 17:34:35 2009
+++ src/doc/CHANGES-5.0.2	Wed Dec  9 04:47:29 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0.2,v 1.1.2.30 2009/12/03 17:34:35 snj Exp $
+# $NetBSD: CHANGES-5.0.2,v 1.1.2.31 2009/12/09 04:47:29 snj Exp $
 
 A complete list of changes from the NetBSD 5.0.1 release to the NetBSD 5.0.2
 release:
@@ -866,3 +866,8 @@
 	Update BIND server and tools to version 9.5.2-P1.
 	[tron, ticket #1178]
 
+dist/ntp/ntpd/ntp_request.c			patch
+
+	Fix CVE-2009-3563.
+	[kardel, ticket #1185]
+



  1   2   >