Module Name: src
Committed By: riz
Date: Mon Jan 7 16:55:00 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 771,772,774-776,778.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.70 -r1.1.2.71 src/doc/CHANGES-6.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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.70 src/doc/CHANGES-6.1:1.1.2.71
--- src/doc/CHANGES-6.1:1.1.2.70 Mon Jan 7 04:16:05 2013
+++ src/doc/CHANGES-6.1 Mon Jan 7 16:54:59 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.70 2013/01/07 04:16:05 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.71 2013/01/07 16:54:59 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -7968,3 +7968,51 @@ usr.sbin/btdevctl/btdevctl.8 1.8
connections without authentication. PR#47286.
[plunky, ticket #769]
+doc/3RDPARTY 1.989, 1.991 via patch
+external/ibm-public/postfix/dist/HISTORY patch
+external/ibm-public/postfix/dist/makedefs patch
+external/ibm-public/postfix/dist/src/global/dict_ldap.c patch
+external/ibm-public/postfix/dist/src/global/mail_version.h patch
+external/ibm-public/postfix/dist/src/oqmgr/qmgr_message.c patch
+external/ibm-public/postfix/dist/src/postscreen/postscreen_access.c patch
+external/ibm-public/postfix/dist/src/util/myaddrinfo.c patch
+external/ibm-public/postfix/dist/src/util/sys_defs.h patch
+
+ Update Postfix to version 2.8.13.
+ [tron, ticket #771]
+
+lib/librefuse/refuse.c 1.96
+
+ Avoid protocol errors in case of a short write. PR#45129.
+ [tron, ticket #772]
+
+sys/arch/arm/arm/cpufunc.c 1.119
+
+ Enable DCache Streaming Switch and Write Allocate, improving
+ system performance.
+ [msaitoh, ticket #774]
+
+sys/dev/marvell/if_mvgbe.c 1.34
+
+ Fix a bug that a multicast filter entry is incorrectly overridden
+ in some cases.
+ [msaitoh, ticket #775]
+
+dist/pf/usr.sbin/ftp-proxy/npf.c 1.2
+lib/libnpf/npf.3 1.6-1.7
+lib/libnpf/npf.c 1.15
+lib/libnpf/npf.h 1.12
+sys/net/npf/npf.h 1.24
+sys/net/npf/npf_ctl.c 1.20
+usr.sbin/npf/npfctl/npf.conf.5 1.26
+usr.sbin/npf/npfctl/npf_build.c 1.17
+usr.sbin/npf/npfctl/npfctl.c 1.26
+
+ Various bug fixes and minor updates to NPF.
+ [rmind, ticket #776]
+
+sys/kern/uipc_syscalls.c 1.157-1.158
+
+ Prevent ktrace from being able to crash the kernel.
+ [mlelstv, ticket #778]
+