Wed Feb 23 10:56:18 2022 UTC ()
sqlite-3.38 out


(wiz)
diff -r1.1837 -r1.1838 src/doc/3RDPARTY

cvs diff -r1.1837 -r1.1838 src/doc/3RDPARTY (switch to unified diff)

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