Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Tickets #1133, #1136, #1137 and #1139



details:   https://anonhg.NetBSD.org/src/rev/53c6f5c7ffb9
branches:  netbsd-7
changeset: 799865:53c6f5c7ffb9
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Mar 13 12:16:40 2016 +0000

description:
Tickets #1133, #1136, #1137 and #1139

diffstat:

 doc/CHANGES-7.1 |  43 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 42 insertions(+), 1 deletions(-)

diffs (54 lines):

diff -r 1f16459c6ae0 -r 53c6f5c7ffb9 doc/CHANGES-7.1
--- a/doc/CHANGES-7.1   Sun Mar 13 12:08:24 2016 +0000
+++ b/doc/CHANGES-7.1   Sun Mar 13 12:16:40 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.71 2016/03/13 08:07:53 martin Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.72 2016/03/13 12:16:40 martin Exp $
 
 A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
 release:
@@ -3585,3 +3585,44 @@
        Update BIND to 9.10.3-P4.
        [snj, ticket #1140]
 
+usr.bin/ftp/cmds.c                             1.136-1.137
+usr.bin/ftp/fetch.c                            1.208-1.221
+usr.bin/ftp/ftp.c                              1.165-1.166
+usr.bin/ftp/ftp_var.h                          1.84
+usr.bin/ftp/ssl.c                              1.5
+
+       Workaround const issues of SSL_set_tlsext_host_name.
+       Use the proper format "[IPv6 address]:port" when reporting connection
+       attempts to IPv6 endpoints.
+       Fix build without IPv6 support.
+       Various code refactorings, separate no_proxy handling.
+       Factor the proxy handling code out.
+       CONNECT method support.
+       Fix downloads of local files using file:// URLs.
+       Fix an array overrun.
+       [nonakap, ticket #1133]
+
+sys/netipsec/key.c                             1.92-1.97
+sys/netipsec/key_debug.h                       1.7
+
+       Add more debugging, no functional change.
+       Gather more information from mbuf.
+       Fix port matching; we need to ignore ports when they are 0 not only in
+       the second saidx but the first one too. Fixes NAT-T issue with NetBSD
+       being the host behind NAT.
+       Simplify the port comparison code further.
+       [christos, ticket #1136]
+
+usr.bin/finger/util.c                          1.29
+
+       In find_idle_and_ttywrite(), initialize idletime and writable to 0
+       when stat() fails.  this prevents a coredump later in stimeprint()
+       due to gmtime() returning NULL for an uninitialized idletime.
+       [chs, ticket #1137]
+
+external/mit/lua/dist/src/lvm.c                        1.8
+
+       No floating point in the kernel, also make sure we always return an
+       int.
+       [roy, ticket #1139]
+



Home | Main Index | Thread Index | Old Index