Module Name: src
Committed By: snj
Date: Sat Dec 24 04:39:05 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
fix typo in 1309, add 1261 and 1278
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.137 -r1.1.2.138 src/doc/CHANGES-7.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-7.1
diff -u src/doc/CHANGES-7.1:1.1.2.137 src/doc/CHANGES-7.1:1.1.2.138
--- src/doc/CHANGES-7.1:1.1.2.137 Fri Dec 23 08:18:44 2016
+++ src/doc/CHANGES-7.1 Sat Dec 24 04:39:05 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.137 2016/12/23 08:18:44 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.138 2016/12/24 04:39:05 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -7749,7 +7749,7 @@ libexec/httpd/testsuite/Makefile 1.6
libexec/httpd/testsuite/test-bigfile 1.3
libexec/httpd/testsuite/test-simple 1.1, 1.2
- update bozohttpd to 2016072:
+ update bozohttpd to 20160720:
- fix memory leak
- addd -G option to display version
- fix some content type issues
@@ -7778,3 +7778,16 @@ external/mit/xorg/lib/libX11/xomGeneric/
seems to miss parts listed.
[mrg, ticket #1336]
+sys/arch/amd64/amd64/copy.S patch
+
+ suword: Don't allow 4 bytes to overflow beyond the userland space.
+ [maxv, ticket #1278]
+
+sys/external/bsd/ipf/netinet/ip_nat.c 1.17
+sys/external/bsd/ipf/netinet/ip_nat6.c 1.10
+
+ Fix lookup of original destination address when using a
+ redirect rule. This is required for transparent proxying by
+ squid, for example.
+ [sborrill, ticket #1261]
+