Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc Tickets #1654 and #1655
details: https://anonhg.NetBSD.org/src/rev/e0132c7817d4
branches: netbsd-7
changeset: 446138:e0132c7817d4
user: martin <martin%NetBSD.org@localhost>
date: Sat Nov 24 17:25:39 2018 +0000
description:
Tickets #1654 and #1655
diffstat:
doc/CHANGES-7.3 | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 51 insertions(+), 1 deletions(-)
diffs (63 lines):
diff -r 48b7893221d3 -r e0132c7817d4 doc/CHANGES-7.3
--- a/doc/CHANGES-7.3 Sat Nov 24 17:22:57 2018 +0000
+++ b/doc/CHANGES-7.3 Sat Nov 24 17:25:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.3,v 1.1.2.14 2018/11/21 12:12:44 martin Exp $
+# $NetBSD: CHANGES-7.3,v 1.1.2.15 2018/11/24 17:25:39 martin Exp $
A complete list of changes from the NetBSD 7.2 release to the NetBSD 7.3
release:
@@ -230,3 +230,53 @@
Fix kernel info leak.
[maxv, ticket #1653]
+usr.sbin/mtree/create.c 1.76
+
+ Avoid null de-reference.
+ [sevan, ticket #1654]
+
+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]
+
Home |
Main Index |
Thread Index |
Old Index