Sat Feb 10 04:22:31 2018 UTC ()
1565


(snj)
diff -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-7.1.2

cvs diff -r1.1.2.8 -r1.1.2.9 src/doc/Attic/CHANGES-7.1.2 (expand / switch to unified diff)

--- src/doc/Attic/CHANGES-7.1.2 2018/02/09 14:06:02 1.1.2.8
+++ src/doc/Attic/CHANGES-7.1.2 2018/02/10 04:22:31 1.1.2.9
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: CHANGES-7.1.2,v 1.1.2.8 2018/02/09 14:06:02 martin Exp $ 1# $NetBSD: CHANGES-7.1.2,v 1.1.2.9 2018/02/10 04:22:31 snj Exp $
2 2
3A complete list of changes from the NetBSD 7.1.1 release to the NetBSD 7.1.2 3A complete list of changes from the NetBSD 7.1.1 release to the NetBSD 7.1.2
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.1.1_PATCH. 10 Welcome to 7.1.1_PATCH.
11 [snj] 11 [snj]
12 12
13sys/external/bsd/ipf/netinet/ip_state.c 1.9-1.10 13sys/external/bsd/ipf/netinet/ip_state.c 1.9-1.10
14 14
@@ -95,13 +95,18 @@ sys/netinet6/ip6_mroute.c 1.120 @@ -95,13 +95,18 @@ sys/netinet6/ip6_mroute.c 1.120
95 Fix a use-after-free in the Pim6 entry point. 95 Fix a use-after-free in the Pim6 entry point.
96 [maxv, ticket #1561] 96 [maxv, ticket #1561]
97 97
98sys/netinet6/nd6_nbr.c 1.145 (via patch) 98sys/netinet6/nd6_nbr.c 1.145 (via patch)
99 99
100 Fix memory leak. 100 Fix memory leak.
101 [maxv, ticket #1562] 101 [maxv, ticket #1562]
102 102
103sys/netinet/ip_input.c 1.366 (via patch) 103sys/netinet/ip_input.c 1.366 (via patch)
104 104
105 Disable LSRR/SSRR by default. 105 Disable LSRR/SSRR by default.
106 [maxv, ticket #1563] 106 [maxv, ticket #1563]
107 107
 108sys/dist/pf/net/pf.c 1.78 via patch
 109
 110 Fix signedness bug in PF. PR/44059.
 111 [maxv, ticket #1565]
 112