Sat Jan 9 18:37:24 2016 UTC ()
new flex


(christos)
diff -r1.1286 -r1.1287 src/doc/3RDPARTY
diff -r1.2126 -r1.2127 src/doc/CHANGES

cvs diff -r1.1286 -r1.1287 src/doc/3RDPARTY (switch to unified diff)

--- src/doc/3RDPARTY 2016/01/08 21:38:16 1.1286
+++ src/doc/3RDPARTY 2016/01/09 18:37:24 1.1287
@@ -1,1410 +1,1410 @@ @@ -1,1410 +1,1410 @@
1# $NetBSD: 3RDPARTY,v 1.1286 2016/01/08 21:38:16 christos Exp $ 1# $NetBSD: 3RDPARTY,v 1.1287 2016/01/09 18:37:24 christos Exp $
2# 2#
3# This file contains a list of the software that has been integrated into 3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer. 4# NetBSD where we are not the primary maintainer.
5# 5#
6# When you make changes to this software, be sure to discuss it with the 6# When you make changes to this software, be sure to discuss it with the
7# maintainer and contribute your patches. Divergence from the official 7# maintainer and contribute your patches. Divergence from the official
8# sources is not desirable, and should be avoided as much as possible. 8# sources is not desirable, and should be avoided as much as possible.
9# 9#
10# When importing, please deal with the RCS IDs in this way: 10# When importing, please deal with the RCS IDs in this way:
11# 1. Preserve the RCS IDs in the files by removing the $ signs from 11# 1. Preserve the RCS IDs in the files by removing the $ signs from
12# the IDs before you do the import. 12# the IDs before you do the import.
13# 2. After the import, add NetBSD RCS IDs to all of the files. 13# 2. After the import, add NetBSD RCS IDs to all of the files.
14# 14#
15# A few notes on the format of this file (for the benefit of 15# A few notes on the format of this file (for the benefit of
16# 3rdparty2html): 16# 3rdparty2html):
17# 17#
18# 1.) Any line whose first non-whitespace character is # is a comment; 18# 1.) Any line whose first non-whitespace character is # is a comment;
19# 2.) Entries are separated by blank lines; 19# 2.) Entries are separated by blank lines;
20# 3.) Every package needs at least the Package, Version, Current Vers, 20# 3.) Every package needs at least the Package, Version, Current Vers,
21# and Maintainer fields; 21# and Maintainer fields;
22# 4.) Where a field has multiple lines of information, the field tag 22# 4.) Where a field has multiple lines of information, the field tag
23# should be repeated on each line, except: 23# should be repeated on each line, except:
24# 5.) The Notes: field tag should appear on a line by itself; all 24# 5.) The Notes: field tag should appear on a line by itself; all
25# remaining lines until the end of the record are notes. 25# remaining lines until the end of the record are notes.
26# 26#
27# Package: name or brief description (required, must be first) 27# Package: name or brief description (required, must be first)
28# Version: version that is included with NetBSD (required) 28# Version: version that is included with NetBSD (required)
29# Current Vers: version that is available upstream (required) 29# Current Vers: version that is available upstream (required)
30# Maintainer: name and/or email address of upstream maintainer (required) 30# Maintainer: name and/or email address of upstream maintainer (required)
31# Archive Site: URL to archive of upstream releases 31# Archive Site: URL to archive of upstream releases
32# Home Page: URL to web page for upstream project 32# Home Page: URL to web page for upstream project
33# Mailing List: email address or URL related to upstream mailing list 33# Mailing List: email address or URL related to upstream mailing list
34# License: description of license 34# License: description of license
35# Responsible: comma-separated list of NetBSD developers 35# Responsible: comma-separated list of NetBSD developers
36# Location: comma-separated list of subdirectories in the NetBSD src tree 36# Location: comma-separated list of subdirectories in the NetBSD src tree
37# Notes: 37# Notes:
38# Multiple lines of free-form text, 38# Multiple lines of free-form text,
39# Must be last. 39# Must be last.
40# 40#
41 41
42Package: acpica 42Package: acpica
43Version: 20150717 43Version: 20150717
44Current Vers: 20151218 44Current Vers: 20151218
45Maintainer: Intel 45Maintainer: Intel
46Archive Site: http://www.acpica.org/downloads/ 46Archive Site: http://www.acpica.org/downloads/
47Home Page: http://www.acpica.org/ 47Home Page: http://www.acpica.org/
48Mailing List: devel@acpica.org 48Mailing List: devel@acpica.org
49License: BSD-like 49License: BSD-like
50Responsible: jruoho 50Responsible: jruoho
51Location: sys/external/bsd/acpica/dist 51Location: sys/external/bsd/acpica/dist
52Notes: 52Notes:
53You want the unix2 (dual-licensed) tar file. 53You want the unix2 (dual-licensed) tar file.
54Please read src/sys/dev/acpi/acpica/README before any modification. 54Please read src/sys/dev/acpi/acpica/README before any modification.
55 55
56Package: am-utils [amd] 56Package: am-utils [amd]
57Version: 6.2 57Version: 6.2
58Current Vers: 6.2 58Current Vers: 6.2
59Maintainer: Erez Zadok <ezk@cs.columbia.edu> 59Maintainer: Erez Zadok <ezk@cs.columbia.edu>
60Archive Site: ftp://ftp.am-utils.org/pub/am-utils/ 60Archive Site: ftp://ftp.am-utils.org/pub/am-utils/
61Home Page: http://www.am-utils.org/ 61Home Page: http://www.am-utils.org/
62Mailing List: am-utils 62Mailing List: am-utils
63Responsible: christos 63Responsible: christos
64License: BSD (4-clause) 64License: BSD (4-clause)
65Location: external/bsd/am-utils/dist 65Location: external/bsd/am-utils/dist
66Notes: 66Notes:
67Amd2netbsd script to convert to BSD make system and remove unneeded files. 67Amd2netbsd script to convert to BSD make system and remove unneeded files.
68Fix symbolic links before import. 68Fix symbolic links before import.
69Check external/bsd/am-utils/include/config.h is correct after import. 69Check external/bsd/am-utils/include/config.h is correct after import.
70Update date of release in external/bsd/am-utils/man/Makefile (two places). 70Update date of release in external/bsd/am-utils/man/Makefile (two places).
71 71
72Package: Automated Testing Framework (ATF) 72Package: Automated Testing Framework (ATF)
73Version: 0.20 73Version: 0.20
74Current Vers: 0.21 74Current Vers: 0.21
75Maintainer: Julio Merino <jmmv@NetBSD.org> 75Maintainer: Julio Merino <jmmv@NetBSD.org>
76Archive site: https://github.com/jmmv/atf/releases 76Archive site: https://github.com/jmmv/atf/releases
77Home page: https://github.com/jmmv/atf 77Home page: https://github.com/jmmv/atf
78Mailing List: atf-devel@NetBSD.org 78Mailing List: atf-devel@NetBSD.org
79Responsible: jmmv 79Responsible: jmmv
80License: The NetBSD Foundation's license (BSD 2-clause) 80License: The NetBSD Foundation's license (BSD 2-clause)
81Location: external/bsd/atf/dist 81Location: external/bsd/atf/dist
82Notes: 82Notes:
83The source files are in external/bsd/atf/dist. 83The source files are in external/bsd/atf/dist.
84Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory. 84Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory.
85Please avoid performing local changes to this package without discussing 85Please avoid performing local changes to this package without discussing
86them with the responsible person and/or the mailing list shown above. 86them with the responsible person and/or the mailing list shown above.
87Note that the external/bsd/atf/dist/tools is owned by NetBSD and does not 87Note that the external/bsd/atf/dist/tools is owned by NetBSD and does not
88exist upstream; however, please continue to discuss any desired changes 88exist upstream; however, please continue to discuss any desired changes
89upfront. 89upfront.
90 90
91Package: ath-hal 91Package: ath-hal
92Version: FreeBSD SVN revision number 185521 92Version: FreeBSD SVN revision number 185521
93Current Vers: FreeBSD SVN revision number 185521 93Current Vers: FreeBSD SVN revision number 185521
94Maintainer: Sam Leffler <sam@errno.com> 94Maintainer: Sam Leffler <sam@errno.com>
95Archive Site: none 95Archive Site: none
96Home Page: none 96Home Page: none
97Mailing List: none 97Mailing List: none
98Responsible: sam, alc 98Responsible: sam, alc
99License: BSD-like (2-clause), ISC 99License: BSD-like (2-clause), ISC
100Location: sys/external/isc/atheros_hal/dist 100Location: sys/external/isc/atheros_hal/dist
101Notes: 101Notes:
102 102
103Package: bc 103Package: bc
104Version: 1.06 104Version: 1.06
105Current Vers: 1.06 105Current Vers: 1.06
106Maintainer: Phil Nelson <phil@cs.wwu.edu> 106Maintainer: Phil Nelson <phil@cs.wwu.edu>
107Archive Site: ftp://ftp.gnu.org/gnu/bc/ 107Archive Site: ftp://ftp.gnu.org/gnu/bc/
108Home Page: http://www.gnu.org/software/bc/ 108Home Page: http://www.gnu.org/software/bc/
109Mailing List: bug-bc@gnu.org 109Mailing List: bug-bc@gnu.org
110Responsible: phil, simonb 110Responsible: phil, simonb
111License: GPLv2, LGPGv2.1 111License: GPLv2, LGPGv2.1
112Location: gnu/dist/bc 112Location: gnu/dist/bc
113Notes: 113Notes:
114bc includes dc, both of which are in the NetBSD tree. 114bc includes dc, both of which are in the NetBSD tree.
115 115
116Package: bind [named and utils] 116Package: bind [named and utils]
117Version: 9.10.3-P2 117Version: 9.10.3-P2
118Current Vers: 9.10.3-P2 118Current Vers: 9.10.3-P2
119Maintainer: Paul Vixie <vixie@vix.com> 119Maintainer: Paul Vixie <vixie@vix.com>
120Archive Site: ftp://ftp.isc.org/isc/bind9/ 120Archive Site: ftp://ftp.isc.org/isc/bind9/
121Home Page: http://www.isc.org/software/bind/ 121Home Page: http://www.isc.org/software/bind/
122Mailing List: https://lists.isc.org/mailman/listinfo/bind-announce 122Mailing List: https://lists.isc.org/mailman/listinfo/bind-announce
123Mailing List: https://lists.isc.org/mailman/listinfo/bind-users 123Mailing List: https://lists.isc.org/mailman/listinfo/bind-users
124Responsible: vixie, christos 124Responsible: vixie, christos
125License: BSD-like (2-clause) 125License: BSD-like (2-clause)
126Location: external/bsd/bind/dist 126Location: external/bsd/bind/dist
127Notes: 127Notes:
128First bind2netbsd script to import into src/external/bsd/bind/dist. 128First bind2netbsd script to import into src/external/bsd/bind/dist.
129The Makefiles in src/external/bsd/bind are not handled by the script. 129The Makefiles in src/external/bsd/bind are not handled by the script.
130Build bind to generate the include files. 130Build bind to generate the include files.
131Then binclude4netbsd script to import into src/external/bsd/bind/include. 131Then binclude4netbsd script to import into src/external/bsd/bind/include.
132The libc and include parts of the resolver are now part of libbind. 132The libc and include parts of the resolver are now part of libbind.
133 133
134Package: libbind [libc resolver and includes] 134Package: libbind [libc resolver and includes]
135Version: libbind-6.0-rc1 135Version: libbind-6.0-rc1
136Current Vers: libbind-6.0 136Current Vers: libbind-6.0
137Maintainer: Paul Vixie <vixie@vix.com> 137Maintainer: Paul Vixie <vixie@vix.com>
138Archive Site: ftp://ftp.isc.org/isc/libbind/ 138Archive Site: ftp://ftp.isc.org/isc/libbind/
139Home Page: http://www.isc.org/software/libbind/ 139Home Page: http://www.isc.org/software/libbind/
140Mailing List: https://lists.isc.org/mailman/listinfo/bind-workers 140Mailing List: https://lists.isc.org/mailman/listinfo/bind-workers
141Responsible: vixie, christos 141Responsible: vixie, christos
142License: BSD-like (2-clause) 142License: BSD-like (2-clause)
143Location: external/bsd/libbind/dist 143Location: external/bsd/libbind/dist
144Notes: 144Notes:
145First libbind2netbsd script to import into src/external/bsd/libbind/dist. 145First libbind2netbsd script to import into src/external/bsd/libbind/dist.
146Then include4netbsd script to import into src/include. 146Then include4netbsd script to import into src/include.
147Then libc4netbsd script to update the resolver in libc. 147Then libc4netbsd script to update the resolver in libc.
148Todo[1]: Update libresolv if needed. 148Todo[1]: Update libresolv if needed.
149Todo[2]: A few files in libc/net were imported in the ISC branch but now 149Todo[2]: A few files in libc/net were imported in the ISC branch but now
150 they are too different or do not exist anymore: 150 they are too different or do not exist anymore:
151 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c 151 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
152 Others like getaddrinfo.c could be merged with isc, but it seems 152 Others like getaddrinfo.c could be merged with isc, but it seems
153 that ours is from a more recent version of KAME? 153 that ours is from a more recent version of KAME?
154Todo[3]: net/base64.c is imported from bind but should be moved from net 154Todo[3]: net/base64.c is imported from bind but should be moved from net
155 to isc/base64.c. 155 to isc/base64.c.
156Todo[4]: Re-entrant functions of net/* 156Todo[4]: Re-entrant functions of net/*
157Todo[5]: Reconcile the doc directory. 157Todo[5]: Reconcile the doc directory.
158 158
159Package: binutils 159Package: binutils
160Version: 2.23.2 160Version: 2.23.2
161Current Vers: 2.25.1 161Current Vers: 2.25.1
162Maintainer: FSF 162Maintainer: FSF
163Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 163Archive Site: ftp://ftp.gnu.org/gnu/binutils/
164Home Page: http://www.gnu.org/software/binutils/ 164Home Page: http://www.gnu.org/software/binutils/
165Mailing List: bug-gnu-utils@gnu.org 165Mailing List: bug-gnu-utils@gnu.org
166Responsible: thorpej, mrg 166Responsible: thorpej, mrg
167License: GPLv3, LGPLv3, GPLv2, LGPLv2, BSD 167License: GPLv3, LGPLv3, GPLv2, LGPLv2, BSD
168Location: external/gpl3/binutils/dist 168Location: external/gpl3/binutils/dist
169Notes: 169Notes:
170 170
171Package: bozohttpd 171Package: bozohttpd
172Version: 20100617 172Version: 20100617
173Current Vers: 20100617 173Current Vers: 20100617
174Maintainer: mrg@eterna.com.au 174Maintainer: mrg@eterna.com.au
175Archive Site: ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ 175Archive Site: ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
176Home Page: http://eterna.com.au/bozohttpd/ 176Home Page: http://eterna.com.au/bozohttpd/
177Mailing List: 177Mailing List:
178Responsible: mrg 178Responsible: mrg
179License: BSD 179License: BSD
180Location: libexec/httpd 180Location: libexec/httpd
181Notes: 181Notes:
182Delete "queue.h" from the distribution. 182Delete "queue.h" from the distribution.
183 183
184Package: bsd-family-tree 184Package: bsd-family-tree
185Version: 1.151 185Version: 1.151
186Current Vers: 1.156 186Current Vers: 1.156
187Maintainer: The FreeBSD Project 187Maintainer: The FreeBSD Project
188Archive Site: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree 188Archive Site: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
189Home Page: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree 189Home Page: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
190Mailing List: 190Mailing List:
191Responsible: 191Responsible:
192License: BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT) 192License: BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT)
193Location: share/misc/bsd-family-tree 193Location: share/misc/bsd-family-tree
194Notes: 194Notes:
195Please send all updates upstream. Eitan Adler <lists@eitanadler.com> 195Please send all updates upstream. Eitan Adler <lists@eitanadler.com>
196is a FreeBSD committer who has been helpful with incorporating changes 196is a FreeBSD committer who has been helpful with incorporating changes
197in the past. 197in the past.
198 198
199Package: byacc 199Package: byacc
200Version: 20141128 200Version: 20141128
201Current Vers: 20141128 201Current Vers: 20141128
202Maintainer: Thomas Dickey <dickey@invisible-island.net> 202Maintainer: Thomas Dickey <dickey@invisible-island.net>
203Archive Site: http://www.invisible-island.net/byacc/byacc.html 203Archive Site: http://www.invisible-island.net/byacc/byacc.html
204Home Page: http://www.invisible-island.net/byacc/byacc.html 204Home Page: http://www.invisible-island.net/byacc/byacc.html
205Mailing List: 205Mailing List:
206Responsible: christos 206Responsible: christos
207License: Public Domain 207License: Public Domain
208Location: external/bsd/byacc/dist 208Location: external/bsd/byacc/dist
209Notes: 209Notes:
210See /usr/src/external/bsd/byacc/byacc2netbsd for update instructions. 210See /usr/src/external/bsd/byacc/byacc2netbsd for update instructions.
211 211
212Package: bzip2 212Package: bzip2
213Version: 1.0.6 213Version: 1.0.6
214Current Vers: 1.0.6 214Current Vers: 1.0.6
215Maintainer: Julian Seward <jseward@acm.org> 215Maintainer: Julian Seward <jseward@acm.org>
216Archive Site: http://sources.redhat.com/bzip2/ 216Archive Site: http://sources.redhat.com/bzip2/
217Home Page: http://www.bzip.org/ 217Home Page: http://www.bzip.org/
218Mailing List: 218Mailing List:
219Responsible: 219Responsible:
220License: BSD (4-clause) 220License: BSD (4-clause)
221Location: external/bsd/bzip2 221Location: external/bsd/bzip2
222Notes: 222Notes:
223See /usr/src/external/bsd/bzip2/bzip2netbsd for update instructions. 223See /usr/src/external/bsd/bzip2/bzip2netbsd for update instructions.
224 224
225Package: Citrus XPG4DL 225Package: Citrus XPG4DL
226Version:  226Version:
227Current Vers:  227Current Vers:
228Maintainer: Citrus 228Maintainer: Citrus
229Archive Site: http://citrus.bsdclub.org/ 229Archive Site: http://citrus.bsdclub.org/
230Home Page: http://citrus.bsdclub.org/ 230Home Page: http://citrus.bsdclub.org/
231Mailing List: bsd-locale@hauN.org 231Mailing List: bsd-locale@hauN.org
232Responsible: tshiozak 232Responsible: tshiozak
233License: Ambiguous. Either BSD or Perl Artistic License 233License: Ambiguous. Either BSD or Perl Artistic License
234 See http://citrus.bsdclub.org/#pol_license for more info. 234 See http://citrus.bsdclub.org/#pol_license for more info.
235Location: lib 235Location: lib
236Notes: 236Notes:
237language C multilingualization support suite using wchar_t and other standards. 237language C multilingualization support suite using wchar_t and other standards.
238The main development playground of Citrus is in NetBSD CVS, so you don't 238The main development playground of Citrus is in NetBSD CVS, so you don't
239need to look for other CVS tree (like citrus CVS tree) 239need to look for other CVS tree (like citrus CVS tree)
240main trunc has Citrus code in the following places: 240main trunc has Citrus code in the following places:
241- src/lib/libc/locale, LC_CTYPE: single/multibyte support 241- src/lib/libc/locale, LC_CTYPE: single/multibyte support
242- src/lib/libintl: GNU libc compatible gettext(3) implementation. 242- src/lib/libintl: GNU libc compatible gettext(3) implementation.
243- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer 243- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
244- src/lib/libc/iconv: iconv(3) 244- src/lib/libc/iconv: iconv(3)
245 245
246Package: cron 246Package: cron
247Version: 4.1 247Version: 4.1
248Current Vers: 4.1 248Current Vers: 4.1
249Maintainer: Paul Vixie <vixie@vix.com> 249Maintainer: Paul Vixie <vixie@vix.com>
250Archive Site: ftp://ftp.isc.org/isc/cron/ 250Archive Site: ftp://ftp.isc.org/isc/cron/
251Home Page: 251Home Page:
252Mailing List: 252Mailing List:
253Responsible: 253Responsible:
254License: BSD-like 254License: BSD-like
255Location: external/bsd/cron/dist 255Location: external/bsd/cron/dist
256Notes: 256Notes:
257 257
258Package: cvs 258Package: cvs
259Version: 1.12.13 259Version: 1.12.13
260Current Vers: 1.12.13 260Current Vers: 1.12.13
261Maintainer: cvshome 261Maintainer: cvshome
262Archive Site: http://ftp.gnu.org/non-gnu/cvs/ 262Archive Site: http://ftp.gnu.org/non-gnu/cvs/
263Home Page: http://cvs.nongnu.org/ 263Home Page: http://cvs.nongnu.org/
264Mailing List: bug-cvs@gnu.org 264Mailing List: bug-cvs@gnu.org
265Responsible: christos 265Responsible: christos
266License: GPLv1, LGPLv2 266License: GPLv1, LGPLv2
267Location: external/gpl2/xcvs/dist 267Location: external/gpl2/xcvs/dist
268Notes: 268Notes:
269Use external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree 269Use external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree
270for the import. 270for the import.
271Do not forget to update external/gpl2/xcvs/include/config.h to match 271Do not forget to update external/gpl2/xcvs/include/config.h to match
272external/gpl2/xcvs/dist/config.h.in. 272external/gpl2/xcvs/dist/config.h.in.
273 273
274Package: db 274Package: db
275Version: 1.85 275Version: 1.85
276Current Vers: 1.86/4.7.25 276Current Vers: 1.86/4.7.25
277Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu> 277Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu>
278Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/ 278Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/
279Home Page: http://www.oracle.com/database/berkeley-db/ 279Home Page: http://www.oracle.com/database/berkeley-db/
280Mailing List: 280Mailing List:
281Responsible: 281Responsible:
282License: BSD or Oracle Commercial License 282License: BSD or Oracle Commercial License
283Location: lib/libc/db 283Location: lib/libc/db
284Notes: 284Notes:
285Note that we cannot use db 2.x for license reasons. 285Note that we cannot use db 2.x for license reasons.
286Three bug fixes against 1.85 sent back to bostic. Changes to 286Three bug fixes against 1.85 sent back to bostic. Changes to
287man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious). 287man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
288Import of DB 1.85 was done via a sh script which converted the 288Import of DB 1.85 was done via a sh script which converted the
289distribution into the netbsd format. The script can be found in 289distribution into the netbsd format. The script can be found in
290src/lib/libc/db/db2netbsd. 290src/lib/libc/db/db2netbsd.
291 291
292Package: dhcp 292Package: dhcp
293Version: 4.3.0 293Version: 4.3.0
294Current Vers: 4.3.3 294Current Vers: 4.3.3
295Maintainer: mellon 295Maintainer: mellon
296Archive Site: ftp://ftp.isc.org/isc/dhcp/ 296Archive Site: ftp://ftp.isc.org/isc/dhcp/
297Home Page: http://www.isc.org/software/dhcp/ 297Home Page: http://www.isc.org/software/dhcp/
298Mailing List: dhcp-server@isc.org 298Mailing List: dhcp-server@isc.org
299Mailing List: dhcp-client@isc.org 299Mailing List: dhcp-client@isc.org
300Mailing List: dhcp-announce@isc.org 300Mailing List: dhcp-announce@isc.org
301Mailing List: dhcp-bugs@isc.org 301Mailing List: dhcp-bugs@isc.org
302Responsible: mellon 302Responsible: mellon
303License: BSD (3-clause) 303License: BSD (3-clause)
304Location: external/bsd/dhcp 304Location: external/bsd/dhcp
305Notes: 305Notes:
306Use the dhcp2netbsd script. 306Use the dhcp2netbsd script.
307 307
308Package: dhcpcd 308Package: dhcpcd
309Version: 6.10.0 309Version: 6.10.0
310Current Vers: 6.10.0 310Current Vers: 6.10.0
311Maintainer: roy 311Maintainer: roy
312Archive Site: ftp://roy.marples.name/pub/dhcpcd/ 312Archive Site: ftp://roy.marples.name/pub/dhcpcd/
313Home Page: http://roy.marples.name/projects/dhcpcd/ 313Home Page: http://roy.marples.name/projects/dhcpcd/
314Mailing List: dhcpcd-discuss@marples.name 314Mailing List: dhcpcd-discuss@marples.name
315License: BSD (2-clause) 315License: BSD (2-clause)
316Location: external/bsd/dhcpcd/dist 316Location: external/bsd/dhcpcd/dist
317Notes: 317Notes:
318Please submit all changes to the author. 318Please submit all changes to the author.
319The distribution doesn't include the Linux specific bits or build system. 319The distribution doesn't include the Linux specific bits or build system.
320 320
321Package: drm 321Package: drm
322Version: Linux 3.15 322Version: Linux 3.15
323Current Vers: ? 323Current Vers: ?
324Maintainer: Intel, AMD, Linux kernel developers 324Maintainer: Intel, AMD, Linux kernel developers
325Archive Site: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 325Archive Site: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
326Home Page: http://dri.freedesktop.org/ 326Home Page: http://dri.freedesktop.org/
327Mailing List: dri-devel@lists.freedesktop.org 327Mailing List: dri-devel@lists.freedesktop.org
328Responsible: riastradh 328Responsible: riastradh
329License: BSD 329License: BSD
330Location: sys/external/bsd/drm2/dist 330Location: sys/external/bsd/drm2/dist
331Notes: 331Notes:
332Graphics drivers. Talk to riastradh@ about updates. When importing 332Graphics drivers. Talk to riastradh@ about updates. When importing
333from Linux, we map 333from Linux, we map
334 drivers/gpu/drm -> sys/external/bsd/drm2/dist/drm 334 drivers/gpu/drm -> sys/external/bsd/drm2/dist/drm
335 include/drm -> sys/external/bsd/drm2/dist/include/drm 335 include/drm -> sys/external/bsd/drm2/dist/include/drm
336 include/uapi/drm -> sys/external/bsd/drm2/dist/uapi/drm 336 include/uapi/drm -> sys/external/bsd/drm2/dist/uapi/drm
337GPL sources are excluded. In the future, we may import them into 337GPL sources are excluded. In the future, we may import them into
338external/gpl2/drm2 and build them as kernel modules. Nouveau sources 338external/gpl2/drm2 and build them as kernel modules. Nouveau sources
339(drivers/gpu/drm/nouveau in Linux) must first be processed with the 339(drivers/gpu/drm/nouveau in Linux) must first be processed with the
340script sys/external/bsd/drm2/nouveau/nouveau2netbsd, about which see 340script sys/external/bsd/drm2/nouveau/nouveau2netbsd, about which see
341the source for details. 341the source for details.
342Vendor tag: LINUX 342Vendor tag: LINUX
343Release tag: linux-X-Y(-rcZ)-drm-bsd 343Release tag: linux-X-Y(-rcZ)-drm-bsd
344 (nouveau got reimported as linux-3-15-drm-bsd-reimport-nouveau) 344 (nouveau got reimported as linux-3-15-drm-bsd-reimport-nouveau)
345 345
346Package: gmake 346Package: gmake
347Version: 3.81 347Version: 3.81
348Current Vers: 4.0 348Current Vers: 4.0
349Maintainer: FSF 349Maintainer: FSF
350Archive Site: ftp://ftp.gnu.org/gnu/make/ 350Archive Site: ftp://ftp.gnu.org/gnu/make/
351Home Page: http://www.gnu.org/software/make/ 351Home Page: http://www.gnu.org/software/make/
352Mailing List: bug-make@gnu.org 352Mailing List: bug-make@gnu.org
353Responsible:  353Responsible:
354License: GPLv2+ (3.81), GPLv3+ (3.82 and later) 354License: GPLv2+ (3.81), GPLv3+ (3.82 and later)
355Location: external/gpl2/gmake 355Location: external/gpl2/gmake
356Notes: 356Notes:
357 357
358Package: diffutils 358Package: diffutils
359Version: 2.8.1 359Version: 2.8.1
360Current Vers: 3.3 360Current Vers: 3.3
361Maintainer: FSF 361Maintainer: FSF
362Archive Site: ftp://ftp.gnu.org/gnu/diffutils/ 362Archive Site: ftp://ftp.gnu.org/gnu/diffutils/
363Home Page: http://www.gnu.org/software/diffutils/ 363Home Page: http://www.gnu.org/software/diffutils/
364Mailing List: bug-diffutils@gnu.org 364Mailing List: bug-diffutils@gnu.org
365Responsible:  365Responsible:
366License: GPLv2+ (2.8.1), GPLv3+ (2.9 and later) 366License: GPLv2+ (2.8.1), GPLv3+ (2.9 and later)
367Location: gnu/dist/diffutils 367Location: gnu/dist/diffutils
368Notes: 368Notes:
369Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree 369Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
370for the import. 370for the import.
371 371
372Package: ekermit 372Package: ekermit
373Version: 1.7 373Version: 1.7
374Current Vers: 1.7 374Current Vers: 1.7
375Maintainer: Kermit Project 375Maintainer: Kermit Project
376Archive Site: ftp://ftp.kermitproject.org/kermit/ekermit/ 376Archive Site: ftp://ftp.kermitproject.org/kermit/ekermit/
377Home Page: http://www.kermitproject.org/ek.html 377Home Page: http://www.kermitproject.org/ek.html
378Mailing List: 378Mailing List:
379Responsible: apb 379Responsible: apb
380License: BSD (3 clause) 380License: BSD (3 clause)
381Location: external/bsd/ekermit 381Location: external/bsd/ekermit
382Notes: 382Notes:
383 383
384Package: expat 384Package: expat
385Version: 2.1.0 385Version: 2.1.0
386Current Vers: 2.1.0 386Current Vers: 2.1.0
387Maintainer: mrg 387Maintainer: mrg
388Archive Site: http://sourceforge.net/projects/expat/files/expat/ 388Archive Site: http://sourceforge.net/projects/expat/files/expat/
389Home Page: http://www.libexpat.org/ 389Home Page: http://www.libexpat.org/
390Mailing List: expat-discuss@libexpat.org 390Mailing List: expat-discuss@libexpat.org
391Responsible: 391Responsible:
392License: MIT 392License: MIT
393Location: src/external/mit/expat/dist 393Location: src/external/mit/expat/dist
394Notes: 394Notes:
395Please use "expat" as the vendor tag for CVS imports. 395Please use "expat" as the vendor tag for CVS imports.
396 396
397Package: file 397Package: file
398Version: 5.22 398Version: 5.22
399Current Vers: 5.22 399Current Vers: 5.22
400Maintainer: Christos Zoulas <christos@zoulas.com> 400Maintainer: Christos Zoulas <christos@zoulas.com>
401Archive Site: ftp://ftp.astron.com/pub/file/ 401Archive Site: ftp://ftp.astron.com/pub/file/
402Home Page: http://www.darwinsys.com/file/ 402Home Page: http://www.darwinsys.com/file/
403Mailing List: file@mx.gw.com 403Mailing List: file@mx.gw.com
404Responsible: christos, pooka 404Responsible: christos, pooka
405License: BSD (2-clause) 405License: BSD (2-clause)
406Location: external/bsd/file/dist 406Location: external/bsd/file/dist
407Notes: 407Notes:
408use file2netbsd 408use file2netbsd
409 409
410Package: flex 410Package: flex
411Version: 2.5.39 411Version: 2.6.0
412Current Vers: 2.6.0 412Current Vers: 2.6.0
413Maintainer: Will Estes <wlestes@users.sourceforge.net> 413Maintainer: Will Estes <wlestes@users.sourceforge.net>
414Archive Site: http://flex.sourceforge.net/ 414Archive Site: http://flex.sourceforge.net/
415Home Page: http://flex.sourceforge.net/ 415Home Page: http://flex.sourceforge.net/
416Mailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce 416Mailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce
417Responsible: 417Responsible:
418License: BSD-like 418License: BSD-like
419Location: external/bsd/flex/dist 419Location: external/bsd/flex/dist
420Notes: 420Notes:
421There is a flex2netbsd script to help newer imports. 421There is a flex2netbsd script to help newer imports.
422 422
423Package: gcc 423Package: gcc
424Version: 4.8.5 424Version: 4.8.5
425Current Vers: 4.8.5/5.3 425Current Vers: 4.8.5/5.3
426Maintainer: FSF 426Maintainer: FSF
427Archive Site: ftp://ftp.gnu.org/gnu/gcc/ 427Archive Site: ftp://ftp.gnu.org/gnu/gcc/
428Home Page: http://www.gnu.org/software/gcc/ 428Home Page: http://www.gnu.org/software/gcc/
429Mailing List: gcc-bugs@gnu.org 429Mailing List: gcc-bugs@gnu.org
430Responsible: mrg, christos, skrll 430Responsible: mrg, christos, skrll
431License: GPLv3, LGPLv3.1 431License: GPLv3, LGPLv3.1
432Location: gnu/dist/gcc4 432Location: gnu/dist/gcc4
433Location: external/gpl3/gcc.old/dist 433Location: external/gpl3/gcc.old/dist
434Location: external/gpl3/gcc/dist 434Location: external/gpl3/gcc/dist
435Notes: 435Notes:
436In the long term, we expect that there will often be two versions, 436In the long term, we expect that there will often be two versions,
437in the "gcc" and "gcc.old" directories. Having two versions allows 437in the "gcc" and "gcc.old" directories. Having two versions allows
438migration from one version of gcc to another to happen for one port 438migration from one version of gcc to another to happen for one port
439at a time, instead of for all ports simultaneously. 439at a time, instead of for all ports simultaneously.
440When importing a new version of external/gpl3/gcc.old: 440When importing a new version of external/gpl3/gcc.old:
441 - copy the current version of external/gpl3/gcc 441 - copy the current version of external/gpl3/gcc
442 - import it to a "NETBSD" vendor branch in externalgpl3/gcc.old 442 - import it to a "NETBSD" vendor branch in externalgpl3/gcc.old
443Before importing a new version of external/gpl3/gcc: 443Before importing a new version of external/gpl3/gcc:
444 - delete all .cvsignore and .gitignore files 444 - delete all .cvsignore and .gitignore files
445 - delete java ada fortran their libraries and testsuites 445 - delete java ada fortran their libraries and testsuites
446 - delete libffi zlib boehm-gc  446 - delete libffi zlib boehm-gc
447 - update gcc/version.c for the NetBSD GCC date 447 - update gcc/version.c for the NetBSD GCC date
448 - use core/c++/objc/testsuite tarballs 448 - use core/c++/objc/testsuite tarballs
449 - you can use the gcc2netbsd script for the above (except version) 449 - you can use the gcc2netbsd script for the above (except version)
450 - update tools/gcc/gcc-version.mk 450 - update tools/gcc/gcc-version.mk
451 451
452Package: gdb 452Package: gdb
453Version: 7.9.1 453Version: 7.9.1
454Current Vers: 7.10.1 454Current Vers: 7.10.1
455Maintainer: FSF 455Maintainer: FSF
456Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 456Archive Site: ftp://ftp.gnu.org/gnu/gdb/
457Home Page: http://www.gnu.org/software/gdb/ 457Home Page: http://www.gnu.org/software/gdb/
458Mailing List: bug-gdb@gnu.org 458Mailing List: bug-gdb@gnu.org
459Responsible: christos 459Responsible: christos
460License: GPLv3, LGPLv3.1 460License: GPLv3, LGPLv3.1
461Location: external/gpl3/gdb/dist 461Location: external/gpl3/gdb/dist
462Notes: 462Notes:
463When updating GDB, it is imperative to test that: 463When updating GDB, it is imperative to test that:
464 - Debugging of kernel cores ("target kvm") works correctly 464 - Debugging of kernel cores ("target kvm") works correctly
465 - Support for our kernel's remote serial debugging protocol 465 - Support for our kernel's remote serial debugging protocol
466 ("options KGDB") works correctly. 466 ("options KGDB") works correctly.
467 467
468Package: gdtoa 468Package: gdtoa
469Version: 2011-03-19 469Version: 2011-03-19
470Current Vers: $(date) 470Current Vers: $(date)
471Maintainer: David M. Gay <dmg@acm.org> 471Maintainer: David M. Gay <dmg@acm.org>
472Archive Site: http://www.netlib.org/fp/ 472Archive Site: http://www.netlib.org/fp/
473Home Page: http://www.netlib.org/fp/ 473Home Page: http://www.netlib.org/fp/
474Mailing List: none 474Mailing List: none
475Responsible: kleink 475Responsible: kleink
476License: BSD-like 476License: BSD-like
477Location: lib/libc/gdtoa 477Location: lib/libc/gdtoa
478Notes: 478Notes:
479Test suite integrated at this time, but not built (and fails to run). 479Test suite integrated at this time, but not built (and fails to run).
480No hexadecimal floating-point string conversion for VAX FP yet. 480No hexadecimal floating-point string conversion for VAX FP yet.
481Only double-precision addressed at this time. 481Only double-precision addressed at this time.
482 482
483Package: gettext 483Package: gettext
484Version: 0.14.4 484Version: 0.14.4
485Current Vers: 0.18 485Current Vers: 0.18
486Maintainer: FSF 486Maintainer: FSF
487Archive Site: ftp://ftp.gnu.org/gnu/gettext/ 487Archive Site: ftp://ftp.gnu.org/gnu/gettext/
488Home Page: http://www.gnu.org/software/gettext/ 488Home Page: http://www.gnu.org/software/gettext/
489Mailing List: bug-gnu-utils@gnu.org 489Mailing List: bug-gnu-utils@gnu.org
490Responsible: 490Responsible:
491License: GPLv2 491License: GPLv2
492Location: gnu/dist/gettext 492Location: gnu/dist/gettext
493Notes: 493Notes:
494GNU gettext is used for userland tools like msgfmt(1) only. For libintl, 494GNU gettext is used for userland tools like msgfmt(1) only. For libintl,
495we use BSD-licensed implementation from Citrus project (see entry for 495we use BSD-licensed implementation from Citrus project (see entry for
496"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 496"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one.
497 497
498Package: grep 498Package: grep
499Version: 2.5.1 499Version: 2.5.1
500Current Vers: 2.21 500Current Vers: 2.21
501Maintainer: FSF 501Maintainer: FSF
502Archive Site: ftp://ftp.gnu.org/gnu/grep/ 502Archive Site: ftp://ftp.gnu.org/gnu/grep/
503Home Page: http://www.gnu.org/software/grep/ 503Home Page: http://www.gnu.org/software/grep/
504Mailing List: bug-gnu-utils@gnu.org 504Mailing List: bug-gnu-utils@gnu.org
505Responsible: simonb 505Responsible: simonb
506License: GPLv2+ (2.5.1), GPLv3+ (2.5.3 and later) 506License: GPLv2+ (2.5.1), GPLv3+ (2.5.3 and later)
507Location: gnu/dist/grep 507Location: gnu/dist/grep
508Notes: 508Notes:
509Use src/gnu/dist/grep/grep2netbsd for preparing the source tree 509Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
510for the import. 510for the import.
511On 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep; 511On 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep;
512see also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html) 512see also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html)
513was imported into src/usr.bin/grep; 513was imported into src/usr.bin/grep;
514on 16 Feb 2011, the BSD grep implementation from FreeBSD was imported 514on 16 Feb 2011, the BSD grep implementation from FreeBSD was imported
515in src/usr.bin/grep, replacing FreeGrep 515in src/usr.bin/grep, replacing FreeGrep
516(http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html). 516(http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html).
517 517
518Package: groff 518Package: groff
519Version: 1.19.2 519Version: 1.19.2
520Current Vers: 1.22.3 520Current Vers: 1.22.3
521Maintainer: Werner Lemberg/FSF 521Maintainer: Werner Lemberg/FSF
522Archive Site: ftp://ftp.gnu.org/gnu/groff/ 522Archive Site: ftp://ftp.gnu.org/gnu/groff/
523Home Page: http://www.gnu.org/software/groff/ 523Home Page: http://www.gnu.org/software/groff/
524Mailing List: bug-groff@gnu.org 524Mailing List: bug-groff@gnu.org
525Responsible:  525Responsible:
526License: GPLv2 526License: GPLv2
527Location: gnu/dist/groff 527Location: gnu/dist/groff
528Notes: 528Notes:
529Use groff2netbsd from src/gnu/dist/groff to prepare the distribution 529Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
530for import. 530for import.
531 531
532Package: heimdal 532Package: heimdal
533Version: 1.5.3 533Version: 1.5.3
534Current Vers: 1.5.3 534Current Vers: 1.5.3
535Maintainer: Heimdal <heimdal@h5l.org> 535Maintainer: Heimdal <heimdal@h5l.org>
536Archive Site: ftp://ftp.h5l.org/pub/heimdal/src/ 536Archive Site: ftp://ftp.h5l.org/pub/heimdal/src/
537Home Page: http://www.h5l.org/ 537Home Page: http://www.h5l.org/
538Mailing List: heimdal-discuss@sics.se 538Mailing List: heimdal-discuss@sics.se
539Responsible: joda, lha 539Responsible: joda, lha
540License: BSD 540License: BSD
541Location: crypto/external/bsd/heimdal/dist 541Location: crypto/external/bsd/heimdal/dist
542Notes: 542Notes:
543 543
544Package: hunt 544Package: hunt
545Version: 2003-04-16 545Version: 2003-04-16
546Current Vers: 2003-04-16 546Current Vers: 2003-04-16
547Maintainer: Greg Couch <gregc@cgl.ucsf.edu> 547Maintainer: Greg Couch <gregc@cgl.ucsf.edu>
548Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z 548Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
549Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html 549Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html
550Responsible: mrg 550Responsible: mrg
551License: BSD (3-clause) 551License: BSD (3-clause)
552Location: games/hunt 552Location: games/hunt
553Notes: 553Notes:
554 554
555Package: ipf 555Package: ipf
556Version: 5.1.1 556Version: 5.1.1
557Current Vers: 5.1.2 557Current Vers: 5.1.2
558Maintainer: Darren Reed 558Maintainer: Darren Reed
559Archive Site: http://coombs.anu.edu.au/~avalon/ 559Archive Site: http://coombs.anu.edu.au/~avalon/
560Home Page: http://coombs.anu.edu.au/~avalon/ 560Home Page: http://coombs.anu.edu.au/~avalon/
561Mailing List: ipfilter@postbox.anu.edu.au 561Mailing List: ipfilter@postbox.anu.edu.au
562Responsible: darrenr, christos 562Responsible: darrenr, christos
563License: BSD-based; see src/external/ipf/dist/IPFILTER.LICENCE 563License: BSD-based; see src/external/ipf/dist/IPFILTER.LICENCE
564Location: external/bsd/ipf,sys/external/bsd/ipf 564Location: external/bsd/ipf,sys/external/bsd/ipf
565Notes: 565Notes:
566ipf2netbsd should be used on a virgin ipfilter source tree. 566ipf2netbsd should be used on a virgin ipfilter source tree.
567 567
568Package: ipsec-tools 568Package: ipsec-tools
569Version: (ipsec-tools head is NetBSD-current head) 569Version: (ipsec-tools head is NetBSD-current head)
570Maintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net> 570Maintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
571Archive Site: http://ipsec-tools.sourceforge.net 571Archive Site: http://ipsec-tools.sourceforge.net
572Home Page: http://ipsec-tools.sourceforge.net 572Home Page: http://ipsec-tools.sourceforge.net
573Mailing List: ipsec-tools-devel@lists.sourceforge.net 573Mailing List: ipsec-tools-devel@lists.sourceforge.net
574Responsible: manu, vanhu, mgrooms 574Responsible: manu, vanhu, mgrooms
575License: BSD (3-clause) 575License: BSD (3-clause)
576Location: crypto/dist/ipsec-tools 576Location: crypto/dist/ipsec-tools
577Notes: 577Notes:
578ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools 578ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
579We don't run ipsec-tools' configure as part of the NetBSD build. configure 579We don't run ipsec-tools' configure as part of the NetBSD build. configure
580generated files are available in the NetBSD source tree at: 580generated files are available in the NetBSD source tree at:
581 src/lib/libipsec/config.h 581 src/lib/libipsec/config.h
582 src/lib/libipsec/package_version.h 582 src/lib/libipsec/package_version.h
583When configure.ac is updated, run the following: 583When configure.ac is updated, run the following:
584 cd src/crypto/dist/ipsec-tools 584 cd src/crypto/dist/ipsec-tools
585 ./bootstrap 585 ./bootstrap
586 ./configure --enable-adminport --enable-hybrid --enable-frag \ 586 ./configure --enable-adminport --enable-hybrid --enable-frag \
587 --enable-natt --enable-dpd 587 --enable-natt --enable-dpd
588Then copy package_version.h to src/lib/libipsec and merge config.h with 588Then copy package_version.h to src/lib/libipsec and merge config.h with
589src/lib/libipsec/config.h (it needs some manual tweaking) 589src/lib/libipsec/config.h (it needs some manual tweaking)
590 590
591NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing, 591NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing,
592NetBSD-current always contains latest ipsec-tools code. On the other hand, 592NetBSD-current always contains latest ipsec-tools code. On the other hand,
593ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which 593ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which
594are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly 594are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
595sync with ipsec-tools-0_7-branch) 595sync with ipsec-tools-0_7-branch)
596 596
597Package: KAME IPv6 597Package: KAME IPv6
598Version: KAME/NetBSD SNAP kit 598Version: KAME/NetBSD SNAP kit
599Current Vers: KAME/NetBSD SNAP kit (shipped every week) 599Current Vers: KAME/NetBSD SNAP kit (shipped every week)
600Maintainer: KAME Project <kame@kame.net> 600Maintainer: KAME Project <kame@kame.net>
601Archive Site: http://www.kame.net/ 601Archive Site: http://www.kame.net/
602Home Page: http://www.kame.net/ 602Home Page: http://www.kame.net/
603Mailing List: snap-users@kame.net 603Mailing List: snap-users@kame.net
604Responsible: 604Responsible:
605License: BSD (3-clause) 605License: BSD (3-clause)
606Location: sys/netinet6 606Location: sys/netinet6
607Notes: 607Notes:
608IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 608IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
609more conservative implementation policy. 609more conservative implementation policy.
610IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 610IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
611Please do not make too many diff-unfriendly changes (like indentation change, 611Please do not make too many diff-unfriendly changes (like indentation change,
612KNF police). We need to take diffs across KAME snapshots on upgrades. 612KNF police). We need to take diffs across KAME snapshots on upgrades.
613To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 613To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
614in sys/netinet6/in6.h. No script is available for upgrades. 614in sys/netinet6/in6.h. No script is available for upgrades.
615"KAME" branch is used for kernel merge work purposes. 615"KAME" branch is used for kernel merge work purposes.
616http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 616http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
617among KAME/*BSD, *BSD-current and recent *BSD releases. 617among KAME/*BSD, *BSD-current and recent *BSD releases.
618 618
619Package: kyua-atf-compat 619Package: kyua-atf-compat
620Version: 0.1 620Version: 0.1
621Current Vers: 0.1 621Current Vers: 0.1
622Maintainer: Julio Merino <jmmv@NetBSD.org> 622Maintainer: Julio Merino <jmmv@NetBSD.org>
623Archive site: http://code.google.com/p/kyua/downloads/list?can=1 623Archive site: http://code.google.com/p/kyua/downloads/list?can=1
624Home page: http://code.google.com/p/kyua/ 624Home page: http://code.google.com/p/kyua/
625Mailing List: kyua-discuss@googlegroups.com 625Mailing List: kyua-discuss@googlegroups.com
626Responsible: jmmv 626Responsible: jmmv
627License: BSD 3-clause 627License: BSD 3-clause
628Location: external/bsd/kyua-atf-compat/dist 628Location: external/bsd/kyua-atf-compat/dist
629Notes: 629Notes:
630The source files are in external/bsd/kyua-atf-compat/dist. 630The source files are in external/bsd/kyua-atf-compat/dist.
631Use external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/ 631Use external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/
632directory. 632directory.
633 633
634Package: kyua-cli 634Package: kyua-cli
635Version: 0.7 635Version: 0.7
636Current Vers: 0.7 636Current Vers: 0.7
637Maintainer: Julio Merino <jmmv@NetBSD.org> 637Maintainer: Julio Merino <jmmv@NetBSD.org>
638Archive site: http://code.google.com/p/kyua/downloads/list?can=1 638Archive site: http://code.google.com/p/kyua/downloads/list?can=1
639Home page: http://code.google.com/p/kyua/ 639Home page: http://code.google.com/p/kyua/
640Mailing List: kyua-discuss@googlegroups.com 640Mailing List: kyua-discuss@googlegroups.com
641Responsible: jmmv 641Responsible: jmmv
642License: BSD 3-clause 642License: BSD 3-clause
643Location: external/bsd/kyua-cli/dist 643Location: external/bsd/kyua-cli/dist
644Notes: 644Notes:
645The source files are in external/bsd/kyua-cli/dist. 645The source files are in external/bsd/kyua-cli/dist.
646Use external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory. 646Use external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory.
647 647
648Package: kyua-testers 648Package: kyua-testers
649Version: 0.1 649Version: 0.1
650Current Vers: 0.1 650Current Vers: 0.1
651Maintainer: Julio Merino <jmmv@NetBSD.org> 651Maintainer: Julio Merino <jmmv@NetBSD.org>
652Archive site: http://code.google.com/p/kyua/downloads/list?can=1 652Archive site: http://code.google.com/p/kyua/downloads/list?can=1
653Home page: http://code.google.com/p/kyua/ 653Home page: http://code.google.com/p/kyua/
654Mailing List: kyua-discuss@googlegroups.com 654Mailing List: kyua-discuss@googlegroups.com
655Responsible: jmmv 655Responsible: jmmv
656License: BSD 3-clause 656License: BSD 3-clause
657Location: external/bsd/kyua-testers/dist 657Location: external/bsd/kyua-testers/dist
658Notes: 658Notes:
659The source files are in external/bsd/kyua-testers/dist. 659The source files are in external/bsd/kyua-testers/dist.
660Use external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/ 660Use external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/
661directory. 661directory.
662 662
663Package: less 663Package: less
664Version: less-458 664Version: less-458
665Current Vers: less-481 665Current Vers: less-481
666Maintainer: Mark Nudelman <markn@greenwoodsoftware.com> 666Maintainer: Mark Nudelman <markn@greenwoodsoftware.com>
667Archive Site: http://www.greenwoodsoftware.com/less/download.html 667Archive Site: http://www.greenwoodsoftware.com/less/download.html
668Home Page: http://www.greenwoodsoftware.com/less/ 668Home Page: http://www.greenwoodsoftware.com/less/
669Mailing List: less-announce-request@greenwoodsoftware.com 669Mailing List: less-announce-request@greenwoodsoftware.com
670Responsible: mrg 670Responsible: mrg
671License: Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418) 671License: Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418)
672Location: external/bsd/less/dist 672Location: external/bsd/less/dist
673Notes: 673Notes:
674Many changes to make less act as more when invoked as more. Beware. 674Many changes to make less act as more when invoked as more. Beware.
675Use the "src/external/bsd/less/less2netbsd" script to prepare source tree 675Use the "src/external/bsd/less/less2netbsd" script to prepare source tree
676for importation. Run ./configure beforehand to generate "defines.h". 676for importation. Run ./configure beforehand to generate "defines.h".
677Talk to mrg before importing any new version. 677Talk to mrg before importing any new version.
678 678
679Package: libarchive 679Package: libarchive
680Version: 2.8.4 680Version: 2.8.4
681Current Vers: 2.8.5 (legacy) / 3.0.4 (stable) 681Current Vers: 2.8.5 (legacy) / 3.0.4 (stable)
682Maintainer: kientzle@freebsd.org, joerg@NetBSD.org 682Maintainer: kientzle@freebsd.org, joerg@NetBSD.org
683Archive Site: https://github.com/libarchive/libarchive/downloads 683Archive Site: https://github.com/libarchive/libarchive/downloads
684Home Page: http://libarchive.github.com/ 684Home Page: http://libarchive.github.com/
685Responsible: joerg 685Responsible: joerg
686License: BSD (2-clause) 686License: BSD (2-clause)
687Location: external/bsd/libarchive/dist 687Location: external/bsd/libarchive/dist
688Notes: 688Notes:
689Distribution is stripped down to the relevant part. 689Distribution is stripped down to the relevant part.
690 690
691Package: libdevmapper 691Package: libdevmapper
692Version: 1.02.40 692Version: 1.02.40
693Current Vers: 2.02.98 693Current Vers: 2.02.98
694Maintainer: lvm-devel@redhat.com 694Maintainer: lvm-devel@redhat.com
695Archive Site: ftp://sources.redhat.com/pub/lvm2/ 695Archive Site: ftp://sources.redhat.com/pub/lvm2/
696Home Page: http://sources.redhat.com/lvm2/ 696Home Page: http://sources.redhat.com/lvm2/
697Responsible: haad 697Responsible: haad
698License: LGPLv2.1 698License: LGPLv2.1
699Location: external/gpl2/lvm2/dist/libdm 699Location: external/gpl2/lvm2/dist/libdm
700Notes: 700Notes:
701The lvm2tools and the libdevmapper are now distributed as one source 701The lvm2tools and the libdevmapper are now distributed as one source
702repository. See the lvm2tools Notes for more information. 702repository. See the lvm2tools Notes for more information.
703 703
704Package: libevent 704Package: libevent
705Version: 2.0.22-stable 705Version: 2.0.22-stable
706Current Vers: 2.0.22-stable 706Current Vers: 2.0.22-stable
707Maintainer: Niels Provos <provos@citi.umich.edu> 707Maintainer: Niels Provos <provos@citi.umich.edu>
708Archive Site: http://www.monkey.org/~provos/libevent/ 708Archive Site: http://www.monkey.org/~provos/libevent/
709Home Page: http://www.monkey.org/~provos/libevent/ 709Home Page: http://www.monkey.org/~provos/libevent/
710Responsible:  710Responsible:
711License: BSD (3/4-clause) 711License: BSD (3/4-clause)
712Location: external/bsd/libevent/dist 712Location: external/bsd/libevent/dist
713Notes: 713Notes:
714- Run the libevent2netbsd script 714- Run the libevent2netbsd script
715- Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes. 715- Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes.
716 man pages are in doxygen/man/man3. Remove the extra man pages that are 716 man pages are in doxygen/man/man3. Remove the extra man pages that are
717 .so'ing only. Copy the rest to man. 717 .so'ing only. Copy the rest to man.
718 718
719Package: llvm 719Package: llvm
720Version: 3.4rc1 (r195771) 720Version: 3.4rc1 (r195771)
721Current Vers.: 3.7.1 721Current Vers.: 3.7.1
722Maintainer: llvmdev@cs.uiuc.edu 722Maintainer: llvmdev@cs.uiuc.edu
723Home Page: http://llvm.org 723Home Page: http://llvm.org
724Responsible: joerg 724Responsible: joerg
725License: BSD/MIT 725License: BSD/MIT
726Location: external/bsd/llvm/dist 726Location: external/bsd/llvm/dist
727Notes: 727Notes:
728A CVS ACL is in place for the location to prevent unintentioned commits. 728A CVS ACL is in place for the location to prevent unintentioned commits.
729All changes should come via import from upstream SVN. 729All changes should come via import from upstream SVN.
730 730
731Package: lvm2tools 731Package: lvm2tools
732Version: 2.02.56 732Version: 2.02.56
733Current Vers: 2.02.114 733Current Vers: 2.02.114
734Maintainer: lvm-devel@redhat.com 734Maintainer: lvm-devel@redhat.com
735Archive Site: ftp://sources.redhat.com/pub/lvm2/ 735Archive Site: ftp://sources.redhat.com/pub/lvm2/
736Home Page: http://sources.redhat.com/lvm2/ 736Home Page: http://sources.redhat.com/lvm2/
737Responsible: haad 737Responsible: haad
738License: GPLv2 738License: GPLv2
739Location: external/gpl2/lvm2/dist 739Location: external/gpl2/lvm2/dist
740Notes: 740Notes:
741Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to 741Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to
742prepare source tree for import. Keep eye on dist/include/configure.h 742prepare source tree for import. Keep eye on dist/include/configure.h
743it migh change over the releases. We maintain our own version of 743it migh change over the releases. We maintain our own version of
744libdevmapper ioctl protocol code, therefore we should test it before 744libdevmapper ioctl protocol code, therefore we should test it before
745import. Talk to haad before importing new version. 745import. Talk to haad before importing new version.
746 746
747Package: libpcap 747Package: libpcap
748Version: 1.7.2 748Version: 1.7.2
749Current Vers: 1.7.2 749Current Vers: 1.7.2
750Maintainer: tcpdump-workers@tcpdump.org 750Maintainer: tcpdump-workers@tcpdump.org
751Archive Site: http://www.tcpdump.org/release/ 751Archive Site: http://www.tcpdump.org/release/
752Home Page: http://www.tcpdump.org/ 752Home Page: http://www.tcpdump.org/
753Mailing List: tcpdump-workers@tcpdump.org 753Mailing List: tcpdump-workers@tcpdump.org
754Responsible: dyoung 754Responsible: dyoung
755License: BSD (3/4-clause) 755License: BSD (3/4-clause)
756Location: external/bsd/libpcap/dist 756Location: external/bsd/libpcap/dist
757Notes: 757Notes:
758Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source 758Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source
759tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h 759tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h
760 760
761Package: libwrap 761Package: libwrap
762Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes 762Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
763Current Vers: tcp_wrappers 7.6-ipv6.4 763Current Vers: tcp_wrappers 7.6-ipv6.4
764Maintainer: Wietse Venema <wietse@porcupine.org> 764Maintainer: Wietse Venema <wietse@porcupine.org>
765Archive Site: ftp://ftp.porcupine.org/pub/security/ 765Archive Site: ftp://ftp.porcupine.org/pub/security/
766Home Page: ftp://ftp.porcupine.org/pub/security/ 766Home Page: ftp://ftp.porcupine.org/pub/security/
767Mailing List: 767Mailing List:
768Responsible: cjs 768Responsible: cjs
769License: BSD-like 769License: BSD-like
770Location: lib/libwrap 770Location: lib/libwrap
771Notes: 771Notes:
772We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 772We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
773under src/usr.sbin). We don't use tcpd; that functionality is built 773under src/usr.sbin). We don't use tcpd; that functionality is built
774into inetd. The provided libwrap2netbsd script handles just libwrap. 774into inetd. The provided libwrap2netbsd script handles just libwrap.
775 775
776Package: Lua 776Package: Lua
777Version: Lua 5.3.1 777Version: Lua 5.3.1
778Current Vers: Lua 5.3.2 778Current Vers: Lua 5.3.2
779Maintainer: PUC Rio 779Maintainer: PUC Rio
780Home Page: http://www.lua.org/ 780Home Page: http://www.lua.org/
781Mailing List: 781Mailing List:
782Responsible: mbalmer, lneto 782Responsible: mbalmer, lneto
783License: MIT 783License: MIT
784Location: external/mit/lua/dist 784Location: external/mit/lua/dist
785Notes: 785Notes:
786The default module paths have been changed to not include the current 786The default module paths have been changed to not include the current
787working directory '.' to avoid potential security problems. 787working directory '.' to avoid potential security problems.
788 788
789Package: Lutok 789Package: Lutok
790Version: 0.3 790Version: 0.3
791Current Vers: 0.4 791Current Vers: 0.4
792Maintainer: Julio Merino <jmmv@NetBSD.org> 792Maintainer: Julio Merino <jmmv@NetBSD.org>
793Archive site: https://github.com/jmmv/lutok/releases 793Archive site: https://github.com/jmmv/lutok/releases
794Home page: https://github.com/jmmv/lutok 794Home page: https://github.com/jmmv/lutok
795Mailing List: lutok-discuss@googlegroups.com 795Mailing List: lutok-discuss@googlegroups.com
796Responsible: jmmv 796Responsible: jmmv
797License: BSD 3-clause 797License: BSD 3-clause
798Location: external/bsd/lutok/dist 798Location: external/bsd/lutok/dist
799Notes: 799Notes:
800The source files are in external/bsd/lutok/dist. 800The source files are in external/bsd/lutok/dist.
801Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory. 801Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory.
802 802
803Package: m4 803Package: m4
804Version: 20091026 804Version: 20091026
805Current Vers: 20091026 805Current Vers: 20091026
806Maintainer: The OpenBSD Project 806Maintainer: The OpenBSD Project
807Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4 807Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
808Home Page: http://www.openbsd.org/ 808Home Page: http://www.openbsd.org/
809Mailing List:  809Mailing List:
810License: BSD 3-clause like (dns-sd) 810License: BSD 3-clause like (dns-sd)
811Responsible: christos 811Responsible: christos
812Location: usr.bin/m4 812Location: usr.bin/m4
813Notes: 813Notes:
814Uses libc's ohash 814Uses libc's ohash
815 815
816Package: mDNSResponder 816Package: mDNSResponder
817Version: 320.16 817Version: 320.16
818Current Vers: 541 818Current Vers: 541
819Maintainer: Apple 819Maintainer: Apple
820Archive Site: http://www.opensource.apple.com/tarballs/mDNSResponder/ 820Archive Site: http://www.opensource.apple.com/tarballs/mDNSResponder/
821Home Page: http://developer.apple.com/opensource/internet/bonjour.html 821Home Page: http://developer.apple.com/opensource/internet/bonjour.html
822Mailing List: bonjour-dev@lists.apple.com 822Mailing List: bonjour-dev@lists.apple.com
823License: Apache2 (mdnsd), BSD 3-clause (libdns_sd), 823License: Apache2 (mdnsd), BSD 3-clause (libdns_sd),
824 BSD 3-clause like (dns-sd) 824 BSD 3-clause like (dns-sd)
825Responsible: tsarna 825Responsible: tsarna
826Location: external/apache2/mDNSResponder/dist 826Location: external/apache2/mDNSResponder/dist
827Notes: 827Notes:
828 828
829Package: mdocml 829Package: mdocml
830Version: 1.13.3 830Version: 1.13.3
831Current Vers: 1.13.3 831Current Vers: 1.13.3
832Maintainer: Kristaps Džonsons 832Maintainer: Kristaps Džonsons
833Archive Site: http://mdocml.bsd.lv/snapshots/ 833Archive Site: http://mdocml.bsd.lv/snapshots/
834Home Page: http://mdocml.bsd.lv/ 834Home Page: http://mdocml.bsd.lv/
835Mailing List:  835Mailing List:
836Responsible: joerg 836Responsible: joerg
837License: BSD (2-clause) 837License: BSD (2-clause)
838Location: external/bsd/mdocml/dist 838Location: external/bsd/mdocml/dist
839Notes: 839Notes:
840 840
841Package: mesa-demos 841Package: mesa-demos
842Version: 8.1.0 842Version: 8.1.0
843Current Vers: 8.2.0 843Current Vers: 8.2.0
844Maintainer: mesa-git@? 844Maintainer: mesa-git@?
845Archive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/ 845Archive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/
846Home Page: http://www.mesa3d.org/ 846Home Page: http://www.mesa3d.org/
847Mailing List: 847Mailing List:
848Responsible: riastradh, mrg 848Responsible: riastradh, mrg
849License: ISC 849License: ISC
850Location: xsrc/external/mit/MesaDemos/dist 850Location: xsrc/external/mit/MesaDemos/dist
851Notes: 851Notes:
852We use only glxinfo and glxgears. Delete all else on import. 852We use only glxinfo and glxgears. Delete all else on import.
853Vendor tag: xorg 853Vendor tag: xorg
854Release tag: mesa-demos-X-Y-Z 854Release tag: mesa-demos-X-Y-Z
855 855
856Package: mesa-drm 856Package: mesa-drm
857Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c 857Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
858Current Vers: 858Current Vers:
859Maintainer: mesa-git@? 859Maintainer: mesa-git@?
860Archive Site: git://anongit.freedesktop.org/git/mesa/drm 860Archive Site: git://anongit.freedesktop.org/git/mesa/drm
861Home Page: http://cgit.freedesktop.org/mesa/drm/ 861Home Page: http://cgit.freedesktop.org/mesa/drm/
862Mailing List: 862Mailing List:
863Responsible: mrg, bjs 863Responsible: mrg, bjs
864License: BSD 864License: BSD
865Location: sys/external/bsd/drm/dist 865Location: sys/external/bsd/drm/dist
866Notes: 866Notes:
867 867
868Package: MesaLib 868Package: MesaLib
869Version: 7.11.2 869Version: 7.11.2
870Current Vers: 10.2.3 870Current Vers: 10.2.3
871Maintainer: mesa-git@? 871Maintainer: mesa-git@?
872Archive Site: ftp://ftp.freedesktop.org/pub/mesa/ 872Archive Site: ftp://ftp.freedesktop.org/pub/mesa/
873Home Page: http://www.mesa3d.org/ 873Home Page: http://www.mesa3d.org/
874Mailing List: 874Mailing List:
875Responsible: riastradh, mrg 875Responsible: riastradh, mrg
876License: ISC 876License: ISC
877Location: xsrc/external/mit/MesaLib/dist 877Location: xsrc/external/mit/MesaLib/dist
878Notes: 878Notes:
879Vendor tag: xorg 879Vendor tag: xorg
880Release tag: MesaLib-X-Y-Z 880Release tag: MesaLib-X-Y-Z
881 881
882Package: mopd 882Package: mopd
883Version: 2.5.3 883Version: 2.5.3
884Current Vers: 2.5.3 884Current Vers: 2.5.3
885Maintainer: Mats O Jansson <maja@celsiustech.se> 885Maintainer: Mats O Jansson <maja@celsiustech.se>
886Archive Site: http://www.stacken.kth.se/~moj/mopd.html 886Archive Site: http://www.stacken.kth.se/~moj/mopd.html
887Home Page: http://www.stacken.kth.se/~moj/mopd.html 887Home Page: http://www.stacken.kth.se/~moj/mopd.html
888Mailing List: 888Mailing List:
889Responsible: cjs 889Responsible: cjs
890License: BSD (4-clause) 890License: BSD (4-clause)
891Location: usr.sbin/mopd 891Location: usr.sbin/mopd
892Notes: 892Notes:
893Delete the otherOS directory before importing. 893Delete the otherOS directory before importing.
894 894
895Package: nawk 895Package: nawk
896Version: 2012-12-20 896Version: 2012-12-20
897Current Vers: 2012-12-20 897Current Vers: 2012-12-20
898Maintainer: Brian Kernighan <bwk@princeton.edu> 898Maintainer: Brian Kernighan <bwk@princeton.edu>
899Archive Site: http://www.cs.princeton.edu/~bwk/btl.mirror/ 899Archive Site: http://www.cs.princeton.edu/~bwk/btl.mirror/
900Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/ 900Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/
901Mailing List: 901Mailing List:
902Responsible: jdolecek 902Responsible: jdolecek
903License: BSD-like 903License: BSD-like
904Location: external/historical/nawk/dist 904Location: external/historical/nawk/dist
905Notes: 905Notes:
906Build maketab from nawk sources and generate proctab.c. 906Build maketab from nawk sources and generate proctab.c.
907Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win 907Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win
908then import to src/external/historical/nawk/dist. 908then import to src/external/historical/nawk/dist.
909 909
910Package: ndbootd 910Package: ndbootd
911Version: 0.5 911Version: 0.5
912Current Vers: 0.5 912Current Vers: 0.5
913Maintainer: Matt Fredette <fredette@alum.mit.edu> 913Maintainer: Matt Fredette <fredette@alum.mit.edu>
914Archive Site: 914Archive Site:
915Home Page: 915Home Page:
916Responsible: fredette 916Responsible: fredette
917License: BSD (4-clause) 917License: BSD (4-clause)
918Location: usr.sbin/ndbootd 918Location: usr.sbin/ndbootd
919Notes: 919Notes:
920Run ./configure, save config.h, make distclean, rm all autoconf/automake 920Run ./configure, save config.h, make distclean, rm all autoconf/automake
921and ndbootd-raw.c. Restore saved config.h, and force it to define 921and ndbootd-raw.c. Restore saved config.h, and force it to define
922HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 922HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
923 923
924Package: ntp 924Package: ntp
925Version: 4.2.8p5 925Version: 4.2.8p5
926Current Vers: 4.2.8p5 926Current Vers: 4.2.8p5
927Maintainer: David L. Mills <mills@udel.edu> 927Maintainer: David L. Mills <mills@udel.edu>
928Archive Site: http://www.ntp.org/ 928Archive Site: http://www.ntp.org/
929Home Page: http://www.ntp.org/, http://support.ntp.org/ 929Home Page: http://www.ntp.org/, http://support.ntp.org/
930Mailing List: 930Mailing List:
931Responsible: simonb, jonathan, kardel 931Responsible: simonb, jonathan, kardel
932License: BSD-like 932License: BSD-like
933Location: external/bsd/ntp/dist 933Location: external/bsd/ntp/dist
934Notes: 934Notes:
935See /usr/src/dist/ntp/ntp2netbsd for update instructions. 935See /usr/src/dist/ntp/ntp2netbsd for update instructions.
936 936
937Package: nvi 937Package: nvi
938Version: 1.81.6, HEAD as of 2013-11-20 938Version: 1.81.6, HEAD as of 2013-11-20
939Current Vers: 1.81.6 939Current Vers: 1.81.6
940Maintainer: Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic 940Maintainer: Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic
941Archive Site: git://repo.or.cz/nvi.git, ftp://ftp.bostic.com/pub/ 941Archive Site: git://repo.or.cz/nvi.git, ftp://ftp.bostic.com/pub/
942Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/ 942Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/
943Mailing List: 943Mailing List:
944Responsible: christos 944Responsible: christos
945License: BSD (3/4-clause) 945License: BSD (3/4-clause)
946Location: external/bsd/nvi/dist 946Location: external/bsd/nvi/dist
947Notes: 947Notes:
948We have lots of local fixes. 948We have lots of local fixes.
949 949
950Package: OpenLDAP 950Package: OpenLDAP
951Version: 2.4.39 951Version: 2.4.39
952Current Vers: 2.4.39 952Current Vers: 2.4.39
953Maintainer: OpenLDAP Foundation 953Maintainer: OpenLDAP Foundation
954Archive Site: http://www.openldap.org/ 954Archive Site: http://www.openldap.org/
955Home Page: http://www.openldap.org/ 955Home Page: http://www.openldap.org/
956Mailing List: 956Mailing List:
957Responsible:  957Responsible:
958License: BSD (3-clause) 958License: BSD (3-clause)
959Location: external/bsd/openldap/dist 959Location: external/bsd/openldap/dist
960Notes: 960Notes:
961 961
962Package: OpenPAM 962Package: OpenPAM
963Version: 20140912 (Ourouparia) 963Version: 20140912 (Ourouparia)
964Current Vers: 20140912 (Ourouparia) 964Current Vers: 20140912 (Ourouparia)
965Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org> 965Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org>
966Archive Site: http://www.openpam.org/ 966Archive Site: http://www.openpam.org/
967Home Page: http://www.openpam.org/ 967Home Page: http://www.openpam.org/
968Mailing List: 968Mailing List:
969Responsible: christos 969Responsible: christos
970License: BSD (3-clause) 970License: BSD (3-clause)
971Location: external/bsd/openpam/dist 971Location: external/bsd/openpam/dist
972Notes: 972Notes:
973 973
974Package: openresolv 974Package: openresolv
975Version: 3.7.1 975Version: 3.7.1
976Current Vers: 3.7.1 976Current Vers: 3.7.1
977Maintainer: roy 977Maintainer: roy
978Archive Site: ftp://roy.marples.name/pub/openresolv/ 978Archive Site: ftp://roy.marples.name/pub/openresolv/
979Home Page: http://roy.marples.name/projects/openresolv/ 979Home Page: http://roy.marples.name/projects/openresolv/
980Mailing List: openresolv-discuss@marples.name 980Mailing List: openresolv-discuss@marples.name
981License: BSD (2-clause) 981License: BSD (2-clause)
982Location: external/bsd/openresolv/dist 982Location: external/bsd/openresolv/dist
983Notes: 983Notes:
984Please submit all changes to the author. 984Please submit all changes to the author.
985 985
986Package: HPN-SSH 986Package: HPN-SSH
987Version: 6.1p1 13 v14 987Version: 6.1p1 13 v14
988Current Vers: 6.3p1 v14 988Current Vers: 6.3p1 v14
989Maintainer: www.psc.edu 989Maintainer: www.psc.edu
990Archive Site: No direct link anymore, @#$#$ psc. 990Archive Site: No direct link anymore, @#$#$ psc.
991Home Page: http://www.psc.edu/index.php/hpn-ssh 991Home Page: http://www.psc.edu/index.php/hpn-ssh
992Mailing List: 992Mailing List:
993Responsible: christos 993Responsible: christos
994License:  994License:
995Location: crypto/external/bsd/openssh/dist 995Location: crypto/external/bsd/openssh/dist
996Notes: 996Notes:
997Patch applied after OpenSSH import. 997Patch applied after OpenSSH import.
998 998
999Package: OpenSSH 999Package: OpenSSH
1000Version: 7.1 1000Version: 7.1
1001Current Vers: 7.1 / portable 7.1p1 1001Current Vers: 7.1 / portable 7.1p1
1002Maintainer: OpenSSH 1002Maintainer: OpenSSH
1003Archive Site: http://www.openssh.com/ftp.html 1003Archive Site: http://www.openssh.com/ftp.html
1004Home Page: http://www.openssh.com/portable.html 1004Home Page: http://www.openssh.com/portable.html
1005Mailing List: openssh-unix-announce@mindrot.org 1005Mailing List: openssh-unix-announce@mindrot.org
1006Responsible: thorpej, christos, elric 1006Responsible: thorpej, christos, elric
1007License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE 1007License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
1008Location: crypto/external/bsd/openssh/dist 1008Location: crypto/external/bsd/openssh/dist
1009Notes: 1009Notes:
1010imported from OpenBSD ssh -- is not from the portable OpenSSH 1010imported from OpenBSD ssh -- is not from the portable OpenSSH
1011use openssh2netbsd before import. 1011use openssh2netbsd before import.
1012local changes (should always try to bring them back to master openssh tree, 1012local changes (should always try to bring them back to master openssh tree,
1013markus is very cooperative about it): 1013markus is very cooperative about it):
1014- default for PermitRootLogin is set to "no" 1014- default for PermitRootLogin is set to "no"
1015- IgnoreRootRhosts added 1015- IgnoreRootRhosts added
1016- look at login.conf to check valid user/access list 1016- look at login.conf to check valid user/access list
1017- krb5 support re-added 1017- krb5 support re-added
1018- hack in cipher.c #ifdef ACCS because we are missing EVP_acss 1018- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
1019 when someone imports openssl, we can remove this. 1019 when someone imports openssl, we can remove this.
1020- added moduli from portable openssh 1020- added moduli from portable openssh
1021- added USE_PAM patches and auth_pam.[ch] from portable openssh 1021- added USE_PAM patches and auth_pam.[ch] from portable openssh
1022 (see if there is any difference between the current version of opensshX.Yp1 1022 (see if there is any difference between the current version of opensshX.Yp1
1023 and the new opensshZ.Wp1) and apply them. 1023 and the new opensshZ.Wp1) and apply them.
1024- conditionalize login_cap 1024- conditionalize login_cap
1025- conditionalize bsd_auth 1025- conditionalize bsd_auth
1026- restore krb5, krb4, afs, skey 1026- restore krb5, krb4, afs, skey
1027- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none 1027- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
1028- fix ctype macro arguments 1028- fix ctype macro arguments
1029- umac is broken, disable it 1029- umac is broken, disable it
1030- better ~homedir handling 1030- better ~homedir handling
1031- netbsd style tunnels 1031- netbsd style tunnels
1032- urandom, xhome, chrootdir, rescuedir NetBSD handling 1032- urandom, xhome, chrootdir, rescuedir NetBSD handling
1033- utmp/utmpx handling 1033- utmp/utmpx handling
1034- handle tty posix_vdisable properly 1034- handle tty posix_vdisable properly
1035- handle setuid and unsetuid the posix way instead of setresuid() 1035- handle setuid and unsetuid the posix way instead of setresuid()
1036- add all missing functions 1036- add all missing functions
1037- always bump major when importing to avoid api problems. 1037- always bump major when importing to avoid api problems.
1038- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. 1038- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
1039 1039
1040Package: OpenSSL 1040Package: OpenSSL
1041Version: 1.0.1q 1041Version: 1.0.1q
1042Current Vers: 1.0.2e 1042Current Vers: 1.0.2e
1043Maintainer: The OpenSSL Project 1043Maintainer: The OpenSSL Project
1044Archive Site: ftp://ftp.openssl.org/source/ 1044Archive Site: ftp://ftp.openssl.org/source/
1045Home Page: http://www.openssl.org/ 1045Home Page: http://www.openssl.org/
1046Mailing List: openssl-announce@openssl.org 1046Mailing List: openssl-announce@openssl.org
1047Responsible: christos, mjf, tls, riastradh, spz 1047Responsible: christos, mjf, tls, riastradh, spz
1048License: OpenSSL and SSLeay license (both BSD-like) 1048License: OpenSSL and SSLeay license (both BSD-like)
1049Location: crypto/external/bsd/openssl/dist 1049Location: crypto/external/bsd/openssl/dist
1050Notes: 1050Notes:
1051- Run openssl2netbsd to get rid of the RCSID identifiers 1051- Run openssl2netbsd to get rid of the RCSID identifiers
1052- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man 1052- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
1053 to regen man pages. 1053 to regen man pages.
1054- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/* 1054- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
1055 to regen assembly files 1055 to regen assembly files
1056 1056
1057Package: pcc 1057Package: pcc
1058Version: 1.1.0.DEVEL 20120325 1058Version: 1.1.0.DEVEL 20120325
1059Current Vers: 1.1.0.DEVEL 20120325 1059Current Vers: 1.1.0.DEVEL 20120325
1060Maintainer: Anders Magnusson <ragge@NetBSD.org> 1060Maintainer: Anders Magnusson <ragge@NetBSD.org>
1061Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/ 1061Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/
1062Home Page: http://pcc.ludd.ltu.se/ 1062Home Page: http://pcc.ludd.ltu.se/
1063Mailing List: pcc-list@ludd.ltu.se 1063Mailing List: pcc-list@ludd.ltu.se
1064Responsible: plunky 1064Responsible: plunky
1065License: BSD 1065License: BSD
1066Location: external/bsd/pcc/dist 1066Location: external/bsd/pcc/dist
1067Notes: 1067Notes:
1068This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh 1068This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh
1069file for details about how to get the latest version from the upstream server 1069file for details about how to get the latest version from the upstream server
1070and import it. 1070and import it.
1071 1071
1072Package: pdisk 1072Package: pdisk
1073Version: 0.8a2 1073Version: 0.8a2
1074Current Vers: 0.8a2 1074Current Vers: 0.8a2
1075Maintainer: Eryk Vershen <eryk@cfcl.com> 1075Maintainer: Eryk Vershen <eryk@cfcl.com>
1076Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1076Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1077Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1077Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1078Mailing List: 1078Mailing List:
1079Responsible: dbj 1079Responsible: dbj
1080License: BSD-like 1080License: BSD-like
1081Location: external/bsd/pdisk 1081Location: external/bsd/pdisk
1082Notes: 1082Notes:
1083This is the disk partition utility used by Apple's mkLinux and OS X 1083This is the disk partition utility used by Apple's mkLinux and OS X
1084It is imported into external/bsd/pdisk. 1084It is imported into external/bsd/pdisk.
1085 1085
1086Package: pdksh 1086Package: pdksh
1087Version: 5.2.14p2 1087Version: 5.2.14p2
1088Current Vers: 5.2.14p2 1088Current Vers: 5.2.14p2
1089Maintainer: Michael Rendell <michael@cs.mun.ca> 1089Maintainer: Michael Rendell <michael@cs.mun.ca>
1090Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/ 1090Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
1091Home Page: http://www.cs.mun.ca/~michael/pdksh/ 1091Home Page: http://www.cs.mun.ca/~michael/pdksh/
1092Mailing List: 1092Mailing List:
1093Responsible: jdolecek 1093Responsible: jdolecek
1094License: Public domain 1094License: Public domain
1095Location: bin/ksh 1095Location: bin/ksh
1096Notes: 1096Notes:
1097pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 1097pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
1098 1098
1099Package: PF (openbsd packet filter) 1099Package: PF (openbsd packet filter)
1100Version: OpenBSD 4.2 1100Version: OpenBSD 4.2
1101Current Vers: OpenBSD 4.3-current 1101Current Vers: OpenBSD 4.3-current
1102Maintainer: The OpenBSD Project 1102Maintainer: The OpenBSD Project
1103Archive Site: ftp://ftp.openbsd.org/ 1103Archive Site: ftp://ftp.openbsd.org/
1104Home Page: http://www.openbsd.org/faq/pf/ 1104Home Page: http://www.openbsd.org/faq/pf/
1105Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 1105Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list
1106Responsible: peter, yamt 1106Responsible: peter, yamt
1107License: BSD (2-clause) 1107License: BSD (2-clause)
1108Location: dist/pf,sys/dist/pf 1108Location: dist/pf,sys/dist/pf
1109Notes: 1109Notes:
1110kernel code is imported into src/sys/dist/pf and src/sys/net has reachover 1110kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
1111definition (files.pf). userland code is imported into src/dist/pf, and 1111definition (files.pf). userland code is imported into src/dist/pf, and
1112reachover Makefiles are in src/usr.sbin/pf. 1112reachover Makefiles are in src/usr.sbin/pf.
1113 1113
1114Package: pkg_install 1114Package: pkg_install
1115Version: 20120221 1115Version: 20120221
1116Current Vers: 20120221 1116Current Vers: 20120221
1117Maintainer: The pkgsrc developers 1117Maintainer: The pkgsrc developers
1118Home Page: http://www.pkgsrc.org/ 1118Home Page: http://www.pkgsrc.org/
1119Mailing List: tech-pkg@NetBSD.org 1119Mailing List: tech-pkg@NetBSD.org
1120Responsible: joerg 1120Responsible: joerg
1121License: BSD 1121License: BSD
1122Location: external/bsd/pkg_install/dist 1122Location: external/bsd/pkg_install/dist
1123Notes: 1123Notes:
1124The authoritative version is in pkgsrc/pkgtools/pkg_install. 1124The authoritative version is in pkgsrc/pkgtools/pkg_install.
1125 1125
1126Package: ping 1126Package: ping
1127Version: 980911 1127Version: 980911
1128Current Vers: 980911 1128Current Vers: 980911
1129Maintainer: Mike Muuss 1129Maintainer: Mike Muuss
1130Archive Site:  1130Archive Site:
1131Home Page: http://ftp.arl.mil/mike/ping.html 1131Home Page: http://ftp.arl.mil/mike/ping.html
1132Mailing List: 1132Mailing List:
1133Responsible: christos 1133Responsible: christos
1134License: BSD (3-clause) 1134License: BSD (3-clause)
1135Location: sbin/ping 1135Location: sbin/ping
1136Notes: 1136Notes:
1137We use err() and friends. We have changes for snprintf, extra 1137We use err() and friends. We have changes for snprintf, extra
1138formatting in man pages, disallowing flood pinging, alignment fixes, 1138formatting in man pages, disallowing flood pinging, alignment fixes,
1139and more. Vern's ping is gone. We are too different from everyone else 1139and more. Vern's ping is gone. We are too different from everyone else
1140now to do a new import. 1140now to do a new import.
1141 1141
1142Package: Postfix 1142Package: Postfix
1143Version: 2.11.6 1143Version: 2.11.6
1144Current Vers: 3.0.3 1144Current Vers: 3.0.3
1145Maintainer: Wietse Venema <wietse@porcupine.org> 1145Maintainer: Wietse Venema <wietse@porcupine.org>
1146Archive Site: ftp://postfix.cloud9.net/official/ 1146Archive Site: ftp://postfix.cloud9.net/official/
1147Home Page: http://www.postfix.org/ 1147Home Page: http://www.postfix.org/
1148Mailing List: postfix-users@postfix.org 1148Mailing List: postfix-users@postfix.org
1149Responsible: christos 1149Responsible: christos
1150License: IBM Public License. See also src/external/ibm-public/postfix/dist. 1150License: IBM Public License. See also src/external/ibm-public/postfix/dist.
1151Location: external/ibm-public/postfix/dist 1151Location: external/ibm-public/postfix/dist
1152Notes: 1152Notes:
1153HTML documentation should be kept in sync with the README_FILES. 1153HTML documentation should be kept in sync with the README_FILES.
1154src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our 1154src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
1155directory layout (the easiest way to check is by running ``postfix 1155directory layout (the easiest way to check is by running ``postfix
1156set-permissions''). 1156set-permissions'').
1157 1157
1158Package: ppp 1158Package: ppp
1159Version: 2.4.7 1159Version: 2.4.7
1160Current Vers: 2.4.7 1160Current Vers: 2.4.7
1161Maintainer: Paul Mackerras <paulus@samba.org> 1161Maintainer: Paul Mackerras <paulus@samba.org>
1162Archive Site: ftp://ftp.samba.org/pub/ppp/ 1162Archive Site: ftp://ftp.samba.org/pub/ppp/
1163Home Page: 1163Home Page:
1164GIT root: git://ozlabs.org/~paulus/ppp.git 1164GIT root: git://ozlabs.org/~paulus/ppp.git
1165Mailing List: 1165Mailing List:
1166Responsible: christos, cube 1166Responsible: christos, cube
1167License: BSD (3-clause) 1167License: BSD (3-clause)
1168Location: external/bsd/ppp/dist 1168Location: external/bsd/ppp/dist
1169Notes: 1169Notes:
1170BSD support was removed from 2.4.0; I added it back and removed 1170BSD support was removed from 2.4.0; I added it back and removed
1171some GPL pieces. Multilink support is missing. Repeated pings to 1171some GPL pieces. Multilink support is missing. Repeated pings to
1172Paulus have not yielded results. I've retrofitted pppdump to use 1172Paulus have not yielded results. I've retrofitted pppdump to use
1173net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 1173net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
1174is clearly a pain. I have not tested the modules code, neither our 1174is clearly a pain. I have not tested the modules code, neither our
1175makefiles make it easy to construct a module, but I left one there 1175makefiles make it easy to construct a module, but I left one there
1176as an example. 1176as an example.
1177TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're 1177TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're
1178using the version found in 2.4.1. 1178using the version found in 2.4.1.
1179 1179
1180Package: rcs 1180Package: rcs
1181Version: 5.7 1181Version: 5.7
1182Current Vers: 5.9.2 1182Current Vers: 5.9.2
1183Maintainer: FSF 1183Maintainer: FSF
1184Archive Site: ftp://ftp.gnu.org/gnu/rcs/ 1184Archive Site: ftp://ftp.gnu.org/gnu/rcs/
1185Mailing List: bug-gnu-utils@gnu.org 1185Mailing List: bug-gnu-utils@gnu.org
1186Home Page: http://www.gnu.org/software/rcs/ 1186Home Page: http://www.gnu.org/software/rcs/
1187Responsible: agc 1187Responsible: agc
1188License: GPLv2+ (5.7), GPLv3+ (5.8 and later) 1188License: GPLv2+ (5.7), GPLv3+ (5.8 and later)
1189Location: gnu/usr.bin/rcs 1189Location: gnu/usr.bin/rcs
1190Notes: 1190Notes:
1191Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 1191Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
1192 1192
1193Package: root.cache 1193Package: root.cache
1194Version: 2015120100 (December 01, 2015) 1194Version: 2015120100 (December 01, 2015)
1195Current Vers: 2015120100 (December 01, 2015) 1195Current Vers: 2015120100 (December 01, 2015)
1196Maintainer: InterNIC 1196Maintainer: InterNIC
1197Archive Site: ftp://ftp.internic.net/domain/named.root 1197Archive Site: ftp://ftp.internic.net/domain/named.root
1198Home Page: ftp://ftp.internic.net/domain/named.root 1198Home Page: ftp://ftp.internic.net/domain/named.root
1199Mailing List: 1199Mailing List:
1200Responsible: thorpej 1200Responsible: thorpej
1201License: Public domain 1201License: Public domain
1202Location: etc/namedb 1202Location: etc/namedb
1203Notes: 1203Notes:
1204The root server cache is also included with BIND. However, the 1204The root server cache is also included with BIND. However, the
1205InterNIC version is usually more up to date. 1205InterNIC version is usually more up to date.
1206 1206
1207Package: routed 1207Package: routed
1208Version: 2.32 1208Version: 2.32
1209Current Vers: 2.32 1209Current Vers: 2.32
1210Maintainer: Vernon Schryver <vjs@rhyolite.com> 1210Maintainer: Vernon Schryver <vjs@rhyolite.com>
1211Archive Site: ftp://ftp.rhyolite.com/src/ 1211Archive Site: ftp://ftp.rhyolite.com/src/
1212Home Page: http://www.rhyolite.com/src/ 1212Home Page: http://www.rhyolite.com/src/
1213Mailing List: 1213Mailing List:
1214Responsible: christos 1214Responsible: christos
1215License: BSD (4-clause) 1215License: BSD (4-clause)
1216Location: sbin/routed 1216Location: sbin/routed
1217Notes: 1217Notes:
1218We use the md5 code from libc 1218We use the md5 code from libc
1219We don't allow RIP_TRACEON and RIP_TRACEOFF 1219We don't allow RIP_TRACEON and RIP_TRACEOFF
1220We use arc4random 1220We use arc4random
1221We use strlcpy/snprintf 1221We use strlcpy/snprintf
1222 1222
1223Package: send-pr (part of GNATS) 1223Package: send-pr (part of GNATS)
1224Version: 3.95 1224Version: 3.95
1225Current Vers: 4.1 1225Current Vers: 4.1
1226Maintainer: FSF 1226Maintainer: FSF
1227Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 1227Archive Site: ftp://ftp.gnu.org/gnu/gnats/
1228Home Page: http://www.gnu.org/software/gnats/ 1228Home Page: http://www.gnu.org/software/gnats/
1229Mailing List: bug-gnats@gnu.org 1229Mailing List: bug-gnats@gnu.org
1230License: GPLv2 1230License: GPLv2
1231Responsible: 1231Responsible:
1232Location: gnu/usr.bin/send-pr 1232Location: gnu/usr.bin/send-pr
1233Notes: 1233Notes:
1234 1234
1235Package: SoftFloat 1235Package: SoftFloat
1236Version: 2a 1236Version: 2a
1237Current Vers: 2b 1237Current Vers: 2b
1238Maintainer: John Hauser <jhauser@jhauser.us> 1238Maintainer: John Hauser <jhauser@jhauser.us>
1239Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 1239Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
1240Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html 1240Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html
1241Mailing List: 1241Mailing List:
1242Responsible: bjh21 1242Responsible: bjh21
1243License: Public domain 1243License: Public domain
1244Location: lib/libc/softfloat 1244Location: lib/libc/softfloat
1245Notes: 1245Notes:
1246Heavily modified for use as a soft float library for GCC. The actual 1246Heavily modified for use as a soft float library for GCC. The actual
1247arithmetic code is unchanged, though, and should behave exactly like the 1247arithmetic code is unchanged, though, and should behave exactly like the
1248original. 1248original.
1249 1249
1250Package: sqlite 1250Package: sqlite
1251Version: 3.8.3.1 1251Version: 3.8.3.1
1252Current Vers: 3.10 1252Current Vers: 3.10
1253Maintainer: Richard Hipp <drh@sqlite.org> 1253Maintainer: Richard Hipp <drh@sqlite.org>
1254Home Page: http://www.sqlite.org 1254Home Page: http://www.sqlite.org
1255Responsible: joerg 1255Responsible: joerg
1256License: Public domain 1256License: Public domain
1257Location: external/public-domain/sqlite/dist 1257Location: external/public-domain/sqlite/dist
1258Notes: 1258Notes:
1259Run cleantags before importing because sqlite3.c has an RCSID 1259Run cleantags before importing because sqlite3.c has an RCSID
1260 1260
1261Package: tcpdump 1261Package: tcpdump
1262Version: 4.7.3 1262Version: 4.7.3
1263Current Vers: 4.7.3 1263Current Vers: 4.7.3
1264Maintainer: tcpdump-workers@lists.tcpdump.org 1264Maintainer: tcpdump-workers@lists.tcpdump.org
1265Archive Site: http://www.tcpdump.org/release/ 1265Archive Site: http://www.tcpdump.org/release/
1266Home Page: http://www.tcpdump.org/ 1266Home Page: http://www.tcpdump.org/
1267Mailing List: tcpdump-workers@lists.tcpdump.org 1267Mailing List: tcpdump-workers@lists.tcpdump.org
1268Responsible: 1268Responsible:
1269License: BSD (3-clause) 1269License: BSD (3-clause)
1270Location: external/bsd/tcpdump/dist 1270Location: external/bsd/tcpdump/dist
1271Notes: 1271Notes:
1272Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source 1272Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source
1273tree. 1273tree.
1274 1274
1275Package: TestFloat 1275Package: TestFloat
1276Version: 2a 1276Version: 2a
1277Current Vers: 2a 1277Current Vers: 2a
1278Maintainer: John Hauser <jhauser@jhauser.us> 1278Maintainer: John Hauser <jhauser@jhauser.us>
1279Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html 1279Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
1280Home Page: http://www.jhauser.us/arithmetic/TestFloat.html 1280Home Page: http://www.jhauser.us/arithmetic/TestFloat.html
1281Mailing List: 1281Mailing List:
1282Responsible: ross 1282Responsible: ross
1283License: BSD (4-clause) 1283License: BSD (4-clause)
1284Location: regress/lib/libc/ieeefp/testfloat 1284Location: regress/lib/libc/ieeefp/testfloat
1285Notes: 1285Notes:
1286 1286
1287Package: texinfo 1287Package: texinfo
1288Version: 4.8 1288Version: 4.8
1289Current Vers: 5.2 1289Current Vers: 5.2
1290Maintainer: FSF 1290Maintainer: FSF
1291Archive Site: ftp://ftp.gnu.org/gnu/texinfo/ 1291Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
1292Home Page: http://www.gnu.org/software/texinfo/ 1292Home Page: http://www.gnu.org/software/texinfo/
1293Mailing List: bug-texinfo@gnu.org 1293Mailing List: bug-texinfo@gnu.org
1294Responsible:  1294Responsible:
1295License: GPLv2+ (4.8), GPLv3+ (4.9 and later) 1295License: GPLv2+ (4.8), GPLv3+ (4.9 and later)
1296Location: gnu/dist/texinfo 1296Location: gnu/dist/texinfo
1297Notes: 1297Notes:
1298Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree 1298Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
1299for the import. 1299for the import.
1300 1300
1301Package: tmux 1301Package: tmux
1302Version: 1.9a 1302Version: 1.9a
1303Current Vers: 2.1 1303Current Vers: 2.1
1304Maintainer: Nicholas Marriott <nicm@users.sourceforge.net> 1304Maintainer: Nicholas Marriott <nicm@users.sourceforge.net>
1305Archive site: http://downloads.sourceforge.net/tmux/ 1305Archive site: http://downloads.sourceforge.net/tmux/
1306Home page: http://tmux.sourceforge.net/ 1306Home page: http://tmux.sourceforge.net/
1307Mailing List: tmux-users@lists.sourceforge.net 1307Mailing List: tmux-users@lists.sourceforge.net
1308Responsible: jmmv 1308Responsible: jmmv
1309License: BSD 1309License: BSD
1310Location: external/bsd/tmux/dist 1310Location: external/bsd/tmux/dist
1311Notes: 1311Notes:
1312See src/external/bsd/tmux/README for instructions on how to import a 1312See src/external/bsd/tmux/README for instructions on how to import a
1313new tmux release. 1313new tmux release.
1314 1314
1315Package: top 1315Package: top
1316Version: 3.8beta1 1316Version: 3.8beta1
1317Current Vers: 3.8beta1 1317Current Vers: 3.8beta1
1318Maintainer: William LeFebvre <wnl@groupsys.com> 1318Maintainer: William LeFebvre <wnl@groupsys.com>
1319Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz 1319Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1320Home Page: http://www.unixtop.org/ 1320Home Page: http://www.unixtop.org/
1321Mailing List: top-spinners@ocee.groupsys.com 1321Mailing List: top-spinners@ocee.groupsys.com
1322Responsible: simonb, christos 1322Responsible: simonb, christos
1323License: BSD (2-clause) 1323License: BSD (2-clause)
1324Location: external/bsd/top/dist 1324Location: external/bsd/top/dist
1325Notes: 1325Notes:
1326 1326
1327Package: traceroute 1327Package: traceroute
1328Version: 1.4a12 1328Version: 1.4a12
1329Current Vers: 1.4a12 1329Current Vers: 1.4a12
1330Maintainer: traceroute@ee.lbl.gov 1330Maintainer: traceroute@ee.lbl.gov
1331Archive Site: ftp://ftp.ee.lbl.gov/ 1331Archive Site: ftp://ftp.ee.lbl.gov/
1332Home Page: http://ftp.ee.lbl.gov/ 1332Home Page: http://ftp.ee.lbl.gov/
1333Mailing List: 1333Mailing List:
1334Responsible: 1334Responsible:
1335License: BSD (4-clause) 1335License: BSD (4-clause)
1336Location: usr.sbin/traceroute 1336Location: usr.sbin/traceroute
1337Notes: 1337Notes:
1338Added changes from a5 -> a12 manually. 1338Added changes from a5 -> a12 manually.
1339 1339
1340Package: tz 1340Package: tz
1341Version: tzcode2015g / tzdata2015f 1341Version: tzcode2015g / tzdata2015f
1342Current Vers: tzcode2015g / tzdata2015g 1342Current Vers: tzcode2015g / tzdata2015g
1343Maintainer: Paul Eggert <eggert@cs.ucla.edu> 1343Maintainer: Paul Eggert <eggert@cs.ucla.edu>
1344Archive Site: ftp://ftp.iana.org/tz/releases/ 1344Archive Site: ftp://ftp.iana.org/tz/releases/
1345Archive Site: ftp://munnari.oz.au/pub/oldtz/ 1345Archive Site: ftp://munnari.oz.au/pub/oldtz/
1346Old Archive Site: ftp://elsie.nci.nih.gov/pub/ 1346Old Archive Site: ftp://elsie.nci.nih.gov/pub/
1347Home Page: http://www.iana.org/time-zones 1347Home Page: http://www.iana.org/time-zones
1348Mailing List: tz@iana.org 1348Mailing List: tz@iana.org
1349Responsible: kleink, christos, apb 1349Responsible: kleink, christos, apb
1350License: Public domain 1350License: Public domain
1351Location: lib/libc/time/zoneinfo, external/public-domain/tz/share 1351Location: lib/libc/time/zoneinfo, external/public-domain/tz/share
1352Notes: 1352Notes:
1353Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import. 1353Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
1354Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode, 1354Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode,
1355register removal) to apply. The diffs have been submitted upstream but there 1355register removal) to apply. The diffs have been submitted upstream but there
1356is too much inertia to apply them. Check for .gitignore files. 1356is too much inertia to apply them. Check for .gitignore files.
1357For the data files, do use external/public-domain/tz/tzdata2netbsd. 1357For the data files, do use external/public-domain/tz/tzdata2netbsd.
1358 1358
1359Package: wpa_supplicant/hostapd 1359Package: wpa_supplicant/hostapd
1360Version: 2.4 1360Version: 2.4
1361Current Vers: 2.4 1361Current Vers: 2.4
1362Maintainer: Jouni Malinen <jkmaline@cc.hut.fi> 1362Maintainer: Jouni Malinen <jkmaline@cc.hut.fi>
1363Archive Site: http://hostap.epitest.fi/releases/ 1363Archive Site: http://hostap.epitest.fi/releases/
1364Home Page: http://hostap.epitest.fi/wpa_supplicant/ 1364Home Page: http://hostap.epitest.fi/wpa_supplicant/
1365Mailing List: 1365Mailing List:
1366Responsible: scw, dyoung, christos 1366Responsible: scw, dyoung, christos
1367License: BSD or GPLv2 1367License: BSD or GPLv2
1368Location: external/bsd/wpa/dist 1368Location: external/bsd/wpa/dist
1369Notes: 1369Notes:
1370See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions. 1370See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1371 1371
1372Package: zlib 1372Package: zlib
1373Version: 1.2.3 1373Version: 1.2.3
1374Current Vers: 1.2.8 1374Current Vers: 1.2.8
1375Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 1375Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org>
1376Archive Site: http://www.zlib.net/ 1376Archive Site: http://www.zlib.net/
1377Home Page: http://www.zlib.net/ 1377Home Page: http://www.zlib.net/
1378Mailing List: 1378Mailing List:
1379Responsible: gwr, christos 1379Responsible: gwr, christos
1380License: BSD (3-clause) 1380License: BSD (3-clause)
1381Location: common/dist/zlib 1381Location: common/dist/zlib
1382Notes: 1382Notes:
1383Imported to src/common/dist/zlib and shared by the kernel and userland. 1383Imported to src/common/dist/zlib and shared by the kernel and userland.
1384 1384
1385Package: services, protocols 1385Package: services, protocols
1386Version: 2013-02-21 (services), 2013-02-17 (protocols) 1386Version: 2013-02-21 (services), 2013-02-17 (protocols)
1387Current Vers: 2013-11-27 (services), 2013-11-12 (protocols) 1387Current Vers: 2013-11-27 (services), 2013-11-12 (protocols)
1388Maintainer: IANA 1388Maintainer: IANA
1389Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services) 1389Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
1390Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols) 1390Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
1391Home Page: http://www.iana.org/ 1391Home Page: http://www.iana.org/
1392Mailing List: 1392Mailing List:
1393Responsible: christos 1393Responsible: christos
1394License: None 1394License: None
1395Location: etc 1395Location: etc
1396Notes: 1396Notes:
13971. Build package net/iana-etc 13971. Build package net/iana-etc
13982. Add NetBSD rcsid to the generated protocols and services in the package 13982. Add NetBSD rcsid to the generated protocols and services in the package
1399 work area. 1399 work area.
14003. Append the local services from the current services file. 14003. Append the local services from the current services file.
14014. Run: 14014. Run:
1402 services_mkdb -u services > /usr/src/etc/services 1402 services_mkdb -u services > /usr/src/etc/services
1403 cp protocols /usr/src/etc/protocols 1403 cp protocols /usr/src/etc/protocols
14045. Fix protocols 14045. Fix protocols
1405 - fix manet alias to MANET; giving an alias with the same name is a no/op 1405 - fix manet alias to MANET; giving an alias with the same name is a no/op
1406 - protocol 84 is defined for as ttp and iptm, merge the two entries since 1406 - protocol 84 is defined for as ttp and iptm, merge the two entries since
1407 libc getprotoent() does not read the whole file and merge in the "files" 1407 libc getprotoent() does not read the whole file and merge in the "files"
1408 implementation. 1408 implementation.
1409 1409
1410Package: pigz 1410Package: pigz

cvs diff -r1.2126 -r1.2127 src/doc/CHANGES (switch to unified diff)

--- src/doc/CHANGES 2016/01/08 21:38:16 1.2126
+++ src/doc/CHANGES 2016/01/09 18:37:24 1.2127
@@ -1,241 +1,242 @@ @@ -1,241 +1,242 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2126 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2127 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
15# 15#
16# That's it, one tab to start an item, and two tabs to indent the content. 16# That's it, one tab to start an item, and two tabs to indent the content.
17# Also please start the content with a capital and end it with a dot. 17# Also please start the content with a capital and end it with a dot.
18# 18#
19# This is very important for the www scripts, otherwise it won't be able to 19# This is very important for the www scripts, otherwise it won't be able to
20# parse the file and the HTML output will be mangled. 20# parse the file and the HTML output will be mangled.
21# 21#
22# See htutils/changes/changes2html script for more details. 22# See htutils/changes/changes2html script for more details.
23# 23#
24# ---------------------------------------------------------------------------- 24# ----------------------------------------------------------------------------
25 25
26 26
27Changes from NetBSD 7.0 to NetBSD 8.0: 27Changes from NetBSD 7.0 to NetBSD 8.0:
28 libc: Update to tzcode2014f. [christos 20140815] 28 libc: Update to tzcode2014f. [christos 20140815]
29 gmake: Update to gmake-3.81 in external/gpl2/gmake and remove  29 gmake: Update to gmake-3.81 in external/gpl2/gmake and remove
30 gnu/dist/gmake (3.80) [christos 20140818] 30 gnu/dist/gmake (3.80) [christos 20140818]
31 module(7): Create MODULAR_DEFAULT_AUTOLOAD config flag to control 31 module(7): Create MODULAR_DEFAULT_AUTOLOAD config flag to control
32 whether module autoloading is on by default. 32 whether module autoloading is on by default.
33 [jnemeth 20140824] 33 [jnemeth 20140824]
34 kernel: Option SYMTAB_SPACE has been replaced with COPY_SYMTAB. 34 kernel: Option SYMTAB_SPACE has been replaced with COPY_SYMTAB.
35 The related changes to src/sys/conf require a rebuild of 35 The related changes to src/sys/conf require a rebuild of
36 config(1). [joerg 20140824] 36 config(1). [joerg 20140824]
37 zoneinfo: Import tzdata2014g. [apb 20140831] 37 zoneinfo: Import tzdata2014g. [apb 20140831]
38 wm(4): Add internal SERDES support for 82575 and newer controllers. 38 wm(4): Add internal SERDES support for 82575 and newer controllers.
39 [msaitoh 20140903] 39 [msaitoh 20140903]
40 or1k: Add new port. [matt 20140903] 40 or1k: Add new port. [matt 20140903]
41 awindma(4): Add support for Allwinner A10/A20 DMA controller. 41 awindma(4): Add support for Allwinner A10/A20 DMA controller.
42 [jmcneill 20140906] 42 [jmcneill 20140906]
43 awinac(4): Add support for Allwinner A10/A20 audio codec. 43 awinac(4): Add support for Allwinner A10/A20 audio codec.
44 [jmcneill 20140906] 44 [jmcneill 20140906]
45 awinrtc(4): Add support for Allwinner A10/A20 real-time clock. 45 awinrtc(4): Add support for Allwinner A10/A20 real-time clock.
46 [jmcneill 20140907] 46 [jmcneill 20140907]
47 awinmmc(4): Use DMA for MMC transfers. [jmcneill 20140908] 47 awinmmc(4): Use DMA for MMC transfers. [jmcneill 20140908]
48 axp20x(4): Add AXP20x PMU driver. [jmcneill 20140909] 48 axp20x(4): Add AXP20x PMU driver. [jmcneill 20140909]
49 rtsol(8): Removed in favour of dhcpcd. [roy 20140911] 49 rtsol(8): Removed in favour of dhcpcd. [roy 20140911]
50 rtsold(8): Removed in favour of dhcpcd. [roy 20140911] 50 rtsold(8): Removed in favour of dhcpcd. [roy 20140911]
51 dhcpcd(8): Import dhcpcd-6.4.5. [roy 20140918] 51 dhcpcd(8): Import dhcpcd-6.4.5. [roy 20140918]
52 arm: Add support for i.MX6 SoC. [ryo 20140925] 52 arm: Add support for i.MX6 SoC. [ryo 20140925]
53 gpt(8): Completed overhaul, including adding follwing subcommands: 53 gpt(8): Completed overhaul, including adding follwing subcommands:
54 resize, set, unset, backup, restore, and resizedisk. 54 resize, set, unset, backup, restore, and resizedisk.
55 [jnemeth 20140926] 55 [jnemeth 20140926]
56 dhcpcd(8): Import dhcpcd-6.4.7. [roy 20140927] 56 dhcpcd(8): Import dhcpcd-6.4.7. [roy 20140927]
57 mpt(4): added bio(4) support. [jmcneill 20140927] 57 mpt(4): added bio(4) support. [jmcneill 20140927]
58 gpt(8): added type subcommand to modify partition type. 58 gpt(8): added type subcommand to modify partition type.
59 [jnemeth 20140927] 59 [jnemeth 20140927]
60 zoneinfo: Import tzdata2014h. [apb 20141004] 60 zoneinfo: Import tzdata2014h. [apb 20141004]
61 dhcpcd(8): Import dhcpcd-6.5.0. [roy 20141006] 61 dhcpcd(8): Import dhcpcd-6.5.0. [roy 20141006]
62 libc: Update to tzcode2014h. [christos 20141007] 62 libc: Update to tzcode2014h. [christos 20141007]
63 file(1): Upgraded to 5.20. [christos 20141010] 63 file(1): Upgraded to 5.20. [christos 20141010]
64 arm: Add support for Allwinner A31 SoC. [jmcneill 20141010] 64 arm: Add support for Allwinner A31 SoC. [jmcneill 20141010]
65 awiniic(4): Add support for Allwinner A31 SoC. [jmcneill 20141012] 65 awiniic(4): Add support for Allwinner A31 SoC. [jmcneill 20141012]
66 awinp2wi(4): Add support for Allwinner A31 Push-Pull Two Wire 66 awinp2wi(4): Add support for Allwinner A31 Push-Pull Two Wire
67 Interface. [jmcneill 20141012] 67 Interface. [jmcneill 20141012]
68 axp22x(4): Add AXP22x PMU driver. [jmcneill 20141012] 68 axp22x(4): Add AXP22x PMU driver. [jmcneill 20141012]
69 awinrtc(4): Add support for Allwinner A31 real-time clock. 69 awinrtc(4): Add support for Allwinner A31 real-time clock.
70 [jmcneill 20141012] 70 [jmcneill 20141012]
71 awindma(4): Add support for Allwinner A31 DMA controller. 71 awindma(4): Add support for Allwinner A31 DMA controller.
72 [jmcneill 20141013] 72 [jmcneill 20141013]
73 awinac(4): Add support for Allwinner A31 audio codec. 73 awinac(4): Add support for Allwinner A31 audio codec.
74 [jmcneill 20141013] 74 [jmcneill 20141013]
75 motg(4): Add support for Allwinner A10/A20 SoC. [jmcneill 20141015] 75 motg(4): Add support for Allwinner A10/A20 SoC. [jmcneill 20141015]
76 wpa: Import wpa_supplicant and hostapd 2.3. [christos 20141016] 76 wpa: Import wpa_supplicant and hostapd 2.3. [christos 20141016]
77 dhcpcd(8): Import dhcpcd-6.5.1. [roy 20141018] 77 dhcpcd(8): Import dhcpcd-6.5.1. [roy 20141018]
78 OpenSSH: Imported 6.7. [christos 20141018] 78 OpenSSH: Imported 6.7. [christos 20141018]
79 resolvconf(8): Import openresolv-3.6.0 [roy 20141020] 79 resolvconf(8): Import openresolv-3.6.0 [roy 20141020]
80 gcc: Support -fsanitize=address [christos 20141022] 80 gcc: Support -fsanitize=address [christos 20141022]
81 zoneinfo: Import tzdata2014i. [apb 20141023] 81 zoneinfo: Import tzdata2014i. [apb 20141023]
82 libc: Update to tzcode2014i. [christos 20141023] 82 libc: Update to tzcode2014i. [christos 20141023]
83 openpam(3): update to 20140912 (ourouparia) [christos 20141024] 83 openpam(3): update to 20140912 (ourouparia) [christos 20141024]
84 pppd(8): updated to version 2.4.7. [christos 20141025] 84 pppd(8): updated to version 2.4.7. [christos 20141025]
85 acpi(4): Updated ACPICA to 20140926. [christos 20141025] 85 acpi(4): Updated ACPICA to 20140926. [christos 20141025]
86 dhcpcd(8): Import dhcpcd-6.6.0 [roy 20141029] 86 dhcpcd(8): Import dhcpcd-6.6.0 [roy 20141029]
87 resolvconf(8): Import openresolv-3.6.1 [roy 20141029] 87 resolvconf(8): Import openresolv-3.6.1 [roy 20141029]
88 rtsx(4): Add support for Realtek RTS5227/RTL8402/RTL8411/RTL8411B. 88 rtsx(4): Add support for Realtek RTS5227/RTL8402/RTL8411/RTL8411B.
89 [nonaka 20141029] 89 [nonaka 20141029]
90 flex(1): Import flex-2.5.37 [christos 20141029] 90 flex(1): Import flex-2.5.37 [christos 20141029]
91 iwn(4): Add support for Intel Centrino Wireless-N 91 iwn(4): Add support for Intel Centrino Wireless-N
92 100/105/130/135/2200/2230. From OpenBSD. [nonaka 20141030] 92 100/105/130/135/2200/2230. From OpenBSD. [nonaka 20141030]
93 awge(4): Add support for gigabit ethernet found on various 93 awge(4): Add support for gigabit ethernet found on various
94 Allwinner SOCs. [martin 20141101] 94 Allwinner SOCs. [martin 20141101]
95 dhcpcd(8): Import dhcpcd-6.6.1. [roy 20141107] 95 dhcpcd(8): Import dhcpcd-6.6.1. [roy 20141107]
96 awinhdmi(4): Add support for Allwinner A20/A31 HDMI controller. 96 awinhdmi(4): Add support for Allwinner A20/A31 HDMI controller.
97 [jmcneill 20141110] 97 [jmcneill 20141110]
98 awintcon(4): Add support for Allwinner A20/A31 TV/LCD controller. 98 awintcon(4): Add support for Allwinner A20/A31 TV/LCD controller.
99 [jmcneill 20141110] 99 [jmcneill 20141110]
100 awindebe(4): Add support for Allwinner A20/A31 Display engine 100 awindebe(4): Add support for Allwinner A20/A31 Display engine
101 backend (DE-BE). [jmcneill 20141110] 101 backend (DE-BE). [jmcneill 20141110]
102 awinhdmiaudio(4): Add support for Allwinner A20/A31 HDMI audio 102 awinhdmiaudio(4): Add support for Allwinner A20/A31 HDMI audio
103 controller. [jmcneill 20141111] 103 controller. [jmcneill 20141111]
104 dhcpcd(8): Import dhcpcd-6.6.2. [roy 20141114] 104 dhcpcd(8): Import dhcpcd-6.6.2. [roy 20141114]
105 awinir(4): Add support for Allwinner A20/A31 IR receiver. 105 awinir(4): Add support for Allwinner A20/A31 IR receiver.
106 [jmcneill 20141115] 106 [jmcneill 20141115]
107 zoneinfo: Import tzdata2014j. [apb 20141116] 107 zoneinfo: Import tzdata2014j. [apb 20141116]
108 libc: Change arc4random(3) to use ChaCha20 and per-thread state. 108 libc: Change arc4random(3) to use ChaCha20 and per-thread state.
109 [riastradh 20141116] 109 [riastradh 20141116]
110 libc: Update to tzcode2014j. [christos 20141117] 110 libc: Update to tzcode2014j. [christos 20141117]
111 libpcap: Import 1.6.2. [christos 20141119] 111 libpcap: Import 1.6.2. [christos 20141119]
112 tcpdump(8): Import 4.6.2. [christos 20141119] 112 tcpdump(8): Import 4.6.2. [christos 20141119]
113 dhcpcd(8): Import dhcpcd-6.6.4. [roy 20141126] 113 dhcpcd(8): Import dhcpcd-6.6.4. [roy 20141126]
114 dhcpcd(8): Import dhcpcd-6.6.5. [roy 20141209] 114 dhcpcd(8): Import dhcpcd-6.6.5. [roy 20141209]
115 bind: Import version 9.10.1-P1. [christos 20141209] 115 bind: Import version 9.10.1-P1. [christos 20141209]
116 dhcpcd(8): Import dhcpcd-6.6.6. [roy 20141217] 116 dhcpcd(8): Import dhcpcd-6.6.6. [roy 20141217]
117 powerpc: Switch to GCC 4.8. [matt 20141218] 117 powerpc: Switch to GCC 4.8. [matt 20141218]
118 dhcpcd(8): Import dhcpcd-6.6.7. [roy 20141219] 118 dhcpcd(8): Import dhcpcd-6.6.7. [roy 20141219]
119 ntp: Import ntp 4.2.8. [christos 20141219] 119 ntp: Import ntp 4.2.8. [christos 20141219]
120 midirecord(1): Add program to record MIDI files. [mrg 20141229] 120 midirecord(1): Add program to record MIDI files. [mrg 20141229]
121 file: update to 5.22 security limits [christos 20150102] 121 file: update to 5.22 security limits [christos 20150102]
122 byacc: update to 20141128 for more bison compat [christos 20150103] 122 byacc: update to 20141128 for more bison compat [christos 20150103]
123 mgx: driver for Southland Media Systems (now Quantum 3D) MGX SBus 123 mgx: driver for Southland Media Systems (now Quantum 3D) MGX SBus
124 graphics devices [macallan 20150106] 124 graphics devices [macallan 20150106]
125 gcc: Import GCC 4.8.4. [mrg 20150109] 125 gcc: Import GCC 4.8.4. [mrg 20150109]
126 openssl: Import openssl 1.0.1k [spz 20150113] 126 openssl: Import openssl 1.0.1k [spz 20150113]
127 am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use) 127 am-utils: Upgrade to 6.2; adds nfsv4, lustre (which we can't use)
128 nfs3 rpc support for amfs [christos 20150117] 128 nfs3 rpc support for amfs [christos 20150117]
129 arm: Add support for Zynq SoC. [hkenken 20150123] 129 arm: Add support for Zynq SoC. [hkenken 20150123]
130 evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123] 130 evbarm: Add support for the PARALLELLA (Zynq). [hkenken 20150123]
131 blacklist: Added daemon and library [christos 20150125] 131 blacklist: Added daemon and library [christos 20150125]
132 libevent: Import libevent 2.0.22 [spz 20150129] 132 libevent: Import libevent 2.0.22 [spz 20150129]
133 dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130] 133 dhcpcd(8): Import dhcpcd-6.7.1. [roy 20150130]
134 zoneinfo: Import tzdata2015a. [apb 20150131] 134 zoneinfo: Import tzdata2015a. [apb 20150131]
135 libc: Import tzcode2015a. [christos 20150131] 135 libc: Import tzcode2015a. [christos 20150131]
136 bind: patch to version 9.10.1-P2. [spz 20150221] 136 bind: patch to version 9.10.1-P2. [spz 20150221]
137 network: introduce RTF_LOCAL for local address routes. [roy 20150226] 137 network: introduce RTF_LOCAL for local address routes. [roy 20150226]
138 evbarm: Add support for RPI2. [skrll 20150304] 138 evbarm: Add support for RPI2. [skrll 20150304]
139 evbarm: Add support for ODROID-C1. [jmcneill 20150304] 139 evbarm: Add support for ODROID-C1. [jmcneill 20150304]
140 dtrace: Add syscall support [christos 20150307] 140 dtrace: Add syscall support [christos 20150307]
141 dtrace: Add lockstat support [riastradh, christos 20150308] 141 dtrace: Add lockstat support [riastradh, christos 20150308]
142 zoneinfo: Import tzdata2015b. [apb 20150321] 142 zoneinfo: Import tzdata2015b. [apb 20150321]
143 openssl: Import openssl 1.0.1m [spz 20150323] 143 openssl: Import openssl 1.0.1m [spz 20150323]
144 libc: Update to tzcode2015b. [christos 20150324] 144 libc: Update to tzcode2015b. [christos 20150324]
145 dhcpcd(8): Import dhcpcd-6.8.1. [roy 20150327] 145 dhcpcd(8): Import dhcpcd-6.8.1. [roy 20150327]
146 libpcap: Import 1.7.2. [christos 20150331] 146 libpcap: Import 1.7.2. [christos 20150331]
147 tcpdump(8): Import 4.7.3. [christos 20150331] 147 tcpdump(8): Import 4.7.3. [christos 20150331]
148 wpa: Import wpa_supplicant and hostapd 2.4. [christos 20150401] 148 wpa: Import wpa_supplicant and hostapd 2.4. [christos 20150401]
149 OpenSSH: Imported 6.8. [christos 20150403] 149 OpenSSH: Imported 6.8. [christos 20150403]
150 btmagic(4): add Magic Trackpad support [bouyer 20150406] 150 btmagic(4): add Magic Trackpad support [bouyer 20150406]
151 ntp: Import ntp 4.2.8p2. [christos 20150407] 151 ntp: Import ntp 4.2.8p2. [christos 20150407]
152 acpi(4): Updated ACPICA to 20150410. [christos 20150413] 152 acpi(4): Updated ACPICA to 20150410. [christos 20150413]
153 evbarm: add a driver for EDMA controller on AM335x SoC. 153 evbarm: add a driver for EDMA controller on AM335x SoC.
154 Add DMA support to the sdhc controllers on AM335x SoC. 154 Add DMA support to the sdhc controllers on AM335x SoC.
155 Enable DMA for sdhc0 and sdhc1 on BEAGLEBONE [bouyer 20150414] 155 Enable DMA for sdhc0 and sdhc1 on BEAGLEBONE [bouyer 20150414]
156 xz(1): Import of XZ 5.2.1. [christos 20150417] 156 xz(1): Import of XZ 5.2.1. [christos 20150417]
157 libc: Update to tzcode2015d. [christos 20150428] 157 libc: Update to tzcode2015d. [christos 20150428]
158 openresolv(8): Import openresolv-3.7.0 [roy 20150501] 158 openresolv(8): Import openresolv-3.7.0 [roy 20150501]
159 netinet: Added IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and IN_IFF_DETACHED. 159 netinet: Added IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and IN_IFF_DETACHED.
160 IPV4 addresses now perform DAD using ARP as described in 160 IPV4 addresses now perform DAD using ARP as described in
161 RFC 5227. [roy 20150502] 161 RFC 5227. [roy 20150502]
162 dhcpcd(8): Import dhcpcd-6.9.0. [roy 20150517] 162 dhcpcd(8): Import dhcpcd-6.9.0. [roy 20150517]
163 FFS: General improvements in the superblock parser. [maxv 20150523] 163 FFS: General improvements in the superblock parser. [maxv 20150523]
164 openssl: Import openssl 1.0.1n [christos 20150612] 164 openssl: Import openssl 1.0.1n [christos 20150612]
165 openssl: Import openssl 1.0.1o [christos 20150616] 165 openssl: Import openssl 1.0.1o [christos 20150616]
166 zoneinfo: Import tzdata2015e. [apb 20150621] 166 zoneinfo: Import tzdata2015e. [apb 20150621]
167 nfssvc(2): Support 32-bit system calls for the NFS server. 167 nfssvc(2): Support 32-bit system calls for the NFS server.
168 [mrg 20150622] 168 [mrg 20150622]
169 gcc: Import GCC 4.8.5. [mrg 20150624] 169 gcc: Import GCC 4.8.5. [mrg 20150624]
170 OpenSSH: Imported 6.9. [christos 20150630] 170 OpenSSH: Imported 6.9. [christos 20150630]
171 bind: Import version 9.10.2-P2. [christos 20150708] 171 bind: Import version 9.10.2-P2. [christos 20150708]
172 dhcpcd: Import dhcpcd 6.9.1. [roy 20150709] 172 dhcpcd: Import dhcpcd 6.9.1. [roy 20150709]
173 iostat(8): Support fnmatch(3) patterns for disknames. [mrg 20150709] 173 iostat(8): Support fnmatch(3) patterns for disknames. [mrg 20150709]
174 openssl: Import openssl 1.0.1p [christos 20150709] 174 openssl: Import openssl 1.0.1p [christos 20150709]
175 ntp: Import ntp 4.2.8p3. [christos 20150710] 175 ntp: Import ntp 4.2.8p3. [christos 20150710]
176 arm: Add support for NVIDIA Tegra K1 SoC. [jmcneill 20150725] 176 arm: Add support for NVIDIA Tegra K1 SoC. [jmcneill 20150725]
177 evbarm: Add support for NVIDIA Jetson TK1. [jmcneill 20150725] 177 evbarm: Add support for NVIDIA Jetson TK1. [jmcneill 20150725]
178 bind: Import version 9.10.2-P3. [christos 20150728] 178 bind: Import version 9.10.2-P3. [christos 20150728]
179 kernel: Several bug fixes and improvements in the PaX subsystem. 179 kernel: Several bug fixes and improvements in the PaX subsystem.
180 [maxv 20150804] 180 [maxv 20150804]
181 sdmmc(4): Add support for UHS-I and MMC HS200 transfer modes. 181 sdmmc(4): Add support for UHS-I and MMC HS200 transfer modes.
182 [jmcneill 20150808] 182 [jmcneill 20150808]
183 sdhc(4): Add support for UHS-I and MMC HS200 transfer modes. 183 sdhc(4): Add support for UHS-I and MMC HS200 transfer modes.
184 [jmcneill 20150808] 184 [jmcneill 20150808]
185 amlogicsdhc(4): Add support for UHS-I and MMC HS200 transfer modes. 185 amlogicsdhc(4): Add support for UHS-I and MMC HS200 transfer modes.
186 [jmcneill 20150808] 186 [jmcneill 20150808]
187 zoneinfo: Import tzdata2015f. [apb 20150811] 187 zoneinfo: Import tzdata2015f. [apb 20150811]
188 OpenSSH: Imported 7.0. [christos 20150813] 188 OpenSSH: Imported 7.0. [christos 20150813]
189 libc: Update to tzcode2015f. [christos 20150813] 189 libc: Update to tzcode2015f. [christos 20150813]
190 gdb(1): Updated to 7.9.1. [christos 20150818] 190 gdb(1): Updated to 7.9.1. [christos 20150818]
191 acpi(4): Updated ACPICA to 20150717. [christos 20150818] 191 acpi(4): Updated ACPICA to 20150717. [christos 20150818]
192 mcp3kadc(4): Driver for Microchip 3x0x SAR ADC chips. [phx 20150818] 192 mcp3kadc(4): Driver for Microchip 3x0x SAR ADC chips. [phx 20150818]
193 OpenSSH: Imported 7.1. [christos 20150821] 193 OpenSSH: Imported 7.1. [christos 20150821]
194 dhcpcd: Import dhcpcd 6.9.2. [roy 20150821] 194 dhcpcd: Import dhcpcd 6.9.2. [roy 20150821]
195 rtwn(4): Add a driver for Realtek RTL8188CE/RTL8192CE PCIe IEEE 195 rtwn(4): Add a driver for Realtek RTL8188CE/RTL8192CE PCIe IEEE
196 802.11b/g/n wireless network devices, ported from OpenBSD. 196 802.11b/g/n wireless network devices, ported from OpenBSD.
197 [nonaka 20150827] 197 [nonaka 20150827]
198 bind: Import version 9.10.2-P4. [christos 20150903] 198 bind: Import version 9.10.2-P4. [christos 20150903]
199 dhcpcd: Import dhcpcd 6.9.3. [roy 20150904] 199 dhcpcd: Import dhcpcd 6.9.3. [roy 20150904]
200 ftp(1): SNI support for https. [wiz 20150912] 200 ftp(1): SNI support for https. [wiz 20150912]
201 netstat(1): Now knows how tall the display is. [mrg 20150919] 201 netstat(1): Now knows how tall the display is. [mrg 20150919]
202 libproc, librtld_db: Added from FreeBSD [christos 20150924] 202 libproc, librtld_db: Added from FreeBSD [christos 20150924]
203 dtrace: Updated from FreeBSD [christos 20150924] 203 dtrace: Updated from FreeBSD [christos 20150924]
204 resolvconf: Import openresolv-3.7.1 [roy 20150929] 204 resolvconf: Import openresolv-3.7.1 [roy 20150929]
205 x86: Add PCI Extended Configuration Space support [nonaka 20151002] 205 x86: Add PCI Extended Configuration Space support [nonaka 20151002]
206 pci(3): Decode Extended Capability in PCI Extended Configuration Space. 206 pci(3): Decode Extended Capability in PCI Extended Configuration Space.
207 [nonaka 20151002] 207 [nonaka 20151002]
208 lua: Updated to Lua 5.3.1 [mbalmer 20151008] 208 lua: Updated to Lua 5.3.1 [mbalmer 20151008]
209 libc: Update to tzcode2015g. [christos 20151009] 209 libc: Update to tzcode2015g. [christos 20151009]
210 ntp: Import ntp 4.2.8p4. [christos 20151023] 210 ntp: Import ntp 4.2.8p4. [christos 20151023]
211 vioscsi(4): Add driver for virtio SCSI devices [christos 20151030] 211 vioscsi(4): Add driver for virtio SCSI devices [christos 20151030]
212 omapgpio(4): Add support for TI AM335x GPIO. [jmcneill 20151101] 212 omapgpio(4): Add support for TI AM335x GPIO. [jmcneill 20151101]
213 libc/ti-rpc: Remove FD_SETSIZE limit; provide MT support for svc_run() 213 libc/ti-rpc: Remove FD_SETSIZE limit; provide MT support for svc_run()
214 to be run by multiple threads each thread handling the fd's it 214 to be run by multiple threads each thread handling the fd's it
215 created. Provide support for a poll based svc_run() and the 215 created. Provide support for a poll based svc_run() and the
216 global variables svc_pollfd and svc_pollfd_max. 216 global variables svc_pollfd and svc_pollfd_max.
217 [christos 20151107] 217 [christos 20151107]
218 amiga: wsdisplay(4) virtual terminals are working on CV64 and 218 amiga: wsdisplay(4) virtual terminals are working on CV64 and
219 CV64/3D. [phx 20151112] 219 CV64/3D. [phx 20151112]
220 amiga: Build the Xorg server with wsfb(4) driver. 220 amiga: Build the Xorg server with wsfb(4) driver.
221 Added wsfb(4) support for CV64 and CV64/3D graphics cards. 221 Added wsfb(4) support for CV64 and CV64/3D graphics cards.
222 [phx 20151112] 222 [phx 20151112]
223 cpuctl(8): Most commands can specify more than one CPU now. 223 cpuctl(8): Most commands can specify more than one CPU now.
224 [mrg 20151115] 224 [mrg 20151115]
225 dhcpcd: Import dhcpcd 6.9.4. [roy 20151130] 225 dhcpcd: Import dhcpcd 6.9.4. [roy 20151130]
226 openssl: Import openssl 1.0.1q [christos 20151206] 226 openssl: Import openssl 1.0.1q [christos 20151206]
227 ip6addrctl: Import from FreeBSD [christos 20151212] 227 ip6addrctl: Import from FreeBSD [christos 20151212]
228 adm1026hm(4): Add driver for ADM1026 i2c hardware monitor 228 adm1026hm(4): Add driver for ADM1026 i2c hardware monitor
229 [jdc 20151216] 229 [jdc 20151216]
230 bind: Import version 9.10.3-P2. [christos 20151216] 230 bind: Import version 9.10.3-P2. [christos 20151216]
231 mdocml: Import 1.13.3. [christos 20151217] 231 mdocml: Import 1.13.3. [christos 20151217]
232 sortinfo(1): Add utility to sort texinfo dir files [christos 20151218] 232 sortinfo(1): Add utility to sort texinfo dir files [christos 20151218]
233 raidframe: Now built as a kernel module; it can be built-in at 233 raidframe: Now built as a kernel module; it can be built-in at
234 kernel build time, or (for MODULAR kernels) loaded as 234 kernel build time, or (for MODULAR kernels) loaded as
235 needed. [pgoyette 20151226] 235 needed. [pgoyette 20151226]
236 admtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103] 236 admtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103]
237 lmtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103] 237 lmtemp(4): Add chip temperature limits for envsys(4) [jdc 20160103]
238 ismt(4): Add another Intel Chipset internal SMBus driver. 238 ismt(4): Add another Intel Chipset internal SMBus driver.
239 [msaitoh 20160105] 239 [msaitoh 20160105]
240 dhcpcd: Import dhcpcd 6.10.0. [roy 20160107] 240 dhcpcd: Import dhcpcd 6.10.0. [roy 20160107]
241 ntp: Import ntp 4.2.8p5. [christos 20160108] 241 ntp: Import ntp 4.2.8p5. [christos 20160108]
 242 flex(1): Import flex-2.6.0 [christos 20160109]