Module Name: src
Committed By: snj
Date: Wed Dec 9 05:20:07 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Tickets 1182, 1185, and 1186.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.158 -r1.1.2.159 src/doc/CHANGES-5.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.1
diff -u src/doc/CHANGES-5.1:1.1.2.158 src/doc/CHANGES-5.1:1.1.2.159
--- src/doc/CHANGES-5.1:1.1.2.158 Mon Dec 7 04:37:09 2009
+++ src/doc/CHANGES-5.1 Wed Dec 9 05:20:06 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.158 2009/12/07 04:37:09 snj Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.159 2009/12/09 05:20:06 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -15506,3 +15506,19 @@
% mv a b
[rmind, ticket #1072]
+dist/ntp/ntpd/ntp_request.c patch
+
+ Fix CVE-2009-3563.
+ [kardel, ticket #1185]
+
+games/rogue/monster.c 1.16
+
+ Fix '=' for '==' in a test. PR 42177.
+ [jdarrow, ticket #1186]
+
+usr.bin/gzip/unbzip2.c 1.13
+
+ Avoid problems when reading from pipes. Fixes a regression
+ introduced with the multi-part bz2 fixes.
+ [mrg, ticket #1182]
+