Mon Sep 22 18:16:36 2008 UTC ()
tickets 1203, 1204


(bouyer)
diff -r1.1.2.47 -r1.1.2.48 src/doc/CHANGES-4.0.1

cvs diff -r1.1.2.47 -r1.1.2.48 src/doc/Attic/CHANGES-4.0.1 (switch to unified diff)

--- src/doc/Attic/CHANGES-4.0.1 2008/09/18 18:27:05 1.1.2.47
+++ src/doc/Attic/CHANGES-4.0.1 2008/09/22 18:16:36 1.1.2.48
@@ -1,850 +1,878 @@ @@ -1,850 +1,878 @@
1# $NetBSD: CHANGES-4.0.1,v 1.1.2.47 2008/09/18 18:27:05 bouyer Exp $ 1# $NetBSD: CHANGES-4.0.1,v 1.1.2.48 2008/09/22 18:16:36 bouyer Exp $
2 2
3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.0.1 3A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.0.1
4release: 4release:
5 5
6File Revision(s) 6File Revision(s)
7---- -------- 7---- --------
8gnu/usr.bin/groff/tmac/mdoc.local patch 8gnu/usr.bin/groff/tmac/mdoc.local patch
9sys/sys/param.h patch 9sys/sys/param.h patch
10 10
11 Welcome to 4.0.0_PATCH 11 Welcome to 4.0.0_PATCH
12 12
13xsrc/xfree/xc/lib/font/bitmap/pcfread.c 1.3 13xsrc/xfree/xc/lib/font/bitmap/pcfread.c 1.3
14 14
15 Apply security fix for CVE-2008-0006. 15 Apply security fix for CVE-2008-0006.
16 [tron, ticket #1047] 16 [tron, ticket #1047]
17 17
18sys/arch/sun3/sun3/obmem.c 1.24 18sys/arch/sun3/sun3/obmem.c 1.24
19 19
20 Pass correct size to allocate struct obmem_softc. Fixes an 20 Pass correct size to allocate struct obmem_softc. Fixes an
21 occasional panic on my 3/80. 21 occasional panic on my 3/80.
22 [tsutsui, ticket #1025] 22 [tsutsui, ticket #1025]
23 23
24sys/arch/cobalt/cobalt/machdep.c 1.91 24sys/arch/cobalt/cobalt/machdep.c 1.91
25 25
26 In icu_intr_establish(), don't panic if the specified irq 26 In icu_intr_establish(), don't panic if the specified irq
27 is already in use and just return NULL instead. 27 is already in use and just return NULL instead.
28 [tsutsui, ticket #1026] 28 [tsutsui, ticket #1026]
29 29
30common/dist/zlib/inflate.c 1.4 30common/dist/zlib/inflate.c 1.4
31 31
32 Disable a sanity check output buffer != NULL in _STANDALONE case. 32 Disable a sanity check output buffer != NULL in _STANDALONE case.
33 Some kernels are loaded at address 0x0 by bootloaders and 33 Some kernels are loaded at address 0x0 by bootloaders and
34 output buffer address could be zero in such case. 34 output buffer address could be zero in such case.
35 [tsutsui, ticket #1027] 35 [tsutsui, ticket #1027]
36 36
37sys/dev/ic/i82557.c 1.105 37sys/dev/ic/i82557.c 1.105
38sys/dev/ic/i82557reg.h 1.19 38sys/dev/ic/i82557reg.h 1.19
39sys/dev/ic/i82557var.h 1.36 39sys/dev/ic/i82557var.h 1.36
40 40
41 Pull several fixes from OpenBSD's fxp.c, fixing PR#30560 as 41 Pull several fixes from OpenBSD's fxp.c, fixing PR#30560 as
42 well as random pool corruption. 42 well as random pool corruption.
43 [tsutsui, ticket #1028] 43 [tsutsui, ticket #1028]
44 44
45dist/nawk/lex.c 1.8 45dist/nawk/lex.c 1.8
46 46
47 Bring back the fix in revision 1.6, apparently accidentally lost  47 Bring back the fix in revision 1.6, apparently accidentally lost
48 during last merge, to allow escape of a newline in string literals. 48 during last merge, to allow escape of a newline in string literals.
49 [christos, ticket #1034] 49 [christos, ticket #1034]
50 50
51games/larn/bill.c 1.9 51games/larn/bill.c 1.9
52games/larn/header.h 1.18 via patch 52games/larn/header.h 1.18 via patch
53games/larn/main.c 1.21 53games/larn/main.c 1.21
54games/larn/scores.c 1.16 via patch 54games/larn/scores.c 1.16 via patch
55 55
56 Since games are (now) setgid, not setuid, it is no longer necessary to 56 Since games are (now) setgid, not setuid, it is no longer necessary to
57 manipulate the effective uid, only the effective gid. 57 manipulate the effective uid, only the effective gid.
58 Use mkstemp to make the temporary files used when you win. 58 Use mkstemp to make the temporary files used when you win.
59 [dholland, ticket #1067] 59 [dholland, ticket #1067]
60 60
61sys/netipsec/ipsec_mbuf.c 1.10 via patch 61sys/netipsec/ipsec_mbuf.c 1.10 via patch
62 62
63 Avoid a buffer overrun which could crash a FAST_IPSEC kernel. 63 Avoid a buffer overrun which could crash a FAST_IPSEC kernel.
64 PR#30124. 64 PR#30124.
65 [seanb, ticket #1015] 65 [seanb, ticket #1015]
66 66
67etc/namedb/root.cache 1.12, 1.13 67etc/namedb/root.cache 1.12, 1.13
68 68
69 Update to 2008020400 version 69 Update to 2008020400 version
70 [ghen, ticket #1068] 70 [ghen, ticket #1068]
71 71
72distrib/notes/common/sysinst patch 72distrib/notes/common/sysinst patch
73 fix hp700 addition 73 fix hp700 addition
74 [skrll, ticket #1071] 74 [skrll, ticket #1071]
75 75
76share/man/man4/ddb.4 1.110, 1.111 via patch 76share/man/man4/ddb.4 1.110, 1.111 via patch
77 77
78 Add magic keyboard sequence for NetBSD-amd64. 78 Add magic keyboard sequence for NetBSD-amd64.
79 [tron, ticket #1079] 79 [tron, ticket #1079]
80 80
81sbin/veriexecctl/veriexecctl.8: patch 81sbin/veriexecctl/veriexecctl.8: patch
82 82
83 reflect reality in the veriexecctl(8) man-page. 83 reflect reality in the veriexecctl(8) man-page.
84 [elad, ticket #1080] 84 [elad, ticket #1080]
85 85
86sys/arch/acorn32/stand/boot32/boot32.c 1.31 86sys/arch/acorn32/stand/boot32/boot32.c 1.31
87 87
88 Zero out the whole of the structure, not just the first 4 bytes. 88 Zero out the whole of the structure, not just the first 4 bytes.
89 Now a small kernel will boot up on my RISC-PC. 89 Now a small kernel will boot up on my RISC-PC.
90 [chris, ticket #1063] 90 [chris, ticket #1063]
91 91
92sys/arch/vax/vax/syscall.c 1.10 92sys/arch/vax/vax/syscall.c 1.10
93 93
94 Never ever trust the user. Fix bug introduced in version 1.8 of  94 Never ever trust the user. Fix bug introduced in version 1.8 of
95 trap.c by ragge nearly 13 years ago. 95 trap.c by ragge nearly 13 years ago.
96 [matt, ticket #1090] 96 [matt, ticket #1090]
97 97
98etc/rc.d/amd 1.15 98etc/rc.d/amd 1.15
99 99
100 Don't try to shutdown amd(8) gracefully. It seems to cause problems 100 Don't try to shutdown amd(8) gracefully. It seems to cause problems
101 for more people than the old (also broken) behavior. This fixes 101 for more people than the old (also broken) behavior. This fixes
102 PR bin/36506 and PR bin/38103. 102 PR bin/36506 and PR bin/38103.
103 [tron, ticket #1091] 103 [tron, ticket #1091]
104 104
105lib/libc/locale/mbrlen.3 1.9 105lib/libc/locale/mbrlen.3 1.9
106 106
107 bin/38047 fix bad prototype for function mbrlen 107 bin/38047 fix bad prototype for function mbrlen
108 [tnozaki, ticket #1093] 108 [tnozaki, ticket #1093]
109 109
110share/man/man9/uiomove.9 patch 110share/man/man9/uiomove.9 patch
111 Sync struct uio's documentation with reality in uiomove(9) to reflect 111 Sync struct uio's documentation with reality in uiomove(9) to reflect
112 the removal of uio_segflg and uio_procp. 112 the removal of uio_segflg and uio_procp.
113 [elad, #1092] 113 [elad, #1092]
114 114
115sbin/newfs/newfs.8 1.71 115sbin/newfs/newfs.8 1.71
116 116
117 Fix small documentation bug as reported in PR#38192 : 117 Fix small documentation bug as reported in PR#38192 :
118 FFS -> FFSv1 118 FFS -> FFSv1
119 UFS2 -> FFSv2 119 UFS2 -> FFSv2
120 [reinoud, ticket #1099] 120 [reinoud, ticket #1099]
121 121
122lib/libc/stdlib/strfmon.c 1.5 122lib/libc/stdlib/strfmon.c 1.5
123 123
124 Avoid integer overflow; reported by Maksymilian Arciemowicz.  124 Avoid integer overflow; reported by Maksymilian Arciemowicz.
125 [mjf, ticket #1102] 125 [mjf, ticket #1102]
126 126
127bin/mt/mt.1 1.34 127bin/mt/mt.1 1.34
128 128
129 Clarify that "mt offline" ejects tapes. Also some grammar and 129 Clarify that "mt offline" ejects tapes. Also some grammar and
130 formatting fixes. PR bin/37727 from Randolf Richardson. 130 formatting fixes. PR bin/37727 from Randolf Richardson.
131 [dholland, ticket #1100] 131 [dholland, ticket #1100]
132 132
133dist/bzip2/CHANGES: patch 133dist/bzip2/CHANGES: patch
134dist/bzip2/LICENSE: patch 134dist/bzip2/LICENSE: patch
135dist/bzip2/Makefile-libbz2_so: patch 135dist/bzip2/Makefile-libbz2_so: patch
136dist/bzip2/Makefile: patch 136dist/bzip2/Makefile: patch
137dist/bzip2/README.COMPILATION.PROBLEMS: patch 137dist/bzip2/README.COMPILATION.PROBLEMS: patch
138dist/bzip2/README.XML.STUFF: patch 138dist/bzip2/README.XML.STUFF: patch
139dist/bzip2/README: patch 139dist/bzip2/README: patch
140dist/bzip2/Y2K_INFO: patch 140dist/bzip2/Y2K_INFO: patch
141dist/bzip2/blocksort.c: patch 141dist/bzip2/blocksort.c: patch
142dist/bzip2/bz-common.xsl: patch 142dist/bzip2/bz-common.xsl: patch
143dist/bzip2/bz-fo.xsl: patch 143dist/bzip2/bz-fo.xsl: patch
144dist/bzip2/bz-html.xsl: patch 144dist/bzip2/bz-html.xsl: patch
145dist/bzip2/bzdiff.1: patch 145dist/bzip2/bzdiff.1: patch
146dist/bzip2/bzdiff: patch 146dist/bzip2/bzdiff: patch
147dist/bzip2/bzgrep.1: patch 147dist/bzip2/bzgrep.1: patch
148dist/bzip2/bzgrep: patch 148dist/bzip2/bzgrep: patch
149dist/bzip2/bzip.css: patch 149dist/bzip2/bzip.css: patch
150dist/bzip2/bzip2.1: patch 150dist/bzip2/bzip2.1: patch
151dist/bzip2/bzip2.c: patch 151dist/bzip2/bzip2.c: patch
152dist/bzip2/bzip2netbsd: patch 152dist/bzip2/bzip2netbsd: patch
153dist/bzip2/bzip2recover.c: patch 153dist/bzip2/bzip2recover.c: patch
154dist/bzip2/bzlib.c: patch 154dist/bzip2/bzlib.c: patch
155dist/bzip2/bzlib.h: patch 155dist/bzip2/bzlib.h: patch
156dist/bzip2/bzlib_private.h: patch 156dist/bzip2/bzlib_private.h: patch
157dist/bzip2/bzmore.1: patch 157dist/bzip2/bzmore.1: patch
158dist/bzip2/compress.c: patch 158dist/bzip2/compress.c: patch
159dist/bzip2/crctable.c: patch 159dist/bzip2/crctable.c: patch
160dist/bzip2/decompress.c: patch 160dist/bzip2/decompress.c: patch
161dist/bzip2/dlltest.c: patch 161dist/bzip2/dlltest.c: patch
162dist/bzip2/entities.xml: patch 162dist/bzip2/entities.xml: patch
163dist/bzip2/format.pl: patch 163dist/bzip2/format.pl: patch
164dist/bzip2/huffman.c: patch 164dist/bzip2/huffman.c: patch
165dist/bzip2/manual.html: patch 165dist/bzip2/manual.html: patch
166dist/bzip2/manual.texi: patch 166dist/bzip2/manual.texi: patch
167dist/bzip2/manual.xml: patch 167dist/bzip2/manual.xml: patch
168dist/bzip2/manual_1.html: patch 168dist/bzip2/manual_1.html: patch
169dist/bzip2/manual_2.html: patch 169dist/bzip2/manual_2.html: patch
170dist/bzip2/manual_3.html: patch 170dist/bzip2/manual_3.html: patch
171dist/bzip2/manual_4.html: patch 171dist/bzip2/manual_4.html: patch
172dist/bzip2/manual_abt.html: patch 172dist/bzip2/manual_abt.html: patch
173dist/bzip2/manual_ovr.html: patch 173dist/bzip2/manual_ovr.html: patch
174dist/bzip2/manual_toc.html: patch 174dist/bzip2/manual_toc.html: patch
175dist/bzip2/mk251.c: patch 175dist/bzip2/mk251.c: patch
176dist/bzip2/randtable.c: patch 176dist/bzip2/randtable.c: patch
177dist/bzip2/spewG.c: patch 177dist/bzip2/spewG.c: patch
178dist/bzip2/unzcrash.c: patch 178dist/bzip2/unzcrash.c: patch
179dist/bzip2/words0: patch 179dist/bzip2/words0: patch
180dist/bzip2/words2: patch 180dist/bzip2/words2: patch
181dist/bzip2/words3: patch 181dist/bzip2/words3: patch
182dist/bzip2/xmlproc.sh: patch 182dist/bzip2/xmlproc.sh: patch
183distrib/sets/lists/base/shl.mi: patch 183distrib/sets/lists/base/shl.mi: patch
184distrib/sets/lists/man/mi: patch 184distrib/sets/lists/man/mi: patch
185distrib/sets/lists/misc/mi: patch 185distrib/sets/lists/misc/mi: patch
186doc/3RDPARTY: patch 186doc/3RDPARTY: patch
187lib/libbz2/Makefile: patch 187lib/libbz2/Makefile: patch
188lib/libbz2/shlib_version: patch 188lib/libbz2/shlib_version: patch
189 189
190 Upgrade bzip2 to 1.0.5, fixing CVE-2008-1372 and CVE-2005-0953 190 Upgrade bzip2 to 1.0.5, fixing CVE-2008-1372 and CVE-2005-0953
191 [adrianp, ticket #1106] 191 [adrianp, ticket #1106]
192 192
193sys/dev/pci/machfb.c 1.51 193sys/dev/pci/machfb.c 1.51
194sys/dev/pci/voodoofb.c 1.14 194sys/dev/pci/voodoofb.c 1.14
195 195
196 Introduce two missing KAUTH_GENERIC_ISSUSER check in the voodoo and 196 Introduce two missing KAUTH_GENERIC_ISSUSER check in the voodoo and
197 machfb mmap() code. Discussed with and okay macallan@. 197 machfb mmap() code. Discussed with and okay macallan@.
198 [elad, ticket #1107] 198 [elad, ticket #1107]
199 199
200sys/dev/ata/wd.c 1.359 200sys/dev/ata/wd.c 1.359
201 The Hitachi HDP725025GLA380 returns "aborted command" instead of 201 The Hitachi HDP725025GLA380 returns "aborted command" instead of
202 "id not found" when hitting the LBA48 bug, so also install the 202 "id not found" when hitting the LBA48 bug, so also install the
203 LBA48 bug workaround on "aborted command" errors. 203 LBA48 bug workaround on "aborted command" errors.
204 [bouyer, ticket #1094] 204 [bouyer, ticket #1094]
205 205
206sys/netinet/ip_input.c 1.263 via patch 206sys/netinet/ip_input.c 1.263 via patch
207sys/netinet/tcp_subr.c 1.225 via patch 207sys/netinet/tcp_subr.c 1.225 via patch
208 Make sure we send a reasonable fragment size when IPSEC is configured. 208 Make sure we send a reasonable fragment size when IPSEC is configured.
209 Otherwise we end up sending a dubious "0" whenever we cannot find a 209 Otherwise we end up sending a dubious "0" whenever we cannot find a
210 proper association for the packet. 210 proper association for the packet.
211 Reset sack_newdata along with snd_nxt to avoid improper integer 211 Reset sack_newdata along with snd_nxt to avoid improper integer
212 arithmetics that lead to sending data from an incorrect place in the 212 arithmetics that lead to sending data from an incorrect place in the
213 stream, making it appear as corrupted. 213 stream, making it appear as corrupted.
214 [cube, ticket #1109] 214 [cube, ticket #1109]
215 215
216src/crypto/dist/ssh/channels.c 1.38 via patch 216src/crypto/dist/ssh/channels.c 1.38 via patch
217src/crypto/dist/ssh/session.c 1.45 via patch 217src/crypto/dist/ssh/session.c 1.45 via patch
218src/crypto/dist/ssh/sshd_config.5 1.14 via patch 218src/crypto/dist/ssh/sshd_config.5 1.14 via patch
219 Fix two vulnerabilities in OpenSSH: 219 Fix two vulnerabilities in OpenSSH:
220 - X11 forwarding information disclosure (CVE-2008-1483) 220 - X11 forwarding information disclosure (CVE-2008-1483)
221 - ForceCommand bypass vulnerability 221 - ForceCommand bypass vulnerability
222 [adrianp, ticket #1113] 222 [adrianp, ticket #1113]
223 223
224src/crypto/dist/ssh/auth-options.c 1.8 via patch 224src/crypto/dist/ssh/auth-options.c 1.8 via patch
225src/crypto/dist/ssh/auth-options.h 1.4 via patch 225src/crypto/dist/ssh/auth-options.h 1.4 via patch
226src/crypto/dist/ssh/session.c 1.46 via patch 226src/crypto/dist/ssh/session.c 1.46 via patch
227src/crypto/dist/ssh/sshd.8 1.39 via patch 227src/crypto/dist/ssh/sshd.8 1.39 via patch
228 Add no-user-rc option which disables execution of ~/.ssh/rc 228 Add no-user-rc option which disables execution of ~/.ssh/rc
229 (backport from OpenSSH 4.9) 229 (backport from OpenSSH 4.9)
230 [adrianp, ticket #1114] 230 [adrianp, ticket #1114]
231 231
232lib/libc/stdlib/strfmon.c 1.6 232lib/libc/stdlib/strfmon.c 1.6
233 Fix another integer overflow issue discovered by Maksymilian 233 Fix another integer overflow issue discovered by Maksymilian
234 Arciemowicz. On top of this, limit the range of getnumber to 234 Arciemowicz. On top of this, limit the range of getnumber to
235 0x00ffffff to make sure that adding two of them does not cause 235 0x00ffffff to make sure that adding two of them does not cause
236 an integer overflow. 236 an integer overflow.
237 [mjf, ticket #1115] 237 [mjf, ticket #1115]
238 238
239src/lib/libc/gdtoa/dmisc.c 1.4 239src/lib/libc/gdtoa/dmisc.c 1.4
240src/lib/libc/gdtoa/gdtoa.c 1.4 240src/lib/libc/gdtoa/gdtoa.c 1.4
241src/lib/libc/gdtoa/gethex.c 1.4 241src/lib/libc/gdtoa/gethex.c 1.4
242src/lib/libc/gdtoa/misc.c 1.4 242src/lib/libc/gdtoa/misc.c 1.4
243src/lib/libc/gdtoa/strtof_vaxf.c 1.4-1.5 243src/lib/libc/gdtoa/strtof_vaxf.c 1.4-1.5
244src/lib/libc/gdtoa/strtopQ.c 1.4 244src/lib/libc/gdtoa/strtopQ.c 1.4
245src/lib/libc/gdtoa/strtopx.c 1.4 245src/lib/libc/gdtoa/strtopx.c 1.4
246src/lib/libc/gdtoa/strtopxL.c 1.4 246src/lib/libc/gdtoa/strtopxL.c 1.4
247src/lib/libc/gdtoa/strtord.c 1.4 247src/lib/libc/gdtoa/strtord.c 1.4
248src/lib/libc/gdtoa/dtoa.c 1.5 248src/lib/libc/gdtoa/dtoa.c 1.5
249src/lib/libc/gdtoa/strtod.c 1.5 249src/lib/libc/gdtoa/strtod.c 1.5
250src/lib/libc/gdtoa/g_Qfmt.c 1.3 250src/lib/libc/gdtoa/g_Qfmt.c 1.3
251src/lib/libc/gdtoa/g_xLfmt.c 1.3 251src/lib/libc/gdtoa/g_xLfmt.c 1.3
252src/lib/libc/gdtoa/g_xfmt.c 1.3 252src/lib/libc/gdtoa/g_xfmt.c 1.3
253src/lib/libc/gdtoa/smisc.c 1.3 253src/lib/libc/gdtoa/smisc.c 1.3
254src/lib/libc/gdtoa/strtof.c 1.3 254src/lib/libc/gdtoa/strtof.c 1.3
255src/lib/libc/gdtoa/strtorQ.c 1.3 255src/lib/libc/gdtoa/strtorQ.c 1.3
256src/lib/libc/gdtoa/strtorx.c 1.3 256src/lib/libc/gdtoa/strtorx.c 1.3
257src/lib/libc/gdtoa/strtorxL.c 1.3 257src/lib/libc/gdtoa/strtorxL.c 1.3
258src/lib/libc/gdtoa/g_ddfmt.c 1.2 258src/lib/libc/gdtoa/g_ddfmt.c 1.2
259src/lib/libc/gdtoa/g_dfmt.c 1.2 259src/lib/libc/gdtoa/g_dfmt.c 1.2
260src/lib/libc/gdtoa/g_ffmt.c 1.2 260src/lib/libc/gdtoa/g_ffmt.c 1.2
261src/lib/libc/gdtoa/strtoIQ.c 1.2 261src/lib/libc/gdtoa/strtoIQ.c 1.2
262src/lib/libc/gdtoa/strtoId.c 1.2 262src/lib/libc/gdtoa/strtoId.c 1.2
263src/lib/libc/gdtoa/strtoIdd.c 1.2 263src/lib/libc/gdtoa/strtoIdd.c 1.2
264src/lib/libc/gdtoa/strtoIf.c 1.2 264src/lib/libc/gdtoa/strtoIf.c 1.2
265src/lib/libc/gdtoa/strtoIg.c 1.2 265src/lib/libc/gdtoa/strtoIg.c 1.2
266src/lib/libc/gdtoa/strtoIx.c 1.2 266src/lib/libc/gdtoa/strtoIx.c 1.2
267src/lib/libc/gdtoa/strtoIxL.c 1.2 267src/lib/libc/gdtoa/strtoIxL.c 1.2
268src/lib/libc/gdtoa/strtodI.c 1.2 268src/lib/libc/gdtoa/strtodI.c 1.2
269src/lib/libc/gdtoa/strtodnrp.c 1.2 269src/lib/libc/gdtoa/strtodnrp.c 1.2
270src/lib/libc/gdtoa/strtopd.c 1.2 270src/lib/libc/gdtoa/strtopd.c 1.2
271src/lib/libc/gdtoa/strtopdd.c 1.2 271src/lib/libc/gdtoa/strtopdd.c 1.2
272src/lib/libc/gdtoa/strtopf.c 1.2 272src/lib/libc/gdtoa/strtopf.c 1.2
273src/lib/libc/gdtoa/strtordd.c 1.2 273src/lib/libc/gdtoa/strtordd.c 1.2
274src/lib/libc/gdtoa/strtorf.c 1.2 274src/lib/libc/gdtoa/strtorf.c 1.2
275src/lib/libc/gdtoa/sum.c 1.2 275src/lib/libc/gdtoa/sum.c 1.2
276src/lib/libc/gdtoa/gdtoa.h 1.8 276src/lib/libc/gdtoa/gdtoa.h 1.8
277src/lib/libc/gdtoa/hdtoa.c 1.6 277src/lib/libc/gdtoa/hdtoa.c 1.6
278src/lib/libc/gdtoa/strtodg.c 1.6 278src/lib/libc/gdtoa/strtodg.c 1.6
279src/lib/libc/stdio/vfwprintf.c 1.12 279src/lib/libc/stdio/vfwprintf.c 1.12
280 280
281 Don't coredump on out of memory conditions. This solution leaks, 281 Don't coredump on out of memory conditions. This solution leaks,
282 but gdtoa is too complicated to fix. 282 but gdtoa is too complicated to fix.
283 Try printf %99999999999.9999999999f 2 283 Try printf %99999999999.9999999999f 2
284 [mjf, ticket #1120] 284 [mjf, ticket #1120]
285 285
286crypto/dist/openssl/crypto/bn/bn_mont.c 1.2 286crypto/dist/openssl/crypto/bn/bn_mont.c 1.2
287 287
288 Fix for CVE-2007-3108. 288 Fix for CVE-2007-3108.
289 The BN_from_montgomery function in crypto/bn/bn_mont.c in 289 The BN_from_montgomery function in crypto/bn/bn_mont.c in
290 OpenSSL 0.9.8e and earlier does not properly perform Montgomery 290 OpenSSL 0.9.8e and earlier does not properly perform Montgomery
291 multiplication, which might allow local users to conduct 291 multiplication, which might allow local users to conduct
292 a side-channel attack and retrieve RSA private keys. 292 a side-channel attack and retrieve RSA private keys.
293 [adrianp, ticket #1123] 293 [adrianp, ticket #1123]
294 294
295src/dist/tcpdump/print-802_11.c patch 295src/dist/tcpdump/print-802_11.c patch
296src/dist/tcpdump/print-bgp.c patch 296src/dist/tcpdump/print-bgp.c patch
297src/dist/tcpdump/print-isoclns.c patch 297src/dist/tcpdump/print-isoclns.c patch
298 298
299 Fix CVE-2007-1218, CVE-2007-3798 and CAN-2005-1278 in base-tcpdump. 299 Fix CVE-2007-1218, CVE-2007-3798 and CAN-2005-1278 in base-tcpdump.
300 [tonnerre, ticket #1124] 300 [tonnerre, ticket #1124]
301 301
302usr.bin/gzip/zgrep 1.6 302usr.bin/gzip/zgrep 1.6
303 303
304 grep "-H" option (print the filename for each match) always prints 304 grep "-H" option (print the filename for each match) always prints
305 filenames whether "-h" option (suppress filenames when multiple files 305 filenames whether "-h" option (suppress filenames when multiple files
306 are searched) is specified or not. 306 are searched) is specified or not.
307 Make zgrep "-h" option actually work with using "-H" option only 307 Make zgrep "-h" option actually work with using "-H" option only
308 when "-h" is not specified. 308 when "-h" is not specified.
309 Fixes PR#36062. 309 Fixes PR#36062.
310 [nakayama, ticket #1134] 310 [nakayama, ticket #1134]
311 311
312gnu/dist/gcc4/gcc/config/m68k/m68k.md 1.5 312gnu/dist/gcc4/gcc/config/m68k/m68k.md 1.5
313 313
314 Pull the follwoing fix from upstream: 314 Pull the follwoing fix from upstream:
315 http://gcc.gnu.org/viewcvs/trunk/gcc/config/m68k/m68k.md#rev117181 315 http://gcc.gnu.org/viewcvs/trunk/gcc/config/m68k/m68k.md#rev117181
316 Fixes "internal compiler error: in do_SUBST" on compiling 316 Fixes "internal compiler error: in do_SUBST" on compiling
317 floating point ops with -msoft-float or -m68010 on LP64 hosts, 317 floating point ops with -msoft-float or -m68010 on LP64 hosts,
318 May fix PR#38359. 318 May fix PR#38359.
319 [tsutsui, ticket #1138] 319 [tsutsui, ticket #1138]
320 320
321gnu/dist/gcc4/gcc/genemit.c 1.2 321gnu/dist/gcc4/gcc/genemit.c 1.2
322gnu/dist/gcc4/gcc/genrecog.c 1.2 322gnu/dist/gcc4/gcc/genrecog.c 1.2
323gnu/dist/gcc4/gcc/hwint.h 1.2 323gnu/dist/gcc4/gcc/hwint.h 1.2
324 324
325 Defer wide int L/LL suffix choice in insn-*.c until we compile for 325 Defer wide int L/LL suffix choice in insn-*.c until we compile for
326 host using correct set of HOST_WIDE_INT* defines. Fixes compilation 326 host using correct set of HOST_WIDE_INT* defines. Fixes compilation
327 of native sh3 gcc on 64-bit build machines. 327 of native sh3 gcc on 64-bit build machines.
328 PR#34549. 328 PR#34549.
329 [uwe, ticket #1139] 329 [uwe, ticket #1139]
330 330
331src/gnu/dist/binutils/bfd/tekhex.c 1.2 331src/gnu/dist/binutils/bfd/tekhex.c 1.2
332 332
333 Fix for PR #33551 (a.k.a CVE-2006-2362) 333 Fix for PR #33551 (a.k.a CVE-2006-2362)
334 Back port from the binutils CVS tree. 334 Back port from the binutils CVS tree.
335 Buffer overflow in getsym in tekhex.c in libbfd in Free Software 335 Buffer overflow in getsym in tekhex.c in libbfd in Free Software
336 Foundation GNU Binutils before 20060423, as used by GNU strings,  336 Foundation GNU Binutils before 20060423, as used by GNU strings,
337 allows context-dependent attackers to cause a denial of service  337 allows context-dependent attackers to cause a denial of service
338 (application crash) and possibly execute arbitrary code via a file 338 (application crash) and possibly execute arbitrary code via a file
339 with a crafted Tektronix Hex Format (TekHex) record in which the  339 with a crafted Tektronix Hex Format (TekHex) record in which the
340 length character is not a valid hexadecimal character. 340 length character is not a valid hexadecimal character.
341 [adrianp, ticket #1160] 341 [adrianp, ticket #1160]
342 342
343sys/arch/sparc64/sparc64/locore.s 1.280 343sys/arch/sparc64/sparc64/locore.s 1.280
344 344
345 Close unterminated comment. 345 Close unterminated comment.
346 Fix unexpected behavior in case of loadfpstate from unaligned buffer. 346 Fix unexpected behavior in case of loadfpstate from unaligned buffer.
347 [nakayama, ticket #1159] 347 [nakayama, ticket #1159]
348 348
349dist/bind/CHANGES patch 349dist/bind/CHANGES patch
350dist/bind/COPYRIGHT patch 350dist/bind/COPYRIGHT patch
351dist/bind/FAQ patch 351dist/bind/FAQ patch
352dist/bind/FAQ.xml patch 352dist/bind/FAQ.xml patch
353dist/bind/Makefile.in patch 353dist/bind/Makefile.in patch
354dist/bind/README patch 354dist/bind/README patch
355dist/bind/config.h.in patch 355dist/bind/config.h.in patch
356dist/bind/configure patch 356dist/bind/configure patch
357dist/bind/configure.in patch 357dist/bind/configure.in patch
358dist/bind/version patch 358dist/bind/version patch
359dist/bind/bin/check/check-tool.c patch 359dist/bind/bin/check/check-tool.c patch
360dist/bind/bin/check/named-checkconf.8 patch 360dist/bind/bin/check/named-checkconf.8 patch
361dist/bind/bin/check/named-checkconf.docbook patch 361dist/bind/bin/check/named-checkconf.docbook patch
362dist/bind/bin/check/named-checkconf.html patch 362dist/bind/bin/check/named-checkconf.html patch
363dist/bind/bin/check/named-checkzone.8 patch 363dist/bind/bin/check/named-checkzone.8 patch
364dist/bind/bin/check/named-checkzone.c patch 364dist/bind/bin/check/named-checkzone.c patch
365dist/bind/bin/check/named-checkzone.docbook patch 365dist/bind/bin/check/named-checkzone.docbook patch
366dist/bind/bin/check/named-checkzone.html patch 366dist/bind/bin/check/named-checkzone.html patch
367dist/bind/bin/dig/dig.1 patch 367dist/bind/bin/dig/dig.1 patch
368dist/bind/bin/dig/dig.c patch 368dist/bind/bin/dig/dig.c patch
369dist/bind/bin/dig/dig.docbook patch 369dist/bind/bin/dig/dig.docbook patch
370dist/bind/bin/dig/dig.html patch 370dist/bind/bin/dig/dig.html patch
371dist/bind/bin/dig/dighost.c patch 371dist/bind/bin/dig/dighost.c patch
372dist/bind/bin/dig/host.1 patch 372dist/bind/bin/dig/host.1 patch
373dist/bind/bin/dig/host.c patch 373dist/bind/bin/dig/host.c patch
374dist/bind/bin/dig/host.docbook patch 374dist/bind/bin/dig/host.docbook patch
375dist/bind/bin/dig/host.html patch 375dist/bind/bin/dig/host.html patch
376dist/bind/bin/dig/nslookup.1 patch 376dist/bind/bin/dig/nslookup.1 patch
377dist/bind/bin/dig/nslookup.c patch 377dist/bind/bin/dig/nslookup.c patch
378dist/bind/bin/dig/nslookup.docbook patch 378dist/bind/bin/dig/nslookup.docbook patch
379dist/bind/bin/dig/nslookup.html patch 379dist/bind/bin/dig/nslookup.html patch
380dist/bind/bin/dig/include/dig/dig.h patch 380dist/bind/bin/dig/include/dig/dig.h patch
381dist/bind/bin/dnssec/dnssec-keygen.8 patch 381dist/bind/bin/dnssec/dnssec-keygen.8 patch
382dist/bind/bin/dnssec/dnssec-keygen.c patch 382dist/bind/bin/dnssec/dnssec-keygen.c patch
383dist/bind/bin/dnssec/dnssec-keygen.docbook patch 383dist/bind/bin/dnssec/dnssec-keygen.docbook patch
384dist/bind/bin/dnssec/dnssec-keygen.html patch 384dist/bind/bin/dnssec/dnssec-keygen.html patch
385dist/bind/bin/dnssec/dnssec-signzone.8 patch 385dist/bind/bin/dnssec/dnssec-signzone.8 patch
386dist/bind/bin/dnssec/dnssec-signzone.c patch 386dist/bind/bin/dnssec/dnssec-signzone.c patch
387dist/bind/bin/dnssec/dnssec-signzone.docbook patch 387dist/bind/bin/dnssec/dnssec-signzone.docbook patch
388dist/bind/bin/dnssec/dnssec-signzone.html patch 388dist/bind/bin/dnssec/dnssec-signzone.html patch
389dist/bind/bin/named/client.c patch 389dist/bind/bin/named/client.c patch
390dist/bind/bin/named/config.c patch 390dist/bind/bin/named/config.c patch
391dist/bind/bin/named/control.c patch 391dist/bind/bin/named/control.c patch
392dist/bind/bin/named/lwresd.8 patch 392dist/bind/bin/named/lwresd.8 patch
393dist/bind/bin/named/lwresd.docbook patch 393dist/bind/bin/named/lwresd.docbook patch
394dist/bind/bin/named/lwresd.html patch 394dist/bind/bin/named/lwresd.html patch
395dist/bind/bin/named/named.8 patch 395dist/bind/bin/named/named.8 patch
396dist/bind/bin/named/named.conf.5 patch 396dist/bind/bin/named/named.conf.5 patch
397dist/bind/bin/named/named.conf.docbook patch 397dist/bind/bin/named/named.conf.docbook patch
398dist/bind/bin/named/named.conf.html patch 398dist/bind/bin/named/named.conf.html patch
399dist/bind/bin/named/named.docbook patch 399dist/bind/bin/named/named.docbook patch
400dist/bind/bin/named/named.html patch 400dist/bind/bin/named/named.html patch
401dist/bind/bin/named/query.c patch 401dist/bind/bin/named/query.c patch
402dist/bind/bin/named/server.c patch 402dist/bind/bin/named/server.c patch
403dist/bind/bin/named/update.c patch 403dist/bind/bin/named/update.c patch
404dist/bind/bin/nsupdate/nsupdate.8 patch 404dist/bind/bin/nsupdate/nsupdate.8 patch
405dist/bind/bin/nsupdate/nsupdate.c patch 405dist/bind/bin/nsupdate/nsupdate.c patch
406dist/bind/bin/nsupdate/nsupdate.docbook patch 406dist/bind/bin/nsupdate/nsupdate.docbook patch
407dist/bind/bin/nsupdate/nsupdate.html patch 407dist/bind/bin/nsupdate/nsupdate.html patch
408dist/bind/bin/rndc/Makefile.in patch 408dist/bind/bin/rndc/Makefile.in patch
409dist/bind/bin/rndc/rndc-confgen.docbook patch 409dist/bind/bin/rndc/rndc-confgen.docbook patch
410dist/bind/bin/rndc/rndc.8 patch 410dist/bind/bin/rndc/rndc.8 patch
411dist/bind/bin/rndc/rndc.conf.5 patch 411dist/bind/bin/rndc/rndc.conf.5 patch
412dist/bind/bin/rndc/rndc.conf.docbook patch 412dist/bind/bin/rndc/rndc.conf.docbook patch
413dist/bind/bin/rndc/rndc.conf.html patch 413dist/bind/bin/rndc/rndc.conf.html patch
414dist/bind/bin/rndc/rndc.docbook patch 414dist/bind/bin/rndc/rndc.docbook patch
415dist/bind/bin/rndc/rndc.html patch 415dist/bind/bin/rndc/rndc.html patch
416dist/bind/bin/tests/compress_test.c patch 416dist/bind/bin/tests/compress_test.c patch
417dist/bind/bin/tests/journalprint.c patch 417dist/bind/bin/tests/journalprint.c patch
418dist/bind/bin/tests/system/start.sh patch 418dist/bind/bin/tests/system/start.sh patch
419dist/bind/bin/tests/system/stop.sh patch 419dist/bind/bin/tests/system/stop.sh patch
420dist/bind/bin/tests/system/checknames/ns2/named.conf patch 420dist/bind/bin/tests/system/checknames/ns2/named.conf patch
421dist/bind/bin/tests/system/checknames/ns3/named.conf patch 421dist/bind/bin/tests/system/checknames/ns3/named.conf patch
422dist/bind/bin/tests/system/dlv/ns5/named.conf patch 422dist/bind/bin/tests/system/dlv/ns5/named.conf patch
423dist/bind/bin/tests/system/dnssec/ns4/named.conf patch 423dist/bind/bin/tests/system/dnssec/ns4/named.conf patch
424dist/bind/bin/tests/system/dnssec/ns5/named.conf patch 424dist/bind/bin/tests/system/dnssec/ns5/named.conf patch
425dist/bind/bin/tests/system/dnssec/ns6/named.conf patch 425dist/bind/bin/tests/system/dnssec/ns6/named.conf patch
426dist/bind/bin/tests/system/lwresd/lwtest.c patch 426dist/bind/bin/tests/system/lwresd/lwtest.c patch
427dist/bind/bin/tests/system/lwresd/tests.sh patch 427dist/bind/bin/tests/system/lwresd/tests.sh patch
428dist/bind/bin/tests/system/notify/ns3/named.conf patch 428dist/bind/bin/tests/system/notify/ns3/named.conf patch
429dist/bind/bin/tests/system/nsupdate/ns2/named.conf patch 429dist/bind/bin/tests/system/nsupdate/ns2/named.conf patch
430dist/bind/bin/tests/system/resolver/ns1/named.conf patch 430dist/bind/bin/tests/system/resolver/ns1/named.conf patch
431dist/bind/bin/tests/system/rrsetorder/ns3/named.conf patch 431dist/bind/bin/tests/system/rrsetorder/ns3/named.conf patch
432dist/bind/bin/tests/system/stress/ns3/named.conf patch 432dist/bind/bin/tests/system/stress/ns3/named.conf patch
433dist/bind/bin/tests/system/stress/ns4/named.conf patch 433dist/bind/bin/tests/system/stress/ns4/named.conf patch
434dist/bind/bin/tests/system/stub/ns3/named.conf patch 434dist/bind/bin/tests/system/stub/ns3/named.conf patch
435dist/bind/bin/tests/system/upforwd/ns1/named.conf patch 435dist/bind/bin/tests/system/upforwd/ns1/named.conf patch
436dist/bind/bin/tests/system/upforwd/ns2/named.conf patch 436dist/bind/bin/tests/system/upforwd/ns2/named.conf patch
437dist/bind/bin/tests/system/upforwd/ns3/named.conf patch 437dist/bind/bin/tests/system/upforwd/ns3/named.conf patch
438dist/bind/bin/tests/system/v6synth/ns2/named.conf patch 438dist/bind/bin/tests/system/v6synth/ns2/named.conf patch
439dist/bind/bin/tests/system/v6synth/ns3/named.conf patch 439dist/bind/bin/tests/system/v6synth/ns3/named.conf patch
440dist/bind/bin/tests/system/xfer/ns3/named.conf patch 440dist/bind/bin/tests/system/xfer/ns3/named.conf patch
441dist/bind/bin/win32/BINDInstall/BINDInstallDlg.cpp patch 441dist/bind/bin/win32/BINDInstall/BINDInstallDlg.cpp patch
442dist/bind/contrib/dbus/dbus_mgr.c patch 442dist/bind/contrib/dbus/dbus_mgr.c patch
443dist/bind/contrib/dbus/dbus_service.c patch 443dist/bind/contrib/dbus/dbus_service.c patch
444dist/bind/contrib/dbus/dbus_service.h patch 444dist/bind/contrib/dbus/dbus_service.h patch
445dist/bind/contrib/dlz/bin/dlzbdb/Makefile.in patch 445dist/bind/contrib/dlz/bin/dlzbdb/Makefile.in patch
446dist/bind/contrib/queryperf/configure patch 446dist/bind/contrib/queryperf/configure patch
447dist/bind/contrib/queryperf/configure.in patch 447dist/bind/contrib/queryperf/configure.in patch
448dist/bind/contrib/queryperf/queryperf.c patch 448dist/bind/contrib/queryperf/queryperf.c patch
449dist/bind/contrib/sdb/pgsql/zonetodb.c patch 449dist/bind/contrib/sdb/pgsql/zonetodb.c patch
450dist/bind/doc/arm/Bv9ARM-book.xml patch 450dist/bind/doc/arm/Bv9ARM-book.xml patch
451dist/bind/doc/arm/Bv9ARM.ch01.html patch 451dist/bind/doc/arm/Bv9ARM.ch01.html patch
452dist/bind/doc/arm/Bv9ARM.ch02.html patch 452dist/bind/doc/arm/Bv9ARM.ch02.html patch
453dist/bind/doc/arm/Bv9ARM.ch03.html patch 453dist/bind/doc/arm/Bv9ARM.ch03.html patch
454dist/bind/doc/arm/Bv9ARM.ch04.html patch 454dist/bind/doc/arm/Bv9ARM.ch04.html patch
455dist/bind/doc/arm/Bv9ARM.ch05.html patch 455dist/bind/doc/arm/Bv9ARM.ch05.html patch
456dist/bind/doc/arm/Bv9ARM.ch06.html patch 456dist/bind/doc/arm/Bv9ARM.ch06.html patch
457dist/bind/doc/arm/Bv9ARM.ch07.html patch 457dist/bind/doc/arm/Bv9ARM.ch07.html patch
458dist/bind/doc/arm/Bv9ARM.ch08.html patch 458dist/bind/doc/arm/Bv9ARM.ch08.html patch
459dist/bind/doc/arm/Bv9ARM.ch09.html patch 459dist/bind/doc/arm/Bv9ARM.ch09.html patch
460dist/bind/doc/arm/Bv9ARM.ch10.html patch 460dist/bind/doc/arm/Bv9ARM.ch10.html patch
461dist/bind/doc/arm/Bv9ARM.html patch 461dist/bind/doc/arm/Bv9ARM.html patch
462dist/bind/doc/arm/Bv9ARM.pdf patch 462dist/bind/doc/arm/Bv9ARM.pdf patch
463dist/bind/doc/arm/Makefile.in patch 463dist/bind/doc/arm/Makefile.in patch
464dist/bind/doc/arm/man.dig.html patch 464dist/bind/doc/arm/man.dig.html patch
465dist/bind/doc/arm/man.dnssec-keygen.html patch 465dist/bind/doc/arm/man.dnssec-keygen.html patch
466dist/bind/doc/arm/man.dnssec-signzone.html patch 466dist/bind/doc/arm/man.dnssec-signzone.html patch
467dist/bind/doc/arm/man.host.html patch 467dist/bind/doc/arm/man.host.html patch
468dist/bind/doc/arm/man.named-checkconf.html patch 468dist/bind/doc/arm/man.named-checkconf.html patch
469dist/bind/doc/arm/man.named-checkzone.html patch 469dist/bind/doc/arm/man.named-checkzone.html patch
470dist/bind/doc/arm/man.named.html patch 470dist/bind/doc/arm/man.named.html patch
471dist/bind/doc/arm/man.rndc-confgen.html patch 471dist/bind/doc/arm/man.rndc-confgen.html patch
472dist/bind/doc/arm/man.rndc.conf.html patch 472dist/bind/doc/arm/man.rndc.conf.html patch
473dist/bind/doc/arm/man.rndc.html patch 473dist/bind/doc/arm/man.rndc.html patch
474dist/bind/doc/misc/Makefile.in patch 474dist/bind/doc/misc/Makefile.in patch
475dist/bind/doc/misc/migration patch 475dist/bind/doc/misc/migration patch
476dist/bind/doc/rfc/index patch 476dist/bind/doc/rfc/index patch
477dist/bind/doc/xsl/isc-manpage.xsl.in patch 477dist/bind/doc/xsl/isc-manpage.xsl.in patch
478dist/bind/lib/bind/api patch 478dist/bind/lib/bind/api patch
479dist/bind/lib/bind/config.h.in patch 479dist/bind/lib/bind/config.h.in patch
480dist/bind/lib/bind/configure patch 480dist/bind/lib/bind/configure patch
481dist/bind/lib/bind/configure.in patch 481dist/bind/lib/bind/configure.in patch
482dist/bind/lib/bind/port_before.h.in patch 482dist/bind/lib/bind/port_before.h.in patch
483dist/bind/lib/bind/dst/dst_api.c patch 483dist/bind/lib/bind/dst/dst_api.c patch
484dist/bind/lib/bind/dst/hmac_link.c patch 484dist/bind/lib/bind/dst/hmac_link.c patch
485dist/bind/lib/bind/irs/gai_strerror.c patch 485dist/bind/lib/bind/irs/gai_strerror.c patch
486dist/bind/lib/bind/irs/irs_data.c patch 486dist/bind/lib/bind/irs/irs_data.c patch
487dist/bind/lib/bind/isc/ctl_clnt.c patch 487dist/bind/lib/bind/isc/ctl_clnt.c patch
488dist/bind/lib/bind/make/rules.in patch 488dist/bind/lib/bind/make/rules.in patch
489dist/bind/lib/bind/nameser/ns_parse.c patch 489dist/bind/lib/bind/nameser/ns_parse.c patch
490dist/bind/lib/bind/resolv/res_data.c patch 490dist/bind/lib/bind/resolv/res_data.c patch
491dist/bind/lib/bind/resolv/res_init.c patch 491dist/bind/lib/bind/resolv/res_init.c patch
492dist/bind/lib/bind9/api patch 492dist/bind/lib/bind9/api patch
493dist/bind/lib/bind9/check.c patch 493dist/bind/lib/bind9/check.c patch
494dist/bind/lib/bind9/win32/DLLMain.c patch 494dist/bind/lib/bind9/win32/DLLMain.c patch
495dist/bind/lib/dns/adb.c patch 495dist/bind/lib/dns/adb.c patch
496dist/bind/lib/dns/api patch 496dist/bind/lib/dns/api patch
497dist/bind/lib/dns/dispatch.c patch 497dist/bind/lib/dns/dispatch.c patch
498dist/bind/lib/dns/dnssec.c patch 498dist/bind/lib/dns/dnssec.c patch
499dist/bind/lib/dns/journal.c patch 499dist/bind/lib/dns/journal.c patch
500dist/bind/lib/dns/lookup.c patch 500dist/bind/lib/dns/lookup.c patch
501dist/bind/lib/dns/master.c patch 501dist/bind/lib/dns/master.c patch
502dist/bind/lib/dns/message.c patch 502dist/bind/lib/dns/message.c patch
503dist/bind/lib/dns/openssl_link.c patch 503dist/bind/lib/dns/openssl_link.c patch
504dist/bind/lib/dns/openssldh_link.c patch 504dist/bind/lib/dns/openssldh_link.c patch
505dist/bind/lib/dns/openssldsa_link.c patch 505dist/bind/lib/dns/openssldsa_link.c patch
506dist/bind/lib/dns/rbtdb.c patch 506dist/bind/lib/dns/rbtdb.c patch
507dist/bind/lib/dns/rdataslab.c patch 507dist/bind/lib/dns/rdataslab.c patch
508dist/bind/lib/dns/resolver.c patch 508dist/bind/lib/dns/resolver.c patch
509dist/bind/lib/dns/rootns.c patch 509dist/bind/lib/dns/rootns.c patch
510dist/bind/lib/dns/sdb.c patch 510dist/bind/lib/dns/sdb.c patch
511dist/bind/lib/dns/sdlz.c patch 511dist/bind/lib/dns/sdlz.c patch
512dist/bind/lib/dns/tsig.c patch 512dist/bind/lib/dns/tsig.c patch
513dist/bind/lib/dns/validator.c patch 513dist/bind/lib/dns/validator.c patch
514dist/bind/lib/dns/view.c patch 514dist/bind/lib/dns/view.c patch
515dist/bind/lib/dns/xfrin.c patch 515dist/bind/lib/dns/xfrin.c patch
516dist/bind/lib/dns/zone.c patch 516dist/bind/lib/dns/zone.c patch
517dist/bind/lib/dns/include/dns/db.h patch 517dist/bind/lib/dns/include/dns/db.h patch
518dist/bind/lib/dns/include/dns/dispatch.h patch 518dist/bind/lib/dns/include/dns/dispatch.h patch
519dist/bind/lib/dns/include/dns/validator.h patch 519dist/bind/lib/dns/include/dns/validator.h patch
520dist/bind/lib/dns/rdata/generic/dlv_32769.c patch 520dist/bind/lib/dns/rdata/generic/dlv_32769.c patch
521dist/bind/lib/dns/rdata/generic/ds_43.c patch 521dist/bind/lib/dns/rdata/generic/ds_43.c patch
522dist/bind/lib/dns/win32/DLLMain.c patch 522dist/bind/lib/dns/win32/DLLMain.c patch
523dist/bind/lib/dns/win32/libdns.def patch 523dist/bind/lib/dns/win32/libdns.def patch
524dist/bind/lib/isc/Makefile.in patch 524dist/bind/lib/isc/Makefile.in patch
525dist/bind/lib/isc/api patch 525dist/bind/lib/isc/api patch
526dist/bind/lib/isc/hmacsha.c patch 526dist/bind/lib/isc/hmacsha.c patch
527dist/bind/lib/isc/mem.c patch 527dist/bind/lib/isc/mem.c patch
528dist/bind/lib/isc/timer.c patch 528dist/bind/lib/isc/timer.c patch
529dist/bind/lib/isc/include/isc/platform.h.in patch 529dist/bind/lib/isc/include/isc/platform.h.in patch
530dist/bind/lib/isc/include/isc/string.h patch 530dist/bind/lib/isc/include/isc/string.h patch
531dist/bind/lib/isc/powerpc/include/isc/atomic.h patch 531dist/bind/lib/isc/powerpc/include/isc/atomic.h patch
532dist/bind/lib/isc/unix/ifiter_getifaddrs.c patch 532dist/bind/lib/isc/unix/ifiter_getifaddrs.c patch
533dist/bind/lib/isc/unix/ifiter_ioctl.c patch 533dist/bind/lib/isc/unix/ifiter_ioctl.c patch
534dist/bind/lib/isc/unix/net.c patch 534dist/bind/lib/isc/unix/net.c patch
535dist/bind/lib/isc/unix/socket.c patch 535dist/bind/lib/isc/unix/socket.c patch
536dist/bind/lib/isc/unix/syslog.c patch 536dist/bind/lib/isc/unix/syslog.c patch
537dist/bind/lib/isc/win32/DLLMain.c patch 537dist/bind/lib/isc/win32/DLLMain.c patch
538dist/bind/lib/isc/win32/condition.c patch 538dist/bind/lib/isc/win32/condition.c patch
539dist/bind/lib/isc/win32/interfaceiter.c patch 539dist/bind/lib/isc/win32/interfaceiter.c patch
540dist/bind/lib/isc/win32/libisc.def patch 540dist/bind/lib/isc/win32/libisc.def patch
541dist/bind/lib/isc/win32/net.c patch 541dist/bind/lib/isc/win32/net.c patch
542dist/bind/lib/isc/win32/ntpaths.c patch 542dist/bind/lib/isc/win32/ntpaths.c patch
543dist/bind/lib/isc/win32/once.c patch 543dist/bind/lib/isc/win32/once.c patch
544dist/bind/lib/isc/win32/socket.c patch 544dist/bind/lib/isc/win32/socket.c patch
545dist/bind/lib/isc/win32/include/isc/condition.h patch 545dist/bind/lib/isc/win32/include/isc/condition.h patch
546dist/bind/lib/isc/win32/include/isc/ipv6.h patch 546dist/bind/lib/isc/win32/include/isc/ipv6.h patch
547dist/bind/lib/isccc/symtab.c patch 547dist/bind/lib/isccc/symtab.c patch
548dist/bind/lib/isccc/win32/DLLMain.c patch 548dist/bind/lib/isccc/win32/DLLMain.c patch
549dist/bind/lib/isccfg/api patch 549dist/bind/lib/isccfg/api patch
550dist/bind/lib/isccfg/win32/DLLMain.c patch 550dist/bind/lib/isccfg/win32/DLLMain.c patch
551dist/bind/lib/lwres/api patch 551dist/bind/lib/lwres/api patch
552dist/bind/lib/lwres/context.c patch 552dist/bind/lib/lwres/context.c patch
553dist/bind/lib/lwres/getaddrinfo.c patch 553dist/bind/lib/lwres/getaddrinfo.c patch
554dist/bind/lib/lwres/getipnode.c patch 554dist/bind/lib/lwres/getipnode.c patch
555dist/bind/lib/lwres/lwres_gnba.c patch 555dist/bind/lib/lwres/lwres_gnba.c patch
556dist/bind/lib/lwres/man/lwres.docbook patch 556dist/bind/lib/lwres/man/lwres.docbook patch
557dist/bind/lib/lwres/man/lwres_buffer.docbook patch 557dist/bind/lib/lwres/man/lwres_buffer.docbook patch
558dist/bind/lib/lwres/man/lwres_config.docbook patch 558dist/bind/lib/lwres/man/lwres_config.docbook patch
559dist/bind/lib/lwres/man/lwres_context.docbook patch 559dist/bind/lib/lwres/man/lwres_context.docbook patch
560dist/bind/lib/lwres/man/lwres_gabn.docbook patch 560dist/bind/lib/lwres/man/lwres_gabn.docbook patch
561dist/bind/lib/lwres/man/lwres_gai_strerror.docbook patch 561dist/bind/lib/lwres/man/lwres_gai_strerror.docbook patch
562dist/bind/lib/lwres/man/lwres_getaddrinfo.docbook patch 562dist/bind/lib/lwres/man/lwres_getaddrinfo.docbook patch
563dist/bind/lib/lwres/man/lwres_gethostent.docbook patch 563dist/bind/lib/lwres/man/lwres_gethostent.docbook patch
564dist/bind/lib/lwres/man/lwres_getipnode.docbook patch 564dist/bind/lib/lwres/man/lwres_getipnode.docbook patch
565dist/bind/lib/lwres/man/lwres_getnameinfo.docbook patch 565dist/bind/lib/lwres/man/lwres_getnameinfo.docbook patch
566dist/bind/lib/lwres/man/lwres_getrrsetbyname.docbook patch 566dist/bind/lib/lwres/man/lwres_getrrsetbyname.docbook patch
567dist/bind/lib/lwres/man/lwres_gnba.docbook patch 567dist/bind/lib/lwres/man/lwres_gnba.docbook patch
568dist/bind/lib/lwres/man/lwres_hstrerror.docbook patch 568dist/bind/lib/lwres/man/lwres_hstrerror.docbook patch
569dist/bind/lib/lwres/man/lwres_inetntop.docbook patch 569dist/bind/lib/lwres/man/lwres_inetntop.docbook patch
570dist/bind/lib/lwres/man/lwres_noop.docbook patch 570dist/bind/lib/lwres/man/lwres_noop.docbook patch
571dist/bind/lib/lwres/man/lwres_packet.docbook patch 571dist/bind/lib/lwres/man/lwres_packet.docbook patch
572dist/bind/lib/lwres/man/lwres_resutil.docbook patch 572dist/bind/lib/lwres/man/lwres_resutil.docbook patch
573dist/bind/lib/lwres/win32/DLLMain.c patch 573dist/bind/lib/lwres/win32/DLLMain.c patch
574dist/bind/lib/lwres/win32/liblwres.dsp patch 574dist/bind/lib/lwres/win32/liblwres.dsp patch
575dist/bind/lib/lwres/win32/liblwres.mak patch 575dist/bind/lib/lwres/win32/liblwres.mak patch
576dist/bind/lib/lwres/win32/lwconfig.c patch 576dist/bind/lib/lwres/win32/lwconfig.c patch
577dist/bind/lib/lwres/win32/include/lwres/platform.h patch 577dist/bind/lib/lwres/win32/include/lwres/platform.h patch
578dist/bind/make/rules.in patch 578dist/bind/make/rules.in patch
579dist/bind/win32utils/BuildAll.bat patch 579dist/bind/win32utils/BuildAll.bat patch
580dist/bind/win32utils/BuildSetup.bat patch 580dist/bind/win32utils/BuildSetup.bat patch
581dist/bind/win32utils/readme1st.txt patch 581dist/bind/win32utils/readme1st.txt patch
582dist/bind/win32utils/updateopenssl.pl patch 582dist/bind/win32utils/updateopenssl.pl patch
583doc/3RDPARTY patch 583doc/3RDPARTY patch
584usr.sbin/bind/Makefile.inc patch 584usr.sbin/bind/Makefile.inc patch
585dist/bind/contrib/queryperf/config.h.in patch 585dist/bind/contrib/queryperf/config.h.in patch
586dist/bind/contrib/sdb/sqlite/README.sdb_sqlite patch 586dist/bind/contrib/sdb/sqlite/README.sdb_sqlite patch
587dist/bind/contrib/sdb/sqlite/sqlitedb.cx patch 587dist/bind/contrib/sdb/sqlite/sqlitedb.cx patch
588dist/bind/contrib/sdb/sqlite/sqlitedb.h patch 588dist/bind/contrib/sdb/sqlite/sqlitedb.h patch
589dist/bind/contrib/sdb/sqlite/zone2sqlite.c patch 589dist/bind/contrib/sdb/sqlite/zone2sqlite.c patch
590dist/bind/doc/rfc/rfc4398.txt patch 590dist/bind/doc/rfc/rfc4398.txt patch
591dist/bind/doc/rfc/rfc4408.txt patch 591dist/bind/doc/rfc/rfc4408.txt patch
592dist/bind/doc/rfc/rfc4470.txt patch 592dist/bind/doc/rfc/rfc4470.txt patch
593dist/bind/doc/rfc/rfc4634.txt patch 593dist/bind/doc/rfc/rfc4634.txt patch
594dist/bind/doc/rfc/rfc4641.txt patch 594dist/bind/doc/rfc/rfc4641.txt patch
595dist/bind/lib/bind/port/sunos/include/paths.h patch 595dist/bind/lib/bind/port/sunos/include/paths.h patch
596dist/bind/lib/isc/alpha/Makefile.in patch 596dist/bind/lib/isc/alpha/Makefile.in patch
597dist/bind/lib/isc/alpha/include/Makefile.in patch 597dist/bind/lib/isc/alpha/include/Makefile.in patch
598dist/bind/lib/isc/alpha/include/isc/Makefile.in patch 598dist/bind/lib/isc/alpha/include/isc/Makefile.in patch
599dist/bind/lib/isc/ia64/Makefile.in patch 599dist/bind/lib/isc/ia64/Makefile.in patch
600dist/bind/lib/isc/ia64/include/Makefile.in patch 600dist/bind/lib/isc/ia64/include/Makefile.in patch
601dist/bind/lib/isc/ia64/include/isc/Makefile.in patch 601dist/bind/lib/isc/ia64/include/isc/Makefile.in patch
602dist/bind/lib/isc/mips/Makefile.in patch 602dist/bind/lib/isc/mips/Makefile.in patch
603dist/bind/lib/isc/mips/include/Makefile.in patch 603dist/bind/lib/isc/mips/include/Makefile.in patch
604dist/bind/lib/isc/mips/include/isc/Makefile.in patch 604dist/bind/lib/isc/mips/include/isc/Makefile.in patch
605dist/bind/lib/isc/noatomic/Makefile.in patch 605dist/bind/lib/isc/noatomic/Makefile.in patch
606dist/bind/lib/isc/noatomic/include/Makefile.in patch 606dist/bind/lib/isc/noatomic/include/Makefile.in patch
607dist/bind/lib/isc/noatomic/include/isc/Makefile.in patch 607dist/bind/lib/isc/noatomic/include/isc/Makefile.in patch
608dist/bind/lib/isc/powerpc/Makefile.in patch 608dist/bind/lib/isc/powerpc/Makefile.in patch
609dist/bind/lib/isc/powerpc/include/Makefile.in patch 609dist/bind/lib/isc/powerpc/include/Makefile.in patch
610dist/bind/lib/isc/powerpc/include/isc/Makefile.in patch 610dist/bind/lib/isc/powerpc/include/isc/Makefile.in patch
611dist/bind/lib/isc/sparc64/Makefile.in patch 611dist/bind/lib/isc/sparc64/Makefile.in patch
612dist/bind/lib/isc/sparc64/include/Makefile.in patch 612dist/bind/lib/isc/sparc64/include/Makefile.in patch
613dist/bind/lib/isc/sparc64/include/isc/Makefile.in patch 613dist/bind/lib/isc/sparc64/include/isc/Makefile.in patch
614dist/bind/lib/isc/x86_32/Makefile.in patch 614dist/bind/lib/isc/x86_32/Makefile.in patch
615dist/bind/lib/isc/x86_32/include/Makefile.in patch 615dist/bind/lib/isc/x86_32/include/Makefile.in patch
616dist/bind/lib/isc/x86_32/include/isc/Makefile.in patch 616dist/bind/lib/isc/x86_32/include/isc/Makefile.in patch
617dist/bind/lib/isc/x86_64/Makefile.in patch 617dist/bind/lib/isc/x86_64/Makefile.in patch
618dist/bind/lib/isc/x86_64/include/Makefile.in patch 618dist/bind/lib/isc/x86_64/include/Makefile.in patch
619dist/bind/lib/isc/x86_64/include/isc/Makefile.in patch 619dist/bind/lib/isc/x86_64/include/isc/Makefile.in patch
620dist/bind/lib/lwres/win32/socket.c patch 620dist/bind/lib/lwres/win32/socket.c patch
621dist/bind/win32utils/BuildOpenSSL.bat patch 621dist/bind/win32utils/BuildOpenSSL.bat patch
622 622
623 Update BIND to 9.4.2-P1 and turn off pthreads. 623 Update BIND to 9.4.2-P1 and turn off pthreads.
624 [adrianp, ticket #1168]  624 [adrianp, ticket #1168]
625 625
626etc/named.conf 1.5 626etc/named.conf 1.5
627 627
628 The default named.conf should not contain a query-source statement. 628 The default named.conf should not contain a query-source statement.
629 Comment it out and describe what it's for and why not to use it. 629 Comment it out and describe what it's for and why not to use it.
630 [dholland, ticket #1169] 630 [dholland, ticket #1169]
631 631
632sys/net/if_pppoe.c 1.88 632sys/net/if_pppoe.c 1.88
633 Apply patch from Yasuoka Masahiko in PR kern/39321: fix length check 633 Apply patch from Yasuoka Masahiko in PR kern/39321: fix length check
634 when parsing pppoe discovery phase packets. 634 when parsing pppoe discovery phase packets.
635 [martin, ticket #1179] 635 [martin, ticket #1179]
636 636
637crypto/dist/ipsec-tools/ChangeLog 1.91.4.64 637crypto/dist/ipsec-tools/ChangeLog 1.91.4.64
638crypto/dist/ipsec-tools/NEWS 1.1.1.6.6.3 638crypto/dist/ipsec-tools/NEWS 1.1.1.6.6.3
639crypto/dist/ipsec-tools/configure.ac 1.3.4.10 639crypto/dist/ipsec-tools/configure.ac 1.3.4.10
640crypto/dist/ipsec-tools/src/libipsec/Makefile.am 1.2.4.1 640crypto/dist/ipsec-tools/src/libipsec/Makefile.am 1.2.4.1
641crypto/dist/ipsec-tools/src/libipsec/pfkey.c 1.13.4.2 641crypto/dist/ipsec-tools/src/libipsec/pfkey.c 1.13.4.2
642crypto/dist/ipsec-tools/src/racoon/Makefile.am 1.3.4.3 642crypto/dist/ipsec-tools/src/racoon/Makefile.am 1.3.4.3
643crypto/dist/ipsec-tools/src/racoon/admin.c 1.17.6.2 643crypto/dist/ipsec-tools/src/racoon/admin.c 1.17.6.2
644crypto/dist/ipsec-tools/src/racoon/cfparse.y 1.18.4.7 644crypto/dist/ipsec-tools/src/racoon/cfparse.y 1.18.4.7
645crypto/dist/ipsec-tools/src/racoon/cftoken.l 1.11.4.2 645crypto/dist/ipsec-tools/src/racoon/cftoken.l 1.11.4.2
646crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c 1.11.6.4 646crypto/dist/ipsec-tools/src/racoon/crypto_openssl.c 1.11.6.4
647crypto/dist/ipsec-tools/src/racoon/eaytest.c 1.7.6.2 647crypto/dist/ipsec-tools/src/racoon/eaytest.c 1.7.6.2
648crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c 1.4.6.3 648crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c 1.4.6.3
649crypto/dist/ipsec-tools/src/racoon/handler.c 1.9.6.7 649crypto/dist/ipsec-tools/src/racoon/handler.c 1.9.6.7
650crypto/dist/ipsec-tools/src/racoon/handler.h 1.9.6.1 650crypto/dist/ipsec-tools/src/racoon/handler.h 1.9.6.1
651crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c 1.23.4.9 651crypto/dist/ipsec-tools/src/racoon/ipsec_doi.c 1.23.4.9
652crypto/dist/ipsec-tools/src/racoon/isakmp.c 1.20.6.11 652crypto/dist/ipsec-tools/src/racoon/isakmp.c 1.20.6.11
653crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c 1.12.6.3 653crypto/dist/ipsec-tools/src/racoon/isakmp_cfg.c 1.12.6.3
654crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c 1.14.4.14 654crypto/dist/ipsec-tools/src/racoon/isakmp_inf.c 1.14.4.14
655crypto/dist/ipsec-tools/src/racoon/kmpstat.c 1.4.6.2 655crypto/dist/ipsec-tools/src/racoon/kmpstat.c 1.4.6.2
656crypto/dist/ipsec-tools/src/racoon/misc.c 1.4.6.1 656crypto/dist/ipsec-tools/src/racoon/misc.c 1.4.6.1
657crypto/dist/ipsec-tools/src/racoon/misc.h 1.4.6.1 657crypto/dist/ipsec-tools/src/racoon/misc.h 1.4.6.1
658crypto/dist/ipsec-tools/src/racoon/oakley.c 1.9.6.3 658crypto/dist/ipsec-tools/src/racoon/oakley.c 1.9.6.3
659crypto/dist/ipsec-tools/src/racoon/pfkey.c 1.18.4.5 659crypto/dist/ipsec-tools/src/racoon/pfkey.c 1.18.4.5
660crypto/dist/ipsec-tools/src/racoon/plog.c 1.4.6.1 660crypto/dist/ipsec-tools/src/racoon/plog.c 1.4.6.1
661crypto/dist/ipsec-tools/src/racoon/plog.h 1.4.6.1 661crypto/dist/ipsec-tools/src/racoon/plog.h 1.4.6.1
662crypto/dist/ipsec-tools/src/racoon/proposal.c 1.13.4.2 662crypto/dist/ipsec-tools/src/racoon/proposal.c 1.13.4.2
663crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 1.34.4.3 663crypto/dist/ipsec-tools/src/racoon/racoon.conf.5 1.34.4.3
664crypto/dist/ipsec-tools/src/racoon/racoonctl.c 1.7.6.1 664crypto/dist/ipsec-tools/src/racoon/racoonctl.c 1.7.6.1
665crypto/dist/ipsec-tools/src/racoon/remoteconf.c 1.9.4.2 665crypto/dist/ipsec-tools/src/racoon/remoteconf.c 1.9.4.2
666crypto/dist/ipsec-tools/src/setkey/Makefile.am 1.1.1.2.8.1 666crypto/dist/ipsec-tools/src/setkey/Makefile.am 1.1.1.2.8.1
667lib/libipsec/package_version.h 1.18.2.2 via patch 667lib/libipsec/package_version.h 1.18.2.2 via patch
668 668
669 Upgrade ipsec-tools to release 0.7.1. 669 Upgrade ipsec-tools to release 0.7.1.
670 [manu, ticket #1183] 670 [manu, ticket #1183]
671 671
672sys/arch/hppa/hppa/copy.S 1.8 672sys/arch/hppa/hppa/copy.S 1.8
673 673
674 Fix potential kernel / userland memory corruption in copy{in,out}str 674 Fix potential kernel / userland memory corruption in copy{in,out}str
675 on hppa. 675 on hppa.
676 [skrll, ticket #1180] 676 [skrll, ticket #1180]
677 677
678sys/netinet6/mld6.c 1.47 678sys/netinet6/mld6.c 1.47
679 679
680 Fix from matt@ for malformed ICMPv6 MLD query (CVE-2008-2464). 680 Fix from matt@ for malformed ICMPv6 MLD query (CVE-2008-2464).
681 [adrianp, ticket #1187] 681 [adrianp, ticket #1187]
682 682
683dist/bind/CHANGES patch 683dist/bind/CHANGES patch
684dist/bind/COPYRIGHT patch 684dist/bind/COPYRIGHT patch
685dist/bind/configure patch 685dist/bind/configure patch
686dist/bind/configure.in patch 686dist/bind/configure.in patch
687dist/bind/version patch 687dist/bind/version patch
688dist/bind/bin/dig/dighost.c patch 688dist/bind/bin/dig/dighost.c patch
689dist/bind/bin/named/client.c patch 689dist/bind/bin/named/client.c patch
690dist/bind/bin/named/config.c patch 690dist/bind/bin/named/config.c patch
691dist/bind/bin/named/controlconf.c patch 691dist/bind/bin/named/controlconf.c patch
692dist/bind/bin/named/interfacemgr.c patch 692dist/bind/bin/named/interfacemgr.c patch
693dist/bind/bin/named/lwresd.c patch 693dist/bind/bin/named/lwresd.c patch
694dist/bind/bin/named/named.conf.docbook patch 694dist/bind/bin/named/named.conf.docbook patch
695dist/bind/bin/named/server.c patch 695dist/bind/bin/named/server.c patch
696dist/bind/bin/rndc/rndc.c patch 696dist/bind/bin/rndc/rndc.c patch
697dist/bind/bin/tests/sig0_test.c patch 697dist/bind/bin/tests/sig0_test.c patch
698dist/bind/bin/tests/sock_test.c patch 698dist/bind/bin/tests/sock_test.c patch
699dist/bind/bin/tests/system/ifconfig.sh patch 699dist/bind/bin/tests/system/ifconfig.sh patch
700dist/bind/doc/arm/Bv9ARM-book.xml patch 700dist/bind/doc/arm/Bv9ARM-book.xml patch
701dist/bind/lib/bind/configure patch 701dist/bind/lib/bind/configure patch
702dist/bind/lib/bind/configure.in patch 702dist/bind/lib/bind/configure.in patch
703dist/bind/lib/dns/api patch 703dist/bind/lib/dns/api patch
704dist/bind/lib/dns/dispatch.c patch 704dist/bind/lib/dns/dispatch.c patch
705dist/bind/lib/dns/request.c patch 705dist/bind/lib/dns/request.c patch
706dist/bind/lib/dns/resolver.c patch 706dist/bind/lib/dns/resolver.c patch
707dist/bind/lib/dns/xfrin.c patch 707dist/bind/lib/dns/xfrin.c patch
708dist/bind/lib/dns/include/dns/dispatch.h patch 708dist/bind/lib/dns/include/dns/dispatch.h patch
709dist/bind/lib/isc/api patch 709dist/bind/lib/isc/api patch
710dist/bind/lib/isc/timer.c patch 710dist/bind/lib/isc/timer.c patch
711dist/bind/lib/isc/include/isc/resource.h patch 711dist/bind/lib/isc/include/isc/resource.h patch
712dist/bind/lib/isc/include/isc/socket.h patch 712dist/bind/lib/isc/include/isc/socket.h patch
713dist/bind/lib/isc/include/isc/timer.h patch 713dist/bind/lib/isc/include/isc/timer.h patch
714dist/bind/lib/isc/unix/app.c patch 714dist/bind/lib/isc/unix/app.c patch
715dist/bind/lib/isc/unix/resource.c patch 715dist/bind/lib/isc/unix/resource.c patch
716dist/bind/lib/isc/unix/socket.c patch 716dist/bind/lib/isc/unix/socket.c patch
717dist/bind/lib/isc/unix/socket_p.h patch 717dist/bind/lib/isc/unix/socket_p.h patch
718dist/bind/lib/isc/win32/libisc.def patch 718dist/bind/lib/isc/win32/libisc.def patch
719dist/bind/lib/isc/win32/resource.c patch 719dist/bind/lib/isc/win32/resource.c patch
720dist/bind/lib/isc/win32/socket.c patch 720dist/bind/lib/isc/win32/socket.c patch
721dist/bind/lib/isccfg/api patch 721dist/bind/lib/isccfg/api patch
722dist/bind/lib/isccfg/namedconf.c patch 722dist/bind/lib/isccfg/namedconf.c patch
723doc/3RDPARTY patch 723doc/3RDPARTY patch
724 724
725 Update BIND to 9.4.2-P2 (performance and bug fixes) 725 Update BIND to 9.4.2-P2 (performance and bug fixes)
726 [adrianp, ticket #1189] 726 [adrianp, ticket #1189]
727 727
728sys/netinet/if_arp.c 1.141 728sys/netinet/if_arp.c 1.141
729 729
730 Missing "\n" in log(9) messages. 730 Missing "\n" in log(9) messages.
731 [uebayasi, ticket #1191] 731 [uebayasi, ticket #1191]
732 732
733sys/arch/cobalt/cobalt/machdep.c 1.93 via patch 733sys/arch/cobalt/cobalt/machdep.c 1.93 via patch
734 734
735 Fix botched spl(9) bug I introduced back in 3.99.18 (rev 1.64): 735 Fix botched spl(9) bug I introduced back in 3.99.18 (rev 1.64):
736 Don't enable unhandled interrupts before all interrupts are processed. 736 Don't enable unhandled interrupts before all interrupts are processed.
737 Should fix "long download, network frozen" problems reported on 737 Should fix "long download, network frozen" problems reported on
738 port-cobalt by several people. 738 port-cobalt by several people.
739 [tsutsui, ticket #1104] 739 [tsutsui, ticket #1104]
740 740
741distrib/notes/acorn32/prep.RISCOS 1.19 741distrib/notes/acorn32/prep.RISCOS 1.19
742distrib/notes/common/contents 1.140, 1.141 742distrib/notes/common/contents 1.140, 1.141
743distrib/notes/common/legal.common 1.51 743distrib/notes/common/legal.common 1.51
744distrib/notes/common/macros 1.35 744distrib/notes/common/macros 1.35
745distrib/notes/common/main 1.385, 1.387, 1.389 via patch, 745distrib/notes/common/main 1.385, 1.387, 1.389 via patch,
746 1.390-1.394, 1.397-1.403, 746 1.390-1.394, 1.397-1.403,
747 1.405 via patch, 1.406-1.407, 747 1.405 via patch, 1.406-1.407,
748 1.409, 1.413, 1.415 748 1.409, 1.413, 1.415
749distrib/notes/common/sysinst 1.86-1.87, 1.88 via patch 749distrib/notes/common/sysinst 1.86-1.87, 1.88 via patch
750distrib/notes/common/upgrade 1.24 750distrib/notes/common/upgrade 1.24
751distrib/notes/hp300/prep 1.22 751distrib/notes/hp300/prep 1.22
752distrib/notes/i386/hardware 1.122 752distrib/notes/i386/hardware 1.122
753 753
754 Various fixes to install notes, including fix display issues 754 Various fixes to install notes, including fix display issues
755 and sync developers lists with reality 755 and sync developers lists with reality
756 [tsutsui, ticket #1195] 756 [tsutsui, ticket #1195]
757 757
758distrib/notes/alpha/hardware 1.15 758distrib/notes/alpha/hardware 1.15
759distrib/notes/alpha/install 1.34 759distrib/notes/alpha/install 1.34
760distrib/notes/amiga/install 1.34 760distrib/notes/amiga/install 1.34
761distrib/notes/amiga/prep 1.27 761distrib/notes/amiga/prep 1.27
762distrib/notes/amiga/upgrade 1.27 762distrib/notes/amiga/upgrade 1.27
763distrib/notes/atari/xfer 1.16 763distrib/notes/atari/xfer 1.16
764distrib/notes/cats/prep 1.10 764distrib/notes/cats/prep 1.10
765distrib/notes/common/contents 1.142 765distrib/notes/common/contents 1.142
766distrib/notes/common/main 1.416 766distrib/notes/common/main 1.416
767distrib/notes/common/sysinst 1.91, 1.92 767distrib/notes/common/sysinst 1.91, 1.92
768distrib/notes/evbarm/install 1.9 768distrib/notes/evbarm/install 1.9
769distrib/notes/evbarm/prep 1.9 769distrib/notes/evbarm/prep 1.9
770distrib/notes/evbppc/hardware 1.4 770distrib/notes/evbppc/hardware 1.4
771distrib/notes/hp300/prep 1.23 771distrib/notes/hp300/prep 1.23
772distrib/notes/hp700/prep 1.2 772distrib/notes/hp700/prep 1.2
773distrib/notes/hpcmips/install 1.11 773distrib/notes/hpcmips/install 1.11
774distrib/notes/i386/hardware 1.123 774distrib/notes/i386/hardware 1.123
775distrib/notes/macppc/hardware 1.45, 1.46 775distrib/notes/macppc/hardware 1.45, 1.46
776distrib/notes/macppc/install 1.37 776distrib/notes/macppc/install 1.37
777distrib/notes/macppc/prep.OPENFIRMWARE 1.10, 1.11 777distrib/notes/macppc/prep.OPENFIRMWARE 1.10, 1.11
778distrib/notes/mvme68k/hardware 1.10 778distrib/notes/mvme68k/hardware 1.10
779distrib/notes/mvme68k/install 1.20 779distrib/notes/mvme68k/install 1.20
780distrib/notes/mvme68k/prep 1.14 780distrib/notes/mvme68k/prep 1.14
781distrib/notes/mvme68k/xfer 1.17 781distrib/notes/mvme68k/xfer 1.17
782distrib/notes/next68k/prep 1.7 782distrib/notes/next68k/prep 1.7
783distrib/notes/next68k/xfer 1.7 783distrib/notes/next68k/xfer 1.7
784distrib/notes/sandpoint/install 1.4 784distrib/notes/sandpoint/install 1.4
785distrib/notes/sparc/hardware 1.34 785distrib/notes/sparc/hardware 1.34
786distrib/notes/sparc/install 1.55 786distrib/notes/sparc/install 1.55
787distrib/notes/sparc/prep 1.23, 1.24 787distrib/notes/sparc/prep 1.23, 1.24
788distrib/notes/sparc64/install 1.30 788distrib/notes/sparc64/install 1.30
789distrib/notes/sun2/install 1.7, 1.8 789distrib/notes/sun2/install 1.7, 1.8
790distrib/notes/sun3/install 1.16 790distrib/notes/sun3/install 1.16
791distrib/notes/vax/install 1.17 791distrib/notes/vax/install 1.17
792 792
793 Cosmetics or mdoc warning fixes 793 Cosmetics or mdoc warning fixes
794 [tsutsui, ticket #1198] 794 [tsutsui, ticket #1198]
795 795
796dist/ipf/ip_fil.c 1.16 796dist/ipf/ip_fil.c 1.16
797dist/ipf/lib/printnat.c 1.1.1.7, 1.2 797dist/ipf/lib/printnat.c 1.1.1.7, 1.2
798dist/ipf/test/regress/n12 1.2 798dist/ipf/test/regress/n12 1.2
799dist/ipf/tools/ipnat_y.y 1.17 799dist/ipf/tools/ipnat_y.y 1.17
800regress/sys/kern/ipf/regress/n12 1.2 800regress/sys/kern/ipf/regress/n12 1.2
801regress/sys/kern/ipf/regress/n2 1.2 801regress/sys/kern/ipf/regress/n2 1.2
802regress/sys/kern/ipf/regress/n5 1.2 802regress/sys/kern/ipf/regress/n5 1.2
803regress/sys/kern/ipf/regress/ni1.nat 1.2 803regress/sys/kern/ipf/regress/ni1.nat 1.2
804regress/sys/kern/ipf/regress/ni2.nat 1.2 804regress/sys/kern/ipf/regress/ni2.nat 1.2
805regress/sys/kern/ipf/regress/ni4.nat 1.2 805regress/sys/kern/ipf/regress/ni4.nat 1.2
806sys/dist/ipf/netinet/ip_compat.h 1.22 806sys/dist/ipf/netinet/ip_compat.h 1.22
807sys/dist/ipf/netinet/ip_fil.h 1.17 807sys/dist/ipf/netinet/ip_fil.h 1.17
808sys/dist/ipf/netinet/ip_nat.c 1.37, 1.38 808sys/dist/ipf/netinet/ip_nat.c 1.37, 1.38
809sys/dist/ipf/netinet/ip_nat.h 1.14 809sys/dist/ipf/netinet/ip_nat.h 1.14
810sys/dist/ipf/netinet/ip_state.c 1.33 810sys/dist/ipf/netinet/ip_state.c 1.33
811 811
812 2020447 IPFilter's NAT can undo name server random port selection 812 2020447 IPFilter's NAT can undo name server random port selection
813 [darrenr, ticket #1171] 813 [darrenr, ticket #1171]
814 814
815libexec/ftpd/ftpd.c 1.179 815libexec/ftpd/ftpd.c 1.179
816 816
817 PR/35449: Shigeya Suzuki: ftpd does not register socket address 817 PR/35449: Shigeya Suzuki: ftpd does not register socket address
818 into PAM 818 into PAM
819 [lukem, ticket #1199] 819 [lukem, ticket #1199]
820 820
821libexec/ftpd/ftpd.c 1.182 821libexec/ftpd/ftpd.c 1.182
822 822
823 Rename cred_t to ftpd_cred_t; the former causes a nameclash on Solaris. 823 Rename cred_t to ftpd_cred_t; the former causes a nameclash on Solaris.
824 [lukem, ticket #1200] 824 [lukem, ticket #1200]
825 825
826libexec/ftpd/Makefile 1.58 826libexec/ftpd/Makefile 1.58
827libexec/ftpd/ftpd.c 1.183 827libexec/ftpd/ftpd.c 1.183
828libexec/ftpd/version.h 1.66 828libexec/ftpd/version.h 1.66
829 829
830 Reorganize USE_PAM support so that the reply(331,) from USER is 830 Reorganize USE_PAM support so that the reply(331,) from USER is
831 performed by the pam_conv (PAM conversation) callback, which then 831 performed by the pam_conv (PAM conversation) callback, which then
832 getline()s the PASS reply internally. This involves calling 832 getline()s the PASS reply internally. This involves calling
833 auth_pam() from user() and caching the result to use later in pass(). 833 auth_pam() from user() and caching the result to use later in pass().
834 This allows the PAM modules to present a different password prompt 834 This allows the PAM modules to present a different password prompt
835 dialog if necesary (for example, for a OTP password). 835 dialog if necesary (for example, for a OTP password).
836 [lukem, ticket #1201] 836 [lukem, ticket #1201]
837 837
838libexec/ftpd/extern.h 1.58 838libexec/ftpd/extern.h 1.58
839libexec/ftpd/ftpcmd.y 1.88 839libexec/ftpd/ftpcmd.y 1.88
840libexec/ftpd/ftpd.c 1.187 840libexec/ftpd/ftpd.c 1.187
841libexec/ftpd/version.h patch 841libexec/ftpd/version.h patch
842 842
843 Don't split large commands into multiple commands; just fail on them. 843 Don't split large commands into multiple commands; just fail on them.
844 This prevents CSRF-like attacks, when a web browser is used to access 844 This prevents CSRF-like attacks, when a web browser is used to access
845 an ftp server. 845 an ftp server.
846 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>. 846 Reported by Maksymilian Arciemowicz <cxib@securityreason.com>.
847 Fix mostly derived from OpenBSD, written by 847 Fix mostly derived from OpenBSD, written by
848 Moritz Jodeit <moritz@OpenBSD.org> 848 Moritz Jodeit <moritz@OpenBSD.org>
849 [lukem, ticket #1202] 849 [lukem, ticket #1202]
850 850
 851distrib/notes/common/main 1.417 - 1.420
 852distrib/notes/common/postinstall 1.68, 1.69
 853
 854 Various update and fixes to developers lists.
 855 Update URLs for packages PKG_PATH
 856 Add a note about a version mismatch warning of pkg_add(1) command.
 857 [tsutsui, ticket #1203]
 858
 859distrib/hpcarm/Makefile 1.4 - 1.6
 860distrib/hpcarm/instkernel/Makefile 1.1
 861distrib/hpcarm/stand/Makefile 1.1 - 1.2
 862distrib/hpcmips/Makefile 1.29 - 1.33
 863distrib/hpcmips/instkernel/Makefile 1.1
 864distrib/hpcmips/stand/Makefile 1.1 - 1.2
 865distrib/hpcsh/Makefile 1.7 - 1.9
 866distrib/hpcsh/instkernel/Makefile 1.1
 867distrib/hpcsh/stand/Makefile 1.1 - 1.2
 868distrib/miniroot/Makefile 1.65 - 1.66
 869etc/etc.hpcarm/Makefile.inc 1.6 - 1.8
 870etc/etc.hpcmips/Makefile.inc 1.9 - 1.10
 871etc/etc.hpcsh/Makefile.inc 1.4 - 1.5
 872
 873 Fix the following problems:
 874 - builds for hpcarm and hpcsh fail on build.sh -jN (even if N=1)
 875 - hpcarm miniroot.fs.gz isn't installed into proper dir
 876 - no cksum files in (some) miniroot dirs
 877 [tsutsui, ticket #1204]
 878