Module Name: src Committed By: msaitoh Date: Wed Sep 18 03:25:15 UTC 2013
Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.2 Log Message: Ticket 944. To generate a diff of this commit: cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-6.1.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-6.1.2 diff -u src/doc/CHANGES-6.1.2:1.1.2.6 src/doc/CHANGES-6.1.2:1.1.2.7 --- src/doc/CHANGES-6.1.2:1.1.2.6 Tue Sep 17 19:54:49 2013 +++ src/doc/CHANGES-6.1.2 Wed Sep 18 03:25:15 2013 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1.2,v 1.1.2.6 2013/09/17 19:54:49 msaitoh Exp $ +# $NetBSD: CHANGES-6.1.2,v 1.1.2.7 2013/09/18 03:25:15 msaitoh Exp $ A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2 release: @@ -70,3 +70,9 @@ external/bsd/pkg_install/dist/lib/pkg_si failing in the verify_signature_read_cb() callback. Partly closes PR pkg/48194. [khorben, ticket #943] + +sys/netinet6/in6.c 1.167 via patch + + Include BRDADDR and NETMASK to the v4 ioctls we ban for v6; from + FreeBSD. + [spz, ticket #944]