Module Name: src
Committed By: msaitoh
Date: Mon Nov 3 18:50:31 UTC 2014
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1925.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.74 -r1.1.2.75 src/doc/CHANGES-5.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.3
diff -u src/doc/CHANGES-5.3:1.1.2.74 src/doc/CHANGES-5.3:1.1.2.75
--- src/doc/CHANGES-5.3:1.1.2.74 Mon Nov 3 13:05:59 2014
+++ src/doc/CHANGES-5.3 Mon Nov 3 18:50:31 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.74 2014/11/03 13:05:59 msaitoh Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.75 2014/11/03 18:50:31 msaitoh Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -1109,3 +1109,11 @@ usr.bin/ftp/version.h 1.85
Change the version that ftp announces to 20141026. It can be a
useful method to determine if CVE-2014-8517 is fixed.
[lukem, ticket #1929]
+
+usr.sbin/ypbind/ypbind.8 1.19-1.20
+usr.sbin/ypbind/ypbind.c 1.63-1.98
+
+ State handling fixes and cleanups in ypbind; it no longer churns the
+ disk, spams syslogd when the server goes down, or gets confused about
+ its binding state. Fixes PR#15355, PR#32519 and also PR#43900.
+ [dholland, ticket #1925]