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