Wed Oct 9 22:13:50 2019 UTC ()
New acpica, ath-hal, bind, unbound, nsd, bozohttpd, expat, gcc, gdb,
jemalloc, less, libdevmapper, libevent, mDNSResponder, ntp, OpenPAM, OpenSSL,
sqlite, tmux.
Adjust byacc version.


(sevan)
diff -r1.1656 -r1.1657 src/doc/3RDPARTY

cvs diff -r1.1656 -r1.1657 src/doc/3RDPARTY (switch to unified diff)

--- src/doc/3RDPARTY 2019/10/09 21:05:43 1.1656
+++ src/doc/3RDPARTY 2019/10/09 22:13:50 1.1657
@@ -1,2189 +1,2193 @@ @@ -1,2189 +1,2193 @@
1# $NetBSD: 3RDPARTY,v 1.1656 2019/10/09 21:05:43 sevan Exp $ 1# $NetBSD: 3RDPARTY,v 1.1657 2019/10/09 22:13:50 sevan 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# Date: Date last checked 33# Date: Date last checked
34# Mailing List: email address or URL related to upstream mailing list 34# Mailing List: email address or URL related to upstream mailing list
35# License: description of license 35# License: description of license
36# Responsible: comma-separated list of NetBSD developers 36# Responsible: comma-separated list of NetBSD developers
37# Location: comma-separated list of subdirectories in the NetBSD src tree 37# Location: comma-separated list of subdirectories in the NetBSD src tree
38# Notes: 38# Notes:
39# Multiple lines of free-form text, 39# Multiple lines of free-form text,
40# Must be last. 40# Must be last.
41# 41#
42 42
43Package: acpica 43Package: acpica
44Version: 20190405 44Version: 20190405
45Current Vers: 20190405 45Current Vers: 20190816
46Maintainer: Intel 46Maintainer: Intel
47Archive Site: http://www.acpica.org/downloads/ 47Archive Site: http://www.acpica.org/downloads/
48Home Page: http://www.acpica.org/ 48Home Page: http://www.acpica.org/
49Date: 2019-04-28 49Date: 2019-10-09
50Mailing List: devel@acpica.org 50Mailing List: devel@acpica.org
51License: BSD-like 51License: BSD-like
52Responsible: jruoho 52Responsible: jruoho
53Location: sys/external/bsd/acpica/dist 53Location: sys/external/bsd/acpica/dist
54Notes: 54Notes:
55You want the unix2 (dual-licensed) tar file. 55You want the unix2 (dual-licensed) tar file.
56Please read src/sys/dev/acpi/acpica/README before any modification. 56Please read src/sys/dev/acpi/acpica/README before any modification.
57 57
58Package: am-utils [amd] 58Package: am-utils [amd]
59Version: 6.2 59Version: 6.2
60Current Vers: 6.2 60Current Vers: 6.2
61Maintainer: Erez Zadok <ezk@cs.columbia.edu> 61Maintainer: Erez Zadok <ezk@cs.columbia.edu>
62Archive Site: ftp://ftp.am-utils.org/pub/am-utils/ 62Archive Site: ftp://ftp.am-utils.org/pub/am-utils/
63Home Page: http://www.am-utils.org/ 63Home Page: http://www.am-utils.org/
64Date: 2019-01-09 64Date: 2019-10-09
65Mailing List: am-utils 65Mailing List: am-utils
66Responsible: christos 66Responsible: christos
67License: BSD (4-clause) 67License: BSD (4-clause)
68Location: external/bsd/am-utils/dist 68Location: external/bsd/am-utils/dist
69Notes: 69Notes:
70Amd2netbsd script to convert to BSD make system and remove unneeded files. 70Amd2netbsd script to convert to BSD make system and remove unneeded files.
71Fix symbolic links before import. 71Fix symbolic links before import.
72Check external/bsd/am-utils/include/config.h is correct after import. 72Check external/bsd/am-utils/include/config.h is correct after import.
73Update date of release in external/bsd/am-utils/man/Makefile (two places). 73Update date of release in external/bsd/am-utils/man/Makefile (two places).
74 74
75Package: Automated Testing Framework (ATF) 75Package: Automated Testing Framework (ATF)
76Version: 0.20 76Version: 0.20
77Current Vers: 0.21 77Current Vers: 0.21
78Maintainer: Julio Merino <jmmv@NetBSD.org> 78Maintainer: Julio Merino <jmmv@NetBSD.org>
79Archive site: https://github.com/jmmv/atf/releases 79Archive site: https://github.com/jmmv/atf/releases
80Home page: https://github.com/jmmv/atf 80Home page: https://github.com/jmmv/atf
81Date: 2019-01-09 81Date: 2019-10-09
82Mailing List: atf-devel@NetBSD.org 82Mailing List: atf-devel@NetBSD.org
83Responsible: jmmv 83Responsible: jmmv
84License: The NetBSD Foundation's license (BSD 2-clause) 84License: The NetBSD Foundation's license (BSD 2-clause)
85Location: external/bsd/atf/dist 85Location: external/bsd/atf/dist
86Notes: 86Notes:
87The source files are in external/bsd/atf/dist. 87The source files are in external/bsd/atf/dist.
88Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory. 88Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory.
89Please avoid performing local changes to this package without discussing 89Please avoid performing local changes to this package without discussing
90them with the responsible person and/or the mailing list shown above. 90them with the responsible person and/or the mailing list shown above.
91Note that the external/bsd/atf/dist/tools is owned by NetBSD and does not 91Note that the external/bsd/atf/dist/tools is owned by NetBSD and does not
92exist upstream; however, please continue to discuss any desired changes 92exist upstream; however, please continue to discuss any desired changes
93upfront. 93upfront.
94 94
95Package: ath-hal 95Package: ath-hal
96Version: FreeBSD SVN revision number 185521 96Version: FreeBSD SVN revision number 185521
97Current Vers: FreeBSD SVN revision number 334197 97Current Vers: FreeBSD SVN revision number 348331
98Maintainer: Sam Leffler <sam@errno.com> 98Maintainer: Sam Leffler <sam@errno.com>
99Archive Site: none 99Archive Site: none
100Home Page: https://svnweb.freebsd.org/base/head/sys/dev/ath/ath_hal/ 100Home Page: https://svnweb.freebsd.org/base/head/sys/dev/ath/ath_hal/
101Date: 2019-01-09 101Date: 2019-10-09
102Mailing List: none 102Mailing List: none
103Responsible: sam, alc 103Responsible: sam, alc
104License: BSD-like (2-clause), ISC 104License: BSD-like (2-clause), ISC
105Location: sys/external/isc/atheros_hal/dist 105Location: sys/external/isc/atheros_hal/dist
106Notes: 106Notes:
107 107
108Package: bc 108Package: bc
109Version: 1.06 109Version: 1.06
110Current Vers: 1.07.1 110Current Vers: 1.07.1
111Maintainer: Phil Nelson <phil@cs.wwu.edu> 111Maintainer: Phil Nelson <phil@cs.wwu.edu>
112Archive Site: ftp://ftp.gnu.org/gnu/bc/ 112Archive Site: ftp://ftp.gnu.org/gnu/bc/
113Home Page: http://www.gnu.org/software/bc/ 113Home Page: http://www.gnu.org/software/bc/
114Date: 2019-01-09 114Date: 2019-10-09
115Mailing List: bug-bc@gnu.org 115Mailing List: bug-bc@gnu.org
116Responsible: phil, simonb 116Responsible: phil, simonb
117License: GPLv2, LGPGv2.1 117License: GPLv2, LGPGv2.1
118Location: external/bsd/bc 118Location: external/bsd/bc
119Notes: 119Notes:
120bc includes dc, both of which are in the NetBSD tree. 120bc includes dc, both of which are in the NetBSD tree.
121 121
122Package: bind [named and utils] 122Package: bind [named and utils]
123Version: 9.14.5/MPL 123Version: 9.14.5/MPL
124Current Vers: 9.14.5/MPL 124Current Vers: 9.14.6/MPL
125Maintainer: ISC 125Maintainer: ISC
126Archive Site: ftp://ftp.isc.org/isc/bind9/ 126Archive Site: ftp://ftp.isc.org/isc/bind9/
127Home Page: http://www.isc.org/software/bind/ 127Home Page: http://www.isc.org/software/bind/
128Date: 2019-09-05 128Date: 2019-10-09
129Mailing List: https://lists.isc.org/mailman/listinfo/bind-announce 129Mailing List: https://lists.isc.org/mailman/listinfo/bind-announce
130Mailing List: https://lists.isc.org/mailman/listinfo/bind-users 130Mailing List: https://lists.isc.org/mailman/listinfo/bind-users
131Responsible: christos 131Responsible: christos
132License: BSD-like (2-clause) / MPL 132License: BSD-like (2-clause) / MPL
133Location: external/bsd/bind/dist 133Location: external/bsd/bind/dist
134Notes: 134Notes:
135First bind2netbsd script to import into src/external/bsd/bind/dist. 135First bind2netbsd script to import into src/external/bsd/bind/dist.
136The Makefiles in src/external/bsd/bind are not handled by the script. 136The Makefiles in src/external/bsd/bind are not handled by the script.
137Build bind to generate the include files. 137Build bind to generate the include files.
138Then binclude4netbsd script to import into src/external/bsd/bind/include. 138Then binclude4netbsd script to import into src/external/bsd/bind/include.
139The libc and include parts of the resolver are now part of libbind. 139The libc and include parts of the resolver are now part of libbind.
140 140
141Package: unbound 141Package: unbound
142Version: 1.9.1 142Version: 1.9.1
143Current Vers: 1.9.1 143Current Vers: 1.9.4
144Maintainer: Nlnetlabs 144Maintainer: Nlnetlabs
145Archive Site: https://www.unbound.net/downloads/unbound-latest.tar.gz 145Archive Site: https://www.unbound.net/downloads/unbound-latest.tar.gz
146Home Page: https://www.unbound.net/ 146Home Page: https://www.unbound.net/
147Date: 2019-05-23 147Date: 2019-10-09
148Mailing List: https://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users 148Mailing List: https://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users
149Responsible: christos 149Responsible: christos
150License: BSD-like 150License: BSD-like
151Location: external/bsd/unbound/dist 151Location: external/bsd/unbound/dist
152Notes: 152Notes:
153Use cleantags to import 153Use cleantags to import
154run configure and update config files in include 154run configure and update config files in include
155 155
156Package: nsd 156Package: nsd
157Version: 4.1.27 157Version: 4.1.27
158Current Vers: 4.1.27 158Current Vers: 4.2.2
159Maintainer: Nlnetlabs 159Maintainer: Nlnetlabs
160Archive Site: https://www.nlnetlabs.nl/svn/nsd/ 160Archive Site: https://www.nlnetlabs.nl/svn/nsd/
161Home Page: https://www.nlnetlabs.nl/projects/nsd/ 161Home Page: https://www.nlnetlabs.nl/projects/nsd/
162Date: 2019-05-25 162Date: 2019-10-09
163Mailing List: https://open.nlnetlabs.nl/mailman/listinfo/nsd-users/ 163Mailing List: https://open.nlnetlabs.nl/mailman/listinfo/nsd-users/
164Responsible: christos 164Responsible: christos
165License: BSD-like 165License: BSD-like
166Location: external/bsd/nsd/dist 166Location: external/bsd/nsd/dist
167Notes: 167Notes:
168Use cleantags to import 168Use cleantags to import
169run configure and update config files in include 169run configure and update config files in include
170 170
171Package: libbind [libc resolver and includes] 171Package: libbind [libc resolver and includes]
172Version: libbind-6.0-rc1 172Version: libbind-6.0-rc1
173Current Vers: libbind-6.0 173Current Vers: libbind-6.0
174Maintainer: ISC 174Maintainer: ISC
175Archive Site: ftp://ftp.isc.org/isc/libbind/ 175Archive Site: https://downloads.isc.org/isc/libbind/cur/
176Home Page: http://www.isc.org/software/libbind/ 176Home Page: https://www.isc.org/othersoftware/#libbind
177Date: 2019-01-09 177Date: 2019-01-09
178Mailing List: https://lists.isc.org/mailman/listinfo/bind-workers 178Mailing List: https://lists.isc.org/mailman/listinfo/bind-workers
179Responsible: christos 179Responsible: christos
180License: BSD-like (2-clause) 180License: BSD-like (2-clause)
181Location: external/bsd/libbind/dist 181Location: external/bsd/libbind/dist
182Notes: 182Notes:
183First libbind2netbsd script to import into src/external/bsd/libbind/dist. 183First libbind2netbsd script to import into src/external/bsd/libbind/dist.
184Then include4netbsd script to import into src/include. 184Then include4netbsd script to import into src/include.
185Then libc4netbsd script to update the resolver in libc. 185Then libc4netbsd script to update the resolver in libc.
186Todo[1]: Update libresolv if needed. 186Todo[1]: Update libresolv if needed.
187Todo[2]: A few files in libc/net were imported in the ISC branch but now 187Todo[2]: A few files in libc/net were imported in the ISC branch but now
188 they are too different or do not exist anymore: 188 they are too different or do not exist anymore:
189 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c 189 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
190 Others like getaddrinfo.c could be merged with isc, but it seems 190 Others like getaddrinfo.c could be merged with isc, but it seems
191 that ours is from a more recent version of KAME? 191 that ours is from a more recent version of KAME?
192Todo[3]: net/base64.c is imported from bind but should be moved from net 192Todo[3]: net/base64.c is imported from bind but should be moved from net
193 to isc/base64.c. 193 to isc/base64.c.
194Todo[4]: Re-entrant functions of net/* 194Todo[4]: Re-entrant functions of net/*
195Todo[5]: Reconcile the doc directory. 195Todo[5]: Reconcile the doc directory.
196 196
197Package: bozohttpd 197Package: bozohttpd
198Version: 20170201 198Version: 20190228
199Current Vers: 20170201 199Current Vers: 20190228
200Maintainer: mrg@eterna.com.au 200Maintainer: mrg@eterna.com.au
201Archive Site: ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ 201Archive Site: ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
202Home Page: http://eterna.com.au/bozohttpd/ 202Home Page: http://eterna.com.au/bozohttpd/
203Date: 2019-01-09 203Date: 2019-01-09
204Mailing List: 204Mailing List:
205Responsible: mrg 205Responsible: mrg
206License: BSD 206License: BSD
207Location: libexec/httpd 207Location: libexec/httpd
208Notes: 208Notes:
209Delete "queue.h" from the distribution. 209Delete "queue.h" from the distribution.
210 210
211Package: bsd-family-tree 211Package: bsd-family-tree
212Version: 349295 212Version: 349295
213Current Vers: 349295 213Current Vers: 349295
214Maintainer: The FreeBSD Project 214Maintainer: The FreeBSD Project
215Archive Site: https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree 215Archive Site: https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree
216Home Page: https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree 216Home Page: https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree
217Date: 2019-06-22 217Date: 2019-10-09
218Mailing List: 218Mailing List:
219Responsible: 219Responsible:
220License: BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT) 220License: BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT)
221Location: share/misc/bsd-family-tree 221Location: share/misc/bsd-family-tree
222Notes: 222Notes:
223Please send all updates upstream. Eitan Adler <lists@eitanadler.com> 223Please send all updates upstream. Eitan Adler <lists@eitanadler.com>
224is a FreeBSD committer who has been helpful with incorporating changes 224is a FreeBSD committer who has been helpful with incorporating changes
225in the past. 225in the past.
226 226
227Package: byacc 227Package: byacc
228Version: 20180617 228Version: 20190617
229Current Vers: 20190617 229Current Vers: 20190617
230Maintainer: Thomas Dickey <dickey@invisible-island.net> 230Maintainer: Thomas Dickey <dickey@invisible-island.net>
231Archive Site: http://www.invisible-island.net/byacc/byacc.html 231Archive Site: http://www.invisible-island.net/byacc/byacc.html
232Home Page: http://www.invisible-island.net/byacc/byacc.html 232Home Page: http://www.invisible-island.net/byacc/byacc.html
233Date: 2019-10-06 233Date: 2019-10-06
234Mailing List: 234Mailing List:
235Responsible: christos 235Responsible: christos
236License: Public Domain 236License: Public Domain
237Location: external/bsd/byacc/dist 237Location: external/bsd/byacc/dist
238Notes: 238Notes:
239See /usr/src/external/bsd/byacc/byacc2netbsd for update instructions. 239See /usr/src/external/bsd/byacc/byacc2netbsd for update instructions.
240 240
241Package: bzip2 241Package: bzip2
242Version: 1.0.8 242Version: 1.0.8
243Current Vers: 1.0.8 243Current Vers: 1.0.8
244Maintainer: Julian Seward <jseward@acm.org> 244Maintainer: Julian Seward <jseward@acm.org>
245Archive Site: https://sourceware.org/pub/bzip2/ 245Archive Site: https://sourceware.org/pub/bzip2/
246Home Page: https://www.sourceware.org/bzip2/ 246Home Page: https://www.sourceware.org/bzip2/
247Date: 2019-07-21 247Date: 2019-10-09
248Mailing List: 248Mailing List:
249Responsible: 249Responsible:
250License: BSD (4-clause) 250License: BSD (4-clause)
251Location: external/bsd/bzip2 251Location: external/bsd/bzip2
252Notes: 252Notes:
253See /usr/src/external/bsd/bzip2/bzip2netbsd for update instructions. 253See /usr/src/external/bsd/bzip2/bzip2netbsd for update instructions.
254 254
255Package: Citrus XPG4DL 255Package: Citrus XPG4DL
256Version: 256Version:
257Current Vers: 257Current Vers:
258Maintainer: Citrus 258Maintainer: Citrus
259Archive Site: http://citrus.bsdclub.org/ 259Archive Site: http://citrus.bsdclub.org/
260Home Page: http://citrus.bsdclub.org/ 260Home Page: http://citrus.bsdclub.org/
261Date: 2019-01-09 261Date: 2019-10-09
262Mailing List: bsd-locale@hauN.org 262Mailing List: bsd-locale@hauN.org
263Responsible: tshiozak 263Responsible: tshiozak
264License: Ambiguous. Either BSD or Perl Artistic License 264License: Ambiguous. Either BSD or Perl Artistic License
265 See http://citrus.bsdclub.org/#pol_license for more info. 265 See http://citrus.bsdclub.org/#pol_license for more info.
266Location: lib 266Location: lib
267Notes: 267Notes:
268language C multilingualization support suite using wchar_t and other standards. 268language C multilingualization support suite using wchar_t and other standards.
269The main development playground of Citrus is in NetBSD CVS, so you don't 269The main development playground of Citrus is in NetBSD CVS, so you don't
270need to look for other CVS tree (like citrus CVS tree) 270need to look for other CVS tree (like citrus CVS tree)
271main trunc has Citrus code in the following places: 271main trunc has Citrus code in the following places:
272- src/lib/libc/locale, LC_CTYPE: single/multibyte support 272- src/lib/libc/locale, LC_CTYPE: single/multibyte support
273- src/lib/libintl: GNU libc compatible gettext(3) implementation. 273- src/lib/libintl: GNU libc compatible gettext(3) implementation.
274- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer 274- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
275- src/lib/libc/iconv: iconv(3) 275- src/lib/libc/iconv: iconv(3)
276 276
277Package: cron 277Package: cron
278Version: 4.1 278Version: 4.1
279Current Vers: 4.1 279Current Vers: 4.1
280Maintainer: ISC 280Maintainer: ISC
281Archive Site: ftp://ftp.isc.org/isc/cron/ 281Archive Site: ftp://ftp.isc.org/isc/cron/
282Home Page: 282Home Page:
283Date: 2019-01-09 283Date: 2019-10-09
284Mailing List: 284Mailing List:
285Responsible: 285Responsible:
286License: BSD-like 286License: BSD-like
287Location: external/bsd/cron/dist 287Location: external/bsd/cron/dist
288Notes: 288Notes:
289 289
290Package: cvs 290Package: cvs
291Version: 1.12.13 291Version: 1.12.13
292Current Vers: 1.12.13 292Current Vers: 1.12.13
293Maintainer: cvshome 293Maintainer: cvshome
294Archive Site: http://ftp.gnu.org/non-gnu/cvs/ 294Archive Site: http://ftp.gnu.org/non-gnu/cvs/
295Home Page: http://cvs.nongnu.org/ 295Home Page: http://cvs.nongnu.org/
296Date: 2019-01-09 296Date: 2019-10-09
297Mailing List: bug-cvs@gnu.org 297Mailing List: bug-cvs@gnu.org
298Responsible: christos 298Responsible: christos
299License: GPLv1, LGPLv2 299License: GPLv1, LGPLv2
300Location: external/gpl2/xcvs/dist 300Location: external/gpl2/xcvs/dist
301Notes: 301Notes:
302Use external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree 302Use external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree
303for the import. 303for the import.
304Do not forget to update external/gpl2/xcvs/include/config.h to match 304Do not forget to update external/gpl2/xcvs/include/config.h to match
305external/gpl2/xcvs/dist/config.h.in. 305external/gpl2/xcvs/dist/config.h.in.
306 306
307Package: db 307Package: db
308Version: 1.85 308Version: 1.85
309Current Vers: 1.86/4.7.25 309Current Vers: 1.86/4.7.25
310Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu> 310Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu>
311Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/ 311Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/
312Home Page: http://www.oracle.com/database/berkeley-db/ 312Home Page: http://www.oracle.com/database/berkeley-db/
313Date: 2019-01-09 313Date: 2019-01-09
314Mailing List: 314Mailing List:
315Responsible: 315Responsible:
316License: BSD or Oracle Commercial License 316License: BSD or Oracle Commercial License
317Location: lib/libc/db 317Location: lib/libc/db
318Notes: 318Notes:
319Note that we cannot use db 2.x for license reasons. 319Note that we cannot use db 2.x for license reasons.
320Three bug fixes against 1.85 sent back to bostic. Changes to 320Three bug fixes against 1.85 sent back to bostic. Changes to
321man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious). 321man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
322Import of DB 1.85 was done via a sh script which converted the 322Import of DB 1.85 was done via a sh script which converted the
323distribution into the netbsd format. The script can be found in 323distribution into the netbsd format. The script can be found in
324src/lib/libc/db/db2netbsd. 324src/lib/libc/db/db2netbsd.
325 325
326Package: dhcp 326Package: dhcp
327Version: 4.4.1 327Version: 4.4.1
328Current Vers: 4.4.1 328Current Vers: 4.4.1
329Maintainer: mellon 329Maintainer: mellon
330Archive Site: ftp://ftp.isc.org/isc/dhcp/ 330Archive Site: ftp://ftp.isc.org/isc/dhcp/
331Home Page: http://www.isc.org/software/dhcp/ 331Home Page: http://www.isc.org/software/dhcp/
332Date: 2019-01-09 332Date: 2019-10-09
333Mailing List: dhcp-server@isc.org 333Mailing List: dhcp-server@isc.org
334Mailing List: dhcp-client@isc.org 334Mailing List: dhcp-client@isc.org
335Mailing List: dhcp-announce@isc.org 335Mailing List: dhcp-announce@isc.org
336Mailing List: dhcp-bugs@isc.org 336Mailing List: dhcp-bugs@isc.org
337Responsible: mellon 337Responsible: mellon
338License: MPL 338License: MPL
339Location: external/mpl/dhcp 339Location: external/mpl/dhcp
340Notes: 340Notes:
341Use the dhcp2netbsd script. 341Use the dhcp2netbsd script.
342 342
343Package: dhcpcd 343Package: dhcpcd
344Version: 8.0.6 344Version: 8.0.6
345Current Vers: 8.0.6 345Current Vers: 8.0.6
346Maintainer: roy 346Maintainer: roy
347Archive Site: ftp://roy.marples.name/pub/dhcpcd/ 347Archive Site: ftp://roy.marples.name/pub/dhcpcd/
348Home Page: http://roy.marples.name/projects/dhcpcd/ 348Home Page: http://roy.marples.name/projects/dhcpcd/
349Date: 2019-09-13 349Date: 2019-09-13
350Mailing List: dhcpcd-discuss@marples.name 350Mailing List: dhcpcd-discuss@marples.name
351License: BSD (2-clause) 351License: BSD (2-clause)
352Location: external/bsd/dhcpcd/dist 352Location: external/bsd/dhcpcd/dist
353Notes: 353Notes:
354Please submit all changes to the author. 354Please submit all changes to the author.
355 355
356Package: drm 356Package: drm
357Version: Linux 3.15 357Version: Linux 3.15
358Current Vers: ? 358Current Vers: ?
359Maintainer: Intel, AMD, Linux kernel developers 359Maintainer: Intel, AMD, Linux kernel developers
360Archive Site: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 360Archive Site: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
361Home Page: http://dri.freedesktop.org/ 361Home Page: http://dri.freedesktop.org/
362Mailing List: dri-devel@lists.freedesktop.org 362Mailing List: dri-devel@lists.freedesktop.org
363Responsible: riastradh 363Responsible: riastradh
364License: BSD 364License: BSD
365Location: sys/external/bsd/drm2/dist 365Location: sys/external/bsd/drm2/dist
366Notes: 366Notes:
367Graphics drivers. Talk to riastradh@ about updates. When importing 367Graphics drivers. Talk to riastradh@ about updates. When importing
368from Linux, we map 368from Linux, we map
369 drivers/gpu/drm -> sys/external/bsd/drm2/dist/drm 369 drivers/gpu/drm -> sys/external/bsd/drm2/dist/drm
370 include/drm -> sys/external/bsd/drm2/dist/include/drm 370 include/drm -> sys/external/bsd/drm2/dist/include/drm
371 include/uapi/drm -> sys/external/bsd/drm2/dist/uapi/drm 371 include/uapi/drm -> sys/external/bsd/drm2/dist/uapi/drm
372GPL sources are excluded. In the future, we may import them into 372GPL sources are excluded. In the future, we may import them into
373external/gpl2/drm2 and build them as kernel modules. Nouveau sources 373external/gpl2/drm2 and build them as kernel modules. Nouveau sources
374(drivers/gpu/drm/nouveau in Linux) must first be processed with the 374(drivers/gpu/drm/nouveau in Linux) must first be processed with the
375script sys/external/bsd/drm2/nouveau/nouveau2netbsd, about which see 375script sys/external/bsd/drm2/nouveau/nouveau2netbsd, about which see
376the source for details. 376the source for details.
377Vendor tag: LINUX 377Vendor tag: LINUX
378Release tag: linux-X-Y(-rcZ)-drm-bsd 378Release tag: linux-X-Y(-rcZ)-drm-bsd
379 (nouveau got reimported as linux-3-15-drm-bsd-reimport-nouveau) 379 (nouveau got reimported as linux-3-15-drm-bsd-reimport-nouveau)
380I neglected to add RCSIDs in the last import (except for nouveau, for 380I neglected to add RCSIDs in the last import (except for nouveau, for
381which nouveau2netbsd adds them). For the next import, remember to add 381which nouveau2netbsd adds them). For the next import, remember to add
382them! 382them!
383 383
384 384
385Package: ekermit 385Package: ekermit
386Version: 1.7 386Version: 1.7
387Current Vers: 1.7 387Current Vers: 1.7
388Maintainer: Kermit Project 388Maintainer: Kermit Project
389Archive Site: ftp://ftp.kermitproject.org/kermit/ekermit/ 389Archive Site: ftp://ftp.kermitproject.org/kermit/ekermit/
390Home Page: http://www.kermitproject.org/ek.html 390Home Page: http://www.kermitproject.org/ek.html
391Date: 2019-01-09 391Date: 2019-01-09
392Mailing List: 392Mailing List:
393Responsible: apb 393Responsible: apb
394License: BSD (3 clause) 394License: BSD (3 clause)
395Location: external/bsd/ekermit 395Location: external/bsd/ekermit
396Notes: 396Notes:
397 397
398Package: expat 398Package: expat
399Version: 2.2.8 399Version: 2.2.8
400Current Vers: 2.2.8 400Current Vers: 2.2.9
401Maintainer: Expat Project 401Maintainer: Expat Project
402Archive Site: https://github.com/libexpat/libexpat/releases 402Archive Site: https://github.com/libexpat/libexpat/releases
403Home Page: http://www.libexpat.org/ 403Home Page: http://www.libexpat.org/
404Date: 2019-09-16 404Date: 2019-10-09
405Mailing List: expat-discuss@libexpat.org 405Mailing List: expat-discuss@libexpat.org
406Responsible: mrg 406Responsible: mrg
407License: MIT 407License: MIT
408Location: src/external/mit/expat/dist 408Location: src/external/mit/expat/dist
409Notes: 409Notes:
410Please use "expat" as the vendor tag for CVS imports. 410Please use "expat" as the vendor tag for CVS imports.
411 411
412Package: file 412Package: file
413Version: 5.37 413Version: 5.37
414Current Vers: 5.37 414Current Vers: 5.37
415Maintainer: Christos Zoulas <christos@zoulas.com> 415Maintainer: Christos Zoulas <christos@zoulas.com>
416Archive Site: ftp://ftp.astron.com/pub/file/ 416Archive Site: ftp://ftp.astron.com/pub/file/
417Home Page: http://www.darwinsys.com/file/ 417Home Page: http://www.darwinsys.com/file/
418Date: 2019-05-22 418Date: 2019-05-22
419Mailing List: file@astron.com 419Mailing List: file@astron.com
420Responsible: christos, pooka 420Responsible: christos, pooka
421License: BSD (2-clause) 421License: BSD (2-clause)
422Location: external/bsd/file/dist 422Location: external/bsd/file/dist
423Notes: 423Notes:
424use file2netbsd 424use file2netbsd
425 425
426Package: flex 426Package: flex
427Version: 2.6.4 427Version: 2.6.4
428Current Vers: 2.6.4 428Current Vers: 2.6.4
429Maintainer: Will Estes <wlestes@users.sourceforge.net> 429Maintainer: Will Estes <wlestes@users.sourceforge.net>
430Archive Site: https://github.com/westes/flex/releases 430Archive Site: https://github.com/westes/flex/releases
431Home Page: https://github.com/westes/flex 431Home Page: https://github.com/westes/flex
432Date: 2019-01-09 432Date: 2019-10-09
433Mailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce 433Mailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce
434Responsible: 434Responsible:
435License: BSD-like 435License: BSD-like
436Location: external/bsd/flex/dist 436Location: external/bsd/flex/dist
437Notes: 437Notes:
438There is a flex2netbsd script to help newer imports. 438There is a flex2netbsd script to help newer imports.
439 439
440Package: gcc 440Package: gcc
441Version: 7.4.0 441Version: 7.4.0
442Current Vers: 6.5/7.4/8.2/9.1 442Current Vers: 6.5/7.4/8.3/9.2
443Maintainer: FSF 443Maintainer: FSF
444Archive Site: ftp://ftp.gnu.org/gnu/gcc/ 444Archive Site: ftp://ftp.gnu.org/gnu/gcc/
445Home Page: http://www.gnu.org/software/gcc/ 445Home Page: http://www.gnu.org/software/gcc/
446Date: 2019-06-17 446Date: 2019-10-09
447Mailing List: gcc-bugs@gnu.org 447Mailing List: gcc-bugs@gnu.org
448Responsible: mrg, christos, skrll 448Responsible: mrg, christos, skrll
449License: GPLv3, LGPLv3.1 449License: GPLv3, LGPLv3.1
450Location: external/gpl3/gcc.old/dist 450Location: external/gpl3/gcc.old/dist
451Location: external/gpl3/gcc/dist 451Location: external/gpl3/gcc/dist
452Notes: 452Notes:
453In the long term, we expect that there will often be two versions, 453In the long term, we expect that there will often be two versions,
454in the "gcc" and "gcc.old" directories. Having two versions allows 454in the "gcc" and "gcc.old" directories. Having two versions allows
455migration from one version of gcc to another to happen for one port 455migration from one version of gcc to another to happen for one port
456at a time, instead of for all ports simultaneously. 456at a time, instead of for all ports simultaneously.
457When importing a new version of external/gpl3/gcc.old: 457When importing a new version of external/gpl3/gcc.old:
458 - copy the current version of external/gpl3/gcc 458 - copy the current version of external/gpl3/gcc
459 - import it to a "NETBSD" vendor branch in external/gpl3/gcc.old 459 - import it to a "NETBSD" vendor branch in external/gpl3/gcc.old
460Before importing a new version of external/gpl3/gcc: 460Before importing a new version of external/gpl3/gcc:
461 - delete all .cvsignore and .gitignore files 461 - delete all .cvsignore and .gitignore files
462 - delete java ada fortran their libraries and testsuites 462 - delete java ada fortran their libraries and testsuites
463 - delete libffi zlib boehm-gc 463 - delete libffi zlib boehm-gc
464 - update gcc/version.c for the NetBSD GCC date 464 - update gcc/version.c for the NetBSD GCC date
465 - use core/c++/objc/testsuite tarballs 465 - use core/c++/objc/testsuite tarballs
466 - you can use the gcc2netbsd script for the above (except version) 466 - you can use the gcc2netbsd script for the above (except version)
467 - update tools/gcc/gcc-version.mk 467 - update tools/gcc/gcc-version.mk
468 - force generate and copy tools/gcc build version of these files 468 - force generate and copy tools/gcc build version of these files
469 into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1 469 into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1
470 470
471Package: gdb 471Package: gdb
472Version: 8.3 472Version: 8.3
473Current Vers: 8.3 473Current Vers: 8.3.1
474Maintainer: FSF 474Maintainer: FSF
475Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 475Archive Site: ftp://ftp.gnu.org/gnu/gdb/
476Home Page: http://www.gnu.org/software/gdb/ 476Home Page: http://www.gnu.org/software/gdb/
477Date: 2019-06-17 477Date: 2019-10-09
478Mailing List: bug-gdb@gnu.org 478Mailing List: bug-gdb@gnu.org
479Responsible: christos 479Responsible: christos
480License: GPLv3, LGPLv3.1 480License: GPLv3, LGPLv3.1
481Location: external/gpl3/gdb/dist 481Location: external/gpl3/gdb/dist
482Notes: 482Notes:
483When updating GDB, it is imperative to test that: 483When updating GDB, it is imperative to test that:
484 - Debugging of kernel cores ("target kvm") works correctly 484 - Debugging of kernel cores ("target kvm") works correctly
485 - Support for our kernel's remote serial debugging protocol 485 - Support for our kernel's remote serial debugging protocol
486 ("options KGDB") works correctly. 486 ("options KGDB") works correctly.
487 487
488Package: binutils 488Package: binutils
489Version: 2.31.1 489Version: 2.31.1
490Current Vers: 2.32 490Current Vers: 2.32
491Maintainer: FSF 491Maintainer: FSF
492Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 492Archive Site: ftp://ftp.gnu.org/gnu/binutils/
493Home Page: http://www.gnu.org/software/binutils/ 493Home Page: http://www.gnu.org/software/binutils/
494Date: 2019-06-17 494Date: 2019-10-09
495Mailing List: bug-gnu-utils@gnu.org 495Mailing List: bug-gnu-utils@gnu.org
496Responsible: thorpej, mrg 496Responsible: thorpej, mrg
497License: GPLv3, LGPLv3, GPLv2, LGPLv2, BSD 497License: GPLv3, LGPLv3, GPLv2, LGPLv2, BSD
498Location: external/gpl3/binutils/dist 498Location: external/gpl3/binutils/dist
499Notes: 499Notes:
500 500
501Package: autoconf 501Package: autoconf
502Version: 2.69 502Version: 2.69
503Current Vers: 2.69 503Current Vers: 2.69
504Maintainer: FSF 504Maintainer: FSF
505Archive Site: ftp://ftp.gnu.org/gnu/autoconf/ 505Archive Site: ftp://ftp.gnu.org/gnu/autoconf/
506Home Page: http://www.gnu.org/software/autoconf/ 506Home Page: http://www.gnu.org/software/autoconf/
507Date: 2019-01-09 507Date: 2019-10-09
508Mailing List: bug-autoconf@gnu.org 508Mailing List: bug-autoconf@gnu.org
509Responsible: christos 509Responsible: christos
510License: GPLv3+ 510License: GPLv3+
511Location: external/gpl3/autoconf 511Location: external/gpl3/autoconf
512Notes: 512Notes:
513This is only used to re-generate the configure files in tools/compat. 513This is only used to re-generate the configure files in tools/compat.
514It is not part of the regular build. 514It is not part of the regular build.
515 515
516Package: gdtoa 516Package: gdtoa
517Version: 2016-02-19 517Version: 2016-02-19
518Current Vers: $(date) 518Current Vers: $(date)
519Maintainer: David M. Gay <dmg@acm.org> 519Maintainer: David M. Gay <dmg@acm.org>
520Archive Site: http://www.netlib.org/fp/ 520Archive Site: http://www.netlib.org/fp/
521Home Page: http://www.netlib.org/fp/ 521Home Page: http://www.netlib.org/fp/
522Date: 2019-01-09 522Date: 2019-01-09
523Mailing List: none 523Mailing List: none
524Responsible: kleink 524Responsible: kleink
525License: BSD-like 525License: BSD-like
526Location: lib/libc/gdtoa 526Location: lib/libc/gdtoa
527Notes: 527Notes:
528Test suite integrated at this time, but not built (and fails to run). 528Test suite integrated at this time, but not built (and fails to run).
529No hexadecimal floating-point string conversion for VAX FP yet. 529No hexadecimal floating-point string conversion for VAX FP yet.
530Only double-precision addressed at this time. 530Only double-precision addressed at this time.
531 531
532 532
533Package: heimdal 533Package: heimdal
534Version: 7.1.0 (HEAD-2017-01-28) 534Version: 7.1.0 (HEAD-2017-01-28)
535Current Vers: 7.5.0 535Current Vers: 7.5.0
536Maintainer: Heimdal <heimdal@h5l.org> 536Maintainer: Heimdal <heimdal@h5l.org>
537Archive Site: ftp://ftp.h5l.org/pub/heimdal/src/ 537Archive Site: ftp://ftp.h5l.org/pub/heimdal/src/
538Home Page: http://www.h5l.org/ 538Home Page: http://www.h5l.org/
539Date: 2019-01-09 539Date: 2019-01-09
540Mailing List: heimdal-discuss@sics.se 540Mailing List: heimdal-discuss@sics.se
541Responsible: joda, lha 541Responsible: joda, lha
542License: BSD 542License: BSD
543Location: crypto/external/bsd/heimdal/dist 543Location: crypto/external/bsd/heimdal/dist
544Notes: 544Notes:
545 545
546Package: hunt 546Package: hunt
547Version: 2003-04-16 547Version: 2003-04-16
548Current Vers: 2003-04-16 548Current Vers: 2003-04-16
549Maintainer: Greg Couch <gregc@cgl.ucsf.edu> 549Maintainer: Greg Couch <gregc@cgl.ucsf.edu>
550Archive Site: 550Archive Site:
551Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html 551Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html
552Date: 2019-01-09 552Date: 2019-01-09
553Responsible: mrg 553Responsible: mrg
554License: BSD (3-clause) 554License: BSD (3-clause)
555Location: games/hunt 555Location: games/hunt
556Notes: 556Notes:
557 557
558Package: ipf 558Package: ipf
559Version: 5.1.1 559Version: 5.1.1
560Current Vers: 5.1.2 560Current Vers: 5.1.2
561Maintainer: Darren Reed 561Maintainer: Darren Reed
562Archive Site: 562Archive Site:
563Home Page: 563Home Page:
564Date: 2019-01-09 564Date: 2019-01-09
565Mailing List: ipfilter@postbox.anu.edu.au 565Mailing List: ipfilter@postbox.anu.edu.au
566Responsible: darrenr, christos 566Responsible: darrenr, christos
567License: BSD-based; see src/external/ipf/dist/IPFILTER.LICENCE 567License: BSD-based; see src/external/ipf/dist/IPFILTER.LICENCE
568Location: external/bsd/ipf,sys/external/bsd/ipf 568Location: external/bsd/ipf,sys/external/bsd/ipf
569Notes: 569Notes:
570ipf2netbsd should be used on a virgin ipfilter source tree. 570ipf2netbsd should be used on a virgin ipfilter source tree.
571 571
572Package: ipsec-tools 572Package: ipsec-tools
573Version: (ipsec-tools head is NetBSD-current head) 573Version: (ipsec-tools head is NetBSD-current head)
574Maintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net> 574Maintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
575Archive Site: http://ipsec-tools.sourceforge.net 575Archive Site: http://ipsec-tools.sourceforge.net
576Home Page: http://ipsec-tools.sourceforge.net 576Home Page: http://ipsec-tools.sourceforge.net
577Date: 2019-01-09 577Date: 2019-01-09
578Mailing List: ipsec-tools-devel@lists.sourceforge.net 578Mailing List: ipsec-tools-devel@lists.sourceforge.net
579Responsible: manu, vanhu, mgrooms 579Responsible: manu, vanhu, mgrooms
580License: BSD (3-clause) 580License: BSD (3-clause)
581Location: crypto/dist/ipsec-tools 581Location: crypto/dist/ipsec-tools
582Notes: 582Notes:
583ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools 583ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
584We don't run ipsec-tools' configure as part of the NetBSD build. configure 584We don't run ipsec-tools' configure as part of the NetBSD build. configure
585generated files are available in the NetBSD source tree at: 585generated files are available in the NetBSD source tree at:
586 src/lib/libipsec/config.h 586 src/lib/libipsec/config.h
587 src/lib/libipsec/package_version.h 587 src/lib/libipsec/package_version.h
588When configure.ac is updated, run the following: 588When configure.ac is updated, run the following:
589 cd src/crypto/dist/ipsec-tools 589 cd src/crypto/dist/ipsec-tools
590 ./bootstrap 590 ./bootstrap
591 ./configure --enable-adminport --enable-hybrid --enable-frag \ 591 ./configure --enable-adminport --enable-hybrid --enable-frag \
592 --enable-natt --enable-dpd 592 --enable-natt --enable-dpd
593Then copy package_version.h to src/lib/libipsec and merge config.h with 593Then copy package_version.h to src/lib/libipsec and merge config.h with
594src/lib/libipsec/config.h (it needs some manual tweaking) 594src/lib/libipsec/config.h (it needs some manual tweaking)
595 595
596NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing, 596NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing,
597NetBSD-current always contains latest ipsec-tools code. On the other hand, 597NetBSD-current always contains latest ipsec-tools code. On the other hand,
598ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which 598ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which
599are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly 599are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
600sync with ipsec-tools-0_7-branch) 600sync with ipsec-tools-0_7-branch)
601 601
602Package: jemalloc 602Package: jemalloc
603Version: 5.1.0 603Version: 5.1.0
604Current Vers: 5.1.0 604Current Vers: 5.2.1
605Maintainer: Jason Evans 605Maintainer: Jason Evans
606Archive Site: https://github.com/jemalloc/jemalloc 606Archive Site: https://github.com/jemalloc/jemalloc
607Home Page: https://jemalloc.net 607Home Page: https://jemalloc.net
608Date: 2019-03-04 608Date: 2019-10-09
609Mailing List:  609Mailing List:
610Responsible: christos 610Responsible: christos
611License: BSD 611License: BSD
612Location: external/bsd/jemalloc 612Location: external/bsd/jemalloc
613Notes: 613Notes:
614 614
615Package: KAME IPv6 615Package: KAME IPv6
616Version: KAME/NetBSD SNAP kit 616Version: KAME/NetBSD SNAP kit
617Current Vers: KAME/NetBSD SNAP kit (shipped every week) 617Current Vers: KAME/NetBSD SNAP kit (shipped every week)
618Maintainer: KAME Project <kame@kame.net> 618Maintainer: KAME Project <kame@kame.net>
619Archive Site: http://www.kame.net/ 619Archive Site: http://www.kame.net/
620Home Page: http://www.kame.net/ 620Home Page: http://www.kame.net/
621Date: 2019-01-09 621Date: 2019-01-09
622Mailing List: snap-users@kame.net 622Mailing List: snap-users@kame.net
623Responsible: 623Responsible:
624License: BSD (3-clause) 624License: BSD (3-clause)
625Location: sys/netinet6 625Location: sys/netinet6
626Notes: 626Notes:
627IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 627IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
628more conservative implementation policy. 628more conservative implementation policy.
629IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 629IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
630Please do not make too many diff-unfriendly changes (like indentation change, 630Please do not make too many diff-unfriendly changes (like indentation change,
631KNF police). We need to take diffs across KAME snapshots on upgrades. 631KNF police). We need to take diffs across KAME snapshots on upgrades.
632To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 632To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
633in sys/netinet6/in6.h. No script is available for upgrades. 633in sys/netinet6/in6.h. No script is available for upgrades.
634"KAME" branch is used for kernel merge work purposes. 634"KAME" branch is used for kernel merge work purposes.
635http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 635http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
636among KAME/*BSD, *BSD-current and recent *BSD releases. 636among KAME/*BSD, *BSD-current and recent *BSD releases.
637 637
638Package: kyua-atf-compat 638Package: kyua-atf-compat
639Version: 0.1 639Version: 0.1
640Current Vers: 0.13 640Current Vers: 0.13
641Maintainer: Julio Merino <jmmv@NetBSD.org> 641Maintainer: Julio Merino <jmmv@NetBSD.org>
642Archive site: https://github.com/jmmv/kyua 642Archive site: https://github.com/jmmv/kyua
643Home page: https://github.com/jmmv/kyua 643Home page: https://github.com/jmmv/kyua
644Date: 2019-01-09 644Date: 2019-10-09
645Mailing List: kyua-discuss@googlegroups.com 645Mailing List: kyua-discuss@googlegroups.com
646Responsible: jmmv 646Responsible: jmmv
647License: BSD 3-clause 647License: BSD 3-clause
648Location: external/bsd/kyua-atf-compat/dist 648Location: external/bsd/kyua-atf-compat/dist
649Notes: 649Notes:
650The source files are in external/bsd/kyua-atf-compat/dist. 650The source files are in external/bsd/kyua-atf-compat/dist.
651Use external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/ 651Use external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/
652directory. 652directory.
653 653
654Package: kyua-cli 654Package: kyua-cli
655Version: 0.7 655Version: 0.7
656Current Vers: 0.9 656Current Vers: 0.9
657Maintainer: Julio Merino <jmmv@NetBSD.org> 657Maintainer: Julio Merino <jmmv@NetBSD.org>
658Archive site: https://github.com/jmmv/kyua 658Archive site: https://github.com/jmmv/kyua
659Home page: https://github.com/jmmv/kyua 659Home page: https://github.com/jmmv/kyua
660Date: 2019-01-09 660Date: 2019-10-09
661Mailing List: kyua-discuss@googlegroups.com 661Mailing List: kyua-discuss@googlegroups.com
662Responsible: jmmv 662Responsible: jmmv
663License: BSD 3-clause 663License: BSD 3-clause
664Location: external/bsd/kyua-cli/dist 664Location: external/bsd/kyua-cli/dist
665Notes: 665Notes:
666The source files are in external/bsd/kyua-cli/dist. 666The source files are in external/bsd/kyua-cli/dist.
667Use external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory. 667Use external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory.
668 668
669Package: kyua-testers 669Package: kyua-testers
670Version: 0.1 670Version: 0.1
671Current Vers: 0.3 671Current Vers: 0.3
672Maintainer: Julio Merino <jmmv@NetBSD.org> 672Maintainer: Julio Merino <jmmv@NetBSD.org>
673Archive site: https://github.com/jmmv/kyua 673Archive site: https://github.com/jmmv/kyua
674Home page: https://github.com/jmmv/kyua 674Home page: https://github.com/jmmv/kyua
675Date: 2019-01-09 675Date: 2019-10-09
676Mailing List: kyua-discuss@googlegroups.com 676Mailing List: kyua-discuss@googlegroups.com
677Responsible: jmmv 677Responsible: jmmv
678License: BSD 3-clause 678License: BSD 3-clause
679Location: external/bsd/kyua-testers/dist 679Location: external/bsd/kyua-testers/dist
680Notes: 680Notes:
681The source files are in external/bsd/kyua-testers/dist. 681The source files are in external/bsd/kyua-testers/dist.
682Use external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/ 682Use external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/
683directory. 683directory.
684 684
685Package: less 685Package: less
686Version: less-458 686Version: less-458
687Current Vers: less-530 687Current Vers: less-551
688Maintainer: Mark Nudelman <markn@greenwoodsoftware.com> 688Maintainer: Mark Nudelman <markn@greenwoodsoftware.com>
689Archive Site: http://www.greenwoodsoftware.com/less/download.html 689Archive Site: http://www.greenwoodsoftware.com/less/download.html
690Home Page: http://www.greenwoodsoftware.com/less/ 690Home Page: http://www.greenwoodsoftware.com/less/
691Date: 2019-01-09 691Date: 2019-10-09
692Mailing List: less-announce-request@greenwoodsoftware.com 692Mailing List: less-announce-request@greenwoodsoftware.com
693Responsible: mrg 693Responsible: mrg
694License: Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418) 694License: Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418)
695Location: external/bsd/less/dist 695Location: external/bsd/less/dist
696Notes: 696Notes:
697Many changes to make less act as more when invoked as more. Beware. 697Many changes to make less act as more when invoked as more. Beware.
698Use the "src/external/bsd/less/less2netbsd" script to prepare source tree 698Use the "src/external/bsd/less/less2netbsd" script to prepare source tree
699for importation. Run ./configure beforehand to generate "defines.h". 699for importation. Run ./configure beforehand to generate "defines.h".
700Talk to mrg before importing any new version. 700Talk to mrg before importing any new version.
701 701
702Package: libarchive 702Package: libarchive
703Version: 3.4.0 703Version: 3.4.0
704Current Vers: 3.4.0 704Current Vers: 3.4.0
705Maintainer: kientzle@freebsd.org, joerg@NetBSD.org 705Maintainer: kientzle@freebsd.org, joerg@NetBSD.org
706Archive Site: https://github.com/libarchive/libarchive/releases 706Archive Site: https://github.com/libarchive/libarchive/releases
707Home Page: http://www.libarchive.org 707Home Page: http://www.libarchive.org
708Date: 2019-06-13 708Date: 2019-10-09
709Responsible: joerg 709Responsible: joerg
710License: BSD (2-clause) 710License: BSD (2-clause)
711Location: external/bsd/libarchive/dist 711Location: external/bsd/libarchive/dist
712Notes: 712Notes:
713Distribution is stripped down to the relevant part. 713Distribution is stripped down to the relevant part.
714 714
715Package: libdevmapper 715Package: libdevmapper
716Version: 1.02.40 716Version: 1.02.40
717Current Vers: 2.2.03.02 717Current Vers: 2.2.03.05
718Maintainer: lvm-devel@redhat.com 718Maintainer: lvm-devel@redhat.com
719Archive Site: ftp://sources.redhat.com/pub/lvm2/ 719Archive Site: ftp://sources.redhat.com/pub/lvm2/
720Home Page: http://sources.redhat.com/lvm2/ 720Home Page: http://sources.redhat.com/lvm2/
721Date: 2019-01-09 721Date: 2019-10-09
722Responsible: haad 722Responsible: haad
723License: LGPLv2.1 723License: LGPLv2.1
724Location: external/gpl2/lvm2/dist/libdm 724Location: external/gpl2/lvm2/dist/libdm
725Notes: 725Notes:
726The lvm2tools and the libdevmapper are now distributed as one source 726The lvm2tools and the libdevmapper are now distributed as one source
727repository. See the lvm2tools Notes for more information. 727repository. See the lvm2tools Notes for more information.
728 728
729Package: libevent 729Package: libevent
730Version: 2.1.8-stable 730Version: 2.1.8-stable
731Current Vers: 2.1.8-stable 731Current Vers: 2.1.11-stable
732Maintainer: Niels Provos <provos@citi.umich.edu> 732Maintainer: Niels Provos <provos@citi.umich.edu>
733Archive Site: http://www.monkey.org/~provos/libevent/ 733Archive Site: http://www.monkey.org/~provos/libevent/
734Home Page: http://www.monkey.org/~provos/libevent/ 734Home Page: http://www.monkey.org/~provos/libevent/
735Date: 2019-01-09 735Date: 2019-10-09
736Responsible: 736Responsible:
737License: BSD (3/4-clause) 737License: BSD (3/4-clause)
738Location: external/bsd/libevent/dist 738Location: external/bsd/libevent/dist
739Notes: 739Notes:
740- Run the libevent2netbsd script 740- Run the libevent2netbsd script
741- Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes. 741- Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes.
742 man pages are in doxygen/man/man3. Remove the extra man pages that are 742 man pages are in doxygen/man/man3. Remove the extra man pages that are
743 .so'ing only. Copy the rest to man. 743 .so'ing only. Copy the rest to man.
744 744
745Package: llvm 745Package: llvm
746Version: 7.0.0svn (r337282) 746Version: 7.0.0svn (r337282)
747Current Vers.: 8.0.0 747Current Vers.: 9.0.0
748Maintainer: llvm-dev@lists.llvm.org 748Maintainer: llvm-dev@lists.llvm.org
749Home Page: https://llvm.org 749Home Page: https://llvm.org
750Date: 2019-01-09 750Date: 2019-10-09
751Responsible: joerg 751Responsible: joerg
752License: BSD/MIT 752License: BSD/MIT
753Location: external/bsd/llvm/dist 753Location: external/bsd/llvm/dist
754Notes: 754Notes:
755A CVS ACL is in place for the location to prevent unintentioned commits. 755A CVS ACL is in place for the location to prevent unintentioned commits.
756All changes should come via import from upstream SVN. 756All changes should come via import from upstream SVN.
757 757
758Package: lvm2tools 758Package: lvm2tools
759Version: 2.02.56 759Version: 2.02.56
760Current Vers: 2.03.02 760Current Vers: 2.03.02
761Maintainer: lvm-devel@redhat.com 761Maintainer: lvm-devel@redhat.com
762Archive Site: ftp://sources.redhat.com/pub/lvm2/ 762Archive Site: ftp://sources.redhat.com/pub/lvm2/
763Home Page: http://sources.redhat.com/lvm2/ 763Home Page: http://sources.redhat.com/lvm2/
764Date: 2019-01-09 764Date: 2019-01-09
765Responsible: haad 765Responsible: haad
766License: GPLv2 766License: GPLv2
767Location: external/gpl2/lvm2/dist 767Location: external/gpl2/lvm2/dist
768Notes: 768Notes:
769Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to 769Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to
770prepare source tree for import. Keep eye on dist/include/configure.h 770prepare source tree for import. Keep eye on dist/include/configure.h
771it might change over the releases. We maintain our own version of 771it might change over the releases. We maintain our own version of
772libdevmapper ioctl protocol code, therefore we should test it before 772libdevmapper ioctl protocol code, therefore we should test it before
773import. Talk to haad before importing new version. 773import. Talk to haad before importing new version.
774 774
775Package: libpcap 775Package: libpcap
776Version: 1.9.1 776Version: 1.9.1
777Current Vers: 1.9.1 777Current Vers: 1.9.1
778Maintainer: tcpdump-workers@tcpdump.org 778Maintainer: tcpdump-workers@tcpdump.org
779Archive Site: http://www.tcpdump.org/release/ 779Archive Site: http://www.tcpdump.org/release/
780Home Page: http://www.tcpdump.org/ 780Home Page: http://www.tcpdump.org/
781Date: 2019-10-01 781Date: 2019-10-01
782Mailing List: tcpdump-workers@tcpdump.org 782Mailing List: tcpdump-workers@tcpdump.org
783Responsible: dyoung 783Responsible: dyoung
784License: BSD (3/4-clause) 784License: BSD (3/4-clause)
785Location: external/bsd/libpcap/dist 785Location: external/bsd/libpcap/dist
786Notes: 786Notes:
787Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source 787Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source
788tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h 788tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h
789 789
790Package: tcpdump 790Package: tcpdump
791Version: 4.9.3 791Version: 4.9.3
792Current Vers: 4.9.3 792Current Vers: 4.9.3
793Maintainer: tcpdump-workers@lists.tcpdump.org 793Maintainer: tcpdump-workers@lists.tcpdump.org
794Archive Site: http://www.tcpdump.org/release/ 794Archive Site: http://www.tcpdump.org/release/
795Home Page: http://www.tcpdump.org/ 795Home Page: http://www.tcpdump.org/
796Date: 2019-10-01 796Date: 2019-10-01
797Mailing List: tcpdump-workers@lists.tcpdump.org 797Mailing List: tcpdump-workers@lists.tcpdump.org
798Responsible: 798Responsible:
799License: BSD (3-clause) 799License: BSD (3-clause)
800Location: external/bsd/tcpdump/dist 800Location: external/bsd/tcpdump/dist
801Notes: 801Notes:
802Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source 802Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source
803tree. 803tree.
804 804
805Package: libwrap 805Package: libwrap
806Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes 806Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
807Current Vers: tcp_wrappers 7.6-ipv6.4 807Current Vers: tcp_wrappers 7.6-ipv6.4
808Maintainer: Wietse Venema <wietse@porcupine.org> 808Maintainer: Wietse Venema <wietse@porcupine.org>
809Archive Site: ftp://ftp.porcupine.org/pub/security/ 809Archive Site: ftp://ftp.porcupine.org/pub/security/
810Home Page: ftp://ftp.porcupine.org/pub/security/ 810Home Page: ftp://ftp.porcupine.org/pub/security/
811Date: 2019-01-09 811Date: 2019-01-09
812Mailing List: 812Mailing List:
813Responsible: cjs 813Responsible: cjs
814License: BSD-like 814License: BSD-like
815Location: lib/libwrap 815Location: lib/libwrap
816Notes: 816Notes:
817We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 817We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
818under src/usr.sbin). We don't use tcpd; that functionality is built 818under src/usr.sbin). We don't use tcpd; that functionality is built
819into inetd. The provided libwrap2netbsd script handles just libwrap. 819into inetd. The provided libwrap2netbsd script handles just libwrap.
820 820
821Package: Lua 821Package: Lua
822Version: Lua 5.3.5 822Version: Lua 5.3.5
823Current Vers: Lua 5.3.5 823Current Vers: Lua 5.3.5
824Maintainer: PUC Rio 824Maintainer: PUC Rio
825Home Page: http://www.lua.org/ 825Home Page: http://www.lua.org/
826Date: 2019-01-09 826Date: 2019-01-09
827Mailing List: 827Mailing List:
828Responsible: mbalmer, lneto, salazar, alnsn 828Responsible: mbalmer, lneto, salazar, alnsn
829License: MIT 829License: MIT
830Location: external/mit/lua/dist 830Location: external/mit/lua/dist
831Notes: 831Notes:
832The default module paths have been changed to not include the current 832The default module paths have been changed to not include the current
833working directory '.' to avoid potential security problems. 833working directory '.' to avoid potential security problems.
834 834
835Package: Lutok 835Package: Lutok
836Version: 0.3 836Version: 0.3
837Current Vers: 0.4 837Current Vers: 0.4
838Maintainer: Julio Merino <jmmv@NetBSD.org> 838Maintainer: Julio Merino <jmmv@NetBSD.org>
839Archive site: https://github.com/jmmv/lutok/releases 839Archive site: https://github.com/jmmv/lutok/releases
840Home page: https://github.com/jmmv/lutok 840Home page: https://github.com/jmmv/lutok
841Date: 2019-01-09 841Date: 2019-01-09
842Mailing List: lutok-discuss@googlegroups.com 842Mailing List: lutok-discuss@googlegroups.com
843Responsible: jmmv 843Responsible: jmmv
844License: BSD 3-clause 844License: BSD 3-clause
845Location: external/bsd/lutok/dist 845Location: external/bsd/lutok/dist
846Notes: 846Notes:
847The source files are in external/bsd/lutok/dist. 847The source files are in external/bsd/lutok/dist.
848Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory. 848Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory.
849 849
850Package: m4 850Package: m4
851Version: 20091026 851Version: 20091026
852Current Vers: 20161231 852Current Vers: 20161231
853Maintainer: The OpenBSD Project 853Maintainer: The OpenBSD Project
854Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4 854Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
855Home Page: http://www.openbsd.org/ 855Home Page: http://www.openbsd.org/
856Date: 2019-01-09 856Date: 2019-01-09
857Mailing List: 857Mailing List:
858License: BSD 3-clause like (dns-sd) 858License: BSD 3-clause like (dns-sd)
859Responsible: christos 859Responsible: christos
860Location: usr.bin/m4 860Location: usr.bin/m4
861Notes: 861Notes:
862Uses libc's ohash 862Uses libc's ohash
863 863
864Package: mDNSResponder 864Package: mDNSResponder
865Version: 878.30.4 865Version: 878.30.4
866Current Vers: 878.30.4 866Current Vers: 878.260.1
867Maintainer: Apple 867Maintainer: Apple
868Archive Site: https://www.opensource.apple.com/tarballs/mDNSResponder/ 868Archive Site: https://www.opensource.apple.com/tarballs/mDNSResponder/
869Home Page: https://developer.apple.com/bonjour/ 869Home Page: https://developer.apple.com/bonjour/
870Mailing List: bonjour-dev@lists.apple.com 870Mailing List: bonjour-dev@lists.apple.com
871License: Apache2 (mdnsd), BSD 3-clause (libdns_sd), 871License: Apache2 (mdnsd), BSD 3-clause (libdns_sd),
872 BSD 3-clause like (dns-sd) 872 BSD 3-clause like (dns-sd)
873Responsible: tsarna 873Responsible: tsarna
874Location: external/apache2/mDNSResponder/dist 874Location: external/apache2/mDNSResponder/dist
875Notes: 875Notes:
876 876
877Package: mandoc 877Package: mandoc
878Version: 1.14.5 878Version: 1.14.5
879Current Vers: 1.14.5 879Current Vers: 1.14.5
880Maintainer: Kristaps Džonsons/Ingo Schwarze 880Maintainer: Kristaps Džonsons/Ingo Schwarze
881Archive Site: http://mandoc.bsd.lv/snapshots/ 881Archive Site: http://mandoc.bsd.lv/snapshots/
882Home Page: http://mandoc.bsd.lv/ 882Home Page: http://mandoc.bsd.lv/
883Date: 2019-03-10 883Date: 2019-03-10
884Mailing List: 884Mailing List:
885Responsible: joerg 885Responsible: joerg
886License: BSD (2-clause) 886License: BSD (2-clause)
887Location: external/bsd/mdocml/dist 887Location: external/bsd/mdocml/dist
888Notes: 888Notes:
889 889
890Package: mesa-demos 890Package: mesa-demos
891Version: 8.1.0 891Version: 8.1.0
892Current Vers: 8.4.0 892Current Vers: 8.4.0
893Maintainer: mesa-git@? 893Maintainer: mesa-git@?
894Archive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/ 894Archive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/
895Home Page: http://www.mesa3d.org/ 895Home Page: http://www.mesa3d.org/
896Date: 2019-01-09 896Date: 2019-01-09
897Mailing List: 897Mailing List:
898Responsible: riastradh, mrg 898Responsible: riastradh, mrg
899License: ISC 899License: ISC
900Location: xsrc/external/mit/mesa-demos/dist 900Location: xsrc/external/mit/mesa-demos/dist
901Notes: 901Notes:
902We use only glxinfo and glxgears. Delete all else on import. 902We use only glxinfo and glxgears. Delete all else on import.
903Vendor tag: xorg 903Vendor tag: xorg
904Release tag: mesa-demos-X-Y-Z 904Release tag: mesa-demos-X-Y-Z
905 905
906Package: mesa-drm 906Package: mesa-drm
907Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c 907Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
908Current Vers: 908Current Vers:
909Maintainer: mesa-git@? 909Maintainer: mesa-git@?
910Archive Site: git://anongit.freedesktop.org/git/mesa/drm 910Archive Site: git://anongit.freedesktop.org/git/mesa/drm
911Home Page: http://cgit.freedesktop.org/mesa/drm/ 911Home Page: http://cgit.freedesktop.org/mesa/drm/
912Date: 2019-01-09 912Date: 2019-01-09
913Mailing List: 913Mailing List:
914Responsible: mrg, bjs 914Responsible: mrg, bjs
915License: BSD 915License: BSD
916Location: sys/external/bsd/drm/dist 916Location: sys/external/bsd/drm/dist
917Notes: 917Notes:
918 918
919Package: MesaLib 919Package: MesaLib
920Version: 19.1.7 920Version: 19.1.7
921Current Vers: 19.1.7 921Current Vers: 19.1.7
922Maintainer: mesa-git@? 922Maintainer: mesa-git@?
923Archive Site: ftp://ftp.freedesktop.org/pub/mesa/ 923Archive Site: ftp://ftp.freedesktop.org/pub/mesa/
924Home Page: http://www.mesa3d.org/ 924Home Page: http://www.mesa3d.org/
925Date: 2019-09-24 925Date: 2019-10-09
926Mailing List: 926Mailing List:
927Responsible: riastradh, mrg 927Responsible: riastradh, mrg
928License: ISC 928License: ISC
929Location: xsrc/external/mit/MesaLib/dist 929Location: xsrc/external/mit/MesaLib/dist
930Notes: 930Notes:
931Vendor tag: xorg 931Vendor tag: xorg
932Release tag: MesaLib-X-Y-Z 932Release tag: MesaLib-X-Y-Z
933 933
934Package: mopd 934Package: mopd
935Version: 2.5.3 935Version: 2.5.3
936Current Vers: 2.5.3 936Current Vers: 2.5.3
937Maintainer: Mats O Jansson <maja@celsiustech.se> 937Maintainer: Mats O Jansson <maja@celsiustech.se>
938Archive Site: http://www.stacken.kth.se/~moj/mopd.html 938Archive Site: http://www.stacken.kth.se/~moj/mopd.html
939Home Page: http://www.stacken.kth.se/~moj/mopd.html 939Home Page: http://www.stacken.kth.se/~moj/mopd.html
940Date: 2019-01-09 940Date: 2019-01-09
941Mailing List: 941Mailing List:
942Responsible: cjs 942Responsible: cjs
943License: BSD (4-clause) 943License: BSD (4-clause)
944Location: usr.sbin/mopd 944Location: usr.sbin/mopd
945Notes: 945Notes:
946Delete the otherOS directory before importing. 946Delete the otherOS directory before importing.
947 947
948Package: nawk 948Package: nawk
949Version: 2012-12-20 949Version: 2012-12-20
950Current Vers: 2018-08-27 950Current Vers: 2018-08-27
951Maintainer: Brian Kernighan <bwk@princeton.edu> 951Maintainer: Brian Kernighan <bwk@princeton.edu>
952Archive Site: https://github.com/onetrueawk/awk 952Archive Site: https://github.com/onetrueawk/awk
953Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/ 953Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/
954Date: 2019-08-13 954Date: 2019-08-13
955Mailing List: 955Mailing List:
956Responsible: jdolecek 956Responsible: jdolecek
957License: BSD-like 957License: BSD-like
958Location: external/historical/nawk/dist 958Location: external/historical/nawk/dist
959Notes: 959Notes:
960Build maketab from nawk sources and generate proctab.c. 960Build maketab from nawk sources and generate proctab.c.
961Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win 961Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win
962then import to src/external/historical/nawk/dist. 962then import to src/external/historical/nawk/dist.
963 963
964Package: ndbootd 964Package: ndbootd
965Version: 0.5 965Version: 0.5
966Current Vers: 0.5 966Current Vers: 0.5
967Maintainer: Matt Fredette <fredette@alum.mit.edu> 967Maintainer: Matt Fredette <fredette@alum.mit.edu>
968Archive Site: 968Archive Site:
969Home Page: 969Home Page:
970Date: 2019-01-09 970Date: 2019-01-09
971Responsible: fredette 971Responsible: fredette
972License: BSD (4-clause) 972License: BSD (4-clause)
973Location: usr.sbin/ndbootd 973Location: usr.sbin/ndbootd
974Notes: 974Notes:
975Run ./configure, save config.h, make distclean, rm all autoconf/automake 975Run ./configure, save config.h, make distclean, rm all autoconf/automake
976and ndbootd-raw.c. Restore saved config.h, and force it to define 976and ndbootd-raw.c. Restore saved config.h, and force it to define
977HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 977HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
978 978
979Package: ntp 979Package: ntp
980Version: 4.2.8p12 980Version: 4.2.8p12
981Current Vers: 4.2.8p12 981Current Vers: 4.2.8p13
982Maintainer: David L. Mills <mills@udel.edu> 982Maintainer: David L. Mills <mills@udel.edu>
983Archive Site: http://www.ntp.org/ 983Archive Site: http://www.ntp.org/
984Home Page: http://www.ntp.org/, http://support.ntp.org/ 984Home Page: http://www.ntp.org/, http://support.ntp.org/
985Date: 2019-01-09 985Date: 2019-10-09
986Mailing List: 986Mailing List:
987Responsible: simonb, jonathan, kardel 987Responsible: simonb, jonathan, kardel
988License: BSD-like 988License: BSD-like
989Location: external/bsd/ntp/dist 989Location: external/bsd/ntp/dist
990Notes: 990Notes:
991See /usr/src/dist/ntp/ntp2netbsd for update instructions. 991See /usr/src/dist/ntp/ntp2netbsd for update instructions.
992 992
993Package: nvi 993Package: nvi
994Version: 1.81.6, HEAD as of 2013-11-20 994Version: 1.81.6, HEAD as of 2013-11-20
995Current Vers: 1.81.6 995Current Vers: 1.81.6
996Maintainer: Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic 996Maintainer: Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic
997Archive Site: git://repo.or.cz/nvi.git 997Archive Site: git://repo.or.cz/nvi.git
998Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/ 998Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/
999Date: 2019-01-09 999Date: 2019-01-09
1000Mailing List: 1000Mailing List:
1001Responsible: christos 1001Responsible: christos
1002License: BSD (3/4-clause) 1002License: BSD (3/4-clause)
1003Location: external/bsd/nvi/dist 1003Location: external/bsd/nvi/dist
1004Notes: 1004Notes:
1005We have lots of local fixes. 1005We have lots of local fixes.
1006 1006
1007Package: OpenLDAP 1007Package: OpenLDAP
1008Version: 2.4.48 1008Version: 2.4.48
1009Current Vers: 2.4.48 1009Current Vers: 2.4.48
1010Maintainer: OpenLDAP Foundation 1010Maintainer: OpenLDAP Foundation
1011Archive Site: http://www.openldap.org/ 1011Archive Site: http://www.openldap.org/
1012Home Page: http://www.openldap.org/ 1012Home Page: http://www.openldap.org/
1013Date: 2019-08-08 1013Date: 2019-10-09
1014Mailing List: 1014Mailing List:
1015Responsible: 1015Responsible:
1016License: BSD (3-clause) 1016License: BSD (3-clause)
1017Location: external/bsd/openldap/dist 1017Location: external/bsd/openldap/dist
1018Notes: 1018Notes:
1019 1019
1020Package: OpenPAM 1020Package: OpenPAM
1021Version: 20170430 (Resedacea) 1021Version: 20170430 (Resedacea)
1022Current Vers: 20170430 (Resedacea) 1022Current Vers: 20190224 (Tabebuia)
1023Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org> 1023Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org>
1024Archive Site: http://www.openpam.org/ 1024Archive Site: http://www.openpam.org/
1025Home Page: http://www.openpam.org/ 1025Home Page: http://www.openpam.org/
1026Date: 2019-01-09 1026Date: 2019-10-09
1027Mailing List: 1027Mailing List:
1028Responsible: christos 1028Responsible: christos
1029License: BSD (3-clause) 1029License: BSD (3-clause)
1030Location: external/bsd/openpam/dist 1030Location: external/bsd/openpam/dist
1031Notes: 1031Notes:
1032 1032
1033Package: openresolv 1033Package: openresolv
1034Version: 3.9.2 1034Version: 3.9.2
1035Current Vers: 3.9.2 1035Current Vers: 3.9.2
1036Maintainer: roy 1036Maintainer: roy
1037Archive Site: ftp://roy.marples.name/pub/openresolv/ 1037Archive Site: ftp://roy.marples.name/pub/openresolv/
1038Home Page: http://roy.marples.name/projects/openresolv/ 1038Home Page: http://roy.marples.name/projects/openresolv/
1039Date: 2019-09-08 1039Date: 2019-09-08
1040Mailing List: openresolv-discuss@marples.name 1040Mailing List: openresolv-discuss@marples.name
1041License: BSD (2-clause) 1041License: BSD (2-clause)
1042Location: external/bsd/openresolv/dist 1042Location: external/bsd/openresolv/dist
1043Notes: 1043Notes:
1044Please submit all changes to the author. 1044Please submit all changes to the author.
1045 1045
1046Package: HPN-SSH 1046Package: HPN-SSH
1047Version: 6.1p1 13 v14 1047Version: 6.1p1 13 v14
1048Current Vers: 6.3p1 v14 1048Current Vers: 6.3p1 v14
1049Maintainer: www.psc.edu 1049Maintainer: www.psc.edu
1050Archive Site: 1050Archive Site:
1051Home Page: http://www.psc.edu/index.php/hpn-ssh 1051Home Page: http://www.psc.edu/index.php/hpn-ssh
1052Date: 2019-01-09 1052Date: 2019-01-09
1053Mailing List: 1053Mailing List:
1054Responsible: christos 1054Responsible: christos
1055License: 1055License:
1056Location: crypto/external/bsd/openssh/dist 1056Location: crypto/external/bsd/openssh/dist
1057Notes: 1057Notes:
1058Patch applied after OpenSSH import. 1058Patch applied after OpenSSH import.
1059 1059
1060Package: OpenSSH 1060Package: OpenSSH
1061Version: 8.0 1061Version: 8.0
1062Current Vers: 8.1 / portable 8.1p1 1062Current Vers: 8.1 / portable 8.1p1
1063Maintainer: OpenSSH 1063Maintainer: OpenSSH
1064Archive Site: http://www.openssh.com/ftp.html 1064Archive Site: http://www.openssh.com/ftp.html
1065Home Page: http://www.openssh.com/portable.html 1065Home Page: http://www.openssh.com/portable.html
1066Date: 2019-10-09 1066Date: 2019-10-09
1067Mailing List: openssh-unix-announce@mindrot.org 1067Mailing List: openssh-unix-announce@mindrot.org
1068Responsible: thorpej, christos, elric 1068Responsible: thorpej, christos, elric
1069License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE 1069License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
1070Location: crypto/external/bsd/openssh/dist 1070Location: crypto/external/bsd/openssh/dist
1071Notes: 1071Notes:
1072imported from OpenBSD ssh -- is not from the portable OpenSSH 1072imported from OpenBSD ssh -- is not from the portable OpenSSH
1073use openssh2netbsd before import. 1073use openssh2netbsd before import.
1074local changes (should always try to bring them back to master openssh tree, 1074local changes (should always try to bring them back to master openssh tree,
1075markus is very cooperative about it): 1075markus is very cooperative about it):
1076- default for PermitRootLogin is set to "no" 1076- default for PermitRootLogin is set to "no"
1077- IgnoreRootRhosts added 1077- IgnoreRootRhosts added
1078- look at login.conf to check valid user/access list 1078- look at login.conf to check valid user/access list
1079- krb5 support re-added 1079- krb5 support re-added
1080- hack in cipher.c #ifdef ACCS because we are missing EVP_acss 1080- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
1081 when someone imports openssl, we can remove this. 1081 when someone imports openssl, we can remove this.
1082- added moduli from portable openssh 1082- added moduli from portable openssh
1083- added USE_PAM patches and auth_pam.[ch] from portable openssh 1083- added USE_PAM patches and auth_pam.[ch] from portable openssh
1084 (see if there is any difference between the current version of opensshX.Yp1 1084 (see if there is any difference between the current version of opensshX.Yp1
1085 and the new opensshZ.Wp1) and apply them. 1085 and the new opensshZ.Wp1) and apply them.
1086- conditionalize login_cap 1086- conditionalize login_cap
1087- conditionalize bsd_auth 1087- conditionalize bsd_auth
1088- restore krb5, krb4, afs, skey 1088- restore krb5, krb4, afs, skey
1089- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none 1089- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
1090- fix ctype macro arguments 1090- fix ctype macro arguments
1091- umac is broken, disable it 1091- umac is broken, disable it
1092- better ~homedir handling 1092- better ~homedir handling
1093- netbsd style tunnels 1093- netbsd style tunnels
1094- urandom, xhome, chrootdir, rescuedir NetBSD handling 1094- urandom, xhome, chrootdir, rescuedir NetBSD handling
1095- utmp/utmpx handling 1095- utmp/utmpx handling
1096- handle tty posix_vdisable properly 1096- handle tty posix_vdisable properly
1097- handle setuid and unsetuid the posix way instead of setresuid() 1097- handle setuid and unsetuid the posix way instead of setresuid()
1098- add all missing functions 1098- add all missing functions
1099- always bump major when importing to avoid api problems. 1099- always bump major when importing to avoid api problems.
1100- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. 1100- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
1101- adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent 1101- adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent
1102 1102
1103Package: OpenSSL 1103Package: OpenSSL
1104Version: 1.0.2o/1.1.1c 1104Version: 1.0.2o/1.1.1c
1105Current Vers: 1.0.2r/1.1.1c 1105Current Vers: 1.0.2t/1.1.1d
1106Maintainer: The OpenSSL Project 1106Maintainer: The OpenSSL Project
1107Archive Site: ftp://ftp.openssl.org/source/ 1107Archive Site: ftp://ftp.openssl.org/source/
1108Home Page: http://www.openssl.org/ 1108Home Page: http://www.openssl.org/
1109Date: 2019-06-09 1109Date: 2019-10-09
1110Mailing List: openssl-announce@openssl.org 1110Mailing List: openssl-announce@openssl.org
1111Responsible: christos, mjf, tls, riastradh, spz 1111Responsible: christos, mjf, tls, riastradh, spz
1112License: OpenSSL and SSLeay license (both BSD-like) 1112License: OpenSSL and SSLeay license (both BSD-like)
1113Location: crypto/external/bsd/openssl/dist 1113Location: crypto/external/bsd/openssl/dist
1114Notes: 1114Notes:
1115- Run openssl2netbsd to get rid of the RCSID identifiers 1115- Run openssl2netbsd to get rid of the RCSID identifiers
1116- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man 1116- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
1117 to regen man pages. 1117 to regen man pages.
1118- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/* 1118- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
1119 to regen assembly files 1119 to regen assembly files
1120 1120
1121Package: pcc 1121Package: pcc
1122Version: 1.1.0.DEVEL 20160208 1122Version: 1.1.0.DEVEL 20160208
1123Current Vers: 1.1.0 20141210 1123Current Vers: 1.1.0 20141210
1124Maintainer: Anders Magnusson <ragge@NetBSD.org> 1124Maintainer: Anders Magnusson <ragge@NetBSD.org>
1125Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/ 1125Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/
1126Home Page: http://pcc.ludd.ltu.se/ 1126Home Page: http://pcc.ludd.ltu.se/
1127Date: 2019-01-09 1127Date: 2019-01-09
1128Mailing List: pcc-list@ludd.ltu.se 1128Mailing List: pcc-list@ludd.ltu.se
1129Responsible: plunky 1129Responsible: plunky
1130License: BSD 1130License: BSD
1131Location: external/bsd/pcc/dist 1131Location: external/bsd/pcc/dist
1132Notes: 1132Notes:
1133This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh 1133This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh
1134file for details about how to get the latest version from the upstream server 1134file for details about how to get the latest version from the upstream server
1135and import it. 1135and import it.
1136 1136
1137Package: pdisk 1137Package: pdisk
1138Version: 0.8a2 1138Version: 0.8a2
1139Current Vers: 0.8a2 1139Current Vers: 0.8a2
1140Maintainer: Eryk Vershen <eryk@cfcl.com> 1140Maintainer: Eryk Vershen <eryk@cfcl.com>
1141Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1141Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1142Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1142Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1143Date: 2019-01-09 1143Date: 2019-01-09
1144Mailing List: 1144Mailing List:
1145Responsible: dbj 1145Responsible: dbj
1146License: BSD-like 1146License: BSD-like
1147Location: external/bsd/pdisk 1147Location: external/bsd/pdisk
1148Notes: 1148Notes:
1149This is the disk partition utility used by Apple's mkLinux and OS X 1149This is the disk partition utility used by Apple's mkLinux and OS X
1150It is imported into external/bsd/pdisk. 1150It is imported into external/bsd/pdisk.
1151 1151
1152Package: pdksh 1152Package: pdksh
1153Version: 5.2.14p2 1153Version: 5.2.14p2
1154Current Vers: 5.2.14p2 1154Current Vers: 5.2.14p2
1155Maintainer: Michael Rendell <michael@cs.mun.ca> 1155Maintainer: Michael Rendell <michael@cs.mun.ca>
1156Archive Site: 1156Archive Site:
1157Home Page: 1157Home Page:
1158Date: 2019-01-09 1158Date: 2019-01-09
1159Mailing List: 1159Mailing List:
1160Responsible: jdolecek 1160Responsible: jdolecek
1161License: Public domain 1161License: Public domain
1162Location: bin/ksh 1162Location: bin/ksh
1163Notes: 1163Notes:
1164pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 1164pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
1165 1165
1166Package: PF (openbsd packet filter) 1166Package: PF (openbsd packet filter)
1167Version: OpenBSD 4.2 1167Version: OpenBSD 4.2
1168Current Vers: OpenBSD 6.3-current 1168Current Vers: OpenBSD 6.3-current
1169Maintainer: The OpenBSD Project 1169Maintainer: The OpenBSD Project
1170Archive Site: ftp://ftp.openbsd.org/ 1170Archive Site: ftp://ftp.openbsd.org/
1171Home Page: http://www.openbsd.org/faq/pf/ 1171Home Page: http://www.openbsd.org/faq/pf/
1172Date: 2019-01-09 1172Date: 2019-01-09
1173Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 1173Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list
1174Responsible: peter, yamt 1174Responsible: peter, yamt
1175License: BSD (2-clause) 1175License: BSD (2-clause)
1176Location: dist/pf,sys/dist/pf 1176Location: dist/pf,sys/dist/pf
1177Notes: 1177Notes:
1178kernel code is imported into src/sys/dist/pf and src/sys/net has reachover 1178kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
1179definition (files.pf). userland code is imported into src/dist/pf, and 1179definition (files.pf). userland code is imported into src/dist/pf, and
1180reachover Makefiles are in src/usr.sbin/pf. 1180reachover Makefiles are in src/usr.sbin/pf.
1181 1181
1182Package: pkg_install 1182Package: pkg_install
1183Version: 20190405 1183Version: 20190405
1184Current Vers: 20190405 1184Current Vers: 20190405
1185Maintainer: The pkgsrc developers 1185Maintainer: The pkgsrc developers
1186Home Page: http://www.pkgsrc.org/ 1186Home Page: http://www.pkgsrc.org/
1187Date: 2019-01-09 1187Date: 2019-01-09
1188Mailing List: tech-pkg@NetBSD.org 1188Mailing List: tech-pkg@NetBSD.org
1189Responsible: joerg 1189Responsible: joerg
1190License: BSD 1190License: BSD
1191Location: external/bsd/pkg_install/dist 1191Location: external/bsd/pkg_install/dist
1192Notes: 1192Notes:
1193The authoritative version is in pkgsrc/pkgtools/pkg_install. 1193The authoritative version is in pkgsrc/pkgtools/pkg_install.
1194 1194
1195Package: ping 1195Package: ping
1196Version: 980911 1196Version: 980911
1197Current Vers: 980911 1197Current Vers: 980911
1198Maintainer: Mike Muuss 1198Maintainer: Mike Muuss
1199Archive Site: 1199Archive Site:
1200Home Page: http://ftp.arl.mil/mike/ping.html 1200Home Page: http://ftp.arl.mil/mike/ping.html
1201Date: 2019-01-09 1201Date: 2019-01-09
1202Mailing List: 1202Mailing List:
1203Responsible: christos 1203Responsible: christos
1204License: BSD (3-clause) 1204License: BSD (3-clause)
1205Location: sbin/ping 1205Location: sbin/ping
1206Notes: 1206Notes:
1207We use err() and friends. We have changes for snprintf, extra 1207We use err() and friends. We have changes for snprintf, extra
1208formatting in man pages, disallowing flood pinging, alignment fixes, 1208formatting in man pages, disallowing flood pinging, alignment fixes,
1209and more. Vern's ping is gone. We are too different from everyone else 1209and more. Vern's ping is gone. We are too different from everyone else
1210now to do a new import. 1210now to do a new import.
1211 1211
1212Package: Postfix 1212Package: Postfix
1213Version: 3.1.4 1213Version: 3.1.4
1214Current Vers: 3.1.14/3.2.11/3.3.6/3.4.7 1214Current Vers: 3.1.14/3.2.11/3.3.6/3.4.7
1215Maintainer: Wietse Venema <wietse@porcupine.org> 1215Maintainer: Wietse Venema <wietse@porcupine.org>
1216Archive Site: 1216Archive Site:
1217Home Page: http://www.postfix.org/ 1217Home Page: http://www.postfix.org/
1218Date: 2019-09-22 1218Date: 2019-10-09
1219Mailing List: postfix-users@postfix.org 1219Mailing List: postfix-users@postfix.org
1220Responsible: christos 1220Responsible: christos
1221License: IBM Public License. See also src/external/ibm-public/postfix/dist. 1221License: IBM Public License. See also src/external/ibm-public/postfix/dist.
1222Location: external/ibm-public/postfix/dist 1222Location: external/ibm-public/postfix/dist
1223Notes: 1223Notes:
1224HTML documentation should be kept in sync with the README_FILES. 1224HTML documentation should be kept in sync with the README_FILES.
1225src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our 1225src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
1226directory layout (the easiest way to check is by running ``postfix 1226directory layout (the easiest way to check is by running ``postfix
1227set-permissions''). 1227set-permissions'').
1228 1228
1229Package: ppp 1229Package: ppp
1230Version: 2.4.7 1230Version: 2.4.7
1231Current Vers: 2.4.7 1231Current Vers: 2.4.7
1232Maintainer: Paul Mackerras <paulus@samba.org> 1232Maintainer: Paul Mackerras <paulus@samba.org>
1233Archive Site: 1233Archive Site:
1234Home Page: 1234Home Page:
1235GIT root: git://ozlabs.org/~paulus/ppp.git 1235GIT root: git://ozlabs.org/~paulus/ppp.git
1236Mailing List: 1236Mailing List:
1237Responsible: christos, cube 1237Responsible: christos, cube
1238License: BSD (3-clause) 1238License: BSD (3-clause)
1239Location: external/bsd/ppp/dist 1239Location: external/bsd/ppp/dist
1240Notes: 1240Notes:
1241BSD support was removed from 2.4.0; I added it back and removed 1241BSD support was removed from 2.4.0; I added it back and removed
1242some GPL pieces. Multilink support is missing. Repeated pings to 1242some GPL pieces. Multilink support is missing. Repeated pings to
1243Paulus have not yielded results. I've retrofitted pppdump to use 1243Paulus have not yielded results. I've retrofitted pppdump to use
1244net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 1244net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
1245is clearly a pain. I have not tested the modules code, neither our 1245is clearly a pain. I have not tested the modules code, neither our
1246makefiles make it easy to construct a module, but I left one there 1246makefiles make it easy to construct a module, but I left one there
1247as an example. 1247as an example.
1248TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're 1248TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're
1249using the version found in 2.4.1. 1249using the version found in 2.4.1.
1250 1250
1251Package: root.cache 1251Package: root.cache
1252Version: 2018111402 (November 14, 2018) 1252Version: 2018111402 (November 14, 2018)
1253Current Vers: 2018111402 (November 14, 2018) 1253Current Vers: 2018111402 (November 14, 2018)
1254Maintainer: InterNIC 1254Maintainer: InterNIC
1255Archive Site: ftp://ftp.internic.net/domain/named.root 1255Archive Site: ftp://ftp.internic.net/domain/named.root
1256Home Page: ftp://ftp.internic.net/domain/named.root 1256Home Page: ftp://ftp.internic.net/domain/named.root
1257Date: 2019-01-09 1257Date: 2019-01-09
1258Mailing List: 1258Mailing List:
1259Responsible: thorpej 1259Responsible: thorpej
1260License: Public domain 1260License: Public domain
1261Location: etc/namedb 1261Location: etc/namedb
1262Notes: 1262Notes:
1263The root server cache is also included with BIND. However, the 1263The root server cache is also included with BIND. However, the
1264InterNIC version is usually more up to date. 1264InterNIC version is usually more up to date.
1265 1265
1266Package: routed 1266Package: routed
1267Version: 2.32 1267Version: 2.32
1268Current Vers: 2.32 1268Current Vers: 2.32
1269Maintainer: Vernon Schryver <vjs@rhyolite.com> 1269Maintainer: Vernon Schryver <vjs@rhyolite.com>
1270Archive Site: 1270Archive Site:
1271Home Page: 1271Home Page:
1272Date: 2019-01-09 1272Date: 2019-01-09
1273Mailing List: 1273Mailing List:
1274Responsible: christos 1274Responsible: christos
1275License: BSD (4-clause) 1275License: BSD (4-clause)
1276Location: sbin/routed 1276Location: sbin/routed
1277Notes: 1277Notes:
1278We use the md5 code from libc 1278We use the md5 code from libc
1279We don't allow RIP_TRACEON and RIP_TRACEOFF 1279We don't allow RIP_TRACEON and RIP_TRACEOFF
1280We use arc4random 1280We use arc4random
1281We use strlcpy/snprintf 1281We use strlcpy/snprintf
1282 1282
1283Package: send-pr (part of GNATS) 1283Package: send-pr (part of GNATS)
1284Version: 3.2 1284Version: 3.2
1285Current Vers: 4.2 1285Current Vers: 4.2
1286Maintainer: FSF 1286Maintainer: FSF
1287Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 1287Archive Site: ftp://ftp.gnu.org/gnu/gnats/
1288Home Page: http://www.gnu.org/software/gnats/ 1288Home Page: http://www.gnu.org/software/gnats/
1289Mailing List: bug-gnats@gnu.org 1289Mailing List: bug-gnats@gnu.org
1290License: GPLv2+ (4.1), GPLv3+ (4.2 and later) 1290License: GPLv2+ (4.1), GPLv3+ (4.2 and later)
1291Responsible: 1291Responsible:
1292Location: external/gpl2/send-pr 1292Location: external/gpl2/send-pr
1293Notes: 1293Notes:
1294We have 3.2 with patches to become 3.95 which was never distributed. This 1294We have 3.2 with patches to become 3.95 which was never distributed. This
1295is the last "standalone" send-pr version. Newer versions require "query-pr" 1295is the last "standalone" send-pr version. Newer versions require "query-pr"
1296to be installed and many more changes. It is not worth the hassle. 1296to be installed and many more changes. It is not worth the hassle.
1297 1297
1298Package: SoftFloat 1298Package: SoftFloat
1299Version: 2a 1299Version: 2a
1300Current Vers: 3e 1300Current Vers: 3e
1301Maintainer: John Hauser <jhauser@jhauser.us> 1301Maintainer: John Hauser <jhauser@jhauser.us>
1302Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 1302Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
1303Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html 1303Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html
1304Mailing List: 1304Mailing List:
1305Responsible: bjh21 1305Responsible: bjh21
1306License: Public domain 1306License: Public domain
1307Location: lib/libc/softfloat 1307Location: lib/libc/softfloat
1308Notes: 1308Notes:
1309Heavily modified for use as a soft float library for GCC. The actual 1309Heavily modified for use as a soft float library for GCC. The actual
1310arithmetic code is unchanged, though, and should behave exactly like the 1310arithmetic code is unchanged, though, and should behave exactly like the
1311original. 1311original.
1312 1312
1313Package: sqlite 1313Package: sqlite
1314Version: 3.26.0 1314Version: 3.26.0
1315Current Vers: 3.26.0 (2018-12-01) 1315Current Vers: 3.30.0 (2019-10-04)
1316Maintainer: Richard Hipp <drh@sqlite.org> 1316Maintainer: Richard Hipp <drh@sqlite.org>
1317Home Page: http://www.sqlite.org 1317Home Page: http://www.sqlite.org
 1318Date: 2019-10-09
1318Responsible: joerg 1319Responsible: joerg
1319License: Public domain 1320License: Public domain
1320Location: external/public-domain/sqlite/dist 1321Location: external/public-domain/sqlite/dist
1321Notes: 1322Notes:
1322Run cleantags before importing because sqlite3.c has an RCSID 1323Run cleantags before importing because sqlite3.c has an RCSID
1323 1324
1324 1325
1325Package: TestFloat 1326Package: TestFloat
1326Version: 2a 1327Version: 2a
1327Current Vers: 3e 1328Current Vers: 3e
1328Maintainer: John Hauser <jhauser@jhauser.us> 1329Maintainer: John Hauser <jhauser@jhauser.us>
1329Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html 1330Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
1330Home Page: http://www.jhauser.us/arithmetic/TestFloat.html 1331Home Page: http://www.jhauser.us/arithmetic/TestFloat.html
1331Mailing List: 1332Mailing List:
1332Responsible: ross 1333Responsible: ross
1333License: BSD (4-clause) 1334License: BSD (4-clause)
1334Location: regress/lib/libc/ieeefp/testfloat 1335Location: regress/lib/libc/ieeefp/testfloat
1335Notes: 1336Notes:
1336 1337
1337 1338
1338Package: malloc 1339Package: malloc
1339Version: 1995-01-15 1340Version: 1995-01-15
1340Current Vers: 1995-01-15 1341Current Vers: 1995-01-15
1341Maintainer: FSF 1342Maintainer: FSF
1342Archive Site: ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz 1343Archive Site: ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz
1343Home Page: 1344Home Page:
1344Mailing List: 1345Mailing List:
1345Responsible: christos 1346Responsible: christos
1346License: GPLv2+ 1347License: GPLv2+
1347Location: external/gpl2/libmalloc 1348Location: external/gpl2/libmalloc
1348Notes: 1349Notes:
1349The original version of gnumalloc was added (not imported) from 1350The original version of gnumalloc was added (not imported) from
1350prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest 1351prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest
1351version from 1995. It is written by Mike Haertel, and was distributed 1352version from 1995. It is written by Mike Haertel, and was distributed
1352both standalone and as part of glibc. At some point glibc switched 1353both standalone and as part of glibc. At some point glibc switched
1353to use Doug Lea's ptmalloc which is now tightly bound with glibc 1354to use Doug Lea's ptmalloc which is now tightly bound with glibc
1354and cannot be separated. The Doug Lea version of malloc is also 1355and cannot be separated. The Doug Lea version of malloc is also
1355distributed in a standalone form by Wolfram Gloger in 1356distributed in a standalone form by Wolfram Gloger in
1356http://www.malloc.de/en/. We can consider switching to ptmalloc 1357http://www.malloc.de/en/. We can consider switching to ptmalloc
1357at some point since it will provide an alternative MT malloc, but 1358at some point since it will provide an alternative MT malloc, but
1358perhaps this implementation should be kept anyway for historical 1359perhaps this implementation should be kept anyway for historical
1359purposes. 1360purposes.
1360 1361
1361Package: tmux 1362Package: tmux
1362Version: 2.8 1363Version: 2.8
1363Current Vers: 2.8 1364Current Vers: 2.9a
1364Maintainer: Nicholas Marriott <nicholas.marriott@gmail.com> 1365Maintainer: Nicholas Marriott <nicholas.marriott@gmail.com>
1365Archive site: https://github.com/tmux/tmux 1366Archive site: https://github.com/tmux/tmux
1366Home page: http://tmux.github.io 1367Home page: http://tmux.github.io
 1368Date: 2019-10-09
1367Mailing List: tmux-users@googlegroups.com 1369Mailing List: tmux-users@googlegroups.com
1368Responsible: christos 1370Responsible: christos
1369License: BSD 1371License: BSD
1370Location: external/bsd/tmux/dist 1372Location: external/bsd/tmux/dist
1371Notes: 1373Notes:
1372See src/external/bsd/tmux/README for instructions on how to import a 1374See src/external/bsd/tmux/README for instructions on how to import a
1373new tmux release. 1375new tmux release.
1374 1376
1375Package: top 1377Package: top
1376Version: 3.8beta1 1378Version: 3.8beta1
1377Current Vers: 3.8beta1 1379Current Vers: 3.8beta1
1378Maintainer: William LeFebvre <wnl@groupsys.com> 1380Maintainer: William LeFebvre <wnl@groupsys.com>
1379Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz 1381Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1380Home Page: http://www.unixtop.org/ 1382Home Page: http://www.unixtop.org/
1381Mailing List: top-spinners@ocee.groupsys.com 1383Mailing List: top-spinners@ocee.groupsys.com
1382Responsible: simonb, christos 1384Responsible: simonb, christos
1383License: BSD (2-clause) 1385License: BSD (2-clause)
1384Location: external/bsd/top/dist 1386Location: external/bsd/top/dist
1385Notes: 1387Notes:
1386 1388
1387Package: traceroute 1389Package: traceroute
1388Version: 1.4a12 1390Version: 1.4a12
1389Current Vers: 1.4a12 1391Current Vers: 1.4a12
1390Maintainer: traceroute@ee.lbl.gov 1392Maintainer: traceroute@ee.lbl.gov
1391Archive Site: ftp://ftp.ee.lbl.gov/ 1393Archive Site: ftp://ftp.ee.lbl.gov/
1392Home Page: http://ftp.ee.lbl.gov/ 1394Home Page: http://ftp.ee.lbl.gov/
1393Mailing List: 1395Mailing List:
1394Responsible: 1396Responsible:
1395License: BSD (4-clause) 1397License: BSD (4-clause)
1396Location: usr.sbin/traceroute 1398Location: usr.sbin/traceroute
1397Notes: 1399Notes:
1398Added changes from a5 -> a12 manually. 1400Added changes from a5 -> a12 manually.
1399 1401
1400Package: tz 1402Package: tz
1401Version: tzcode2019b / tzdata2019c 1403Version: tzcode2019b / tzdata2019c
1402Current Vers: tzcode2019c / tzdata2019c 1404Current Vers: tzcode2019c / tzdata2019c
1403Maintainer: Paul Eggert <eggert@cs.ucla.edu> 1405Maintainer: Paul Eggert <eggert@cs.ucla.edu>
1404Archive Site: ftp://ftp.iana.org/tz/releases/ 1406Archive Site: ftp://ftp.iana.org/tz/releases/
1405Archive Site: ftp://munnari.oz.au/pub/oldtz/ 1407Archive Site: ftp://munnari.oz.au/pub/oldtz/
1406Old Archive Site: ftp://elsie.nci.nih.gov/pub/ 1408Old Archive Site: ftp://elsie.nci.nih.gov/pub/
1407Home Page: http://www.iana.org/time-zones 1409Home Page: http://www.iana.org/time-zones
1408Date: 2019-07-03 1410Date: 2019-07-03
1409Mailing List: tz@iana.org 1411Mailing List: tz@iana.org
1410Responsible: kleink, christos, kre 1412Responsible: kleink, christos, kre
1411License: Public domain 1413License: Public domain
1412Location: lib/libc/time/zoneinfo, external/public-domain/tz/share 1414Location: lib/libc/time/zoneinfo, external/public-domain/tz/share
1413Notes: 1415Notes:
1414Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import. 1416Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
1415Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode, 1417Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode,
1416register removal) to apply. The diffs have been submitted upstream but there 1418register removal) to apply. The diffs have been submitted upstream but there
1417is too much inertia to apply them. Check for .gitignore files. 1419is too much inertia to apply them. Check for .gitignore files.
1418For the data files, do use external/public-domain/tz/tzdata2netbsd. 1420For the data files, do use external/public-domain/tz/tzdata2netbsd.
1419 1421
1420Package: wpa_supplicant/hostapd 1422Package: wpa_supplicant/hostapd
1421Version: 2.7 1423Version: 2.7
1422Current Vers: 2.7 1424Current Vers: 2.7
1423Maintainer: Jouni Malinen <jkmaline@cc.hut.fi> 1425Maintainer: Jouni Malinen <jkmaline@cc.hut.fi>
1424Archive Site: http://w1.fi/releases/ 1426Archive Site: http://w1.fi/releases/
1425Home Page: http://w1.fi/wpa_supplicant/ 1427Home Page: http://w1.fi/wpa_supplicant/
1426Mailing List: 1428Mailing List:
1427Responsible: scw, dyoung, christos 1429Responsible: scw, dyoung, christos
1428License: BSD or GPLv2 1430License: BSD or GPLv2
1429Location: external/bsd/wpa/dist 1431Location: external/bsd/wpa/dist
1430Notes: 1432Notes:
1431See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions. 1433See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1432 1434
1433Package: zlib 1435Package: zlib
1434Version: 1.2.10 1436Version: 1.2.10
1435Current Vers: 1.2.11 1437Current Vers: 1.2.11
1436Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 1438Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org>
1437Archive Site: http://www.zlib.net/ 1439Archive Site: http://www.zlib.net/
1438Home Page: http://www.zlib.net/ 1440Home Page: http://www.zlib.net/
 1441Date: 2019-10-09
1439Mailing List: 1442Mailing List:
1440Responsible: gwr, christos 1443Responsible: gwr, christos
1441License: BSD (3-clause) 1444License: BSD (3-clause)
1442Location: common/dist/zlib 1445Location: common/dist/zlib
1443Notes: 1446Notes:
1444Imported to src/common/dist/zlib and shared by the kernel and userland. 1447Imported to src/common/dist/zlib and shared by the kernel and userland.
1445Remember to run cleantags 1448Remember to run cleantags
1446 1449
1447Package: services, protocols 1450Package: services, protocols
1448Version: 2018-12-19 (services), 2017-10-13 (protocols) 1451Version: 2018-12-19 (services), 2017-10-13 (protocols)
1449Current Vers: 2018-12-19 (services), 2017-10-13 (protocols) 1452Current Vers: 2018-12-19 (services), 2017-10-13 (protocols)
1450Maintainer: IANA 1453Maintainer: IANA
1451Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services) 1454Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
1452Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols) 1455Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
1453Home Page: http://www.iana.org/ 1456Home Page: http://www.iana.org/
1454Mailing List: 1457Mailing List:
1455Responsible: christos 1458Responsible: christos
1456License: None 1459License: None
1457Location: etc 1460Location: etc
1458Notes: 1461Notes:
14591. Build package net/iana-etc 14621. Build package net/iana-etc
14602. Add NetBSD rcsid to the generated protocols and services in the package 14632. Add NetBSD rcsid to the generated protocols and services in the package
1461 work area. 1464 work area.
14623. Append the local services from the current services file. 14653. Append the local services from the current services file.
14634. Run: 14664. Run:
1464 services_mkdb -u services > /usr/src/etc/services 1467 services_mkdb -u services > /usr/src/etc/services
1465 cp protocols /usr/src/etc/protocols 1468 cp protocols /usr/src/etc/protocols
14665. Fix protocols 14695. Fix protocols
1467 - fix manet alias to MANET; giving an alias with the same name is a no/op 1470 - fix manet alias to MANET; giving an alias with the same name is a no/op
1468 - protocol 84 is defined for as ttp and iptm, merge the two entries since 1471 - protocol 84 is defined for as ttp and iptm, merge the two entries since
1469 libc getprotoent() does not read the whole file and merge in the "files" 1472 libc getprotoent() does not read the whole file and merge in the "files"
1470 implementation. 1473 implementation.
1471 - add alias carp to vrrp 1474 - add alias carp to vrrp
1472 - put back 240 (pfsync), splitting the unassigned entries 1475 - put back 240 (pfsync), splitting the unassigned entries
1473 1476
1474Package: pigz 1477Package: pigz
1475Version: 2.3.1 1478Version: 2.3.1
1476Current Vers: 2.4 1479Current Vers: 2.4
1477Maintainer: Mark Adler <madler@alumni.caltech.edu> 1480Maintainer: Mark Adler <madler@alumni.caltech.edu>
1478Archive Site: http://zlib.net/pigz/ 1481Archive Site: http://zlib.net/pigz/
1479Home Page: http://zlib.net/pigz/ 1482Home Page: http://zlib.net/pigz/
1480Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net 1483Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1481Responsible: mrg, tls 1484Responsible: mrg, tls
1482License: zlib 1485License: zlib
1483Location: external/zlib/pigz/dist 1486Location: external/zlib/pigz/dist
1484Notes: 1487Notes:
1485 1488
1486Package: xz 1489Package: xz
1487Version: 5.2.4 1490Version: 5.2.4
1488Current Vers: 5.2.4 1491Current Vers: 5.2.4
1489Maintainer: Lasse Collin <lasse.collin@tukanni.org> 1492Maintainer: Lasse Collin <lasse.collin@tukanni.org>
1490Archive Site: http://tukaani.org/xz/ 1493Archive Site: http://tukaani.org/xz/
1491Home Page: http://tukaani.org/xz/ 1494Home Page: http://tukaani.org/xz/
 1495Date: 2019-10-09
1492Responsible: joerg 1496Responsible: joerg
1493License: public-domain 1497License: public-domain
1494Location: external/public-domain/xz/dist 1498Location: external/public-domain/xz/dist
1495Notes: 1499Notes:
14961. See prepare-import script for stripping down the distribution. 15001. See prepare-import script for stripping down the distribution.
14972. Use run-configure and double check that the stripped down configure works 15012. Use run-configure and double check that the stripped down configure works
1498 for tools. 1502 for tools.
14993. Carefully check for non-autoconf GPL components leaked into the dist area. 15033. Carefully check for non-autoconf GPL components leaked into the dist area.
1500 1504
1501Package: mpc 1505Package: mpc
1502Version: 1.1.0 1506Version: 1.1.0
1503Current Vers: 1.1.0 1507Current Vers: 1.1.0
1504Maintainer: 1508Maintainer:
1505Archive Site: http://www.multiprecision.org/mpc/download/ 1509Archive Site: http://www.multiprecision.org/mpc/download/
1506Home Page: http://www.multiprecision.org/mpc/ 1510Home Page: http://www.multiprecision.org/mpc/
1507Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development 1511Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development
1508Responsible: mrg 1512Responsible: mrg
1509License: LGPL3 1513License: LGPL3
1510Location: external/lgpl3/mpc/dist 1514Location: external/lgpl3/mpc/dist
1511Notes: 1515Notes:
1512 1516
1513Package: mpfr 1517Package: mpfr
1514Version: 4.0.1 1518Version: 4.0.1
1515Current Vers: 4.0.1 1519Current Vers: 4.0.1
1516Maintainer: 1520Maintainer:
1517Archive Site: http://www.mpfr.org/mpfr-current/ 1521Archive Site: http://www.mpfr.org/mpfr-current/
1518Home Page: http://www.mpfr.org/ 1522Home Page: http://www.mpfr.org/
1519Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce 1523Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce
1520Responsible: mrg 1524Responsible: mrg
1521License: LGPL3 1525License: LGPL3
1522Location: external/lgpl3/mpfr/dist 1526Location: external/lgpl3/mpfr/dist
1523Notes: 1527Notes:
1524 1528
1525Package: GNU MP 1529Package: GNU MP
1526Version: 6.1.2 1530Version: 6.1.2
1527Current Vers: 6.1.2 1531Current Vers: 6.1.2
1528Maintainer: http://gmplib.org/mailman/listinfo/gmp-devel 1532Maintainer: http://gmplib.org/mailman/listinfo/gmp-devel
1529Archive Site: http://gmplib.org/ 1533Archive Site: http://gmplib.org/
1530Home Page: http://gmplib.org/ 1534Home Page: http://gmplib.org/
1531Mailing List: http://gmplib.org/mailman/listinfo/gmp-announce 1535Mailing List: http://gmplib.org/mailman/listinfo/gmp-announce
1532Responsible: mrg 1536Responsible: mrg
1533License: LGPL3 1537License: LGPL3
1534Location: external/lgpl3/gmp/dist 1538Location: external/lgpl3/gmp/dist
1535Notes: 1539Notes:
1536 1540
1537Package: osnet 1541Package: osnet
1538Version: osnet-20100224 1542Version: osnet-20100224
1539Current Vers: ? 1543Current Vers: ?
1540Maintainer: ? 1544Maintainer: ?
1541Archive Site: ? 1545Archive Site: ?
1542Home Page: ? 1546Home Page: ?
1543Mailing List: ? 1547Mailing List: ?
1544Responsible: ? 1548Responsible: ?
1545License: CDDL 1549License: CDDL
1546Location: external/cddl/osnet 1550Location: external/cddl/osnet
1547Notes: 1551Notes:
1548 1552
1549Package: sljit 1553Package: sljit
1550Version: 0.93 (svn revision 333) 1554Version: 0.93 (svn revision 333)
1551Current Vers: 0.93 1555Current Vers: 0.93
1552Maintainer: Zoltán Herczeg <hzmester@freemail.hu 1556Maintainer: Zoltán Herczeg <hzmester@freemail.hu
1553Archive Site: http://sourceforge.net/projects/sljit/ 1557Archive Site: http://sourceforge.net/projects/sljit/
1554Home Page: http://sljit.sourceforge.net/ 1558Home Page: http://sljit.sourceforge.net/
1555Mailing List: none 1559Mailing List: none
1556Responsible: alnsn 1560Responsible: alnsn
1557License: BSD (2-clause) 1561License: BSD (2-clause)
1558Location: sys/external/bsd/sljit/dist 1562Location: sys/external/bsd/sljit/dist
1559Notes: 1563Notes:
1560 Need to feed back local changes 1564 Need to feed back local changes
1561 1565
1562Package: tre 1566Package: tre
1563Version: 0.8.0, git source as of 20171117 1567Version: 0.8.0, git source as of 20171117
1564Current Vers: 0.8.0 1568Current Vers: 0.8.0
1565Maintainer: http://laurikari.net/tre 1569Maintainer: http://laurikari.net/tre
1566Archive Site: https://github.com/laurikari/tre 1570Archive Site: https://github.com/laurikari/tre
1567Home Page: http://laurikari.net/tre 1571Home Page: http://laurikari.net/tre
1568Mailing List: 1572Mailing List:
1569Responsible: agc, christos 1573Responsible: agc, christos
1570License: BSD (2-clause) 1574License: BSD (2-clause)
1571Location: external/bsd/tre/dist 1575Location: external/bsd/tre/dist
1572Notes: 1576Notes:
1573 Need to feed back local changes 1577 Need to feed back local changes
1574 1578
1575Package: TrouSerS 1579Package: TrouSerS
1576Version: 0.3.14 1580Version: 0.3.14
1577Current Vers: 0.3.14 1581Current Vers: 0.3.14
1578Maintainer: http://trousers.sourceforge.net 1582Maintainer: http://trousers.sourceforge.net
1579Archive Site: http://trousers.sourceforge.net 1583Archive Site: http://trousers.sourceforge.net
1580Home Page: http://trousers.sourceforge.net 1584Home Page: http://trousers.sourceforge.net
1581Mailing List: http://trousers.sourceforge.net 1585Mailing List: http://trousers.sourceforge.net
1582Responsible: christos 1586Responsible: christos
1583License: CPL 1587License: CPL
1584Location: crypto/external/cpl/trousers/dist 1588Location: crypto/external/cpl/trousers/dist
1585Notes: 1589Notes:
1586 Need to feed back local changes 1590 Need to feed back local changes
1587 1591
1588Package: tpm-tools 1592Package: tpm-tools
1589Version: 1.3.9.1 1593Version: 1.3.9.1
1590Current Vers: 1.3.9.1 1594Current Vers: 1.3.9.1
1591Maintainer: http://trousers.sourceforge.net 1595Maintainer: http://trousers.sourceforge.net
1592Archive Site: http://trousers.sourceforge.net 1596Archive Site: http://trousers.sourceforge.net
1593Home Page: http://trousers.sourceforge.net 1597Home Page: http://trousers.sourceforge.net
1594Mailing List: http://trousers.sourceforge.net 1598Mailing List: http://trousers.sourceforge.net
1595Responsible: christos 1599Responsible: christos
1596License: CPL 1600License: CPL
1597Location: crypto/external/cpl/tpm-tools/dist 1601Location: crypto/external/cpl/tpm-tools/dist
1598Notes: 1602Notes:
1599 Need to feed back local changes 1603 Need to feed back local changes
1600 1604
1601Package: elftoolchain (libelf/libdwarf) 1605Package: elftoolchain (libelf/libdwarf)
1602Version: FreeBSD-2016-02-19-r295822 1606Version: FreeBSD-2016-02-19-r295822
1603Current Vers: 0.7.1 1607Current Vers: 0.7.1
1604Maintainer: Joseph Koshi <jkoshi@freebsd.org> 1608Maintainer: Joseph Koshi <jkoshi@freebsd.org>
1605Archive Site: none 1609Archive Site: none
1606Home Page: http://elftoolchain.sourceforge.net 1610Home Page: http://elftoolchain.sourceforge.net
1607Mailing List: none 1611Mailing List: none
1608Responsible: christos 1612Responsible: christos
1609License: BSD-like (2-clause) 1613License: BSD-like (2-clause)
1610Location: sys/external/bsd/elftoolchain/dist 1614Location: sys/external/bsd/elftoolchain/dist
1611Notes: 1615Notes:
1612 Run prepare-import.sh; next time use svn id. 1616 Run prepare-import.sh; next time use svn id.
1613 1617
1614Package: smbfs 1618Package: smbfs
1615Version: smbfs-1.4.1.tar.gz + FreeBSD-2003-02-16 1619Version: smbfs-1.4.1.tar.gz + FreeBSD-2003-02-16
1616Current Vers: smbfs-1.4.5.tar.gz 1620Current Vers: smbfs-1.4.5.tar.gz
1617Maintainer: Boris Popov <bp@FreeBSD.org> 1621Maintainer: Boris Popov <bp@FreeBSD.org>
1618Archive Site: http://people.freebsd.org/~bp/pub/smbfs/smbfs-1.4.1.tar.gz 1622Archive Site: http://people.freebsd.org/~bp/pub/smbfs/smbfs-1.4.1.tar.gz
1619Home Page: http://people.freebsd.org/~bp/pub/smbfs/ 1623Home Page: http://people.freebsd.org/~bp/pub/smbfs/
1620License: BSD-like (4-clause) 1624License: BSD-like (4-clause)
1621Location: external/bsd/smbfs 1625Location: external/bsd/smbfs
1622Notes: 1626Notes:
1623 The kernel portion has been removed from the tar file. 1627 The kernel portion has been removed from the tar file.
1624 Our kernel smbfs and netsmb directories could move to 1628 Our kernel smbfs and netsmb directories could move to
1625 external, but this is just make-work. 1629 external, but this is just make-work.
1626 1630
1627Package: timeout 1631Package: timeout
1628Version: FreeBSD-2014-07-16 r268763 1632Version: FreeBSD-2014-07-16 r268763
1629Current Vers: FreeBSD-2016-05-01 r331720 1633Current Vers: FreeBSD-2016-05-01 r331720
1630Maintainer: Baptiste Daroussin <bapt@FreeBSD.org> 1634Maintainer: Baptiste Daroussin <bapt@FreeBSD.org>
1631Archive Site: none 1635Archive Site: none
1632Home Page: https://svnweb.freebsd.org/base/head/usr.bin/timeout/ 1636Home Page: https://svnweb.freebsd.org/base/head/usr.bin/timeout/
1633Mailing List: none 1637Mailing List: none
1634Responsible: christos 1638Responsible: christos
1635License: BSD-like (2-clause) 1639License: BSD-like (2-clause)
1636Location: usr.bin/timeout 1640Location: usr.bin/timeout
1637 1641
1638Package: libproc 1642Package: libproc
1639Version: FreeBSD-2015-09-24 1643Version: FreeBSD-2015-09-24
1640Current Vers: FreeBSD-2018-07-27 r336782 1644Current Vers: FreeBSD-2018-07-27 r336782
1641Maintainer: Rui Paulo <rpaulo@FreeBSD.org> 1645Maintainer: Rui Paulo <rpaulo@FreeBSD.org>
1642Archive Site: none 1646Archive Site: none
1643Home Page: https://svnweb.freebsd.org/base/head/lib/libproc/ 1647Home Page: https://svnweb.freebsd.org/base/head/lib/libproc/
1644Mailing List: none 1648Mailing List: none
1645Responsible: christos 1649Responsible: christos
1646License: BSD-like (2-clause) 1650License: BSD-like (2-clause)
1647Location: external/bsd/libproc/dist 1651Location: external/bsd/libproc/dist
1648 1652
1649Package: librtld_db 1653Package: librtld_db
1650Version: FreeBSD-2015-09-24 1654Version: FreeBSD-2015-09-24
1651Current Vers: FreeBSD-2017-11-26 r326219 1655Current Vers: FreeBSD-2017-11-26 r326219
1652Maintainer: Rui Paulo <rpaulo@FreeBSD.org> 1656Maintainer: Rui Paulo <rpaulo@FreeBSD.org>
1653Archive Site: none 1657Archive Site: none
1654Home Page: https://svnweb.freebsd.org/base/head/lib/librtld_db/ 1658Home Page: https://svnweb.freebsd.org/base/head/lib/librtld_db/
1655Mailing List: none 1659Mailing List: none
1656Responsible: christos 1660Responsible: christos
1657License: BSD-like (2-clause) 1661License: BSD-like (2-clause)
1658Location: external/bsd/librtld_db/dist 1662Location: external/bsd/librtld_db/dist
1659 1663
1660Package: netcat 1664Package: netcat
1661Version: OpenBSD-2017-02-06 1665Version: OpenBSD-2017-02-06
1662Current Vers: OpenBSD-2018-08-10 1666Current Vers: OpenBSD-2018-08-10
1663Maintainer: OpenBSD 1667Maintainer: OpenBSD
1664Archive Site: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ 1668Archive Site: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
1665Home Page: none 1669Home Page: none
1666Mailing List: none 1670Mailing List: none
1667Responsible: christos 1671Responsible: christos
1668License: BSD-like (3-clause) 1672License: BSD-like (3-clause)
1669Location: usr.bin/nc 1673Location: usr.bin/nc
1670 1674
1671Package: gnu-efi 1675Package: gnu-efi
1672Version: 3.0.8 1676Version: 3.0.8
1673Current Vers: 3.0.8 1677Current Vers: 3.0.8
1674Maintainer: https://sourceforge.net/projects/gnu-efi/ 1678Maintainer: https://sourceforge.net/projects/gnu-efi/
1675Archive Site: https://sourceforge.net/projects/gnu-efi/ 1679Archive Site: https://sourceforge.net/projects/gnu-efi/
1676Home Page: https://sourceforge.net/projects/gnu-efi/ 1680Home Page: https://sourceforge.net/projects/gnu-efi/
1677Mailing List: https://sourceforge.net/projects/gnu-efi/ 1681Mailing List: https://sourceforge.net/projects/gnu-efi/
1678Responsible: 1682Responsible:
1679License: BSD-like (3-clause) 1683License: BSD-like (3-clause)
1680Location: sys/external/bsd/gnu-efi 1684Location: sys/external/bsd/gnu-efi
1681 1685
1682Package: dc 1686Package: dc
1683Version: 20170410 1687Version: 20170410
1684Current Vers: 20171217 1688Current Vers: 20171217
1685Maintainer: The OpenBSD Project 1689Maintainer: The OpenBSD Project
1686Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/dc 1690Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/dc
1687Home Page: http://www.openbsd.org/ 1691Home Page: http://www.openbsd.org/
1688Mailing List: 1692Mailing List:
1689License: BSD 1693License: BSD
1690Responsible: christos 1694Responsible: christos
1691Location: usr.bin/dc 1695Location: usr.bin/dc
1692Notes: 1696Notes:
1693 Uses OpenSSL's bignum 1697 Uses OpenSSL's bignum
1694 1698
1695Package: dtc,libfdt 1699Package: dtc,libfdt
1696Version: 1.4.4 1700Version: 1.4.4
1697Current Vers: 1.4.7 1701Current Vers: 1.4.7
1698Maintainer: David Gibson <david@gibson.dropbear.id.au>, Jon Loeliger <jdl@jdl.com> 1702Maintainer: David Gibson <david@gibson.dropbear.id.au>, Jon Loeliger <jdl@jdl.com>
1699Archive Site: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1703Archive Site: https://git.kernel.org/pub/scm/utils/dtc/dtc.git
1700Home Page: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1704Home Page: https://git.kernel.org/pub/scm/utils/dtc/dtc.git
1701Mailing List: mailto:devicetree-compiler@vger.kernel.org 1705Mailing List: mailto:devicetree-compiler@vger.kernel.org
1702Responsible: skrll 1706Responsible: skrll
1703License: GPLv2 (dtc), BSD (libfdt) 1707License: GPLv2 (dtc), BSD (libfdt)
1704Location: external/gpl2/dtc, sys/external/bsd/libfdt 1708Location: external/gpl2/dtc, sys/external/bsd/libfdt
1705Notes: 1709Notes:
1706external/gpl2/dtc/dtc2netbsd should be used to create directories to import 1710external/gpl2/dtc/dtc2netbsd should be used to create directories to import
1707 1711
1708Package: dts 1712Package: dts
1709Version: 5.1.4 1713Version: 5.1.4
1710Current Vers: 5.1.4 1714Current Vers: 5.1.4
1711Maintainer: https://www.kernel.org/ 1715Maintainer: https://www.kernel.org/
1712Archive Site: https://cdn.kernel.org/pub/linux/kernel/v4.x/ 1716Archive Site: https://cdn.kernel.org/pub/linux/kernel/v4.x/
1713Home Page: https://www.kernel.org/ 1717Home Page: https://www.kernel.org/
1714Mailing List: mailto:devicetree@vger.kernel.org 1718Mailing List: mailto:devicetree@vger.kernel.org
1715Responsible: jmcneill 1719Responsible: jmcneill
1716License: GPLv2 and dual GPLv2/X11 license 1720License: GPLv2 and dual GPLv2/X11 license
1717Location: sys/external/gpl2/dts 1721Location: sys/external/gpl2/dts
1718 1722
1719Package: iscsi 1723Package: iscsi
1720Version: 4.12.4 1724Version: 4.12.4
1721Current Vers: 4.12.4 1725Current Vers: 4.12.4
1722Maintainer: Intel Corporation 1726Maintainer: Intel Corporation
1723Archive Site: 1727Archive Site:
1724Home Page: 1728Home Page:
1725Mailing List: 1729Mailing List:
1726Responsible: 1730Responsible:
1727License: BSD-like (4-clause) 1731License: BSD-like (4-clause)
1728Location: external/bsd/iscsi 1732Location: external/bsd/iscsi
1729Notes: 1733Notes:
1730 1734
1731Package: rpi-firmware 1735Package: rpi-firmware
1732Version: 1736Version:
1733Current Vers: 1737Current Vers:
1734Maintainer: 1738Maintainer:
1735Archive Site: 1739Archive Site:
1736Home Page: 1740Home Page:
1737Mailing List: 1741Mailing List:
1738License: Broadcom, Raspberry Pi (Trading) Ltd 1742License: Broadcom, Raspberry Pi (Trading) Ltd
1739Responsible: 1743Responsible:
1740Location: external/broadcom/rpi-firmware 1744Location: external/broadcom/rpi-firmware
1741Notes: 1745Notes:
1742 1746
1743Package: rtwn 1747Package: rtwn
1744Version: 1748Version:
1745Current Vers: 1749Current Vers:
1746Maintainer: 1750Maintainer:
1747Archive Site: 1751Archive Site:
1748Home Page: 1752Home Page:
1749Mailing List: 1753Mailing List:
1750License: Realtek Semiconductor Corporation 1754License: Realtek Semiconductor Corporation
1751Responsible: 1755Responsible:
1752Location: external/realtek/rtwn 1756Location: external/realtek/rtwn
1753Notes: 1757Notes:
1754 1758
1755Package: urtwn 1759Package: urtwn
1756Version: 1760Version:
1757Current Vers: 1761Current Vers:
1758Maintainer: 1762Maintainer:
1759Archive Site: 1763Archive Site:
1760Home Page: 1764Home Page:
1761Mailing List: 1765Mailing List:
1762License: Realtek Semiconductor Corporation 1766License: Realtek Semiconductor Corporation
1763Responsible: 1767Responsible:
1764Location: external/realtek/urtwn/ 1768Location: external/realtek/urtwn/
1765Notes: 1769Notes:
1766 1770
1767Package: repulse 1771Package: repulse
1768Version: 1772Version:
1769Current Vers: 1773Current Vers:
1770Maintainer: 1774Maintainer:
1771Archive Site: 1775Archive Site:
1772Home Page: 1776Home Page:
1773Mailing List: 1777Mailing List:
1774License: ALiENDESiGN GbR 1778License: ALiENDESiGN GbR
1775Responsible: 1779Responsible:
1776Location: sys/arch/amiga/dev/repulse_firmware.h 1780Location: sys/arch/amiga/dev/repulse_firmware.h
1777Notes: 1781Notes:
1778 1782
1779Package: cxgb 1783Package: cxgb
1780Version: 1784Version:
1781Current Vers: 1785Current Vers:
1782Maintainer: 1786Maintainer:
1783Archive Site: 1787Archive Site:
1784Home Page: 1788Home Page:
1785Mailing List: 1789Mailing List:
1786License: Chelsio Inc. 1790License: Chelsio Inc.
1787Responsible: 1791Responsible:
1788Location: sys/dev/pci/cxgb/cxgb_firmware_exports.h 1792Location: sys/dev/pci/cxgb/cxgb_firmware_exports.h
1789Notes: 1793Notes:
1790 1794
1791Package: athn 1795Package: athn
1792Version: 1796Version:
1793Current Vers: 1797Current Vers:
1794Maintainer: 1798Maintainer:
1795Archive Site: 1799Archive Site:
1796Home Page: 1800Home Page:
1797Mailing List: 1801Mailing List:
1798License: Atheros Communicatios, Inc. 1802License: Atheros Communicatios, Inc.
1799Responsible: 1803Responsible:
1800Location: external/atheros/athn 1804Location: external/atheros/athn
1801Notes: 1805Notes:
1802 1806
1803Package: otus 1807Package: otus
1804Version: 1808Version:
1805Current Vers: 1809Current Vers:
1806Maintainer: 1810Maintainer:
1807Archive Site: 1811Archive Site:
1808Home Page: 1812Home Page:
1809Mailing List: 1813Mailing List:
1810License: Atheros Communicatios, Inc. 1814License: Atheros Communicatios, Inc.
1811Responsible: 1815Responsible:
1812Location: external/atheros/otus 1816Location: external/atheros/otus
1813Notes: 1817Notes:
1814 1818
1815Package: intel-fw-eula 1819Package: intel-fw-eula
1816Version: 1820Version:
1817Current Vers: 1821Current Vers:
1818Maintainer: 1822Maintainer:
1819Archive Site: 1823Archive Site:
1820Home Page: 1824Home Page:
1821Mailing List: 1825Mailing List:
1822License: Intel Corporation 1826License: Intel Corporation
1823Responsible: 1827Responsible:
1824Location: external/intel-fw-eula 1828Location: external/intel-fw-eula
1825Notes: 1829Notes:
1826 1830
1827Package: intel-fw-public 1831Package: intel-fw-public
1828Version: 1832Version:
1829Current Vers: 1833Current Vers:
1830Maintainer: 1834Maintainer:
1831Archive Site: 1835Archive Site:
1832Home Page: 1836Home Page:
1833Mailing List: 1837Mailing List:
1834License: Intel Corporation 1838License: Intel Corporation
1835Responsible: 1839Responsible:
1836Location: external/intel-fw-public 1840Location: external/intel-fw-public
1837Notes: 1841Notes:
1838 1842
1839Package: aic7xxx 1843Package: aic7xxx
1840Version: 1844Version:
1841Current Vers: 1845Current Vers:
1842Maintainer: Justin T. Gibbs 1846Maintainer: Justin T. Gibbs
1843Archive Site: 1847Archive Site:
1844Home Page: 1848Home Page:
1845Mailing List: 1849Mailing List:
1846License: Adaptec Inc or LGPL2 1850License: Adaptec Inc or LGPL2
1847Responsible: 1851Responsible:
1848Location: sys/dev/microcode/aic7xxx 1852Location: sys/dev/microcode/aic7xxx
1849Notes: 1853Notes:
1850 1854
1851Package: atmel 1855Package: atmel
1852Version: 1856Version:
1853Current Vers: 1857Current Vers:
1854Maintainer: 1858Maintainer:
1855Archive Site: 1859Archive Site:
1856Home Page: 1860Home Page:
1857Mailing List: 1861Mailing List:
1858License: Atmel Corporation 1862License: Atmel Corporation
1859Responsible: 1863Responsible:
1860Location: sys/dev/microcode/atmel 1864Location: sys/dev/microcode/atmel
1861Notes: 1865Notes:
1862 1866
1863Package: bge 1867Package: bge
1864Version: 1868Version:
1865Current Vers: 1869Current Vers:
1866Maintainer: 1870Maintainer:
1867Archive Site: 1871Archive Site:
1868Home Page: 1872Home Page:
1869Mailing List: 1873Mailing List:
1870License: Broadcom Corporation 1874License: Broadcom Corporation
1871Responsible: 1875Responsible:
1872Location: sys/dev/microcode/bge 1876Location: sys/dev/microcode/bge
1873Notes: 1877Notes:
1874 1878
1875Package: bnx 1879Package: bnx
1876Version: 1880Version:
1877Current Vers: 1881Current Vers:
1878Maintainer: David Christensen <davidch@broadcom.com> 1882Maintainer: David Christensen <davidch@broadcom.com>
1879Archive Site: 1883Archive Site:
1880Home Page: 1884Home Page:
1881Mailing List: 1885Mailing List:
1882License: Broadcom Corporation 1886License: Broadcom Corporation
1883Responsible: 1887Responsible:
1884Location: sys/dev/microcode/bnx 1888Location: sys/dev/microcode/bnx
1885Notes: 1889Notes:
1886 1890
1887Package: cylades-z 1891Package: cylades-z
1888Version: 1892Version:
1889Current Vers: 1893Current Vers:
1890Maintainer: Cyclades Corp 1894Maintainer: Cyclades Corp
1891Archive Site: 1895Archive Site:
1892Home Page: 1896Home Page:
1893Mailing List: 1897Mailing List:
1894License: unknown 1898License: unknown
1895Responsible: 1899Responsible:
1896Location: sys/dev/microcode/cyclades-z 1900Location: sys/dev/microcode/cyclades-z
1897Notes: 1901Notes:
1898 1902
1899Package: i8255x 1903Package: i8255x
1900Version: 3.28 1904Version: 3.28
1901Current Vers: 1905Current Vers:
1902Maintainer: Patrick J Luhmann (PJL) 1906Maintainer: Patrick J Luhmann (PJL)
1903Archive Site: 1907Archive Site:
1904Home Page: 1908Home Page:
1905Mailing List: 1909Mailing List:
1906License: Intel Corporation 1910License: Intel Corporation
1907Responsible: 1911Responsible:
1908Location: sys/dev/microcode/i8255x 1912Location: sys/dev/microcode/i8255x
1909Notes: 1913Notes:
1910 1914
1911Package: isp 1915Package: isp
1912Version: 1916Version:
1913Current Vers: 1917Current Vers:
1914Maintainer: 1918Maintainer:
1915Archive Site: 1919Archive Site:
1916Home Page: 1920Home Page:
1917Mailing List: 1921Mailing List:
1918License: QLogic, Inc. 1922License: QLogic, Inc.
1919Responsible: 1923Responsible:
1920Location: sys/dev/microcode/isp 1924Location: sys/dev/microcode/isp
1921Notes: 1925Notes:
1922 1926
1923Package: radeon 1927Package: radeon
1924Version: 1928Version:
1925Current Vers: 1929Current Vers:
1926Maintainer: 1930Maintainer:
1927Archive Site: 1931Archive Site:
1928Home Page: 1932Home Page:
1929Mailing List: 1933Mailing List:
1930License: Advanced Micro Devices, Inc. 1934License: Advanced Micro Devices, Inc.
1931Responsible: 1935Responsible:
1932Location: sys/dev/microcode/radeon 1936Location: sys/dev/microcode/radeon
1933Notes: 1937Notes:
1934 1938
1935Package: ral 1939Package: ral
1936Version: 1940Version:
1937Current Vers: 1941Current Vers:
1938Maintainer: 1942Maintainer:
1939Archive Site: http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git 1943Archive Site: http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git
1940Home Page: 1944Home Page:
1941Mailing List: 1945Mailing List:
1942License: Ralink Technology Corp 1946License: Ralink Technology Corp
1943Responsible: 1947Responsible:
1944Location: external/realtek/ral 1948Location: external/realtek/ral
1945Notes: 1949Notes:
1946 1950
1947Package: rum 1951Package: rum
1948Version: 1952Version:
1949Current Vers: 1953Current Vers:
1950Maintainer: Paul Lin <paul_lin@ralinktech.com.tw> 1954Maintainer: Paul Lin <paul_lin@ralinktech.com.tw>
1951Archive Site: 1955Archive Site:
1952Home Page: 1956Home Page:
1953Mailing List: 1957Mailing List:
1954License: Ralink Technology Corp 1958License: Ralink Technology Corp
1955Responsible: 1959Responsible:
1956Location: external/realtek/rum 1960Location: external/realtek/rum
1957Notes: 1961Notes:
1958 1962
1959Package: run 1963Package: run
1960Version: 1964Version:
1961Current Vers: 1965Current Vers:
1962Maintainer: Paul Lin <paul_lin@ralinktech.com.tw> 1966Maintainer: Paul Lin <paul_lin@ralinktech.com.tw>
1963Archive Site: 1967Archive Site:
1964Home Page: 1968Home Page:
1965Mailing List: 1969Mailing List:
1966License: Ralink Technology Corp 1970License: Ralink Technology Corp
1967Responsible: 1971Responsible:
1968Location: sys/dev/microcode/run 1972Location: sys/dev/microcode/run
1969Notes: 1973Notes:
1970 1974
1971Package: siop 1975Package: siop
1972Version: 1976Version:
1973Current Vers: 1977Current Vers:
1974Maintainer: Manuel Bouyer, Shuichiro URATA, Michael L. Hitch 1978Maintainer: Manuel Bouyer, Shuichiro URATA, Michael L. Hitch
1975Archive Site: 1979Archive Site:
1976Home Page: 1980Home Page:
1977Mailing List: 1981Mailing List:
1978License: BSD-like (2-clause, 3-clause) 1982License: BSD-like (2-clause, 3-clause)
1979Responsible: 1983Responsible:
1980Location: sys/dev/microcode/siop 1984Location: sys/dev/microcode/siop
1981Notes: 1985Notes:
1982 1986
1983Package: tigon 1987Package: tigon
1984Version: 12.4.11 1988Version: 12.4.11
1985Current Vers: 1989Current Vers:
1986Maintainer: wpaul@brak.osd.bsdi.com 1990Maintainer: wpaul@brak.osd.bsdi.com
1987Archive Site: https://people.freebsd.org/~wpaul/Alteon/ 1991Archive Site: https://people.freebsd.org/~wpaul/Alteon/
1988Home Page: http://www.alteon.com/support/openkits (extinct) 1992Home Page: http://www.alteon.com/support/openkits (extinct)
1989Mailing List: 1993Mailing List:
1990License: Alteon WebSystems, Inc. 1994License: Alteon WebSystems, Inc.
1991Responsible: 1995Responsible:
1992Location: sys/dev/microcode/tigon 1996Location: sys/dev/microcode/tigon
1993Notes: 1997Notes:
1994See https://lists.debian.org/debian-legal/2011/10/msg00001.html 1998See https://lists.debian.org/debian-legal/2011/10/msg00001.html
1995 1999
1996 2000
1997Package: typhoon 2001Package: typhoon
1998Version: 2002Version:
1999Current Vers: 2003Current Vers:
2000Maintainer: 3Com Corporation 2004Maintainer: 3Com Corporation
2001Archive Site: 2005Archive Site:
2002Home Page: 2006Home Page:
2003Mailing List: 2007Mailing List:
2004License: BSD-like (3-clause) 2008License: BSD-like (3-clause)
2005Responsible: 2009Responsible:
2006Location: sys/dev/microcode/typhoon 2010Location: sys/dev/microcode/typhoon
2007Notes: 2011Notes:
2008 2012
2009Package: wi 2013Package: wi
2010Version: 2014Version:
2011Current Vers: 2015Current Vers:
2012Maintainer: Symbol Technologies Inc. 2016Maintainer: Symbol Technologies Inc.
2013Archive Site: 2017Archive Site:
2014Home Page: http://www.symbol.com 2018Home Page: http://www.symbol.com
2015Mailing List: 2019Mailing List:
2016License: BSD-like (3-clause) 2020License: BSD-like (3-clause)
2017Responsible: 2021Responsible:
2018Location: sys/dev/microcode/wi 2022Location: sys/dev/microcode/wi
2019Notes: 2023Notes:
2020 2024
2021Package: yds 2025Package: yds
2022Version: 2026Version:
2023Current Vers: 2027Current Vers:
2024Maintainer: Yamaha Corporation 2028Maintainer: Yamaha Corporation
2025Archive Site: 2029Archive Site:
2026Home Page: 2030Home Page:
2027Mailing List: 2031Mailing List:
2028License: unknown 2032License: unknown
2029Responsible: 2033Responsible:
2030Location: sys/dev/microcode/yds 2034Location: sys/dev/microcode/yds
2031Notes: 2035Notes:
2032 2036
2033Package: zyd 2037Package: zyd
2034Version: 2038Version:
2035Current Vers: 2039Current Vers:
2036Maintainer: ZyDAS Technology Corporation 2040Maintainer: ZyDAS Technology Corporation
2037Archive Site: 2041Archive Site:
2038Home Page: 2042Home Page:
2039Mailing List: 2043Mailing List:
2040License: BSD-like (3-clause) 2044License: BSD-like (3-clause)
2041Responsible: 2045Responsible:
2042Location: sys/dev/microcode/zyd 2046Location: sys/dev/microcode/zyd
2043Notes: 2047Notes:
2044 2048
2045Package: libnv 2049Package: libnv
2046Version: 20180906 2050Version: 20180906
2047Current Vers: $(date) 2051Current Vers: $(date)
2048Maintainer: christos 2052Maintainer: christos
2049Archive Site: 2053Archive Site:
2050Home Page: 2054Home Page:
2051Mailing List: 2055Mailing List:
2052License: BSD-like (2-clause) 2056License: BSD-like (2-clause)
2053Responsible: 2057Responsible:
2054Location: sys/external/bsd/libnv/dist 2058Location: sys/external/bsd/libnv/dist
2055Notes: 2059Notes:
2056To be used only for npf (library and headers are private) 2060To be used only for npf (library and headers are private)
2057Copied from FreeBSD: 2061Copied from FreeBSD:
2058/usr/src/sys/sys/{d,c,}nv.h 2062/usr/src/sys/sys/{d,c,}nv.h
2059/usr/src/lib/libnv/ 2063/usr/src/lib/libnv/
2060/usr/src/contrib/lib/libnv/ 2064/usr/src/contrib/lib/libnv/
2061/usr/src/share/man/man9/{d,c,}nv.9 2065/usr/src/share/man/man9/{d,c,}nv.9
2062 2066
2063Package: gettext 2067Package: gettext
2064Version: 0.16.1 (Last GPLv2+ version) 2068Version: 0.16.1 (Last GPLv2+ version)
2065Current Vers: 0.19.8 2069Current Vers: 0.19.8
2066Maintainer: FSF 2070Maintainer: FSF
2067Archive Site: ftp://ftp.gnu.org/gnu/gettext/ 2071Archive Site: ftp://ftp.gnu.org/gnu/gettext/
2068Home Page: http://www.gnu.org/software/gettext/ 2072Home Page: http://www.gnu.org/software/gettext/
2069Mailing List: bug-gnu-utils@gnu.org 2073Mailing List: bug-gnu-utils@gnu.org
2070Responsible: christos 2074Responsible: christos
2071License: GPLv2+ (0.16.1), GPLv3+ (0.17 and later) 2075License: GPLv2+ (0.16.1), GPLv3+ (0.17 and later)
2072Location: external/gpl2/gettext 2076Location: external/gpl2/gettext
2073Notes: 2077Notes:
2074GNU gettext is used for userland tools like msgfmt(1) only. For libintl, 2078GNU gettext is used for userland tools like msgfmt(1) only. For libintl,
2075we use BSD-licensed implementation from Citrus project (see entry for 2079we use BSD-licensed implementation from Citrus project (see entry for
2076"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 2080"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one.
2077 2081
2078Package: grep 2082Package: grep
2079Version: 2.5.1a (last GPLv2+ version) 2083Version: 2.5.1a (last GPLv2+ version)
2080Current Vers: 3.1 2084Current Vers: 3.1
2081Maintainer: FSF 2085Maintainer: FSF
2082Archive Site: ftp://ftp.gnu.org/gnu/grep/ 2086Archive Site: ftp://ftp.gnu.org/gnu/grep/
2083Home Page: http://www.gnu.org/software/grep/ 2087Home Page: http://www.gnu.org/software/grep/
2084Mailing List: bug-gnu-utils@gnu.org 2088Mailing List: bug-gnu-utils@gnu.org
2085Responsible: simonb 2089Responsible: simonb
2086License: GPLv2+ (2.5.1a), GPLv3+ (2.5.3 and later) 2090License: GPLv2+ (2.5.1a), GPLv3+ (2.5.3 and later)
2087Location: external/gpl2/grep 2091Location: external/gpl2/grep
2088Notes: 2092Notes:
2089Use external/gpl2/grep/grep2netbsd for preparing the source tree 2093Use external/gpl2/grep/grep2netbsd for preparing the source tree
2090for the import. 2094for the import.
2091On 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep; 2095On 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep;
2092see also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html) 2096see also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html)
2093was imported into src/usr.bin/grep; 2097was imported into src/usr.bin/grep;
2094on 16 Feb 2011, the BSD grep implementation from FreeBSD was imported 2098on 16 Feb 2011, the BSD grep implementation from FreeBSD was imported
2095in src/usr.bin/grep, replacing FreeGrep 2099in src/usr.bin/grep, replacing FreeGrep
2096(http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html). 2100(http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html).
2097 2101
2098Package: groff 2102Package: groff
2099Version: 1.19.2 (last GPLv2+ version) 2103Version: 1.19.2 (last GPLv2+ version)
2100Current Vers: 1.22.4 2104Current Vers: 1.22.4
2101Maintainer: Werner Lemberg/FSF 2105Maintainer: Werner Lemberg/FSF
2102Archive Site: ftp://ftp.gnu.org/gnu/groff/ 2106Archive Site: ftp://ftp.gnu.org/gnu/groff/
2103Home Page: http://www.gnu.org/software/groff/ 2107Home Page: http://www.gnu.org/software/groff/
2104Mailing List: bug-groff@gnu.org 2108Mailing List: bug-groff@gnu.org
2105Responsible: 2109Responsible:
2106License: GPLv2+ (1.19.2), GPLv3+ (1.20 and later) 2110License: GPLv2+ (1.19.2), GPLv3+ (1.20 and later)
2107Location: external/gpl2/groff 2111Location: external/gpl2/groff
2108Notes: 2112Notes:
2109Use groff2netbsd from external/gpl2/groff/groff2netbsd to prepare the 2113Use groff2netbsd from external/gpl2/groff/groff2netbsd to prepare the
2110distribution for import. 2114distribution for import.
2111Update MDATE in src/external/gpl2/groff/Makefile.inc. 2115Update MDATE in src/external/gpl2/groff/Makefile.inc.
2112 2116
2113Package: gmake 2117Package: gmake
2114Version: 3.81 (Last GPlv2+ version) 2118Version: 3.81 (Last GPlv2+ version)
2115Current Vers: 4.2 2119Current Vers: 4.2
2116Maintainer: FSF 2120Maintainer: FSF
2117Archive Site: ftp://ftp.gnu.org/gnu/make/ 2121Archive Site: ftp://ftp.gnu.org/gnu/make/
2118Home Page: http://www.gnu.org/software/make/ 2122Home Page: http://www.gnu.org/software/make/
2119Mailing List: bug-make@gnu.org 2123Mailing List: bug-make@gnu.org
2120Responsible: 2124Responsible:
2121License: GPLv2+ (3.81), GPLv3+ (3.82 and later) 2125License: GPLv2+ (3.81), GPLv3+ (3.82 and later)
2122Location: external/gpl2/gmake 2126Location: external/gpl2/gmake
2123Notes: 2127Notes:
2124 2128
2125Package: diffutils 2129Package: diffutils
2126Version: 2.8.1 (Last GPLv2+ version) 2130Version: 2.8.1 (Last GPLv2+ version)
2127Current Vers: 3.6 2131Current Vers: 3.6
2128Maintainer: FSF 2132Maintainer: FSF
2129Archive Site: ftp://ftp.gnu.org/gnu/diffutils/ 2133Archive Site: ftp://ftp.gnu.org/gnu/diffutils/
2130Home Page: http://www.gnu.org/software/diffutils/ 2134Home Page: http://www.gnu.org/software/diffutils/
2131Mailing List: bug-diffutils@gnu.org 2135Mailing List: bug-diffutils@gnu.org
2132Responsible: 2136Responsible:
2133License: GPLv2+ (2.8.1), GPLv3+ (2.9 and later) 2137License: GPLv2+ (2.8.1), GPLv3+ (2.9 and later)
2134Location: external/gpl2/diffutils 2138Location: external/gpl2/diffutils
2135Notes: 2139Notes:
2136Use external/gpl2/diffutils/diffutils2netbsd for preparing the source tree 2140Use external/gpl2/diffutils/diffutils2netbsd for preparing the source tree
2137for the import. 2141for the import.
2138 2142
2139Package: rcs 2143Package: rcs
2140Version: 5.7 (Last GPLv2+ version) 2144Version: 5.7 (Last GPLv2+ version)
2141Current Vers: 5.9.4 2145Current Vers: 5.9.4
2142Maintainer: FSF 2146Maintainer: FSF
2143Archive Site: ftp://ftp.gnu.org/gnu/rcs/ 2147Archive Site: ftp://ftp.gnu.org/gnu/rcs/
2144Mailing List: bug-gnu-utils@gnu.org 2148Mailing List: bug-gnu-utils@gnu.org
2145Home Page: http://www.gnu.org/software/rcs/ 2149Home Page: http://www.gnu.org/software/rcs/
2146Responsible: agc 2150Responsible: agc
2147License: GPLv2+ (5.7), GPLv3+ (5.8 and later) 2151License: GPLv2+ (5.7), GPLv3+ (5.8 and later)
2148Location: external/gpl2/rcs 2152Location: external/gpl2/rcs
2149Notes: 2153Notes:
2150Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 2154Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
2151 2155
2152Package: texinfo 2156Package: texinfo
2153Version: 4.8a (Last GPLv2+ version) 2157Version: 4.8a (Last GPLv2+ version)
2154Current Vers: 6.5 2158Current Vers: 6.5
2155Maintainer: FSF 2159Maintainer: FSF
2156Archive Site: ftp://ftp.gnu.org/gnu/texinfo/ 2160Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
2157Home Page: http://www.gnu.org/software/texinfo/ 2161Home Page: http://www.gnu.org/software/texinfo/
2158Mailing List: bug-texinfo@gnu.org 2162Mailing List: bug-texinfo@gnu.org
2159Responsible: 2163Responsible:
2160License: GPLv2+ (4.8a), GPLv3+ (4.9 and later) 2164License: GPLv2+ (4.8a), GPLv3+ (4.9 and later)
2161Location: external/gpl2/texinfo 2165Location: external/gpl2/texinfo
2162Notes: 2166Notes:
2163Use src/external/gpl2/texinfo/texinfo2netbsd for preparing the source tree 2167Use src/external/gpl2/texinfo/texinfo2netbsd for preparing the source tree
2164for the import. 2168for the import.
2165 2169
2166Package: indent 2170Package: indent
2167Version: FreeBSD-2018-11-04 r340138 2171Version: FreeBSD-2018-11-04 r340138
2168Current Vers: FreeBSD-2018-11-04 r340138 2172Current Vers: FreeBSD-2018-11-04 r340138
2169Maintainer: The FreeBSD Project 2173Maintainer: The FreeBSD Project
2170Archive Site: none 2174Archive Site: none
2171Home Page: https://svnweb.freebsd.org/base/head/usr.bin/indent/ 2175Home Page: https://svnweb.freebsd.org/base/head/usr.bin/indent/
2172Mailing List: none 2176Mailing List: none
2173Responsible: 2177Responsible:
2174License: BSD-like (4-clause) 2178License: BSD-like (4-clause)
2175Location: usr.bin/indent 2179Location: usr.bin/indent
2176Notes: 2180Notes:
2177Tests are stored in tests/usr.bin/indent. 2181Tests are stored in tests/usr.bin/indent.
2178 2182
2179Package: ena 2183Package: ena
2180Version: 0.8.1 2184Version: 0.8.1
2181Current Vers: 2.0.0 2185Current Vers: 2.0.0
2182Maintainer: Amazon.com 2186Maintainer: Amazon.com
2183Archive Site: https://github.com/amzn/amzn-drivers/tree/master/kernel/fbsd/ena 2187Archive Site: https://github.com/amzn/amzn-drivers/tree/master/kernel/fbsd/ena
2184Home Page: https://github.com/amzn/amzn-drivers/ 2188Home Page: https://github.com/amzn/amzn-drivers/
2185Mailing List: none 2189Mailing List: none
2186Responsible: 2190Responsible:
2187License: BSD-like (2 and 3-clause) 2191License: BSD-like (2 and 3-clause)
2188Location: sys/external/bsd/ena-com 2192Location: sys/external/bsd/ena-com
2189Notes: 2193Notes: