Fri Aug 9 19:25:47 2019 UTC ()
Ticket #1701


(martin)
diff -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-7.3

cvs diff -r1.1.2.56 -r1.1.2.57 src/doc/Attic/CHANGES-7.3 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.3 2019/06/15 16:00:20 1.1.2.56
+++ src/doc/Attic/CHANGES-7.3 2019/08/09 19:25:47 1.1.2.57
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.3,v 1.1.2.56 2019/06/15 16:00:20 martin Exp $ 1# $NetBSD: CHANGES-7.3,v 1.1.2.57 2019/08/09 19:25:47 martin Exp $
2 2
3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3 3A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
4release: 4release:
5 5
6doc/README.files patched by hand 6doc/README.files patched by hand
7gnu/usr.bin/groff/tmac/mdoc.local patched by hand 7gnu/usr.bin/groff/tmac/mdoc.local patched by hand
8sys/sys/param.h patched by hand 8sys/sys/param.h patched by hand
9 9
10 Welcome to 7.2_STABLE. 10 Welcome to 7.2_STABLE.
11 [snj] 11 [snj]
12 12
13sys/arch/x86/include/cacheinfo.h 1.23-1.26 13sys/arch/x86/include/cacheinfo.h 1.23-1.26
14sys/arch/x86/include/cpu.h 1.70 14sys/arch/x86/include/cpu.h 1.70
@@ -604,13 +604,19 @@ libexec/httpd/testsuite/test-simple 1.6 @@ -604,13 +604,19 @@ libexec/httpd/testsuite/test-simple 1.6
604 Don't include "index.html" in html headers. 604 Don't include "index.html" in html headers.
605 Fix CGI '+' param and error handling. 605 Fix CGI '+' param and error handling.
606 Remove unused parameter to daemon_poll_err(). 606 Remove unused parameter to daemon_poll_err().
607 Avoid sign extension in % handling 607 Avoid sign extension in % handling
608 Fix a few problems pointed out by clang static analyzer. 608 Fix a few problems pointed out by clang static analyzer.
609 Add ssl specific timeout value (30s).--- 609 Add ssl specific timeout value (30s).---
610 Fix handling of bozo_set_timeout() timeouts (and `-T' option parsing). 610 Fix handling of bozo_set_timeout() timeouts (and `-T' option parsing).
611 Avoid .htpasswd exposure to authenticated users when .htpasswd is 611 Avoid .htpasswd exposure to authenticated users when .htpasswd is
612 in the slashdir too. 612 in the slashdir too.
613 Avoid possible NULL dereference when sending a big request that timeout. 613 Avoid possible NULL dereference when sending a big request that timeout.
614 Avoid an assertion failure when using cgihandler (-C option). 614 Avoid an assertion failure when using cgihandler (-C option).
615 [mrg, ticket #1699] 615 [mrg, ticket #1699]
616 616
 617sys/external/bsd/ipf/netinet/fil.c 1.30
 618
 619 PR/54443: ipf mistakenly regards UDP packet with checksum field
 620 0xffff as bad.
 621 [christos, ticket #1701]
 622