Fri Jul 24 07:36:52 2015 UTC ()
Ticket #1315


(martin)
diff -r1.1.2.44 -r1.1.2.45 src/doc/CHANGES-6.1.6

cvs diff -r1.1.2.44 -r1.1.2.45 src/doc/Attic/CHANGES-6.1.6 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-6.1.6 2015/07/12 19:01:07 1.1.2.44
+++ src/doc/Attic/CHANGES-6.1.6 2015/07/24 07:36:51 1.1.2.45
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-6.1.6,v 1.1.2.44 2015/07/12 19:01:07 snj Exp $ 1# $NetBSD: CHANGES-6.1.6,v 1.1.2.45 2015/07/24 07:36:51 martin Exp $
2 2
3A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6 3A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
4release: 4release:
5 5
6doc/LAST_MINUTE patched by hand 6doc/LAST_MINUTE patched by hand
7doc/README.files patched by hand 7doc/README.files patched by hand
8gnu/usr.bin/groff/tmac/mdoc.local patched by hand 8gnu/usr.bin/groff/tmac/mdoc.local patched by hand
9sys/sys/param.h patched by hand 9sys/sys/param.h patched by hand
10 10
11 Welcome to 6.1.5_PATCH. 11 Welcome to 6.1.5_PATCH.
12 [snj] 12 [snj]
13 13
14sys/compat/freebsd/freebsd_sysctl.c 1.17 14sys/compat/freebsd/freebsd_sysctl.c 1.17
@@ -5966,13 +5966,22 @@ crypto/external/bsd/openssl/dist/test/ce @@ -5966,13 +5966,22 @@ crypto/external/bsd/openssl/dist/test/ce
5966crypto/external/bsd/openssl/dist/test/certs/subinterCA.pem up to 1.1.1.1 5966crypto/external/bsd/openssl/dist/test/certs/subinterCA.pem up to 1.1.1.1
5967crypto/external/bsd/openssl/dist/test/certs/untrusted.pem up to 1.1.1.1 5967crypto/external/bsd/openssl/dist/test/certs/untrusted.pem up to 1.1.1.1
5968crypto/external/bsd/openssl/dist/tools/Makefile up to 1.1.1.2 5968crypto/external/bsd/openssl/dist/tools/Makefile up to 1.1.1.2
5969crypto/external/bsd/openssl/dist/util/ck_errf.pl up to 1.1.1.3 5969crypto/external/bsd/openssl/dist/util/ck_errf.pl up to 1.1.1.3
5970crypto/external/bsd/openssl/dist/util/mk1mf.pl up to 1.5 5970crypto/external/bsd/openssl/dist/util/mk1mf.pl up to 1.5
5971crypto/external/bsd/openssl/dist/util/mkerr.pl up to 1.1.1.6 5971crypto/external/bsd/openssl/dist/util/mkerr.pl up to 1.1.1.6
5972crypto/external/bsd/openssl/dist/util/pl/BC-32.pl up to 1.1.1.4 5972crypto/external/bsd/openssl/dist/util/pl/BC-32.pl up to 1.1.1.4
5973crypto/external/bsd/openssl/dist/util/pl/VC-32.pl up to 1.1.1.7 5973crypto/external/bsd/openssl/dist/util/pl/VC-32.pl up to 1.1.1.7
5974doc/3RDPARTY patch 5974doc/3RDPARTY patch
5975 5975
5976 Update OpenSSL to 1.0.1p. 5976 Update OpenSSL to 1.0.1p.
5977 [spz, ticket #1313] 5977 [spz, ticket #1313]
5978 5978
 5979sys/netinet/tcp_input.c 1.343
 5980sys/netinet/tcp_output.c 1.184
 5981
 5982 If we are sending a window probe and there's unacked data in the
 5983 socket, make sure at least the persist timer is running.
 5984 Make sure that snd_win doesn't go negative.
 5985 [matt, ticket #1315]
 5986
 5987