Wed Jul 26 18:00:51 2023 UTC ()
new OpenSSH


(christos)
diff -r1.1940 -r1.1941 src/doc/3RDPARTY
diff -r1.2984 -r1.2985 src/doc/CHANGES

cvs diff -r1.1940 -r1.1941 src/doc/3RDPARTY (switch to unified diff)

--- src/doc/3RDPARTY 2023/07/19 14:44:14 1.1940
+++ src/doc/3RDPARTY 2023/07/26 18:00:51 1.1941
@@ -1,2080 +1,2080 @@ @@ -1,2080 +1,2080 @@
1# $NetBSD: 3RDPARTY,v 1.1940 2023/07/19 14:44:14 wiz Exp $ 1# $NetBSD: 3RDPARTY,v 1.1941 2023/07/26 18:00:51 christos Exp $
2# 2#
3# This file contains a list of the software that has been integrated into 3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer. 4# NetBSD where we are not the primary maintainer.
5# 5#
6# When you make changes to this software, be sure to discuss it with the 6# When you make changes to this software, be sure to discuss it with the
7# maintainer and contribute your patches. Divergence from the official 7# maintainer and contribute your patches. Divergence from the official
8# sources is not desirable, and should be avoided as much as possible. 8# sources is not desirable, and should be avoided as much as possible.
9# 9#
10# When importing, please deal with the RCS IDs in this way: 10# When importing, please deal with the RCS IDs in this way:
11# 1. Preserve the RCS IDs in the files by removing the $ signs from 11# 1. Preserve the RCS IDs in the files by removing the $ signs from
12# the IDs before you do the import. 12# the IDs before you do the import.
13# 2. After the import, add NetBSD RCS IDs to all of the files. 13# 2. After the import, add NetBSD RCS IDs to all of the files.
14# 14#
15# A few notes on the format of this file (for the benefit of 15# A few notes on the format of this file (for the benefit of
16# 3rdparty2html): 16# 3rdparty2html):
17# 17#
18# 1.) Any line whose first non-whitespace character is # is a comment; 18# 1.) Any line whose first non-whitespace character is # is a comment;
19# 2.) Entries are separated by blank lines; 19# 2.) Entries are separated by blank lines;
20# 3.) Every package needs at least the Package, Version, Current Vers, 20# 3.) Every package needs at least the Package, Version, Current Vers,
21# and Maintainer fields; 21# and Maintainer fields;
22# 4.) Where a field has multiple lines of information, the field tag 22# 4.) Where a field has multiple lines of information, the field tag
23# should be repeated on each line, except: 23# should be repeated on each line, except:
24# 5.) The Notes: field tag should appear on a line by itself; all 24# 5.) The Notes: field tag should appear on a line by itself; all
25# remaining lines until the end of the record are notes. 25# remaining lines until the end of the record are notes.
26# 26#
27# Package: name or brief description (required, must be first) 27# Package: name or brief description (required, must be first)
28# Version: version that is included with NetBSD (required) 28# Version: version that is included with NetBSD (required)
29# Current Vers: version that is available upstream (required) 29# Current Vers: version that is available upstream (required)
30# Maintainer: name and/or email address of upstream maintainer (required) 30# Maintainer: name and/or email address of upstream maintainer (required)
31# Archive Site: URL to archive of upstream releases 31# Archive Site: URL to archive of upstream releases
32# Home Page: URL to web page for upstream project 32# Home Page: URL to web page for upstream project
33# 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: 20221020 44Version: 20221020
45Current Vers: 20221020 45Current Vers: 20221020
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: 2022-12-10 49Date: 2022-12-10
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: 2023-04-27 81Date: 2023-04-27
82Mailing List: atf-discuss@googlegroups.com 82Mailing List: atf-discuss@googlegroups.com
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.42/MPL 123Version: 9.16.42/MPL
124Current Vers: 9.16.342/MPL 9.19.14/MPL 124Current Vers: 9.16.342/MPL 9.19.14/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: 2023-06-26 128Date: 2023-06-26
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.44.2 154Version: 1.44.2
155Current Vers: 1.45.0 155Current Vers: 1.45.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: 2023-06-21 159Date: 2023-06-21
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.16.3 167Version: 1.16.3
168Current Vers: 1.17.1 168Current Vers: 1.17.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: 2023-06-21 172Date: 2023-06-21
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.6.0 182Version: 4.6.0
183Current Vers: 4.7.0 183Current Vers: 4.7.0
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: 2023-06-21 187Date: 2023-06-21
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.3-P1 338Version: 4.4.3-P1
339Current Vers: 4.4.3-P1 339Current Vers: 4.4.3-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: 2022-10-05 343Date: 2022-10-05
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: 10.0.2 355Version: 10.0.2
356Current Vers: 10.0.2 356Current Vers: 10.0.2
357Maintainer: roy 357Maintainer: roy
358Archive Site: https://github.com/NetworkConfiguration/dhcpcd/releases 358Archive Site: https://github.com/NetworkConfiguration/dhcpcd/releases
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: 2023-07-19 361Date: 2023-07-19
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.4.6 411Version: 2.4.6
412Current Vers: 2.5.0 412Current Vers: 2.5.0
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-09-21 416Date: 2022-09-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.43 425Version: 5.43
426Current Vers: 5.43 426Current Vers: 5.43
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: 2022-09-24 430Date: 2022-09-24
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: 10.5.0 453Version: 10.5.0
454Current Vers: 10.5.0/11.4.0/12.3.0/13.1.0 454Current Vers: 10.5.0/11.4.0/12.3.0/13.1.0
455Maintainer: FSF 455Maintainer: FSF
456Archive Site: ftp://ftp.gnu.org/gnu/gcc/ 456Archive Site: ftp://ftp.gnu.org/gnu/gcc/
457Home Page: https://www.gnu.org/software/gcc/ 457Home Page: https://www.gnu.org/software/gcc/
458Date: 2023-07-03 458Date: 2023-07-03
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: 13.1 485Current Vers: 13.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: 2023-02-19 489Date: 2023-02-19
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/2.39 501Version: 2.34/2.39
502Current Vers: 2.40 502Current Vers: 2.40
503Maintainer: FSF 503Maintainer: FSF
504Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 504Archive Site: ftp://ftp.gnu.org/gnu/binutils/
505Home Page: https://www.gnu.org/software/binutils/ 505Home Page: https://www.gnu.org/software/binutils/
506Date: 2023-01-15 506Date: 2023-01-15
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.8.0 546Version: 7.8.0
547Current Vers: 7.8.0 547Current Vers: 7.8.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: 2023-06-19 551Date: 2023-06-19
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-608 699Current Vers: less-608
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: 2023-02-07 703Date: 2023-02-07
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.4.0 715Version: 3.4.0
716Current Vers: 3.6.2 716Current Vers: 3.6.2
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.
726Local fix for PR bin/56080 sent back to upstream. 726Local fix for PR bin/56080 sent back to upstream.
727 727
728Package: libdevmapper 728Package: libdevmapper
729Version: 1.02.40 729Version: 1.02.40
730Current Vers: 2.2.03.09 730Current Vers: 2.2.03.09
731Maintainer: lvm-devel@redhat.com 731Maintainer: lvm-devel@redhat.com
732Archive Site: ftp://sources.redhat.com/pub/lvm2/ 732Archive Site: ftp://sources.redhat.com/pub/lvm2/
733Home Page: http://sources.redhat.com/lvm2/ 733Home Page: http://sources.redhat.com/lvm2/
734Date: 2020-06-13 734Date: 2020-06-13
735Responsible: haad 735Responsible: haad
736License: LGPLv2.1 736License: LGPLv2.1
737Location: external/gpl2/lvm2/dist/libdm 737Location: external/gpl2/lvm2/dist/libdm
738Notes: 738Notes:
739The lvm2tools and the libdevmapper are now distributed as one source 739The lvm2tools and the libdevmapper are now distributed as one source
740repository. See the lvm2tools Notes for more information. 740repository. See the lvm2tools Notes for more information.
741 741
742Package: libevent 742Package: libevent
743Version: 2.1.12-stable 743Version: 2.1.12-stable
744Current Vers: 2.1.12-stable 744Current Vers: 2.1.12-stable
745Maintainer: Niels Provos <provos@citi.umich.edu> 745Maintainer: Niels Provos <provos@citi.umich.edu>
746Archive Site: http://www.monkey.org/~provos/libevent/ 746Archive Site: http://www.monkey.org/~provos/libevent/
747Home Page: http://www.monkey.org/~provos/libevent/ 747Home Page: http://www.monkey.org/~provos/libevent/
748Date: 2021-04-06 748Date: 2021-04-06
749Responsible: 749Responsible:
750License: BSD (3/4-clause) 750License: BSD (3/4-clause)
751Location: external/bsd/libevent/dist 751Location: external/bsd/libevent/dist
752Notes: 752Notes:
753- Run the libevent2netbsd script 753- Run the libevent2netbsd script
754- Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes. 754- Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes.
755 man pages are in doxygen/man/man3. Remove the extra man pages that are 755 man pages are in doxygen/man/man3. Remove the extra man pages that are
756 .so'ing only. Copy the rest to man. 756 .so'ing only. Copy the rest to man.
757 757
758Package: llvm 758Package: llvm
759Version: 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da) 759Version: 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da)
760Current Vers.: 10.0.0 760Current Vers.: 10.0.0
761Maintainer: llvm-dev@lists.llvm.org 761Maintainer: llvm-dev@lists.llvm.org
762Home Page: https://llvm.org 762Home Page: https://llvm.org
763Date: 2020-06-13 763Date: 2020-06-13
764Responsible: joerg 764Responsible: joerg
765License: Apache2 with runtime exceptions 765License: Apache2 with runtime exceptions
766Location: external/apache2/llvm/dist 766Location: external/apache2/llvm/dist
767Notes: 767Notes:
768A CVS ACL is in place for the location to prevent unintentioned commits. 768A CVS ACL is in place for the location to prevent unintentioned commits.
769All changes should come via import from upstream SVN. 769All changes should come via import from upstream SVN.
770 770
771Package: lvm2tools 771Package: lvm2tools
772Version: 2.02.56 772Version: 2.02.56
773Current Vers: 2.03.02 773Current Vers: 2.03.02
774Maintainer: lvm-devel@redhat.com 774Maintainer: lvm-devel@redhat.com
775Archive Site: ftp://sources.redhat.com/pub/lvm2/ 775Archive Site: ftp://sources.redhat.com/pub/lvm2/
776Home Page: http://sources.redhat.com/lvm2/ 776Home Page: http://sources.redhat.com/lvm2/
777Date: 2019-01-09 777Date: 2019-01-09
778Responsible: haad 778Responsible: haad
779License: GPLv2 779License: GPLv2
780Location: external/gpl2/lvm2/dist 780Location: external/gpl2/lvm2/dist
781Notes: 781Notes:
782Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to 782Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to
783prepare source tree for import. Keep eye on dist/include/configure.h 783prepare source tree for import. Keep eye on dist/include/configure.h
784it might change over the releases. We maintain our own version of 784it might change over the releases. We maintain our own version of
785libdevmapper ioctl protocol code, therefore we should test it before 785libdevmapper ioctl protocol code, therefore we should test it before
786import. Talk to haad before importing new version. 786import. Talk to haad before importing new version.
787 787
788Package: libpcap 788Package: libpcap
789Version: 1.9.1 789Version: 1.9.1
790Current Vers: 1.9.1 790Current Vers: 1.9.1
791Maintainer: tcpdump-workers@tcpdump.org 791Maintainer: tcpdump-workers@tcpdump.org
792Archive Site: http://www.tcpdump.org/release/ 792Archive Site: http://www.tcpdump.org/release/
793Home Page: http://www.tcpdump.org/ 793Home Page: http://www.tcpdump.org/
794Date: 2021-03-01 794Date: 2021-03-01
795Mailing List: tcpdump-workers@tcpdump.org 795Mailing List: tcpdump-workers@tcpdump.org
796Responsible: dyoung 796Responsible: dyoung
797License: BSD (3/4-clause) 797License: BSD (3/4-clause)
798Location: external/bsd/libpcap/dist 798Location: external/bsd/libpcap/dist
799Notes: 799Notes:
800Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source 800Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source
801tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h 801tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h
802 802
803Package: tcpdump 803Package: tcpdump
804Version: 4.9.3 804Version: 4.9.3
805Current Vers: 4.9.3 805Current Vers: 4.9.3
806Maintainer: tcpdump-workers@lists.tcpdump.org 806Maintainer: tcpdump-workers@lists.tcpdump.org
807Archive Site: http://www.tcpdump.org/release/ 807Archive Site: http://www.tcpdump.org/release/
808Home Page: http://www.tcpdump.org/ 808Home Page: http://www.tcpdump.org/
809Date: 2021-03-01 809Date: 2021-03-01
810Mailing List: tcpdump-workers@lists.tcpdump.org 810Mailing List: tcpdump-workers@lists.tcpdump.org
811Responsible: 811Responsible:
812License: BSD (3-clause) 812License: BSD (3-clause)
813Location: external/bsd/tcpdump/dist 813Location: external/bsd/tcpdump/dist
814Notes: 814Notes:
815Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source 815Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source
816tree. 816tree.
817 817
818Package: libwrap 818Package: libwrap
819Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes 819Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
820Current Vers: tcp_wrappers 7.6-ipv6.4 820Current Vers: tcp_wrappers 7.6-ipv6.4
821Maintainer: Wietse Venema <wietse@porcupine.org> 821Maintainer: Wietse Venema <wietse@porcupine.org>
822Archive Site: ftp://ftp.porcupine.org/pub/security/ 822Archive Site: ftp://ftp.porcupine.org/pub/security/
823Home Page: ftp://ftp.porcupine.org/pub/security/ 823Home Page: ftp://ftp.porcupine.org/pub/security/
824Date: 2020-06-13 824Date: 2020-06-13
825Mailing List: 825Mailing List:
826Responsible: cjs 826Responsible: cjs
827License: BSD-like 827License: BSD-like
828Location: lib/libwrap 828Location: lib/libwrap
829Notes: 829Notes:
830We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 830We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
831under src/usr.sbin). We don't use tcpd; that functionality is built 831under src/usr.sbin). We don't use tcpd; that functionality is built
832into inetd. The provided libwrap2netbsd script handles just libwrap. 832into inetd. The provided libwrap2netbsd script handles just libwrap.
833 833
834Package: Lua 834Package: Lua
835Version: Lua 5.4.4 835Version: Lua 5.4.4
836Current Vers: Lua 5.4.4 836Current Vers: Lua 5.4.4
837Maintainer: PUC Rio 837Maintainer: PUC Rio
838Home Page: https://www.lua.org/ 838Home Page: https://www.lua.org/
839Date: 2023-04-16 839Date: 2023-04-16
840Mailing List: 840Mailing List:
841Responsible: mbalmer, lneto, salazar, alnsn 841Responsible: mbalmer, lneto, salazar, alnsn
842License: MIT 842License: MIT
843Location: external/mit/lua/dist 843Location: external/mit/lua/dist
844Notes: 844Notes:
845The default module paths have been changed to not include the current 845The default module paths have been changed to not include the current
846working directory '.' to avoid potential security problems. 846working directory '.' to avoid potential security problems.
847All 11 bugfixes listed on http://www.lua.org/bugs.html#5.4.4 as of 2023-04-18 847All 11 bugfixes listed on http://www.lua.org/bugs.html#5.4.4 as of 2023-04-18
848have been applied. 848have been applied.
849 849
850Package: Lutok 850Package: Lutok
851Version: 0.3 851Version: 0.3
852Current Vers: 0.4 852Current Vers: 0.4
853Maintainer: Julio Merino <jmmv@NetBSD.org> 853Maintainer: Julio Merino <jmmv@NetBSD.org>
854Archive site: https://github.com/jmmv/lutok/releases 854Archive site: https://github.com/jmmv/lutok/releases
855Home page: https://github.com/jmmv/lutok 855Home page: https://github.com/jmmv/lutok
856Date: 2020-06-13 856Date: 2020-06-13
857Mailing List: lutok-discuss@googlegroups.com 857Mailing List: lutok-discuss@googlegroups.com
858Responsible: jmmv 858Responsible: jmmv
859License: BSD 3-clause 859License: BSD 3-clause
860Location: external/bsd/lutok/dist 860Location: external/bsd/lutok/dist
861Notes: 861Notes:
862The source files are in external/bsd/lutok/dist. 862The source files are in external/bsd/lutok/dist.
863Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory. 863Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory.
864 864
865Package: m4 865Package: m4
866Version: 20091026 866Version: 20091026
867Current Vers: 20190628 867Current Vers: 20190628
868Maintainer: The OpenBSD Project 868Maintainer: The OpenBSD Project
869Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4 869Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4
870Home Page: http://www.openbsd.org/ 870Home Page: http://www.openbsd.org/
871Date: 2020-06-13 871Date: 2020-06-13
872Mailing List: 872Mailing List:
873License: BSD 3-clause like (dns-sd) 873License: BSD 3-clause like (dns-sd)
874Responsible: christos 874Responsible: christos
875Location: usr.bin/m4 875Location: usr.bin/m4
876Notes: 876Notes:
877Uses libc's ohash 877Uses libc's ohash
878 878
879Package: mDNSResponder 879Package: mDNSResponder
880Version: 878.30.4 880Version: 878.30.4
881Current Vers: 1790.80.10 881Current Vers: 1790.80.10
882Maintainer: Apple 882Maintainer: Apple
883Archive Site: https://www.opensource.apple.com/tarballs/mDNSResponder/ 883Archive Site: https://www.opensource.apple.com/tarballs/mDNSResponder/
884Home Page: https://developer.apple.com/bonjour/ 884Home Page: https://developer.apple.com/bonjour/
885Date: 2023-06-29 885Date: 2023-06-29
886Mailing List: bonjour-dev@lists.apple.com 886Mailing List: bonjour-dev@lists.apple.com
887License: Apache2 (mdnsd), BSD 3-clause (libdns_sd), 887License: Apache2 (mdnsd), BSD 3-clause (libdns_sd),
888 BSD 3-clause like (dns-sd) 888 BSD 3-clause like (dns-sd)
889Responsible: tsarna 889Responsible: tsarna
890Location: external/apache2/mDNSResponder/dist 890Location: external/apache2/mDNSResponder/dist
891Notes: 891Notes:
892 892
893Package: mandoc 893Package: mandoc
894Version: 1.14.5 894Version: 1.14.5
895Current Vers: 1.14.6 895Current Vers: 1.14.6
896Maintainer: Kristaps Džonsons/Ingo Schwarze 896Maintainer: Kristaps Džonsons/Ingo Schwarze
897Archive Site: http://mandoc.bsd.lv/snapshots/ 897Archive Site: http://mandoc.bsd.lv/snapshots/
898Home Page: http://mandoc.bsd.lv/ 898Home Page: http://mandoc.bsd.lv/
899Date: 2021-03-01 899Date: 2021-03-01
900Mailing List: 900Mailing List:
901Responsible: joerg 901Responsible: joerg
902License: BSD (2-clause) 902License: BSD (2-clause)
903Location: external/bsd/mdocml/dist 903Location: external/bsd/mdocml/dist
904Notes: 904Notes:
905 905
906Package: mesa-demos 906Package: mesa-demos
907Version: 8.1.0 907Version: 8.1.0
908Current Vers: 8.4.0 908Current Vers: 8.4.0
909Maintainer: mesa-git@? 909Maintainer: mesa-git@?
910Archive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/ 910Archive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/
911Home Page: http://www.mesa3d.org/ 911Home Page: http://www.mesa3d.org/
912Date: 2020-06-13 912Date: 2020-06-13
913Mailing List: 913Mailing List:
914Responsible: riastradh, mrg 914Responsible: riastradh, mrg
915License: ISC 915License: ISC
916Location: xsrc/external/mit/mesa-demos/dist 916Location: xsrc/external/mit/mesa-demos/dist
917Notes: 917Notes:
918We use only glxinfo and glxgears. Delete all else on import. 918We use only glxinfo and glxgears. Delete all else on import.
919Vendor tag: xorg 919Vendor tag: xorg
920Release tag: mesa-demos-X-Y-Z 920Release tag: mesa-demos-X-Y-Z
921 921
922Package: mesa-drm 922Package: mesa-drm
923Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c 923Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
924Current Vers: 924Current Vers:
925Maintainer: mesa-git@? 925Maintainer: mesa-git@?
926Archive Site: git://anongit.freedesktop.org/git/mesa/drm 926Archive Site: git://anongit.freedesktop.org/git/mesa/drm
927Home Page: http://cgit.freedesktop.org/mesa/drm/ 927Home Page: http://cgit.freedesktop.org/mesa/drm/
928Date: 2019-01-09 928Date: 2019-01-09
929Mailing List: 929Mailing List:
930Responsible: mrg, bjs 930Responsible: mrg, bjs
931License: BSD 931License: BSD
932Location: sys/external/bsd/drm/dist 932Location: sys/external/bsd/drm/dist
933Notes: 933Notes:
934 934
935Package: MesaLib 935Package: MesaLib
936Version: 19.1.7 936Version: 19.1.7
937Current Vers: 20.1.1 937Current Vers: 20.1.1
938Maintainer: mesa-git@? 938Maintainer: mesa-git@?
939Archive Site: ftp://ftp.freedesktop.org/pub/mesa/ 939Archive Site: ftp://ftp.freedesktop.org/pub/mesa/
940Home Page: http://www.mesa3d.org/ 940Home Page: http://www.mesa3d.org/
941Date: 2020-06-13 941Date: 2020-06-13
942Mailing List: 942Mailing List:
943Responsible: riastradh, mrg 943Responsible: riastradh, mrg
944License: ISC 944License: ISC
945Location: xsrc/external/mit/MesaLib/dist 945Location: xsrc/external/mit/MesaLib/dist
946Notes: 946Notes:
947Vendor tag: xorg 947Vendor tag: xorg
948Release tag: MesaLib-X-Y-Z 948Release tag: MesaLib-X-Y-Z
949 949
950Package: mopd 950Package: mopd
951Version: 2.5.3 951Version: 2.5.3
952Current Vers: 2.5.3 952Current Vers: 2.5.3
953Maintainer: Mats O Jansson <maja@celsiustech.se> 953Maintainer: Mats O Jansson <maja@celsiustech.se>
954Archive Site: http://www.stacken.kth.se/~moj/mopd.html 954Archive Site: http://www.stacken.kth.se/~moj/mopd.html
955Home Page: http://www.stacken.kth.se/~moj/mopd.html 955Home Page: http://www.stacken.kth.se/~moj/mopd.html
956Date: 2019-01-09 956Date: 2019-01-09
957Mailing List: 957Mailing List:
958Responsible: cjs 958Responsible: cjs
959License: BSD (4-clause) 959License: BSD (4-clause)
960Location: usr.sbin/mopd 960Location: usr.sbin/mopd
961Notes: 961Notes:
962Delete the otherOS directory before importing. 962Delete the otherOS directory before importing.
963 963
964Package: nawk 964Package: nawk
965Version: 2020-02-18 965Version: 2020-02-18
966Current Vers: 2020-06-12 966Current Vers: 2020-06-12
967Maintainer: Brian Kernighan <bwk@princeton.edu> 967Maintainer: Brian Kernighan <bwk@princeton.edu>
968Archive Site: https://github.com/onetrueawk/awk 968Archive Site: https://github.com/onetrueawk/awk
969Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/ 969Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/
970Date: 2020-06-13 970Date: 2020-06-13
971Mailing List: 971Mailing List:
972Responsible: jdolecek 972Responsible: jdolecek
973License: BSD-like 973License: BSD-like
974Location: external/historical/nawk/dist 974Location: external/historical/nawk/dist
975Notes: 975Notes:
976Build maketab from nawk sources and generate proctab.c. 976Build maketab from nawk sources and generate proctab.c.
977Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win 977Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win
978then import to src/external/historical/nawk/dist. 978then import to src/external/historical/nawk/dist.
979 979
980Package: ndbootd 980Package: ndbootd
981Version: 0.5 981Version: 0.5
982Current Vers: 0.5 982Current Vers: 0.5
983Maintainer: Matt Fredette <fredette@alum.mit.edu> 983Maintainer: Matt Fredette <fredette@alum.mit.edu>
984Archive Site: 984Archive Site:
985Home Page: 985Home Page:
986Date: 2019-01-09 986Date: 2019-01-09
987Responsible: fredette 987Responsible: fredette
988License: BSD (4-clause) 988License: BSD (4-clause)
989Location: usr.sbin/ndbootd 989Location: usr.sbin/ndbootd
990Notes: 990Notes:
991Run ./configure, save config.h, make distclean, rm all autoconf/automake 991Run ./configure, save config.h, make distclean, rm all autoconf/automake
992and ndbootd-raw.c. Restore saved config.h, and force it to define 992and ndbootd-raw.c. Restore saved config.h, and force it to define
993HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 993HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
994 994
995Package: ntp 995Package: ntp
996Version: 4.2.8p15 996Version: 4.2.8p15
997Current Vers: 4.2.8p15 997Current Vers: 4.2.8p15
998Maintainer: David L. Mills <mills@udel.edu> 998Maintainer: David L. Mills <mills@udel.edu>
999Archive Site: http://www.ntp.org/ 999Archive Site: http://www.ntp.org/
1000Home Page: http://www.ntp.org/, http://support.ntp.org/ 1000Home Page: http://www.ntp.org/, http://support.ntp.org/
1001Date: 2022-10-09 1001Date: 2022-10-09
1002Mailing List: 1002Mailing List:
1003Responsible: simonb, jonathan, kardel 1003Responsible: simonb, jonathan, kardel
1004License: BSD-like 1004License: BSD-like
1005Location: external/bsd/ntp/dist 1005Location: external/bsd/ntp/dist
1006Notes: 1006Notes:
1007See /usr/src/dist/ntp/ntp2netbsd for update instructions. 1007See /usr/src/dist/ntp/ntp2netbsd for update instructions.
1008 1008
1009Package: nvi 1009Package: nvi
1010Version: 1.81.6, HEAD as of 2013-11-20 1010Version: 1.81.6, HEAD as of 2013-11-20
1011Current Vers: 1.81.6 1011Current Vers: 1.81.6
1012Maintainer: Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic 1012Maintainer: Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic
1013Archive Site: git://repo.or.cz/nvi.git 1013Archive Site: git://repo.or.cz/nvi.git
1014Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/ 1014Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/
1015Date: 2020-06-13 1015Date: 2020-06-13
1016Mailing List: 1016Mailing List:
1017Responsible: christos 1017Responsible: christos
1018License: BSD (3/4-clause) 1018License: BSD (3/4-clause)
1019Location: external/bsd/nvi/dist 1019Location: external/bsd/nvi/dist
1020Notes: 1020Notes:
1021We have lots of local fixes. 1021We have lots of local fixes.
1022 1022
1023Package: OpenLDAP 1023Package: OpenLDAP
1024Version: 2.5.6 1024Version: 2.5.6
1025Current Vers: 2.5.6 1025Current Vers: 2.5.6
1026Maintainer: OpenLDAP Foundation 1026Maintainer: OpenLDAP Foundation
1027Archive Site: http://www.openldap.org/ 1027Archive Site: http://www.openldap.org/
1028Home Page: http://www.openldap.org/ 1028Home Page: http://www.openldap.org/
1029Date: 2021-08-14 1029Date: 2021-08-14
1030Mailing List: 1030Mailing List:
1031Responsible: 1031Responsible:
1032License: BSD (3-clause) 1032License: BSD (3-clause)
1033Location: external/bsd/openldap/dist 1033Location: external/bsd/openldap/dist
1034Notes: 1034Notes:
1035 1035
1036Package: OpenPAM 1036Package: OpenPAM
1037Version: 20230627 (Ximenia) 1037Version: 20230627 (Ximenia)
1038Current Vers: 20230627 (Ximenia) 1038Current Vers: 20230627 (Ximenia)
1039Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org> 1039Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org>
1040Archive Site: http://www.openpam.org/ 1040Archive Site: http://www.openpam.org/
1041Home Page: http://www.openpam.org/ 1041Home Page: http://www.openpam.org/
1042Date: 2023-06-30 1042Date: 2023-06-30
1043Mailing List: 1043Mailing List:
1044Responsible: christos 1044Responsible: christos
1045License: BSD (3-clause) 1045License: BSD (3-clause)
1046Location: external/bsd/openpam/dist 1046Location: external/bsd/openpam/dist
1047Notes: 1047Notes:
1048 1048
1049Package: openresolv 1049Package: openresolv
1050Version: 3.13.2 1050Version: 3.13.2
1051Current Vers: 3.13.2 1051Current Vers: 3.13.2
1052Maintainer: roy 1052Maintainer: roy
1053Archive Site: https://github.com/NetworkConfiguration/openresolv/releases 1053Archive Site: https://github.com/NetworkConfiguration/openresolv/releases
1054Home Page: http://roy.marples.name/projects/openresolv/ 1054Home Page: http://roy.marples.name/projects/openresolv/
1055Date: 2023-06-27 1055Date: 2023-06-27
1056License: BSD (2-clause) 1056License: BSD (2-clause)
1057Location: external/bsd/openresolv/dist 1057Location: external/bsd/openresolv/dist
1058Notes: 1058Notes:
1059Please submit all changes to the author. 1059Please submit all changes to the author.
1060 1060
1061Package: HPN-SSH 1061Package: HPN-SSH
1062Version: 6.1p1 13 v14 1062Version: 6.1p1 13 v14
1063Current Vers: 6.3p1 v14 1063Current Vers: 6.3p1 v14
1064Maintainer: www.psc.edu 1064Maintainer: www.psc.edu
1065Archive Site: 1065Archive Site:
1066Home Page: http://www.psc.edu/index.php/hpn-ssh 1066Home Page: http://www.psc.edu/index.php/hpn-ssh
1067Date: 2019-01-09 1067Date: 2019-01-09
1068Mailing List: 1068Mailing List:
1069Responsible: christos 1069Responsible: christos
1070License: 1070License:
1071Location: crypto/external/bsd/openssh/dist 1071Location: crypto/external/bsd/openssh/dist
1072Notes: 1072Notes:
1073Patch applied after OpenSSH import. 1073Patch applied after OpenSSH import.
1074 1074
1075Package: OpenSSH 1075Package: OpenSSH
1076Version: 9.1 1076Version: 9.1
1077Current Vers: 9.3 / portable 9.3p2 1077Current Vers: 9.3 / portable 9.3p2
1078Maintainer: OpenSSH 1078Maintainer: OpenSSH
1079Archive Site: http://www.openssh.com/ftp.html 1079Archive Site: http://www.openssh.com/ftp.html
1080Home Page: http://www.openssh.com/portable.html 1080Home Page: http://www.openssh.com/portable.html
1081Date: 2023-03-16 1081Date: 2023-07-26
1082Mailing List: openssh-unix-announce@mindrot.org 1082Mailing List: openssh-unix-announce@mindrot.org
1083Responsible: thorpej, christos, elric 1083Responsible: thorpej, christos, elric
1084License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE 1084License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
1085Location: crypto/external/bsd/openssh/dist 1085Location: crypto/external/bsd/openssh/dist
1086Notes: 1086Notes:
1087imported from OpenBSD ssh -- is not from the portable OpenSSH 1087imported from OpenBSD ssh -- is not from the portable OpenSSH
1088use openssh2netbsd before import. 1088use openssh2netbsd before import.
1089local changes (should always try to bring them back to master openssh tree, 1089local changes (should always try to bring them back to master openssh tree,
1090markus is very cooperative about it): 1090markus is very cooperative about it):
1091- default for PermitRootLogin is set to "no" 1091- default for PermitRootLogin is set to "no"
1092- IgnoreRootRhosts added 1092- IgnoreRootRhosts added
1093- look at login.conf to check valid user/access list 1093- look at login.conf to check valid user/access list
1094- krb5 support re-added 1094- krb5 support re-added
1095- hack in cipher.c #ifdef ACCS because we are missing EVP_acss 1095- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
1096 when someone imports openssl, we can remove this. 1096 when someone imports openssl, we can remove this.
1097- added moduli from portable openssh 1097- added moduli from portable openssh
1098- added USE_PAM patches and auth_pam.[ch] from portable openssh 1098- added USE_PAM patches and auth_pam.[ch] from portable openssh
1099 (see if there is any difference between the current version of opensshX.Yp1 1099 (see if there is any difference between the current version of opensshX.Yp1
1100 and the new opensshZ.Wp1) and apply them. 1100 and the new opensshZ.Wp1) and apply them.
1101- added LDAP from portable openssh. 1101- added LDAP from portable openssh.
1102- conditionalize login_cap 1102- conditionalize login_cap
1103- conditionalize bsd_auth 1103- conditionalize bsd_auth
1104- restore krb5, krb4, afs, skey 1104- restore krb5, krb4, afs, skey
1105- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none 1105- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
1106- fix ctype macro arguments 1106- fix ctype macro arguments
1107- umac is broken, disable it 1107- umac is broken, disable it
1108- better ~homedir handling 1108- better ~homedir handling
1109- netbsd style tunnels 1109- netbsd style tunnels
1110- urandom, xhome, chrootdir, rescuedir NetBSD handling 1110- urandom, xhome, chrootdir, rescuedir NetBSD handling
1111- utmp/utmpx handling 1111- utmp/utmpx handling
1112- handle tty posix_vdisable properly 1112- handle tty posix_vdisable properly
1113- handle setuid and unsetuid the posix way instead of setresuid() 1113- handle setuid and unsetuid the posix way instead of setresuid()
1114- add all missing functions 1114- add all missing functions
1115- always bump major when importing to avoid api problems. 1115- always bump major when importing to avoid api problems.
1116- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. 1116- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes.
1117- adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent 1117- adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent
1118- blocklistd additions 1118- blocklistd additions
1119 1119
1120Package: OpenSSL 1120Package: OpenSSL
1121Version: 1.0.2o/1.1.1t/3.0.9 1121Version: 1.0.2o/1.1.1t/3.0.9
1122Current Vers: 1.0.2zd/1.1.1u/3.0.9 1122Current Vers: 1.0.2zd/1.1.1u/3.0.9
1123Maintainer: The OpenSSL Project 1123Maintainer: The OpenSSL Project
1124Archive Site: ftp://ftp.openssl.org/source/ 1124Archive Site: ftp://ftp.openssl.org/source/
1125Home Page: http://www.openssl.org/ 1125Home Page: http://www.openssl.org/
1126Date: 2023-05-31 1126Date: 2023-05-31
1127Mailing List: openssl-announce@openssl.org 1127Mailing List: openssl-announce@openssl.org
1128Responsible: christos, mjf, tls, riastradh, spz 1128Responsible: christos, mjf, tls, riastradh, spz
1129License: OpenSSL and SSLeay license (both BSD-like) 1129License: OpenSSL and SSLeay license (both BSD-like)
1130Location: crypto/external/bsd/openssl/dist 1130Location: crypto/external/bsd/openssl/dist
1131Notes: 1131Notes:
1132- Run openssl2netbsd to get rid of the RCSID identifiers 1132- Run openssl2netbsd to get rid of the RCSID identifiers
1133- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man 1133- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
1134 to regen man pages. 1134 to regen man pages.
1135- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/* 1135- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/*
1136 to regen assembly files 1136 to regen assembly files
1137 1137
1138Package: pcc 1138Package: pcc
1139Version: 1.1.0.DEVEL 20160208 1139Version: 1.1.0.DEVEL 20160208
1140Current Vers: 1.1.0 20141210 1140Current Vers: 1.1.0 20141210
1141Maintainer: Anders Magnusson <ragge@NetBSD.org> 1141Maintainer: Anders Magnusson <ragge@NetBSD.org>
1142Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/ 1142Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/
1143Home Page: http://pcc.ludd.ltu.se/ 1143Home Page: http://pcc.ludd.ltu.se/
1144Date: 2019-01-09 1144Date: 2019-01-09
1145Mailing List: pcc-list@ludd.ltu.se 1145Mailing List: pcc-list@ludd.ltu.se
1146Responsible: plunky 1146Responsible: plunky
1147License: BSD 1147License: BSD
1148Location: external/bsd/pcc/dist 1148Location: external/bsd/pcc/dist
1149Notes: 1149Notes:
1150This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh 1150This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh
1151file for details about how to get the latest version from the upstream server 1151file for details about how to get the latest version from the upstream server
1152and import it. 1152and import it.
1153 1153
1154Package: pdisk 1154Package: pdisk
1155Version: 0.8a2 1155Version: 0.8a2
1156Current Vers: 0.8a2 1156Current Vers: 0.8a2
1157Maintainer: Eryk Vershen <eryk@cfcl.com> 1157Maintainer: Eryk Vershen <eryk@cfcl.com>
1158Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1158Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1159Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1159Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
1160Date: 2019-01-09 1160Date: 2019-01-09
1161Mailing List: 1161Mailing List:
1162Responsible: dbj 1162Responsible: dbj
1163License: BSD-like 1163License: BSD-like
1164Location: external/bsd/pdisk 1164Location: external/bsd/pdisk
1165Notes: 1165Notes:
1166This is the disk partition utility used by Apple's mkLinux and OS X 1166This is the disk partition utility used by Apple's mkLinux and OS X
1167It is imported into external/bsd/pdisk. 1167It is imported into external/bsd/pdisk.
1168 1168
1169Package: pdksh 1169Package: pdksh
1170Version: 5.2.14p2 1170Version: 5.2.14p2
1171Current Vers: 5.2.14p2 1171Current Vers: 5.2.14p2
1172Maintainer: Michael Rendell <michael@cs.mun.ca> 1172Maintainer: Michael Rendell <michael@cs.mun.ca>
1173Archive Site: 1173Archive Site:
1174Home Page: 1174Home Page:
1175Date: 2019-01-09 1175Date: 2019-01-09
1176Mailing List: 1176Mailing List:
1177Responsible: jdolecek 1177Responsible: jdolecek
1178License: Public domain 1178License: Public domain
1179Location: bin/ksh 1179Location: bin/ksh
1180Notes: 1180Notes:
1181pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 1181pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
1182 1182
1183Package: PF (openbsd packet filter) 1183Package: PF (openbsd packet filter)
1184Version: OpenBSD 4.2 1184Version: OpenBSD 4.2
1185Current Vers: OpenBSD 6.3-current 1185Current Vers: OpenBSD 6.3-current
1186Maintainer: The OpenBSD Project 1186Maintainer: The OpenBSD Project
1187Archive Site: ftp://ftp.openbsd.org/ 1187Archive Site: ftp://ftp.openbsd.org/
1188Home Page: http://www.openbsd.org/faq/pf/ 1188Home Page: http://www.openbsd.org/faq/pf/
1189Date: 2019-01-09 1189Date: 2019-01-09
1190Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 1190Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list
1191Responsible: peter, yamt 1191Responsible: peter, yamt
1192License: BSD (2-clause) 1192License: BSD (2-clause)
1193Location: dist/pf,sys/dist/pf 1193Location: dist/pf,sys/dist/pf
1194Notes: 1194Notes:
1195kernel code is imported into src/sys/dist/pf and src/sys/net has reachover 1195kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
1196definition (files.pf). userland code is imported into src/dist/pf, and 1196definition (files.pf). userland code is imported into src/dist/pf, and
1197reachover Makefiles are in src/usr.sbin/pf. 1197reachover Makefiles are in src/usr.sbin/pf.
1198 1198
1199Package: pkg_install 1199Package: pkg_install
1200Version: 20210410 1200Version: 20210410
1201Current Vers: 20211115 1201Current Vers: 20211115
1202Maintainer: The pkgsrc developers 1202Maintainer: The pkgsrc developers
1203Home Page: http://www.pkgsrc.org/ 1203Home Page: http://www.pkgsrc.org/
1204Date: 2022-05-10 1204Date: 2022-05-10
1205Mailing List: tech-pkg@NetBSD.org 1205Mailing List: tech-pkg@NetBSD.org
1206Responsible: joerg 1206Responsible: joerg
1207License: BSD 1207License: BSD
1208Location: external/bsd/pkg_install/dist 1208Location: external/bsd/pkg_install/dist
1209Notes: 1209Notes:
1210The authoritative version is in pkgsrc/pkgtools/pkg_install. 1210The authoritative version is in pkgsrc/pkgtools/pkg_install.
1211 1211
1212Package: ping 1212Package: ping
1213Version: 980911 1213Version: 980911
1214Current Vers: 980911 1214Current Vers: 980911
1215Maintainer: Mike Muuss 1215Maintainer: Mike Muuss
1216Archive Site: 1216Archive Site:
1217Date: 2021-02-28 1217Date: 2021-02-28
1218Mailing List: 1218Mailing List:
1219Responsible: christos 1219Responsible: christos
1220License: BSD (3-clause) 1220License: BSD (3-clause)
1221Location: sbin/ping 1221Location: sbin/ping
1222Notes: 1222Notes:
1223We use err() and friends. We have changes for snprintf, extra 1223We use err() and friends. We have changes for snprintf, extra
1224formatting in man pages, disallowing flood pinging, alignment fixes, 1224formatting in man pages, disallowing flood pinging, alignment fixes,
1225and more. Vern's ping is gone. We are too different from everyone else 1225and more. Vern's ping is gone. We are too different from everyone else
1226now to do a new import. 1226now to do a new import.
1227 1227
1228Package: Postfix 1228Package: Postfix
1229Version: 3.7.3 1229Version: 3.7.3
1230Current Vers: 3.7.3 1230Current Vers: 3.7.3
1231Maintainer: Wietse Venema <wietse@porcupine.org> 1231Maintainer: Wietse Venema <wietse@porcupine.org>
1232Archive Site: 1232Archive Site:
1233Home Page: http://www.postfix.org/ 1233Home Page: http://www.postfix.org/
1234Date: 2022-10-08 1234Date: 2022-10-08
1235Mailing List: postfix-users@postfix.org 1235Mailing List: postfix-users@postfix.org
1236Responsible: christos 1236Responsible: christos
1237License: IBM Public License. See also src/external/ibm-public/postfix/dist. 1237License: IBM Public License. See also src/external/ibm-public/postfix/dist.
1238Location: external/ibm-public/postfix/dist 1238Location: external/ibm-public/postfix/dist
1239Notes: 1239Notes:
1240 1240
1241Package: ppp 1241Package: ppp
1242Version: 2.4.9 1242Version: 2.4.9
1243Current Vers: 2.4.9 1243Current Vers: 2.4.9
1244Maintainer: Paul Mackerras <paulus@samba.org> 1244Maintainer: Paul Mackerras <paulus@samba.org>
1245Archive Site: 1245Archive Site:
1246Home Page: 1246Home Page:
1247Date: 2021-01-09 1247Date: 2021-01-09
1248GIT root: https://github.com/paulusmack/ppp.git 1248GIT root: https://github.com/paulusmack/ppp.git
1249Mailing List: 1249Mailing List:
1250Responsible: christos, cube 1250Responsible: christos, cube
1251License: BSD (3-clause) 1251License: BSD (3-clause)
1252Location: external/bsd/ppp/dist 1252Location: external/bsd/ppp/dist
1253Notes: 1253Notes:
1254BSD support was removed from 2.4.0; I added it back and removed 1254BSD support was removed from 2.4.0; I added it back and removed
1255some GPL pieces. Multilink support is missing. Repeated pings to 1255some GPL pieces. Multilink support is missing. Repeated pings to
1256Paulus have not yielded results. I've retrofitted pppdump to use 1256Paulus have not yielded results. I've retrofitted pppdump to use
1257net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 1257net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
1258is clearly a pain. I have not tested the modules code, neither our 1258is clearly a pain. I have not tested the modules code, neither our
1259makefiles make it easy to construct a module, but I left one there 1259makefiles make it easy to construct a module, but I left one there
1260as an example. 1260as an example.
1261TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're 1261TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're
1262using the version found in 2.4.1. 1262using the version found in 2.4.1.
1263 1263
1264Package: root.cache 1264Package: root.cache
1265Version: 2019093001 (September 30, 2019) 1265Version: 2019093001 (September 30, 2019)
1266Current Vers: 2019093001 (September 30, 2019) 1266Current Vers: 2019093001 (September 30, 2019)
1267Maintainer: InterNIC 1267Maintainer: InterNIC
1268Archive Site: ftp://ftp.internic.net/domain/named.root 1268Archive Site: ftp://ftp.internic.net/domain/named.root
1269Home Page: ftp://ftp.internic.net/domain/named.root 1269Home Page: ftp://ftp.internic.net/domain/named.root
1270Date: 2019-10-09 1270Date: 2019-10-09
1271Mailing List: 1271Mailing List:
1272Responsible: thorpej 1272Responsible: thorpej
1273License: Public domain 1273License: Public domain
1274Location: etc/namedb 1274Location: etc/namedb
1275Notes: 1275Notes:
1276The root server cache is also included with BIND. However, the 1276The root server cache is also included with BIND. However, the
1277InterNIC version is usually more up to date. 1277InterNIC version is usually more up to date.
1278 1278
1279Package: routed 1279Package: routed
1280Version: 2.32 1280Version: 2.32
1281Current Vers: 2.32 1281Current Vers: 2.32
1282Maintainer: Vernon Schryver <vjs@rhyolite.com> 1282Maintainer: Vernon Schryver <vjs@rhyolite.com>
1283Archive Site: 1283Archive Site:
1284Home Page: 1284Home Page:
1285Date: 2021-02-28 1285Date: 2021-02-28
1286Mailing List: 1286Mailing List:
1287Responsible: christos 1287Responsible: christos
1288License: BSD (4-clause) 1288License: BSD (4-clause)
1289Location: sbin/routed 1289Location: sbin/routed
1290Notes: 1290Notes:
1291We use the md5 code from libc 1291We use the md5 code from libc
1292We don't allow RIP_TRACEON and RIP_TRACEOFF 1292We don't allow RIP_TRACEON and RIP_TRACEOFF
1293We use arc4random 1293We use arc4random
1294We use strlcpy/snprintf 1294We use strlcpy/snprintf
1295 1295
1296Package: send-pr (part of GNATS) 1296Package: send-pr (part of GNATS)
1297Version: 3.2 1297Version: 3.2
1298Current Vers: 4.2 1298Current Vers: 4.2
1299Maintainer: FSF 1299Maintainer: FSF
1300Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 1300Archive Site: ftp://ftp.gnu.org/gnu/gnats/
1301Home Page: http://www.gnu.org/software/gnats/ 1301Home Page: http://www.gnu.org/software/gnats/
1302Mailing List: bug-gnats@gnu.org 1302Mailing List: bug-gnats@gnu.org
1303License: GPLv2+ (4.1), GPLv3+ (4.2 and later) 1303License: GPLv2+ (4.1), GPLv3+ (4.2 and later)
1304Responsible: 1304Responsible:
1305Location: external/gpl2/send-pr 1305Location: external/gpl2/send-pr
1306Notes: 1306Notes:
1307We have 3.2 with patches to become 3.95 which was never distributed. This 1307We have 3.2 with patches to become 3.95 which was never distributed. This
1308is the last "standalone" send-pr version. Newer versions require "query-pr" 1308is the last "standalone" send-pr version. Newer versions require "query-pr"
1309to be installed and many more changes. It is not worth the hassle. 1309to be installed and many more changes. It is not worth the hassle.
1310 1310
1311Package: SoftFloat 1311Package: SoftFloat
1312Version: 2a 1312Version: 2a
1313Current Vers: 3e 1313Current Vers: 3e
1314Maintainer: John Hauser <jhauser@jhauser.us> 1314Maintainer: John Hauser <jhauser@jhauser.us>
1315Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 1315Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
1316Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html 1316Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html
1317Mailing List: 1317Mailing List:
1318Responsible: bjh21 1318Responsible: bjh21
1319License: Public domain 1319License: Public domain
1320Location: lib/libc/softfloat 1320Location: lib/libc/softfloat
1321Notes: 1321Notes:
1322Heavily modified for use as a soft float library for GCC. The actual 1322Heavily modified for use as a soft float library for GCC. The actual
1323arithmetic code is unchanged, though, and should behave exactly like the 1323arithmetic code is unchanged, though, and should behave exactly like the
1324original. 1324original.
1325 1325
1326Package: sqlite 1326Package: sqlite
1327Version: 3.26.0 1327Version: 3.26.0
1328Current Vers: 3.39.3 1328Current Vers: 3.39.3
1329Maintainer: Richard Hipp <drh@sqlite.org> 1329Maintainer: Richard Hipp <drh@sqlite.org>
1330Home Page: http://www.sqlite.org 1330Home Page: http://www.sqlite.org
1331Date: 2022-09-05 1331Date: 2022-09-05
1332Responsible: joerg 1332Responsible: joerg
1333License: Public domain 1333License: Public domain
1334Location: external/public-domain/sqlite/dist 1334Location: external/public-domain/sqlite/dist
1335Notes: 1335Notes:
1336Run cleantags before importing because sqlite3.c has an RCSID 1336Run cleantags before importing because sqlite3.c has an RCSID
1337 1337
1338 1338
1339Package: TestFloat 1339Package: TestFloat
1340Version: 2a 1340Version: 2a
1341Current Vers: 3e 1341Current Vers: 3e
1342Maintainer: John Hauser <jhauser@jhauser.us> 1342Maintainer: John Hauser <jhauser@jhauser.us>
1343Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html 1343Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
1344Home Page: http://www.jhauser.us/arithmetic/TestFloat.html 1344Home Page: http://www.jhauser.us/arithmetic/TestFloat.html
1345Date: 2020-06-13 1345Date: 2020-06-13
1346Mailing List: 1346Mailing List:
1347Responsible: ross 1347Responsible: ross
1348License: BSD (4-clause) 1348License: BSD (4-clause)
1349Location: regress/lib/libc/ieeefp/testfloat 1349Location: regress/lib/libc/ieeefp/testfloat
1350Notes: 1350Notes:
1351 1351
1352 1352
1353Package: malloc 1353Package: malloc
1354Version: 1995-01-15 1354Version: 1995-01-15
1355Current Vers: 1995-01-15 1355Current Vers: 1995-01-15
1356Maintainer: FSF 1356Maintainer: FSF
1357Archive Site: ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz 1357Archive Site: ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz
1358Home Page: 1358Home Page:
1359Mailing List: 1359Mailing List:
1360Responsible: christos 1360Responsible: christos
1361License: GPLv2+ 1361License: GPLv2+
1362Location: external/gpl2/libmalloc 1362Location: external/gpl2/libmalloc
1363Notes: 1363Notes:
1364The original version of gnumalloc was added (not imported) from 1364The original version of gnumalloc was added (not imported) from
1365prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest 1365prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest
1366version from 1995. It is written by Mike Haertel, and was distributed 1366version from 1995. It is written by Mike Haertel, and was distributed
1367both standalone and as part of glibc. At some point glibc switched 1367both standalone and as part of glibc. At some point glibc switched
1368to use Doug Lea's ptmalloc which is now tightly bound with glibc 1368to use Doug Lea's ptmalloc which is now tightly bound with glibc
1369and cannot be separated. The Doug Lea version of malloc is also 1369and cannot be separated. The Doug Lea version of malloc is also
1370distributed in a standalone form by Wolfram Gloger in 1370distributed in a standalone form by Wolfram Gloger in
1371http://www.malloc.de/en/. We can consider switching to ptmalloc 1371http://www.malloc.de/en/. We can consider switching to ptmalloc
1372at some point since it will provide an alternative MT malloc, but 1372at some point since it will provide an alternative MT malloc, but
1373perhaps this implementation should be kept anyway for historical 1373perhaps this implementation should be kept anyway for historical
1374purposes. 1374purposes.
1375 1375
1376Package: tmux 1376Package: tmux
1377Version: 3.3a 1377Version: 3.3a
1378Current Vers: 3.3a 1378Current Vers: 3.3a
1379Maintainer: Nicholas Marriott <nicholas.marriott@gmail.com> 1379Maintainer: Nicholas Marriott <nicholas.marriott@gmail.com>
1380Archive site: https://github.com/tmux/tmux 1380Archive site: https://github.com/tmux/tmux
1381Home page: http://tmux.github.io 1381Home page: http://tmux.github.io
1382Date: 2022-06-09 1382Date: 2022-06-09
1383Mailing List: tmux-users@googlegroups.com 1383Mailing List: tmux-users@googlegroups.com
1384Responsible: christos 1384Responsible: christos
1385License: BSD 1385License: BSD
1386Location: external/bsd/tmux/dist 1386Location: external/bsd/tmux/dist
1387Notes: 1387Notes:
1388See src/external/bsd/tmux/README for instructions on how to import a 1388See src/external/bsd/tmux/README for instructions on how to import a
1389new tmux release. 1389new tmux release.
1390 1390
1391Package: top 1391Package: top
1392Version: 3.8beta1 1392Version: 3.8beta1
1393Current Vers: 3.8beta1 1393Current Vers: 3.8beta1
1394Maintainer: William LeFebvre <wnl@groupsys.com> 1394Maintainer: William LeFebvre <wnl@groupsys.com>
1395Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz 1395Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1396Home Page: http://www.unixtop.org/ 1396Home Page: http://www.unixtop.org/
1397Mailing List: top-spinners@ocee.groupsys.com 1397Mailing List: top-spinners@ocee.groupsys.com
1398Responsible: simonb, christos 1398Responsible: simonb, christos
1399License: BSD (2-clause) 1399License: BSD (2-clause)
1400Location: external/bsd/top/dist 1400Location: external/bsd/top/dist
1401Notes: 1401Notes:
1402 1402
1403Package: traceroute 1403Package: traceroute
1404Version: 1.4a12 1404Version: 1.4a12
1405Current Vers: 1.4a12 1405Current Vers: 1.4a12
1406Maintainer: traceroute@ee.lbl.gov 1406Maintainer: traceroute@ee.lbl.gov
1407Archive Site: ftp://ftp.ee.lbl.gov/ 1407Archive Site: ftp://ftp.ee.lbl.gov/
1408Home Page: http://ftp.ee.lbl.gov/ 1408Home Page: http://ftp.ee.lbl.gov/
1409Mailing List: 1409Mailing List:
1410Responsible: 1410Responsible:
1411License: BSD (4-clause) 1411License: BSD (4-clause)
1412Location: usr.sbin/traceroute 1412Location: usr.sbin/traceroute
1413Notes: 1413Notes:
1414Added changes from a5 -> a12 manually. 1414Added changes from a5 -> a12 manually.
1415 1415
1416Package: tradcpp 1416Package: tradcpp
1417Version: 0.5.3 1417Version: 0.5.3
1418Current Vers: 0.5.3 1418Current Vers: 0.5.3
1419Maintainer: David A. Holland <dholland@NetBSD.org> 1419Maintainer: David A. Holland <dholland@NetBSD.org>
1420Archive Site: https://ftp.NetBSD.org/pub/NetBSD/misc/dholland/ 1420Archive Site: https://ftp.NetBSD.org/pub/NetBSD/misc/dholland/
1421Home Page: https://www.NetBSD.org/~dholland/tradcpp/ 1421Home Page: https://www.NetBSD.org/~dholland/tradcpp/
1422Mailing List: tech-toolchain 1422Mailing List: tech-toolchain
1423Responsible: dholland 1423Responsible: dholland
1424License: BSD (2-clause) 1424License: BSD (2-clause)
1425Location: external/bsd/tradcpp 1425Location: external/bsd/tradcpp
1426Notes: 1426Notes:
1427 1427
1428Package: tz 1428Package: tz
1429Version: tzcode2022g / tzdata2023cgtz 1429Version: tzcode2022g / tzdata2023cgtz
1430Current Vers: tzcode2023c / tzdata2023c 1430Current Vers: tzcode2023c / tzdata2023c
1431Maintainer: Paul Eggert <eggert@cs.ucla.edu> 1431Maintainer: Paul Eggert <eggert@cs.ucla.edu>
1432Archive Site: ftp://ftp.iana.org/tz/releases/ 1432Archive Site: ftp://ftp.iana.org/tz/releases/
1433Archive Site: ftp://munnari.oz.au/pub/oldtz/ 1433Archive Site: ftp://munnari.oz.au/pub/oldtz/
1434Old Archive Site: ftp://elsie.nci.nih.gov/pub/ 1434Old Archive Site: ftp://elsie.nci.nih.gov/pub/
1435Home Page: http://www.iana.org/time-zones 1435Home Page: http://www.iana.org/time-zones
1436Date: 2022-12-11 1436Date: 2022-12-11
1437Mailing List: tz@iana.org 1437Mailing List: tz@iana.org
1438Responsible: kleink, christos, kre 1438Responsible: kleink, christos, kre
1439License: Public domain 1439License: Public domain
1440Location: lib/libc/time/zoneinfo, external/public-domain/tz/share 1440Location: lib/libc/time/zoneinfo, external/public-domain/tz/share
1441Notes: 1441Notes:
1442Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import. 1442Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import.
1443Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode, 1443Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode,
1444register removal) to apply. The diffs have been submitted upstream but there 1444register removal) to apply. The diffs have been submitted upstream but there
1445is too much inertia to apply them. Check for .gitignore files. 1445is too much inertia to apply them. Check for .gitignore files.
1446For the data files, do use external/public-domain/tz/tzdata2netbsd (usually, 1446For the data files, do use external/public-domain/tz/tzdata2netbsd (usually,
1447for now, late 2021, do it manually). 1447for now, late 2021, do it manually).
1448 1448
1449Package: wpa_supplicant/hostapd 1449Package: wpa_supplicant/hostapd
1450Version: 2.9 1450Version: 2.9
1451Current Vers: 2.9 1451Current Vers: 2.9
1452Maintainer: Jouni Malinen <jkmaline@cc.hut.fi> 1452Maintainer: Jouni Malinen <jkmaline@cc.hut.fi>
1453Archive Site: http://w1.fi/releases/ 1453Archive Site: http://w1.fi/releases/
1454Home Page: http://w1.fi/wpa_supplicant/ 1454Home Page: http://w1.fi/wpa_supplicant/
1455Date: 2021-02-28 1455Date: 2021-02-28
1456Mailing List: 1456Mailing List:
1457Responsible: scw, dyoung, christos 1457Responsible: scw, dyoung, christos
1458License: BSD or GPLv2 1458License: BSD or GPLv2
1459Location: external/bsd/wpa/dist 1459Location: external/bsd/wpa/dist
1460Notes: 1460Notes:
1461See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions. 1461See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions.
1462 1462
1463Package: zlib 1463Package: zlib
1464Version: 1.2.13 1464Version: 1.2.13
1465Current Vers: 1.2.13 1465Current Vers: 1.2.13
1466Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 1466Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org>
1467Archive Site: http://www.zlib.net/ 1467Archive Site: http://www.zlib.net/
1468Home Page: http://www.zlib.net/ 1468Home Page: http://www.zlib.net/
1469Date: 2022-10-15 1469Date: 2022-10-15
1470Mailing List: 1470Mailing List:
1471Responsible: gwr, christos 1471Responsible: gwr, christos
1472License: BSD (3-clause) 1472License: BSD (3-clause)
1473Location: common/dist/zlib 1473Location: common/dist/zlib
1474Notes: 1474Notes:
1475Imported to src/common/dist/zlib and shared by the kernel and userland. 1475Imported to src/common/dist/zlib and shared by the kernel and userland.
1476Remember to run cleantags 1476Remember to run cleantags
1477 1477
1478Package: services, protocols 1478Package: services, protocols
1479Version: 2021-04-07 (services), 2021-02-26 (protocols) 1479Version: 2021-04-07 (services), 2021-02-26 (protocols)
1480Current Vers: 2021-04-07 (services), 2021-02-26 (protocols) 1480Current Vers: 2021-04-07 (services), 2021-02-26 (protocols)
1481Maintainer: IANA 1481Maintainer: IANA
1482Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services) 1482Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services)
1483Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols) 1483Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols)
1484Home Page: http://www.iana.org/ 1484Home Page: http://www.iana.org/
1485Date: 2021-04-08 1485Date: 2021-04-08
1486Mailing List: 1486Mailing List:
1487Responsible: christos 1487Responsible: christos
1488License: None 1488License: None
1489Location: etc 1489Location: etc
1490Notes: 1490Notes:
14911. Build package net/iana-etc 14911. Build package net/iana-etc
14922. Add NetBSD rcsid to the generated protocols and services in the package 14922. Add NetBSD rcsid to the generated protocols and services in the package
1493 work area. 1493 work area.
14943. Append the local services from the current services file. 14943. Append the local services from the current services file.
14954. Run: 14954. Run:
1496 services_mkdb -u services > /usr/src/etc/services 1496 services_mkdb -u services > /usr/src/etc/services
1497 cp protocols /usr/src/etc/protocols 1497 cp protocols /usr/src/etc/protocols
14985. Fix protocols 14985. Fix protocols
1499 - fix manet alias to MANET; giving an alias with the same name is a no/op 1499 - fix manet alias to MANET; giving an alias with the same name is a no/op
1500 - protocol 84 is defined for as ttp and iptm, merge the two entries since 1500 - protocol 84 is defined for as ttp and iptm, merge the two entries since
1501 libc getprotoent() does not read the whole file and merge in the "files" 1501 libc getprotoent() does not read the whole file and merge in the "files"
1502 implementation. 1502 implementation.
1503 - add alias carp to vrrp 1503 - add alias carp to vrrp
1504 - put back 240 (pfsync), splitting the unassigned entries 1504 - put back 240 (pfsync), splitting the unassigned entries
1505 1505
1506Package: pigz 1506Package: pigz
1507Version: 2.3.1 1507Version: 2.3.1
1508Current Vers: 2.4 1508Current Vers: 2.4
1509Maintainer: Mark Adler <madler@alumni.caltech.edu> 1509Maintainer: Mark Adler <madler@alumni.caltech.edu>
1510Archive Site: http://zlib.net/pigz/ 1510Archive Site: http://zlib.net/pigz/
1511Home Page: http://zlib.net/pigz/ 1511Home Page: http://zlib.net/pigz/
1512Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net 1512Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net
1513Responsible: mrg, tls 1513Responsible: mrg, tls
1514License: zlib 1514License: zlib
1515Location: external/zlib/pigz/dist 1515Location: external/zlib/pigz/dist
1516Notes: 1516Notes:
1517 1517
1518Package: xz 1518Package: xz
1519Version: 5.2.4 1519Version: 5.2.4
1520Current Vers: 5.4.1 1520Current Vers: 5.4.1
1521Maintainer: Lasse Collin <lasse.collin@tukanni.org> 1521Maintainer: Lasse Collin <lasse.collin@tukanni.org>
1522Archive Site: http://tukaani.org/xz/ 1522Archive Site: http://tukaani.org/xz/
1523Home Page: http://tukaani.org/xz/ 1523Home Page: http://tukaani.org/xz/
1524Date: 2023-01-12 1524Date: 2023-01-12
1525Responsible: joerg 1525Responsible: joerg
1526License: public-domain 1526License: public-domain
1527Location: external/public-domain/xz/dist 1527Location: external/public-domain/xz/dist
1528Notes: 1528Notes:
15291. See prepare-import script for stripping down the distribution. 15291. See prepare-import script for stripping down the distribution.
15302. Use run-configure and double check that the stripped down configure works 15302. Use run-configure and double check that the stripped down configure works
1531 for tools. 1531 for tools.
15323. Carefully check for non-autoconf GPL components leaked into the dist area. 15323. Carefully check for non-autoconf GPL components leaked into the dist area.
1533 1533
1534Package: mpc 1534Package: mpc
1535Version: 1.3.1 1535Version: 1.3.1
1536Current Vers: 1.3.1 1536Current Vers: 1.3.1
1537Maintainer: 1537Maintainer:
1538Archive Site: http://www.multiprecision.org/mpc/download/ 1538Archive Site: http://www.multiprecision.org/mpc/download/
1539Home Page: http://www.multiprecision.org/mpc/ 1539Home Page: http://www.multiprecision.org/mpc/
1540Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development 1540Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development
1541Responsible: mrg 1541Responsible: mrg
1542License: LGPL3 1542License: LGPL3
1543Location: external/lgpl3/mpc/dist 1543Location: external/lgpl3/mpc/dist
1544Notes: 1544Notes:
1545 1545
1546Package: mpfr 1546Package: mpfr
1547Version: 4.2.0 1547Version: 4.2.0
1548Current Vers: 4.2.0 1548Current Vers: 4.2.0
1549Maintainer: 1549Maintainer:
1550Archive Site: http://www.mpfr.org/mpfr-current/ 1550Archive Site: http://www.mpfr.org/mpfr-current/
1551Home Page: http://www.mpfr.org/ 1551Home Page: http://www.mpfr.org/
1552Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce 1552Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce
1553Responsible: mrg 1553Responsible: mrg
1554License: LGPL3 1554License: LGPL3
1555Location: external/lgpl3/mpfr/dist 1555Location: external/lgpl3/mpfr/dist
1556Notes: 1556Notes:
1557 1557
1558Package: GNU MP 1558Package: GNU MP
1559Version: 6.2.1 1559Version: 6.2.1
1560Current Vers: 6.2.1 1560Current Vers: 6.2.1
1561Maintainer: https://gmplib.org/mailman/listinfo/gmp-devel 1561Maintainer: https://gmplib.org/mailman/listinfo/gmp-devel
1562Archive Site: https://gmplib.org/ 1562Archive Site: https://gmplib.org/
1563Home Page: https://gmplib.org/ 1563Home Page: https://gmplib.org/
1564Mailing List: https://gmplib.org/mailman/listinfo/gmp-announce 1564Mailing List: https://gmplib.org/mailman/listinfo/gmp-announce
1565Responsible: mrg 1565Responsible: mrg
1566License: LGPL3 1566License: LGPL3
1567Location: external/lgpl3/gmp/dist 1567Location: external/lgpl3/gmp/dist
1568Notes: See the README. 1568Notes: See the README.
1569 1569
1570Package: osnet 1570Package: osnet
1571Version: osnet-20100224 1571Version: osnet-20100224
1572Current Vers: ? 1572Current Vers: ?
1573Maintainer: ? 1573Maintainer: ?
1574Archive Site: ? 1574Archive Site: ?
1575Home Page: ? 1575Home Page: ?
1576Mailing List: ? 1576Mailing List: ?
1577Responsible: ? 1577Responsible: ?
1578License: CDDL 1578License: CDDL
1579Location: external/cddl/osnet 1579Location: external/cddl/osnet
1580Notes: 1580Notes:
1581 1581
1582Package: sljit 1582Package: sljit
1583Version: 0.93 (svn revision 333) 1583Version: 0.93 (svn revision 333)
1584Current Vers: 0.93 1584Current Vers: 0.93
1585Maintainer: Zoltán Herczeg <hzmester@freemail.hu 1585Maintainer: Zoltán Herczeg <hzmester@freemail.hu
1586Archive Site: http://sourceforge.net/projects/sljit/ 1586Archive Site: http://sourceforge.net/projects/sljit/
1587Home Page: http://sljit.sourceforge.net/ 1587Home Page: http://sljit.sourceforge.net/
1588Mailing List: none 1588Mailing List: none
1589Responsible: alnsn 1589Responsible: alnsn
1590License: BSD (2-clause) 1590License: BSD (2-clause)
1591Location: sys/external/bsd/sljit/dist 1591Location: sys/external/bsd/sljit/dist
1592Notes: 1592Notes:
1593 Need to feed back local changes 1593 Need to feed back local changes
1594 1594
1595Package: tre 1595Package: tre
1596Version: 0.8.0, git source as of 20171117 1596Version: 0.8.0, git source as of 20171117
1597Current Vers: 0.8.0 1597Current Vers: 0.8.0
1598Maintainer: http://laurikari.net/tre 1598Maintainer: http://laurikari.net/tre
1599Archive Site: https://github.com/laurikari/tre 1599Archive Site: https://github.com/laurikari/tre
1600Home Page: http://laurikari.net/tre 1600Home Page: http://laurikari.net/tre
1601Mailing List: 1601Mailing List:
1602Responsible: agc, christos 1602Responsible: agc, christos
1603License: BSD (2-clause) 1603License: BSD (2-clause)
1604Location: external/bsd/tre/dist 1604Location: external/bsd/tre/dist
1605Notes: 1605Notes:
1606 Need to feed back local changes 1606 Need to feed back local changes
1607 1607
1608Package: TrouSerS 1608Package: TrouSerS
1609Version: 0.3.14 1609Version: 0.3.14
1610Current Vers: 0.3.14 1610Current Vers: 0.3.14
1611Maintainer: http://trousers.sourceforge.net 1611Maintainer: http://trousers.sourceforge.net
1612Archive Site: http://trousers.sourceforge.net 1612Archive Site: http://trousers.sourceforge.net
1613Home Page: http://trousers.sourceforge.net 1613Home Page: http://trousers.sourceforge.net
1614Mailing List: http://trousers.sourceforge.net 1614Mailing List: http://trousers.sourceforge.net
1615Responsible: christos 1615Responsible: christos
1616License: CPL 1616License: CPL
1617Location: crypto/external/cpl/trousers/dist 1617Location: crypto/external/cpl/trousers/dist
1618Notes: 1618Notes:
1619 Need to feed back local changes 1619 Need to feed back local changes
1620 1620
1621Package: tpm-tools 1621Package: tpm-tools
1622Version: 1.3.9.1 1622Version: 1.3.9.1
1623Current Vers: 1.3.9.1 1623Current Vers: 1.3.9.1
1624Maintainer: http://trousers.sourceforge.net 1624Maintainer: http://trousers.sourceforge.net
1625Archive Site: http://trousers.sourceforge.net 1625Archive Site: http://trousers.sourceforge.net
1626Home Page: http://trousers.sourceforge.net 1626Home Page: http://trousers.sourceforge.net
1627Mailing List: http://trousers.sourceforge.net 1627Mailing List: http://trousers.sourceforge.net
1628Responsible: christos 1628Responsible: christos
1629License: CPL 1629License: CPL
1630Location: crypto/external/cpl/tpm-tools/dist 1630Location: crypto/external/cpl/tpm-tools/dist
1631Notes: 1631Notes:
1632 Need to feed back local changes 1632 Need to feed back local changes
1633 1633
1634Package: elftoolchain (libelf/libdwarf) 1634Package: elftoolchain (libelf/libdwarf)
1635Version: FreeBSD-2016-02-19-r295822 1635Version: FreeBSD-2016-02-19-r295822
1636Current Vers: 0.7.1 1636Current Vers: 0.7.1
1637Maintainer: Joseph Koshi <jkoshi@freebsd.org> 1637Maintainer: Joseph Koshi <jkoshi@freebsd.org>
1638Archive Site: none 1638Archive Site: none
1639Home Page: http://elftoolchain.sourceforge.net 1639Home Page: http://elftoolchain.sourceforge.net
1640Mailing List: none 1640Mailing List: none
1641Responsible: christos 1641Responsible: christos
1642License: BSD-like (2-clause) 1642License: BSD-like (2-clause)
1643Location: sys/external/bsd/elftoolchain/dist 1643Location: sys/external/bsd/elftoolchain/dist
1644Notes: 1644Notes:
1645 Run prepare-import.sh; next time use svn id. 1645 Run prepare-import.sh; next time use svn id.
1646 1646
1647Package: timeout 1647Package: timeout
1648Version: FreeBSD-2014-07-16 r268763 1648Version: FreeBSD-2014-07-16 r268763
1649Current Vers: FreeBSD-2016-05-01 r331720 1649Current Vers: FreeBSD-2016-05-01 r331720
1650Maintainer: Baptiste Daroussin <bapt@FreeBSD.org> 1650Maintainer: Baptiste Daroussin <bapt@FreeBSD.org>
1651Archive Site: none 1651Archive Site: none
1652Home Page: https://svnweb.freebsd.org/base/head/usr.bin/timeout/ 1652Home Page: https://svnweb.freebsd.org/base/head/usr.bin/timeout/
1653Mailing List: none 1653Mailing List: none
1654Responsible: christos 1654Responsible: christos
1655License: BSD-like (2-clause) 1655License: BSD-like (2-clause)
1656Location: usr.bin/timeout 1656Location: usr.bin/timeout
1657 1657
1658Package: libproc 1658Package: libproc
1659Version: FreeBSD-2015-09-24 1659Version: FreeBSD-2015-09-24
1660Current Vers: FreeBSD-2018-07-27 r336782 1660Current Vers: FreeBSD-2018-07-27 r336782
1661Maintainer: Rui Paulo <rpaulo@FreeBSD.org> 1661Maintainer: Rui Paulo <rpaulo@FreeBSD.org>
1662Archive Site: none 1662Archive Site: none
1663Home Page: https://svnweb.freebsd.org/base/head/lib/libproc/ 1663Home Page: https://svnweb.freebsd.org/base/head/lib/libproc/
1664Mailing List: none 1664Mailing List: none
1665Responsible: christos 1665Responsible: christos
1666License: BSD-like (2-clause) 1666License: BSD-like (2-clause)
1667Location: external/bsd/libproc/dist 1667Location: external/bsd/libproc/dist
1668 1668
1669Package: librtld_db 1669Package: librtld_db
1670Version: FreeBSD-2015-09-24 1670Version: FreeBSD-2015-09-24
1671Current Vers: FreeBSD-2017-11-26 r326219 1671Current Vers: FreeBSD-2017-11-26 r326219
1672Maintainer: Rui Paulo <rpaulo@FreeBSD.org> 1672Maintainer: Rui Paulo <rpaulo@FreeBSD.org>
1673Archive Site: none 1673Archive Site: none
1674Home Page: https://svnweb.freebsd.org/base/head/lib/librtld_db/ 1674Home Page: https://svnweb.freebsd.org/base/head/lib/librtld_db/
1675Mailing List: none 1675Mailing List: none
1676Responsible: christos 1676Responsible: christos
1677License: BSD-like (2-clause) 1677License: BSD-like (2-clause)
1678Location: external/bsd/librtld_db/dist 1678Location: external/bsd/librtld_db/dist
1679 1679
1680Package: netcat 1680Package: netcat
1681Version: OpenBSD-2017-02-06 1681Version: OpenBSD-2017-02-06
1682Current Vers: OpenBSD-2020-02-12 1682Current Vers: OpenBSD-2020-02-12
1683Maintainer: OpenBSD 1683Maintainer: OpenBSD
1684Archive Site: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ 1684Archive Site: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/
1685Home Page: none 1685Home Page: none
1686Date: 2020-06-13 1686Date: 2020-06-13
1687Mailing List: none 1687Mailing List: none
1688Responsible: christos 1688Responsible: christos
1689License: BSD-like (3-clause) 1689License: BSD-like (3-clause)
1690Location: usr.bin/nc 1690Location: usr.bin/nc
1691 1691
1692Package: gnu-efi 1692Package: gnu-efi
1693Version: 3.0.14 1693Version: 3.0.14
1694Current Vers: 3.0.14 1694Current Vers: 3.0.14
1695Maintainer: https://sourceforge.net/projects/gnu-efi/ 1695Maintainer: https://sourceforge.net/projects/gnu-efi/
1696Archive Site: https://sourceforge.net/projects/gnu-efi/ 1696Archive Site: https://sourceforge.net/projects/gnu-efi/
1697Home Page: https://sourceforge.net/projects/gnu-efi/ 1697Home Page: https://sourceforge.net/projects/gnu-efi/
1698Mailing List: https://sourceforge.net/projects/gnu-efi/ 1698Mailing List: https://sourceforge.net/projects/gnu-efi/
1699Responsible: 1699Responsible:
1700License: BSD-like (3-clause) 1700License: BSD-like (3-clause)
1701Location: sys/external/bsd/gnu-efi 1701Location: sys/external/bsd/gnu-efi
1702 1702
1703Package: dc 1703Package: dc
1704Version: 20170410 1704Version: 20170410
1705Current Vers: 20190906 1705Current Vers: 20190906
1706Maintainer: The OpenBSD Project 1706Maintainer: The OpenBSD Project
1707Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/dc 1707Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/dc
1708Home Page: http://www.openbsd.org/ 1708Home Page: http://www.openbsd.org/
1709Date: 2020-06-13 1709Date: 2020-06-13
1710Mailing List: 1710Mailing List:
1711License: BSD 1711License: BSD
1712Responsible: christos 1712Responsible: christos
1713Location: usr.bin/dc 1713Location: usr.bin/dc
1714Notes: 1714Notes:
1715 Uses OpenSSL's bignum 1715 Uses OpenSSL's bignum
1716 1716
1717Package: dtc, libfdt 1717Package: dtc, libfdt
1718Version: 1.5.1 1718Version: 1.5.1
1719Current Vers: 1.5.1 1719Current Vers: 1.5.1
1720Maintainer: David Gibson <david@gibson.dropbear.id.au>, Jon Loeliger <jdl@jdl.com> 1720Maintainer: David Gibson <david@gibson.dropbear.id.au>, Jon Loeliger <jdl@jdl.com>
1721Archive Site: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1721Archive Site: https://git.kernel.org/pub/scm/utils/dtc/dtc.git
1722Home Page: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1722Home Page: https://git.kernel.org/pub/scm/utils/dtc/dtc.git
1723Mailing List: mailto:devicetree-compiler@vger.kernel.org 1723Mailing List: mailto:devicetree-compiler@vger.kernel.org
1724Responsible: skrll 1724Responsible: skrll
1725License: GPLv2 (dtc), BSD (libfdt) 1725License: GPLv2 (dtc), BSD (libfdt)
1726Location: external/gpl2/dtc, sys/external/bsd/libfdt 1726Location: external/gpl2/dtc, sys/external/bsd/libfdt
1727Notes: 1727Notes:
1728external/gpl2/dtc/dtc2netbsd should be used to create directories to import 1728external/gpl2/dtc/dtc2netbsd should be used to create directories to import
1729 1729
1730Package: dts 1730Package: dts
1731Version: 5.15 1731Version: 5.15
1732Current Vers: 5.15 1732Current Vers: 5.15
1733Maintainer: https://www.kernel.org/ 1733Maintainer: https://www.kernel.org/
1734Archive Site: https://cdn.kernel.org/pub/linux/kernel/v5.x/ 1734Archive Site: https://cdn.kernel.org/pub/linux/kernel/v5.x/
1735Home Page: https://www.kernel.org/ 1735Home Page: https://www.kernel.org/
1736Mailing List: mailto:devicetree@vger.kernel.org 1736Mailing List: mailto:devicetree@vger.kernel.org
1737Responsible: jmcneill 1737Responsible: jmcneill
1738License: GPLv2 and dual GPLv2/X11 license 1738License: GPLv2 and dual GPLv2/X11 license
1739Location: sys/external/gpl2/dts 1739Location: sys/external/gpl2/dts
1740 1740
1741Package: iscsi 1741Package: iscsi
1742Version: 4.12.4 1742Version: 4.12.4
1743Current Vers: 4.12.4 1743Current Vers: 4.12.4
1744Maintainer: Intel Corporation 1744Maintainer: Intel Corporation
1745Archive Site: 1745Archive Site:
1746Home Page: 1746Home Page:
1747Mailing List: 1747Mailing List:
1748Responsible: 1748Responsible:
1749License: BSD-like (4-clause) 1749License: BSD-like (4-clause)
1750Location: external/bsd/iscsi 1750Location: external/bsd/iscsi
1751Notes: 1751Notes:
1752 1752
1753Package: rpi-firmware 1753Package: rpi-firmware
1754Version: 1754Version:
1755Current Vers: 1755Current Vers:
1756Maintainer: 1756Maintainer:
1757Archive Site: 1757Archive Site:
1758Home Page: 1758Home Page:
1759Mailing List: 1759Mailing List:
1760License: Broadcom, Raspberry Pi (Trading) Ltd 1760License: Broadcom, Raspberry Pi (Trading) Ltd
1761Responsible: 1761Responsible:
1762Location: external/broadcom/rpi-firmware 1762Location: external/broadcom/rpi-firmware
1763Notes: 1763Notes:
1764 1764
1765Package: rtwn 1765Package: rtwn
1766Version: 1766Version:
1767Current Vers: 1767Current Vers:
1768Maintainer: 1768Maintainer:
1769Archive Site: 1769Archive Site:
1770Home Page: 1770Home Page:
1771Mailing List: 1771Mailing List:
1772License: Realtek Semiconductor Corporation 1772License: Realtek Semiconductor Corporation
1773Responsible: 1773Responsible:
1774Location: external/realtek/rtwn 1774Location: external/realtek/rtwn
1775Notes: 1775Notes:
1776 1776
1777Package: urtwn 1777Package: urtwn
1778Version: 1778Version:
1779Current Vers: 1779Current Vers:
1780Maintainer: 1780Maintainer:
1781Archive Site: 1781Archive Site:
1782Home Page: 1782Home Page:
1783Mailing List: 1783Mailing List:
1784License: Realtek Semiconductor Corporation 1784License: Realtek Semiconductor Corporation
1785Responsible: 1785Responsible:
1786Location: external/realtek/urtwn/ 1786Location: external/realtek/urtwn/
1787Notes: 1787Notes:
1788 1788
1789Package: repulse 1789Package: repulse
1790Version: 1790Version:
1791Current Vers: 1791Current Vers:
1792Maintainer: 1792Maintainer:
1793Archive Site: 1793Archive Site:
1794Home Page: 1794Home Page:
1795Mailing List: 1795Mailing List:
1796License: ALiENDESiGN GbR 1796License: ALiENDESiGN GbR
1797Responsible: 1797Responsible:
1798Location: sys/arch/amiga/dev/repulse_firmware.h 1798Location: sys/arch/amiga/dev/repulse_firmware.h
1799Notes: 1799Notes:
1800 1800
1801Package: cxgb 1801Package: cxgb
1802Version: 1802Version:
1803Current Vers: 1803Current Vers:
1804Maintainer: 1804Maintainer:
1805Archive Site: 1805Archive Site:
1806Home Page: 1806Home Page:
1807Mailing List: 1807Mailing List:
1808License: Chelsio Inc. 1808License: Chelsio Inc.
1809Responsible: 1809Responsible:
1810Location: sys/dev/pci/cxgb/cxgb_firmware_exports.h 1810Location: sys/dev/pci/cxgb/cxgb_firmware_exports.h
1811Notes: 1811Notes:
1812 1812
1813Package: athn 1813Package: athn
1814Version: 1814Version:
1815Current Vers: 1815Current Vers:
1816Maintainer: 1816Maintainer:
1817Archive Site: 1817Archive Site:
1818Home Page: 1818Home Page:
1819Mailing List: 1819Mailing List:
1820License: Atheros Communicatios, Inc. 1820License: Atheros Communicatios, Inc.
1821Responsible: 1821Responsible:
1822Location: external/atheros/athn 1822Location: external/atheros/athn
1823Notes: 1823Notes:
1824 1824
1825Package: otus 1825Package: otus
1826Version: 1826Version:
1827Current Vers: 1827Current Vers:
1828Maintainer: 1828Maintainer:
1829Archive Site: 1829Archive Site:
1830Home Page: 1830Home Page:
1831Mailing List: 1831Mailing List:
1832License: Atheros Communicatios, Inc. 1832License: Atheros Communicatios, Inc.
1833Responsible: 1833Responsible:
1834Location: external/atheros/otus 1834Location: external/atheros/otus
1835Notes: 1835Notes:
1836 1836
1837Package: intel-fw-eula 1837Package: intel-fw-eula
1838Version: 1838Version:
1839Current Vers: 1839Current Vers:
1840Maintainer: 1840Maintainer:
1841Archive Site: 1841Archive Site:
1842Home Page: 1842Home Page:
1843Mailing List: 1843Mailing List:
1844License: Intel Corporation 1844License: Intel Corporation
1845Responsible: 1845Responsible:
1846Location: external/intel-fw-eula 1846Location: external/intel-fw-eula
1847Notes: 1847Notes:
1848 1848
1849Package: intel-fw-public 1849Package: intel-fw-public
1850Version: 1850Version:
1851Current Vers: 1851Current Vers:
1852Maintainer: 1852Maintainer:
1853Archive Site: 1853Archive Site:
1854Home Page: 1854Home Page:
1855Mailing List: 1855Mailing List:
1856License: Intel Corporation 1856License: Intel Corporation
1857Responsible: 1857Responsible:
1858Location: external/intel-fw-public 1858Location: external/intel-fw-public
1859Notes: 1859Notes:
1860 1860
1861Package: aic7xxx 1861Package: aic7xxx
1862Version: 1862Version:
1863Current Vers: 1863Current Vers:
1864Maintainer: Justin T. Gibbs 1864Maintainer: Justin T. Gibbs
1865Archive Site: 1865Archive Site:
1866Home Page: 1866Home Page:
1867Mailing List: 1867Mailing List:
1868License: Adaptec Inc or LGPL2 1868License: Adaptec Inc or LGPL2
1869Responsible: 1869Responsible:
1870Location: sys/dev/microcode/aic7xxx 1870Location: sys/dev/microcode/aic7xxx
1871Notes: 1871Notes:
1872 1872
1873Package: atmel 1873Package: atmel
1874Version: 1874Version:
1875Current Vers: 1875Current Vers:
1876Maintainer: 1876Maintainer:
1877Archive Site: 1877Archive Site:
1878Home Page: 1878Home Page:
1879Mailing List: 1879Mailing List:
1880License: Atmel Corporation 1880License: Atmel Corporation
1881Responsible: 1881Responsible:
1882Location: sys/dev/microcode/atmel 1882Location: sys/dev/microcode/atmel
1883Notes: 1883Notes:
1884 1884
1885Package: bge 1885Package: bge
1886Version: 1886Version:
1887Current Vers: 1887Current Vers:
1888Maintainer: 1888Maintainer:
1889Archive Site: 1889Archive Site:
1890Home Page: 1890Home Page:
1891Mailing List: 1891Mailing List:
1892License: Broadcom Corporation 1892License: Broadcom Corporation
1893Responsible: 1893Responsible:
1894Location: sys/dev/microcode/bge 1894Location: sys/dev/microcode/bge
1895Notes: 1895Notes:
1896 1896
1897Package: bnx 1897Package: bnx
1898Version: 1898Version:
1899Current Vers: 1899Current Vers:
1900Maintainer: David Christensen <davidch@broadcom.com> 1900Maintainer: David Christensen <davidch@broadcom.com>
1901Archive Site: 1901Archive Site:
1902Home Page: 1902Home Page:
1903Mailing List: 1903Mailing List:
1904License: Broadcom Corporation 1904License: Broadcom Corporation
1905Responsible: 1905Responsible:
1906Location: sys/dev/microcode/bnx 1906Location: sys/dev/microcode/bnx
1907Notes: 1907Notes:
1908 1908
1909Package: cylades-z 1909Package: cylades-z
1910Version: 1910Version:
1911Current Vers: 1911Current Vers:
1912Maintainer: Cyclades Corp 1912Maintainer: Cyclades Corp
1913Archive Site: 1913Archive Site:
1914Home Page: 1914Home Page:
1915Mailing List: 1915Mailing List:
1916License: unknown 1916License: unknown
1917Responsible: 1917Responsible:
1918Location: sys/dev/microcode/cyclades-z 1918Location: sys/dev/microcode/cyclades-z
1919Notes: 1919Notes:
1920 1920
1921Package: i8255x 1921Package: i8255x
1922Version: 3.28 1922Version: 3.28
1923Current Vers: 1923Current Vers:
1924Maintainer: Patrick J Luhmann (PJL) 1924Maintainer: Patrick J Luhmann (PJL)
1925Archive Site: 1925Archive Site:
1926Home Page: 1926Home Page:
1927Mailing List: 1927Mailing List:
1928License: Intel Corporation 1928License: Intel Corporation
1929Responsible: 1929Responsible:
1930Location: sys/dev/microcode/i8255x 1930Location: sys/dev/microcode/i8255x
1931Notes: 1931Notes:
1932 1932
1933Package: isp 1933Package: isp
1934Version: 1934Version:
1935Current Vers: 1935Current Vers:
1936Maintainer: 1936Maintainer:
1937Archive Site: 1937Archive Site:
1938Home Page: 1938Home Page:
1939Mailing List: 1939Mailing List:
1940License: QLogic, Inc. 1940License: QLogic, Inc.
1941Responsible: 1941Responsible:
1942Location: sys/dev/microcode/isp 1942Location: sys/dev/microcode/isp
1943Notes: 1943Notes:
1944 1944
1945Package: radeon 1945Package: radeon
1946Version: 1946Version:
1947Current Vers: 1947Current Vers:
1948Maintainer: 1948Maintainer:
1949Archive Site: 1949Archive Site:
1950Home Page: 1950Home Page:
1951Mailing List: 1951Mailing List:
1952License: Advanced Micro Devices, Inc. 1952License: Advanced Micro Devices, Inc.
1953Responsible: 1953Responsible:
1954Location: sys/dev/microcode/radeon 1954Location: sys/dev/microcode/radeon
1955Notes: 1955Notes:
1956 1956
1957Package: ral 1957Package: ral
1958Version: 1958Version:
1959Current Vers: 1959Current Vers:
1960Maintainer: 1960Maintainer:
1961Archive Site: http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git 1961Archive Site: http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git
1962Home Page: 1962Home Page:
1963Mailing List: 1963Mailing List:
1964License: Ralink Technology Corp 1964License: Ralink Technology Corp
1965Responsible: 1965Responsible:
1966Location: external/realtek/ral 1966Location: external/realtek/ral
1967Notes: 1967Notes:
1968 1968
1969Package: rum 1969Package: rum
1970Version: 1970Version:
1971Current Vers: 1971Current Vers:
1972Maintainer: Paul Lin <paul_lin@ralinktech.com.tw> 1972Maintainer: Paul Lin <paul_lin@ralinktech.com.tw>
1973Archive Site: 1973Archive Site:
1974Home Page: 1974Home Page:
1975Mailing List: 1975Mailing List:
1976License: Ralink Technology Corp 1976License: Ralink Technology Corp
1977Responsible: 1977Responsible:
1978Location: external/realtek/rum 1978Location: external/realtek/rum
1979Notes: 1979Notes:
1980 1980
1981Package: run 1981Package: run
1982Version: 1982Version:
1983Current Vers: 1983Current Vers:
1984Maintainer: Paul Lin <paul_lin@ralinktech.com.tw> 1984Maintainer: Paul Lin <paul_lin@ralinktech.com.tw>
1985Archive Site: 1985Archive Site:
1986Home Page: 1986Home Page:
1987Mailing List: 1987Mailing List:
1988License: Ralink Technology Corp 1988License: Ralink Technology Corp
1989Responsible: 1989Responsible:
1990Location: sys/dev/microcode/run 1990Location: sys/dev/microcode/run
1991Notes: 1991Notes:
1992 1992
1993Package: siop 1993Package: siop
1994Version: 1994Version:
1995Current Vers: 1995Current Vers:
1996Maintainer: Manuel Bouyer, Shuichiro URATA, Michael L. Hitch 1996Maintainer: Manuel Bouyer, Shuichiro URATA, Michael L. Hitch
1997Archive Site: 1997Archive Site:
1998Home Page: 1998Home Page:
1999Mailing List: 1999Mailing List:
2000License: BSD-like (2-clause, 3-clause) 2000License: BSD-like (2-clause, 3-clause)
2001Responsible: 2001Responsible:
2002Location: sys/dev/microcode/siop 2002Location: sys/dev/microcode/siop
2003Notes: 2003Notes:
2004 2004
2005Package: tigon 2005Package: tigon
2006Version: 12.4.11 2006Version: 12.4.11
2007Current Vers: 2007Current Vers:
2008Maintainer: wpaul@brak.osd.bsdi.com 2008Maintainer: wpaul@brak.osd.bsdi.com
2009Archive Site: https://people.freebsd.org/~wpaul/Alteon/ 2009Archive Site: https://people.freebsd.org/~wpaul/Alteon/
2010Home Page: http://www.alteon.com/support/openkits (extinct) 2010Home Page: http://www.alteon.com/support/openkits (extinct)
2011Mailing List: 2011Mailing List:
2012License: Alteon WebSystems, Inc. 2012License: Alteon WebSystems, Inc.
2013Responsible: 2013Responsible:
2014Location: sys/dev/microcode/tigon 2014Location: sys/dev/microcode/tigon
2015Notes: 2015Notes:
2016See https://lists.debian.org/debian-legal/2011/10/msg00001.html 2016See https://lists.debian.org/debian-legal/2011/10/msg00001.html
2017 2017
2018 2018
2019Package: typhoon 2019Package: typhoon
2020Version: 2020Version:
2021Current Vers: 2021Current Vers:
2022Maintainer: 3Com Corporation 2022Maintainer: 3Com Corporation
2023Archive Site: 2023Archive Site:
2024Home Page: 2024Home Page:
2025Mailing List: 2025Mailing List:
2026License: BSD-like (3-clause) 2026License: BSD-like (3-clause)
2027Responsible: 2027Responsible:
2028Location: sys/dev/microcode/typhoon 2028Location: sys/dev/microcode/typhoon
2029Notes: 2029Notes:
2030 2030
2031Package: wi 2031Package: wi
2032Version: 2032Version:
2033Current Vers: 2033Current Vers:
2034Maintainer: Symbol Technologies Inc. 2034Maintainer: Symbol Technologies Inc.
2035Archive Site: 2035Archive Site:
2036Home Page: http://www.symbol.com 2036Home Page: http://www.symbol.com
2037Mailing List: 2037Mailing List:
2038License: BSD-like (3-clause) 2038License: BSD-like (3-clause)
2039Responsible: 2039Responsible:
2040Location: sys/dev/microcode/wi 2040Location: sys/dev/microcode/wi
2041Notes: 2041Notes:
2042 2042
2043Package: yds 2043Package: yds
2044Version: 2044Version:
2045Current Vers: 2045Current Vers:
2046Maintainer: Yamaha Corporation 2046Maintainer: Yamaha Corporation
2047Archive Site: 2047Archive Site:
2048Home Page: 2048Home Page:
2049Mailing List: 2049Mailing List:
2050License: unknown 2050License: unknown
2051Responsible: 2051Responsible:
2052Location: sys/dev/microcode/yds 2052Location: sys/dev/microcode/yds
2053Notes: 2053Notes:
2054 2054
2055Package: zyd 2055Package: zyd
2056Version: 2056Version:
2057Current Vers: 2057Current Vers:
2058Maintainer: ZyDAS Technology Corporation 2058Maintainer: ZyDAS Technology Corporation
2059Archive Site: 2059Archive Site:
2060Home Page: 2060Home Page:
2061Mailing List: 2061Mailing List:
2062License: BSD-like (3-clause) 2062License: BSD-like (3-clause)
2063Responsible: 2063Responsible:
2064Location: sys/dev/microcode/zyd 2064Location: sys/dev/microcode/zyd
2065Notes: 2065Notes:
2066 2066
2067Package: libnv 2067Package: libnv
2068Version: 20180906 2068Version: 20180906
2069Current Vers: $(date) 2069Current Vers: $(date)
2070Maintainer: christos 2070Maintainer: christos
2071Archive Site: 2071Archive Site:
2072Home Page: 2072Home Page:
2073Mailing List: 2073Mailing List:
2074License: BSD-like (2-clause) 2074License: BSD-like (2-clause)
2075Responsible: 2075Responsible:
2076Location: sys/external/bsd/libnv/dist 2076Location: sys/external/bsd/libnv/dist
2077Notes: 2077Notes:
2078To be used only for npf (library and headers are private) 2078To be used only for npf (library and headers are private)
2079Copied from FreeBSD: 2079Copied from FreeBSD:
2080/usr/src/sys/sys/{d,c,}nv.h 2080/usr/src/sys/sys/{d,c,}nv.h

cvs diff -r1.2984 -r1.2985 src/doc/CHANGES (switch to unified diff)

--- src/doc/CHANGES 2023/07/23 16:52:38 1.2984
+++ src/doc/CHANGES 2023/07/26 18:00:51 1.2985
@@ -1,166 +1,167 @@ @@ -1,166 +1,167 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2984 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2985 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
15# 15#
16# That's it, one tab to start an item, and two tabs to indent the content. 16# That's it, one tab to start an item, and two tabs to indent the content.
17# Also please start the content with a capital and end it with a dot. 17# Also please start the content with a capital and end it with a dot.
18# 18#
19# This is very important for the www scripts, otherwise it won't be able to 19# This is very important for the www scripts, otherwise it won't be able to
20# parse the file and the HTML output will be mangled. 20# parse the file and the HTML output will be mangled.
21# 21#
22# See htutils/changes/changes2html script for more details. 22# See htutils/changes/changes2html script for more details.
23# 23#
24# ---------------------------------------------------------------------------- 24# ----------------------------------------------------------------------------
25 25
26Changes from NetBSD 10.0 to NetBSD 11.0: 26Changes from NetBSD 10.0 to NetBSD 11.0:
27 amdsmn(4): added trivial power management support [reinoud 20221218] 27 amdsmn(4): added trivial power management support [reinoud 20221218]
28 amdccp(4): added trivial power management support [reinoud 20221218] 28 amdccp(4): added trivial power management support [reinoud 20221218]
29 libc: Update Unicode tables to Unicode 13.0.0. [wiz 20221220] 29 libc: Update Unicode tables to Unicode 13.0.0. [wiz 20221220]
30 libc: Update Unicode tables to Unicode 14.0.0. [wiz 20221220] 30 libc: Update Unicode tables to Unicode 14.0.0. [wiz 20221220]
31 ppp(4): Remove several non-functioning ioctls. [chs 20221221] 31 ppp(4): Remove several non-functioning ioctls. [chs 20221221]
32 libc: Update Unicode tables to Unicode 15.0.0. [wiz 20221221] 32 libc: Update Unicode tables to Unicode 15.0.0. [wiz 20221221]
33 dse(4): Added Dayna SCSI/Link ethernet driver. [nat 20221222] 33 dse(4): Added Dayna SCSI/Link ethernet driver. [nat 20221222]
34 binutils: Updated to FSF binutils 2.39. [christos 20221224] 34 binutils: Updated to FSF binutils 2.39. [christos 20221224]
35 sdhc(4): Add quirk for some Intel eMMC devices (like 35 sdhc(4): Add quirk for some Intel eMMC devices (like
36 GIGABYTE MA10-ST0) to allow the driver to attach 36 GIGABYTE MA10-ST0) to allow the driver to attach
37 successfully. [msaitoh 20230105] 37 successfully. [msaitoh 20230105]
38 cribbage(6): Add -y option to keep playing without asking 38 cribbage(6): Add -y option to keep playing without asking
39 (from Greywolf in PR 57164) [christos 20230106] 39 (from Greywolf in PR 57164) [christos 20230106]
40 x86: Enable the -z separate-code security feature by default in 40 x86: Enable the -z separate-code security feature by default in
41 ld(1). Reduces the default max page size from 2M to 41 ld(1). Reduces the default max page size from 2M to
42 4K on amd64. [christos 20230106] 42 4K on amd64. [christos 20230106]
43 bind: Import version 9.16.37. [christos 20230125] 43 bind: Import version 9.16.37. [christos 20230125]
44 xfwp(1): remove. [wiz 20230204] 44 xfwp(1): remove. [wiz 20230204]
45 wscons(4): Ignore nonsense tab stops in vt100 emulation. 45 wscons(4): Ignore nonsense tab stops in vt100 emulation.
46 [riastradh 20230223] 46 [riastradh 20230223]
47 nvmm(4): Filter CR4 bits on x86 SVM (AMD). In particular, 47 nvmm(4): Filter CR4 bits on x86 SVM (AMD). In particular,
48 prohibit PKE, Protection Key Enable, which requires 48 prohibit PKE, Protection Key Enable, which requires
49 some additional management of CPU state by nvmm.  49 some additional management of CPU state by nvmm.
50 [riastradh 20230223] 50 [riastradh 20230223]
51 ftp(1): Add option sslnoverify to control validation of SSL 51 ftp(1): Add option sslnoverify to control validation of SSL
52 certificates. Certificate validation is now enabled 52 certificates. Certificate validation is now enabled
53 by default. [mlelstv 20230225] 53 by default. [mlelstv 20230225]
54 ftp(1): Add netrc processing to fetch-mode (URL on command line) to 54 ftp(1): Add netrc processing to fetch-mode (URL on command line) to
55 enable options and autologin via netrc. [mlelstv 20230225] 55 enable options and autologin via netrc. [mlelstv 20230225]
56 aarch64: Audit use of curcpu(9). [riastradh 20230225] 56 aarch64: Audit use of curcpu(9). [riastradh 20230225]
57 xen: Memory barrier audit. Reduce unnecessary membars. 57 xen: Memory barrier audit. Reduce unnecessary membars.
58 [riastradh 20230225] 58 [riastradh 20230225]
59 x86: Mitigate MXCSR Configuration Dependent Timing CPU security 59 x86: Mitigate MXCSR Configuration Dependent Timing CPU security
60 flaw in kernel FPU use. [riastradh 20230225] 60 flaw in kernel FPU use. [riastradh 20230225]
61 kernel: Optimization: Omit needless membar when triggering softint 61 kernel: Optimization: Omit needless membar when triggering softint
62 in various ports. [riastradh 20230301] 62 in various ports. [riastradh 20230301]
63 sh(1): Adjust tilde expansion to comply with upcoming POSIX 63 sh(1): Adjust tilde expansion to comply with upcoming POSIX
64 Issue 8 requirements. [kre 20230306] 64 Issue 8 requirements. [kre 20230306]
65 libm: Add more long double transcendental functions (as aliases of 65 libm: Add more long double transcendental functions (as aliases of
66 double functions) from C99. [riastradh 20230313] 66 double functions) from C99. [riastradh 20230313]
67 tzdata: updated to 2023a (using the 2023agtz fork) [kre 20230323] 67 tzdata: updated to 2023a (using the 2023agtz fork) [kre 20230323]
68 tzdata: updated to 2023b (using the 2023bgtz fork) [kre 20230324] 68 tzdata: updated to 2023b (using the 2023bgtz fork) [kre 20230324]
69 xen: Allow a PVH dom0 to use VGA as console. [bouyer 20230324] 69 xen: Allow a PVH dom0 to use VGA as console. [bouyer 20230324]
70 vioscsi(4), viornd(4), viomb(4): Mark VirtIO drivers as MPSAFE. 70 vioscsi(4), viornd(4), viomb(4): Mark VirtIO drivers as MPSAFE.
71 [mlelstv 20230325] 71 [mlelstv 20230325]
72 amiga: Fix bootblocks for Kickstart 3.2. [abs 20230325] 72 amiga: Fix bootblocks for Kickstart 3.2. [abs 20230325]
73 libc: Add __atomic_is_lock_free to help stdatomic.h usage with 73 libc: Add __atomic_is_lock_free to help stdatomic.h usage with
74 GCC. [riastradh 20230330] 74 GCC. [riastradh 20230330]
75 tzdata: updated to 2023c (using the 2023cgtz fork) [kre 20230331] 75 tzdata: updated to 2023c (using the 2023cgtz fork) [kre 20230331]
76 tprof(8): Add Intel Comet Lake support. [msaitoh 20230410] 76 tprof(8): Add Intel Comet Lake support. [msaitoh 20230410]
77 vacation(1): Check 'Auto-Submitted:' header in addition to 77 vacation(1): Check 'Auto-Submitted:' header in addition to
78 'Precedence:', and set 'Precedence:' in addition to 78 'Precedence:', and set 'Precedence:' in addition to
79 'Auto-Submitted:'. [hauke 20230411] 79 'Auto-Submitted:'. [hauke 20230411]
80 ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets. 80 ichsmb(4), tco(4): Add support for TCO on newer Intel chipsets.
81 [riastradh 20230412] 81 [riastradh 20230412]
82 audiorecord(1): Add support for recording 24-bit wav files. 82 audiorecord(1): Add support for recording 24-bit wav files.
83 [mlelstv 20230415] 83 [mlelstv 20230415]
84 lua: Import version 5.4.4. 84 lua: Import version 5.4.4.
85 Bumped shlib major because of incompatible API/ABI changes. 85 Bumped shlib major because of incompatible API/ABI changes.
86 [nikita 20230416] 86 [nikita 20230416]
87 evbarm: Install a boot.cfg file for the EFI bootloader by default. 87 evbarm: Install a boot.cfg file for the EFI bootloader by default.
88 [brook 20230419] 88 [brook 20230419]
89 dhcpcd: Import version 10.0.1. [roy 20230421] 89 dhcpcd: Import version 10.0.1. [roy 20230421]
90 evbarm: Enable rkv1crypto driver on Rock64. [mrg 20230424] 90 evbarm: Enable rkv1crypto driver on Rock64. [mrg 20230424]
91 worms(6): Add a little bit of optional colour, code and 91 worms(6): Add a little bit of optional colour, code and
92 ideas from RVP. [kre 20230426] 92 ideas from RVP. [kre 20230426]
93 amiga: Add driver for the MNT ZZ9000 Zorro board - submitted by 93 amiga: Add driver for the MNT ZZ9000 Zorro board - submitted by
94 Alain Runa. [phx 20230503] 94 Alain Runa. [phx 20230503]
95 evbarm: Experimental IMX6SX support - tested on the UDOO Neo Full board. 95 evbarm: Experimental IMX6SX support - tested on the UDOO Neo Full board.
96 [bouyer 20230504] 96 [bouyer 20230504]
97 chown(8): Add a -d flag to avoid changing a file's owner/group to the 97 chown(8): Add a -d flag to avoid changing a file's owner/group to the
98 current value. This avoids some unnecessary operations on the 98 current value. This avoids some unnecessary operations on the
99 file. [pgoyette 20230504] 99 file. [pgoyette 20230504]
100 ftp(1): Add timeout for SSL connection setup, defaulting to 60 seconds. 100 ftp(1): Add timeout for SSL connection setup, defaulting to 60 seconds.
101 [lukem 20230505] 101 [lukem 20230505]
102 riscv: Add RISC-V support that works on QEMU with a single hart. 102 riscv: Add RISC-V support that works on QEMU with a single hart.
103 [skrll 20230507] 103 [skrll 20230507]
104 riscv: Add Google Goldfish RTC driver. [skrll 20230508] 104 riscv: Add Google Goldfish RTC driver. [skrll 20230508]
105 openssl(1): Imported 3.0.8. [christos 20230510] 105 openssl(1): Imported 3.0.8. [christos 20230510]
106 make(1): Make :mtime operate on each word in variable 106 make(1): Make :mtime operate on each word in variable
107 value. [sjg 20230510] 107 value. [sjg 20230510]
108 worms(6): When using -H, make the appearance of the worm head 108 worms(6): When using -H, make the appearance of the worm head
109 depend upon the body (more than it did before). [kre 20230512] 109 depend upon the body (more than it did before). [kre 20230512]
110 mips: Bump the maximum text size for binaries from 64MB 110 mips: Bump the maximum text size for binaries from 64MB
111 to 128MB. [he 20230514] 111 to 128MB. [he 20230514]
112 amiga: Update loadbsd source and distribution binary to version 3.3. 112 amiga: Update loadbsd source and distribution binary to version 3.3.
113 [phx 20230514] 113 [phx 20230514]
114 i386: Add /dev/efi device. [riastradh 20230522] 114 i386: Add /dev/efi device. [riastradh 20230522]
115 efi(4): Add EFIIOC_GET_TABLE ioctl support on x86. [riastradh 20230522] 115 efi(4): Add EFIIOC_GET_TABLE ioctl support on x86. [riastradh 20230522]
116 ctfmerge(1): Add error handling to pthread APIs. 116 ctfmerge(1): Add error handling to pthread APIs.
117 Fix semaphores for macOS host tool. [lukem 20230523] 117 Fix semaphores for macOS host tool. [lukem 20230523]
118 share/mk: Deprecate non-functional SHAREDSTRINGS. [lukem 20230524] 118 share/mk: Deprecate non-functional SHAREDSTRINGS. [lukem 20230524]
119 mkstr(1), xstr(1): Obsolete unused PDP-11-era tools. [lukem 20230524] 119 mkstr(1), xstr(1): Obsolete unused PDP-11-era tools. [lukem 20230524]
120 pthread(3): Reduce power consumption when spinning for a lock on 120 pthread(3): Reduce power consumption when spinning for a lock on
121 arm. [riastradh 20230525] 121 arm. [riastradh 20230525]
122 pax(1): Exit 0 if stdin filelist is used and no files are supplied. 122 pax(1): Exit 0 if stdin filelist is used and no files are supplied.
123 Don't overwrite existing destination files if -r -w copy 123 Don't overwrite existing destination files if -r -w copy
124 fails for any reason. [lukem 20230528] 124 fails for any reason. [lukem 20230528]
125 OpenSSL: Imported 3.0.9. [christos 20230531] 125 OpenSSL: Imported 3.0.9. [christos 20230531]
126 date(1): Add -R option for displaying time in RFC 5322 format, 126 date(1): Add -R option for displaying time in RFC 5322 format,
127 similar to GNU date. [kim 20230531] 127 similar to GNU date. [kim 20230531]
128 openssl(1): Imported 3.0.9. [christos 20230531] 128 openssl(1): Imported 3.0.9. [christos 20230531]
129 mk.conf(5): Obsolete non-MK variants MANZ UNPRIVED UPDATE 129 mk.conf(5): Obsolete non-MK variants MANZ UNPRIVED UPDATE
130 [lukem 20230602] 130 [lukem 20230602]
131 build.sh: Add show-params operation [lukem 20230602] 131 build.sh: Add show-params operation [lukem 20230602]
132 lua: Import version 5.4.6. 132 lua: Import version 5.4.6.
133 Bumped shlib minor because of API/ABI changes. 133 Bumped shlib minor because of API/ABI changes.
134 [nikita 20230608] 134 [nikita 20230608]
135 kerberos(8): Update to Heimdal-7.8.0 [christos 20230619] 135 kerberos(8): Update to Heimdal-7.8.0 [christos 20230619]
136 patch(1): Add --backup-if-mismatch and --no-backup-if-mismatch for 136 patch(1): Add --backup-if-mismatch and --no-backup-if-mismatch for
137 GNU patch compatibility. These options only make sense in 137 GNU patch compatibility. These options only make sense in
138 POSIX mode, patch(1) has --backup enabled by default and 138 POSIX mode, patch(1) has --backup enabled by default and
139 GNU patch doesn't. [wiz 20230616] 139 GNU patch doesn't. [wiz 20230616]
140 indent(1): Remove support for handling ASCII backspace characters 140 indent(1): Remove support for handling ASCII backspace characters
141 in C code. [rillig 20230618] 141 in C code. [rillig 20230618]
142 make(1): Recognize include guards. [rillig 20230619] 142 make(1): Recognize include guards. [rillig 20230619]
143 pam(8): Disable pam_krb5, pam_ksu by default. [riastradh 20230620] 143 pam(8): Disable pam_krb5, pam_ksu by default. [riastradh 20230620]
144 editline(3): Install pkg-config files, same as the portable version. 144 editline(3): Install pkg-config files, same as the portable version.
145 [wiz 20230620] 145 [wiz 20230620]
146 make(1): Speed up pattern matching in the ':M' and ':N' modifiers. 146 make(1): Speed up pattern matching in the ':M' and ':N' modifiers.
147 [rillig 20230622] 147 [rillig 20230622]
148 paxctl(8): Introduce -0 option to clear all PaX flag bits in ELF note. 148 paxctl(8): Introduce -0 option to clear all PaX flag bits in ELF note.
149 [rin 20230623] 149 [rin 20230623]
150 crunchgen(1): Clear PaX flags instead of removing its ELF note section. 150 crunchgen(1): Clear PaX flags instead of removing its ELF note section.
151 [rin 20230623] 151 [rin 20230623]
152 make(1): Warn about malformed patterns in ':M', ':N' and 152 make(1): Warn about malformed patterns in ':M', ':N' and
153 '.if make(...)' [rillig 20230623] 153 '.if make(...)' [rillig 20230623]
154 bind: Import version 9.16.42. [christos 20230626] 154 bind: Import version 9.16.42. [christos 20230626]
155 openresolv: Import version 3.13.2 [roy 20230627] 155 openresolv: Import version 3.13.2 [roy 20230627]
156 tmux(1): Import version 3.3a [wiz 20230628] 156 tmux(1): Import version 3.3a [wiz 20230628]
157 x86: Primary bootstrap is now enable to read a GPT 157 x86: Primary bootstrap is now enable to read a GPT
158 partition table inside a software raid(4). 158 partition table inside a software raid(4).
159 [manu 20230629] 159 [manu 20230629]
160 aiomixer(1): Support for the NO_COLOR environment variable. 160 aiomixer(1): Support for the NO_COLOR environment variable.
161 [nia 20230629] 161 [nia 20230629]
162 openpam(3): update to 20230627 (ximenia) [christos 20230630] 162 openpam(3): update to 20230627 (ximenia) [christos 20230630]
163 gcc(1): Import GCC 10.5. [mrg 20230710] 163 gcc(1): Import GCC 10.5. [mrg 20230710]
164 dhcpcd: Import version 10.0.2. [roy 20230719] 164 dhcpcd: Import version 10.0.2. [roy 20230719]
165 bta2dpd(8): Add throttle when playing from file. [nat 20230720] 165 bta2dpd(8): Add throttle when playing from file. [nat 20230720]
166 build: Force MKSTRIPSYM=no if MKDEBUG=yes. 166 build: Force MKSTRIPSYM=no if MKDEBUG=yes.
 167 OpenSSH: Import 9.3. [christos 20230726]