Module Name:    src
Committed By:   martin
Date:           Sat Nov 24 17:25:01 UTC 2018

Modified Files:
        src/doc [netbsd-7-1]: CHANGES-7.1.3

Log Message:
Ticket #1655


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-7.1.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-7.1.3
diff -u src/doc/CHANGES-7.1.3:1.1.2.20 src/doc/CHANGES-7.1.3:1.1.2.21
--- src/doc/CHANGES-7.1.3:1.1.2.20	Wed Nov 21 12:13:46 2018
+++ src/doc/CHANGES-7.1.3	Sat Nov 24 17:25:01 2018
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.20 2018/11/21 12:13:46 martin Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.21 2018/11/24 17:25:01 martin Exp $
 
 A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
 release:
@@ -232,3 +232,48 @@ sys/kern/kern_event.c				1.104
 	Fix kernel info leak.
 	[maxv, ticket #1653]
 
+libexec/httpd/testsuite/data/.bzremap           up to 1.1
+libexec/httpd/testsuite/t12.out                 up to 1.1
+libexec/httpd/testsuite/t12.in                  up to 1.1
+libexec/httpd/testsuite/t13.out                 up to 1.1
+libexec/httpd/testsuite/t13.in                  up to 1.1
+libexec/httpd/testsuite/t14.out                 up to 1.1
+libexec/httpd/testsuite/t14.in                  up to 1.1
+libexec/httpd/testsuite/t15.out                 up to 1.1
+libexec/httpd/testsuite/t15.in                  up to 1.1
+libexec/httpd/CHANGES                           up to 1.28
+libexec/httpd/Makefile                          up to 1.27
+libexec/httpd/auth-bozo.c                       up to 1.22
+libexec/httpd/bozohttpd.8                       up to 1.74
+libexec/httpd/bozohttpd.c                       up to 1.96
+libexec/httpd/bozohttpd.h                       up to 1.56
+libexec/httpd/cgi-bozo.c                        up to 1.44
+libexec/httpd/content-bozo.c                    up to 1.16
+libexec/httpd/daemon-bozo.c                     up to 1.19
+libexec/httpd/dir-index-bozo.c                  up to 1.28
+libexec/httpd/lua-bozo.c                        up to 1.15
+libexec/httpd/main.c                            up to 1.21
+libexec/httpd/ssl-bozo.c                        up to 1.25
+libexec/httpd/tilde-luzah-bozo.c                up to 1.16
+libexec/httpd/libbozohttpd/Makefile             up to 1.3
+libexec/httpd/lua/bozo.lua                      up to 1.3
+libexec/httpd/lua/glue.c                        up to 1.5
+libexec/httpd/lua/optparse.lua                  up to 1.2
+libexec/httpd/testsuite/Makefile                up to 1.11
+libexec/httpd/testsuite/html_cmp                up to 1.6
+libexec/httpd/testsuite/t3.out                  up to 1.4
+libexec/httpd/testsuite/t5.out                  up to 1.4
+libexec/httpd/testsuite/t6.out                  up to 1.4
+libexec/httpd/testsuite/test-bigfile            up to 1.5
+libexec/httpd/testsuite/test-simple             up to 1.5
+
+	Sync with HEAD as of 2018-11-24. Includes various changes:
+	Cosmetic changes to Lua binding in bozohttpd.
+	Fix -C scripts execution and document restrictions.
+	Add support for remapping requested paths via a .bzredirect file.
+	Handle redirections for any protocol, not just http:.
+	Fix a denial of service attack against header contents, which
+	is now bounded at 16KiB.
+	Fix access checks for special files.
+	[mrg, ticket #1655]
+

Reply via email to