xref: /netbsd-src/doc/3RDPARTY (revision 27527e67bbdf8d9ec84fd58803048ed6d181ece2)
1#	$NetBSD: 3RDPARTY,v 1.409 2006/02/07 07:28:20 kochi 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# 3dparty2html):
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 following entries: Package,
21#     Version, Current Vers, and Maintainer.
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
27Package:	acpica
28Version:	20060113
29Current Vers:	20060127
30Maintainer:	INTEL
31Archive Site:	http://developer.intel.com/technology/IAPC/acpi/downloads.htm
32Home Page:	http://developer.intel.com/technology/IAPC/acpi/
33Mailing List:	acpi-devel@lists.sourceforge.net
34License:	http://developer.intel.com/technology/iapc/acpi/license2.htm
35Responsible:	kochi
36Notes:
37The sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
38Please read src/sys/dev/acpi/acpica/README before any modification.
39
40Package:	am-utils [amd]
41Version:	6.1.3
42Current Vers:	6.1.3
43Maintainer:	Erez Zadok <ezk@cs.columbia.edu>
44Archive Site:	ftp://ftp.am-utils.org/pub/am-utils/
45Home Page:	http://www.am-utils.org/
46Mailing List:	am-utils
47Responsible:	christos, rpaulo
48License:	BSD (4-clause)
49Notes:
50Amd2netbsd script to convert to BSD make system and remove unneeded files.
51Fix symbolic links before import.
52Check src/usr.sbin/amd/include/config.h is correct after import.
53
54Package:	bc
55Version:	1.06
56Current Vers:	1.06
57Maintainer:	Phil Nelson <phil@cs.wwu.edu>
58Archive Site:	ftp://ftp.gnu.org/gnu/bc/
59Home Page:	http://www.gnu.org/software/bc/
60Mailing List:	bug-bc@gnu.org
61Responsible:	phil, simonb
62License:	GPLv2, LGPGv2.1
63Notes:
64bc includes dc, both of which are in the NetBSD tree.
65
66Package:	bind/named
67Version:	libc/includes: 9.3.0, bind: 9.3.2
68Current Vers:	9.3.2
69Maintainer:	Paul Vixie <vixie@vix.com>
70Archive Site:	ftp://ftp.isc.org/isc/bind9/
71Home Page:	http://www.isc.org/sw/bind/
72Mailing List:
73Responsible:	vixie, itojun, christos
74License:	BSD-like (2-clause)
75Notes:
76First bind2netbsd script to import into src/dist/bind.
77The Makefiles in src/usr.sbin/bind are not handled by the script.
78Then binclude4netbsd script to import into src/usr.sbin/bind/include.
79Then include4netbsd script to import into src/include.
80Then libc4netbsd script to update the resolver in libc.
81Todo[1]: Update libresolv if needed.
82Todo[2]: A few files in libc/net were imported in the ISC branch but now
83	 they are too different or do not exist anymore:
84	    gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
85	 Others like getaddrinfo.c could be merged with isc, but it seems
86	 that ours is from a more recent version of KAME?
87Todo[3]: net/base64.c could be imported from bind and should be moved from
88	 net to isc/base64.c.
89Todo[4]: Re-entrant functions of net/*
90
91Package:	binutils
92Version:	2.16.1
93Current Vers:	2.16.1
94Maintainer:	FSF
95Archive Site:	ftp://ftp.gnu.org/gnu/binutils/
96Home Page:	http://www.gnu.org/software/binutils/
97Mailing List:	bug-gnu-utils@gnu.org
98Responsible:	thorpej, mrg
99License:	GPLv2, LGPLv2, BSD
100Notes:
101
102Package:	bsd-family-tree
103Version:	1.100
104Current Vers:	1.100
105Maintainer:	n/a
106Archive Site:	http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
107Home Page:	http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
108Mailing List:
109Responsible:	rpaulo
110License:	See URL above.
111Notes:
112
113Package:	bzip2
114Version:	1.0.2
115Current Vers:	1.0.3
116Maintainer:	Julian Seward <jseward@acm.org>
117Archive Site:	http://sources.redhat.com/bzip2/
118Home Page:	http://www.bzip.org/
119Mailing List:
120Responsible:
121License:	BSD (4-clause)
122Notes:
123See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
124
125Package:	Citrus XPG4DL
126Version:	?
127Current Vers:	?
128Maintainer:	Citrus
129Archive Site:	http://citrus.bsdclub.org/
130Home Page:	http://citrus.bsdclub.org/
131Mailing List:	bsd-locale@hauN.org
132Responsible:	itojun, tshiozak
133License:	Ambiguous. Either BSD or Perl Artistic License
134		See http://citrus.bsdclub.org/#pol_license for more info.
135Notes:
136language C multilingualization support suite using wchar_t and other standards.
137The main development playground of Citrus is in NetBSD CVS, so you don't
138need to look for other CVS tree (like citrus CVS tree)
139main trunc has Citrus code in the following places:
140- src/lib/libc/locale, LC_CTYPE: single/multibyte support
141- src/lib/libintl: GNU libc compatible gettext(3) implementation.
142- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
143- src/lib/libc/iconv: iconv(3)
144
145Package:	cron
146Version:	3.0
147Current Vers:	4.1
148Maintainer:	Paul Vixie <vixie@vix.com>
149Archive Site:	ftp://ftp.isc.org/isc/cron/
150Home Page:
151Mailing List:
152Responsible:
153License:	BSD-like
154Notes:
155
156Package:	cvs
157Version:	1.11.21
158Current Vers:	1.11.21/1.12.12
159Maintainer:	cvshome
160Archive Site:	http://ftp.gnu.org/non-gnu/cvs/
161Home Page:	http://cvs.nongnu.org/
162Mailing List:	bug-cvs@gnu.org
163Responsible:	christos, wiz
164License:	GPLv1, LGPLv2
165Notes:
166Use src/gnu/dist/cvs/cvs2netbsd for preparing the source tree
167for the import.
168Do not forget to update gnu/usr.bin/cvs/include/config.h to match
169gnu/dist/cvs/config.h.in.
170If you want to upgrade to 1.12.XX, please talk to christos first.
171I have merged all the changes already.
172
173Package:	db
174Version:	1.85
175Current Vers:	1.86/4.3.28
176Maintainer:	Keith Bostic <bostic@vangogh.cs.berkeley.edu>
177Archive Site:	http://www.sleepycat.com/download/index.shtml
178Home Page:	http://www.sleepycat.com/products/db.shtml
179Mailing List:
180Responsible:
181License:	BSD or specific SleepyCat license
182Notes:
183Note that we cannot use db 2.x for license reasons.
184Three bug fixes against 1.85 sent back to bostic.  Changes to
185man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
186Import of DB 1.85 was done via a sh script which converted the
187distribution into the netbsd format.  The script can be found in
188src/lib/libc/db/db2netbsd.
189
190Package:	dhcp
191Version:	3.0.3
192Current Vers:	3.0.3
193Maintainer:	mellon
194Archive Site:	ftp://ftp.isc.org/isc/dhcp/
195Home Page:	http://www.isc.org/sw/dhcp/
196Mailing List:	dhcp-server@isc.org
197Mailing List:	dhcp-client@isc.org
198Mailing List:	dhcp-announce@isc.org
199Mailing List:	dhcp-bugs@isc.org
200Responsible:	mellon
201License:	BSD (3-clause)
202Notes:
203No changes for NetBSD integration - just import the new distribution on
204top of the current tree.
205
206Package:	diffutils
207Version:	2.8.1
208Current Vers:	2.8.1
209Maintainer:	FSF
210Archive Site:	ftp://ftp.gnu.org/gnu/diffutils/
211Home Page:	http://www.gnu.org/software/diffutils/
212Mailing List:	bug-gnu-utils@gnu.org
213Responsible:	wiz
214License:	GPLv2
215Notes:
216Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
217for the import.
218
219Package:	gdtoa
220Version:	2005-09-23
221Current Vers:	2005-09-23
222Maintainer:	David M. Gay <dmg@acm.org>
223Archive Site:	ftp://netlib.lucent.com/netlib/fp/
224Home Page:	http://www.netlib.org/fp/
225Mailing List:	none
226Responsible:	kleink
227License:	BSD-like
228Notes:
229Test suite not integrated at this time.
230No hexadecimal floating-point string conversion for VAX FP yet.
231Only double-precision addressed at this time.
232
233Package:	file
234Version:	4.16
235Current Vers:	4.16
236Maintainer:	Christos Zoulas <christos@zoulas.com>
237Archive Site:	ftp://ftp.astron.com/pub/file/
238Home Page:
239Mailing List:	file@mx.gw.com
240Responsible:	christos, pooka
241License:	BSD (2-clause)
242Notes:
243
244Package:	flex
245Version:	2.5.4
246Current Vers:	2.5.4a/2.5.31
247Maintainer:	Vern Paxson <vern@ee.lbl.gov>
248Archive Site:	ftp://ftp.gnu.org/gnu/non-gnu/flex/
249Home Page:	http://lex.sourceforge.net/
250Mailing List:
251Responsible:	mikel
252License:	BSD-like
253Notes:
254flex 2.5.4a contains only copyright notice changes over version 2.5.4;
255internally not even the version number changed.
256Newer flex will be found in:
257	http://sourceforge.net/projects/lex/
258
259Package:	gcc
260Version:	2.95.3/3.3.3
261Current Vers:	3.3.6/3.4.4/4.0.2
262Maintainer:	cygnus
263Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
264Home Page:	http://www.gnu.org/software/gcc/
265Mailing List:	gcc-bugs@gnu.org
266Responsible:	thorpej, mrg
267License:	GPLv2, LGPLv2.1
268Notes:
269before importing:
270	- delete all .cvsignore and .brik files
271	- delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
272
273Package:	gdb
274Version:	5.3
275Current Vers:	6.3
276Maintainer:	FSF
277Archive Site:	ftp://ftp.gnu.org/gnu/gdb/
278Home Page:	http://www.gnu.org/software/gdb/
279Mailing List:	bug-gdb@gnu.org
280Responsible:	thorpej, mrg
281License:	GPLv2, LGPLv2
282Notes:
283
284Package:	gettext
285Version:	0.14.4
286Current Vers:	0.14.5
287Maintainer:	FSF
288Archive Site:	ftp://ftp.gnu.org/gnu/gettext/
289Home Page:	http://www.gnu.org/software/gettext/
290Mailing List:	bug-gnu-utils@gnu.org
291Responsible:	itojun
292License:	GPLv2
293Notes:
294GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
295we use BSD-licensed implementation from Citrus project (see entry for
296"Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
297
298Package:	grep
299Version:	2.5.1
300Current Vers:	2.5.1a
301Maintainer:	FSF
302Archive Site:	ftp://ftp.gnu.org/gnu/grep/
303Home Page:	http://www.gnu.org/software/grep/
304Mailing List:	bug-gnu-utils@gnu.org
305Responsible:	simonb, wiz
306License:	GPLv2
307Notes:
308Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
309for the import.
310A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
311needs some tuning before it can replace gnu grep.
312	(cf.	http://www.vocito.com/downloads/software/grep/)
313
314Package:	groff
315Version:	1.19.2
316Current Vers:	1.19.2
317Maintainer:	Werner Lemberg/FSF
318Archive Site:	ftp://ftp.gnu.org/gnu/groff/
319Home Page:	http://www.gnu.org/software/groff/
320Mailing List:	bug-groff@gnu.org
321Responsible:	wiz
322License:	GPLv2
323Notes:
324Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
325for import.
326
327Package:	heimdal
328Version:	0.6.2
329Current Vers:	0.7.1
330Maintainer:	Heimdal <heimdal@pdc.kth.se>
331Archive Site:	ftp://ftp.pdc.kth.se/pub/heimdal/src/
332Home Page:	http://www.pdc.kth.se/heimdal/
333Mailing List:	heimdal-discuss@pdc.kth.se
334Responsible:	assar, joda, lha
335License:	BSD
336Notes:
337
338Package:	hunt
339Version:	2003-04-16
340Current Vers:	2003-04-16
341Maintainer:	Greg Couch <gregc@cgl.ucsf.edu>
342Archive Site:	ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
343Home Page:	http://www.cgl.ucsf.edu/home/gregc/oss.html
344Responsible:	mrg
345License:	BSD (3-clause)
346Notes:
347
348Package:	ipf
349Version:	4.1.8
350Current Vers:	4.1.10
351Maintainer:	Darren Reed
352Archive Site:	http://coombs.anu.edu.au/~avalon/
353Home Page:	http://coombs.anu.edu.au/~avalon/
354Mailing List:	ipfilter@postbox.anu.edu.au
355Responsible:	darrenr, mike, martti
356License:	BSD-based, see src/dist/ipf/IPFILTER.LICENSE
357Notes:
358ipf2netbsd should be used on a virgin ipfilter source tree.
359
360Package:	ipsec-tools
361Version:	0.6.3
362Current Vers:	0.6.4
363Maintainer:	IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
364Archive Site:	http://ipsec-tools.sourceforge.net
365Home Page:	http://ipsec-tools.sourceforge.net
366Mailing List:	ipsec-tools-devel@lists.sourceforge.net
367Responsible:	manu
368License:	BSD (3-clause)
369Notes:
370See src/crypto/dist/ipsec-tools/netbsd-import.sh to import newer versions
371
372Package:	KAME IPv6
373Version:	KAME/NetBSD SNAP kit
374Current Vers:	KAME/NetBSD SNAP kit (shipped every week)
375Maintainer:	KAME Project <kame@kame.net>
376Archive Site:	http://www.kame.net/
377Home Page:	http://www.kame.net/
378Mailing List:	snap-users@kame.net
379Responsible:	itojun
380License:	BSD (3-clause)
381Notes:
382IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
383more conservative implementation policy.
384IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
385Please do not make too many diff-unfriendly changes (like indentation change,
386KNF police).  We need to take diffs across KAME snapshots on upgrades.
387To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
388in sys/netinet6/in6.h.  No script is available for upgrades.
389"KAME" branch is used for kernel merge work purposes.
390http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
391among KAME/*BSD, *BSD-current and recent *BSD releases.
392
393Package:	krb4
394Version:	1.2
395Current Vers:	1.2.2
396Maintainer:	kth-krb@pdc.kth.se
397Archive Site:	ftp://ftp.pdc.kth.se/pub/krb/src/
398Home Page:	http://www.pdc.kth.se/kth-krb/
399Mailing List:	krb4@sics.se
400Responsible:	assar, joda
401License:	BSD, MIT
402Notes:
403
404Package:	less
405Version:	less381
406Current Vers:	less382
407Maintainer:	Mark Nudleman <markn@greenwoodsoftware.com>
408Archive Site:	ftp://ftp.gnu.org/gnu/less/
409Home Page:	http://www.gnu.org/software/less/
410Mailing List:
411Responsible:	mrg
412License:	BSD or GPLv2
413Notes:
414Many changes to make less act as more when invoked as more.  Beware.
415Use the src/usr.bin/less/less2netbsd script to prepare source tree
416for importation.  Run ./configure before hand to generate "defines.h".
417Talk to mrg before importing any new version.  (less 381's configure
418does not detect NetBSD has a sigset_t due to a bad test; this is fixed
419by hand in defines.h.)
420
421Package:	libcdk
422Version:	4.9.9-20000407-myc3
423Current Vers:	cdk-4.9.10-20000923
424Maintainer:	mike@vexus.ca
425Archive Site:	http://www.vexus.ca/products/CDK/
426Home Page:	http://www.vexus.ca/products/CDK/
427Responsible:	garbled
428License:	BSD (4-clause)
429Notes:
430Initial port to netbsd curses was done by mycroft.  This is a heavily
431modified version of the released CDK 4.9.9.  The current version has been
432taken over by the Ncurses people, and has a number of changes to it.  It
433might be worthwhile to import at some future date, but for now we should
434leave it alone.  (garbled 1/4/2001)
435
436Package:	libevent
437Version:	1.0c
438Current Vers:	1.1a
439Maintainer:	Niels Provos <provos@citi.umich.edu>
440Archive Site:	http://www.monkey.org/~provos/libevent/
441Home Page:	http://www.monkey.org/~provos/libevent/
442Responsible:	provos
443License:	BSD (3/4-clause)
444Notes:
445
446Package:	libpcap
447Version:	0.8.3
448Current Vers:	0.9.3
449Maintainer:	tcpdump-workers@tcpdump.org
450Archive Site:	http://www.tcpdump.org/release/
451Home Page:	http://www.tcpdump.org/
452Mailing List:	tcpdump-workers@tcpdump.org
453Responsible:	itojun,dyoung
454License:	BSD (3/4-clause)
455Notes:
456
457Package:	libwrap
458Version:	tcp_wrappers 7.6 w/ large amount of IPv6 changes
459Current Vers:	tcp_wrappers 7.6-ipv6.1
460Maintainer:	Wietse Venema <wietse@porcupine.org>
461Archive Site:	ftp://ftp.porcupine.org/pub/security/
462Home Page:	ftp://ftp.porcupine.org/pub/security/
463Mailing List:
464Responsible:	cjs, itojun
465License:	BSD-like
466Notes:
467We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
468under src/usr.sbin). We don't use tcpd; that functionality is built
469into inetd. The provided libwrap2netbsd script handles just libwrap.
470
471Package:	mopd
472Version:	2.5.3
473Current Vers:	2.5.3
474Maintainer:	Mats O Jansson <maja@celsiustech.se>
475Archive Site:	BROKEN	ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
476Home Page:	http://www.stacken.kth.se/~moj/mopd.html
477Mailing List:
478Responsible:	cjs
479License:	BSD (4-clause)
480Notes:
481Delete the otherOS directory before importing.
482
483Package:	nawk
484Version:	2005-04-24
485Current Vers:	2005-04-24
486Maintainer:	Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies)
487Archive Site:	http://cm.bell-labs.com/who/bwk/
488Home Page:	http://cm.bell-labs.com/who/bwk/
489Mailing List:
490Responsible:	jdolecek
491License:	BSD-like
492Notes:
493Build maketab from nawk sources and generate proctab.c.
494Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
495to src/dist/nawk.
496
497Package:	ndbootd
498Version:	0.5
499Current Vers:	0.5
500Maintainer:	Matt Fredette <fredette@alum.mit.edu>
501Archive Site:	BROKEN	http://mit.edu/fredette/www/ndbootd/
502Home Page:	BROKEN	http://stuff.mit.edu/people/fredette/home.html
503Responsible:	fredette
504License:	BSD (4-clause)
505Notes:
506Run ./configure, save config.h, make distclean, rm all autoconf/automake
507and ndbootd-raw.c.  Restore saved config.h, and force it to define
508HAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
509
510Package:	nvi
511Version:	1.79
512Current Vers:	1.79
513Maintainer:	Keith Bostic <bostic@bsdi.com>
514Archive Site:	ftp://ftp.bostic.com/pub/
515Home Page:	http://www.bostic.com/vi/
516Mailing List:
517Responsible:	aymeric
518License:	BSD (3/4-clause)
519Notes:
520We have lots of local bug fixes, and the point of importing 1.81.x would
521be to get multibyte characters support. For now this means waiting for
522additions in our libcurses.
523
524Package:	ntp
525Version:	4.2.0
526Current Vers:	4.2.0
527Maintainer:	David L. Mills <mills@udel.edu>
528Archive Site:	ftp://ftp.udel.edu/pub/ntp/ntp4/
529Home Page:	http://www.ntp.org/
530Mailing List:
531Responsible:	simonb, jonathan
532License:	BSD-like
533Notes:
534See /usr/src/dist/ntp/ntp2netbsd for update instructions.
535NOTE: As of 20010405 -current includes a fix for the "ntpdx" root
536exploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches.
537
538Package:	OpenPAM
539Version:	20050616
540Current Vers:	20050616
541Maintainer:	Dag-Erling Sm�rgrav <des@FreeBSD.org>
542Archive Site:	http://www.openpam.org/
543Home Page:	http://www.openpam.org/
544Mailing List:
545Responsible:	christos
546License:	BSD (3-clause)
547Notes:
548
549Package:	OpenSSH
550Version:	4.3
551Current Vers:	4.3 / portable 4.3p1
552Maintainer:	OpenSSH
553Archive Site:	http://www.openssh.com/ftp.html
554Home Page:	http://www.openssh.com/portable.html
555Mailing List:	openssh-unix-announce@mindrot.org
556Responsible:	thorpej, christos, elric
557License:	BSD or more free. See src/crypto/dist/ssh/LICENSE
558Notes:
559imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
560into crypto/dist/openssh.  use openssh2netbsd before import.
561local changes (should always try to bring them back to master openssh tree,
562markus is very cooperative about it):
563- default for PermitRootLogin is set to "no"
564- IgnoreRootRhosts added
565- look at login.conf to check valid user/access list
566- krb4 and krb5 support re-added
567- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
568  when someone imports openssl, we can remove this.
569- uidswap.c changed order of set{e,}{u,g}id so that it works on NetBSD
570- added moduli from portable openssh
571- added USE_PAM patches and auth_pam.[ch] from portable openssh
572- always bump major when importing to avoid api problems.
573
574Package:	OpenSSL
575Version:	0.9.8a
576Current Vers:	0.9.8a
577Maintainer:	The OpenSSL Project
578Archive Site:	ftp://ftp.openssl.org/source/
579Home Page:	http://www.openssl.org/
580Mailing List:	openssl-announce@openssl.org
581Responsible:	mcr, thorpej, itojun, groo, christos
582License:	OpenSSL and SSLeay license (both BSD-like)
583Notes:
584- Run openssl2netbsd to get rid of the RCSID identifiers
585- run make in /usr/src/lib/libcrypto/man to regen man pages.
586
587Package:	pdisk
588Version:	0.8a2
589Current Vers:	0.8a2
590Maintainer:	Eryk Vershen <eryk@cfcl.com>
591Archive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
592Home Page:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
593Mailing List:
594Responsible:	dbj
595License:	BSD-like
596Notes:
597This is the disk partition utility used by Apple's mkLinux and osX
598It is imported into dist/pdisk, with a reachover makefile in
599src/sbin/pdisk builds for macppc and mac68k.
600
601Package:	pdksh
602Version:	5.2.14p2
603Current Vers:	5.2.14p2
604Maintainer:	Michael Rendell <michael@cs.mun.ca>
605Archive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
606Home Page:	http://www.cs.mun.ca/~michael/pdksh/
607Mailing List:
608Responsible:
609License:	Public domain
610pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
611
612Package:	ping
613Version:	980911
614Current Vers:	980911
615Maintainer:	Vernon Schryver <vjs@rhyolite.com>
616Archive Site:	ftp://ftp.rhyolite.com/src/
617Home Page:	http://www.rhyolite.com/src/
618Mailing List:
619Responsible:	christos
620License:	BSD (3-clause)
621Notes:
622We use err() and friends. We have changes for snprintf, extra
623formating in man pages, disallowing flood pinging, alignment fixes,
624and more.
625
626Package:	PF (openbsd packet filter)
627Version:	OpenBSD 3.7
628Current Vers:	OpenBSD 3.7-current
629Maintainer:	itojun
630Archive Site:	ftp://ftp.openbsd.org/
631Home Page:	http://www.openbsd.org/faq/pf/
632Mailing List:	pf@benzedrine.cx or appropriate OpenBSD mailing list
633Responsible:	itojun
634License:	BSD (2-clause)
635Notes:
636kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
637definition (files.pf).  userland code is imported into src/dist/pf, and
638reachover Makefiles are in src/usr.sbin/pf.
639
640Package:	postfix
641Version:	2.2.8
642Current Vers:	2.2.8/2.3-20051128
643Maintainer:	Wietse Venema <wietse@porcupine.org>
644Archive Site:	ftp://postfix.cloud9.net/official/
645Home Page:	http://www.postfix.org/
646Mailing List:	postfix-users@postfix.org
647Responsible:	perry, rpaulo
648License:	Several. See src/gnu/dist/postfix
649Notes:
650
651Package:	ppp
652Version:	2.4.3 [with 2.4.4b1 changes]
653Current Vers:	2.4.4b1
654Maintainer:	Paul Mackerras <paulus@samba.org>
655Archive Site:	ftp://ftp.samba.org/pub/ppp/
656Home Page:
657CVS root:	:pserver:cvs@pserver.samba.org:/cvsroot (password: cvs)
658Mailing List:
659Responsible:	christos
660License:	BSD (3-clause)
661Notes:
662BSD support was removed from 2.4.0; I added it back and removed
663some GPL pieces. Multilink support is missing. Repeated pings to
664Paulus have not yielded results. I've retrofitted pppdump to use
665net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
666is clearly a pain. I have not tested the modules code, neither our
667makefiles make it easy to construct a module, but I left one there
668as an example.
669TDB code as found in 2.4.3 is under GPL.  Therefore, we're using
670the version found in 2.4.1.
671
672Package:	rcs
673Version:	5.7
674Current Vers:	5.7
675Maintainer:	FSF
676Archive Site:	ftp://ftp.gnu.org/gnu/rcs/
677Mailing List:	bug-gnu-utils@gnu.org
678Home Page:	http://www.gnu.org/software/rcs/
679Responsible:	mycroft
680License:	GPLv2
681Notes:
682Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
683
684Package:	root.cache
685Version:	2004012900 (Jan 29, 2004)
686Current Vers:	2004012900 (Jan 29, 2004)
687Maintainer:	InterNIC
688Archive Site:	ftp://ftp.internic.net/domain/named.root
689Home Page:	ftp://ftp.internic.net/domain/named.root
690Mailing List:
691Responsible:	perry, thorpej
692License:	Public domain
693Notes:
694The root server cache is also included with BIND.  However, the
695InterNIC version is usually more up to date.
696
697Package:	routed
698Version:	2.28
699Current Vers:	2.30
700Maintainer:	Vernon Schryver <vjs@rhyolite.com>
701Archive Site:	ftp://ftp.rhyolite.com/src/
702Home Page:	http://www.rhyolite.com/src/
703Mailing List:
704Responsible:	christos
705License:	BSD (4-clause)
706Notes:
707We use the md5 code from libc
708We don't allow RIP_TRACEON and RIP_TRACEOFF
709We use arc4random
710We use strlcpy/snprintf
711
712Package:	send-pr (part of GNATS)
713Version:	3.95
714Current Vers:	4.1
715Maintainer:	FSF
716Archive Site:	ftp://ftp.gnu.org/gnu/gnats/
717Home Page:	http://www.gnu.org/software/gnats/
718Mailing List:	bug-gnats@gnu.org
719License:	GPLv2
720Responsible:
721Notes:
722
723Package:	sendmail
724Version:	8.13.3
725Current Vers:	8.13.4
726Maintainer:	Eric P. Allman
727Archive Site:	ftp://ftp.sendmail.org/pub/sendmail/
728Home Page:	http://www.sendmail.org/
729Mailing List:
730Responsible:	atatat
731License:	Specific. See src/gnu/dist/sendmail/LICENSE
732Notes:
733use gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags.
734local changes:
735- do not reverse-resolve link-local addresses
736- syslog args change
737
738Package:	SoftFloat
739Version:	2a
740Current Vers:	2b
741Maintainer:	John Hauser <jhauser@jhauser.us>
742Archive Site:	http://www.jhauser.us/arithmetic/SoftFloat.html
743Home Page:	http://www.jhauser.us/arithmetic/SoftFloat.html
744Mailing List:
745Responsible:	bjh21
746License:	Public domain
747Notes:
748Heavily modified for use as a soft float library for GCC.  The actual
749arithmetic code is unchanged, though, and should behave exactly like the
750original.
751
752Package:	tcpdump
753Version:	3.8.3
754Current Vers:	3.9.3
755Maintainer:	tcpdump-workers@tcpdump.org
756Archive Site:	http://www.tcpdump.org/release/
757Home Page:	http://www.tcpdump.org/
758Mailing List:	tcpdump-workers@tcpdump.org
759Responsible:	itojun
760License:	BSD (3-clause)
761Notes:
762Code will be imported into src/dist/tcpdump.  Changes have to go back to
763tcpdump.org.
764
765Package:	termcap.src
766Version:	9.13.25
767Current Vers:	11.0.1
768Maintainer:	Eric S. Raymond <terminfo@ccil.org>
769Archive Site:	http://www.catb.org/~esr/terminfo/
770Home Page:	http://www.catb.org/~esr/terminfo/
771Mailing List:
772Responsible:
773License:	Public domain
774Notes:
775
776Package:	TestFloat
777Version:	2a
778Current Vers:	2a
779Maintainer:	John Hauser <jhauser@jhauser.us>
780Archive Site:	http://www.jhauser.us/arithmetic/TestFloat.html
781Home Page:	http://www.jhauser.us/arithmetic/TestFloat.html
782Mailing List:
783Responsible:	ross
784License:	BSD (4-clause)
785Notes:
786
787Package:	texinfo
788Version:	4.7
789Current Vers:	4.8
790Maintainer:	FSF
791Archive Site:	ftp://ftp.gnu.org/gnu/texinfo/
792Home Page:	http://www.gnu.org/software/texinfo/
793Mailing List:	bug-texinfo@gnu.org
794Responsible:	wiz
795License:	GPLv2
796Notes:
797Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
798for the import.
799
800Package:	top
801Version:	3.5beta12
802Current Vers:	3.6beta3
803Maintainer:	William LeFebvre <wnl@groupsys.com>
804Archive Site:	ftp://ftp.groupsys.com/pub/top/
805Home Page:	http://www.unixtop.org/
806Mailing List:	top-spinners@ocee.groupsys.com
807Responsible:	simonb
808License:	BSD (2-clause)
809Notes:
810Remove all non-current NetBSD machine definitions and man page
811extensions in machine/ before importing.
812After importing, run:
813	./Configure <netbsd-module-name>
814	rm machine/*.desc Make.desc SYNOPSIS machine.c
815	cvs commit -m "Update ./Configure'd files." top.local.h top.1
816
817Package:	traceroute
818Version:	1.4a5
819Current Vers:	1.4a12
820Maintainer:	traceroute@ee.lbl.gov
821Archive Site:	ftp://ftp.ee.lbl.gov/
822Home Page:	http://ftp.ee.lbl.gov/
823Mailing List:
824Responsible:
825License:	BSD (4-clause)
826Notes:
827
828Package:	tz
829Version:	tzcode2004a / tzdata2006a
830Current Vers:	tzcode2006a / tzdata2006a
831Maintainer:	Arthur David Olson <ado@elsie.nci.nih.gov>
832Archive Site:	ftp://elsie.nci.nih.gov/pub/
833Home Page:
834Mailing List:	tz@elsie.nci.nih.gov
835Responsible:	kleink
836License:	Public domain
837Notes:
838Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
839for import.
840
841Package:	uucp
842Version:	1.06.1
843Current Vers:	1.07
844Maintainer:	Ian Lance Taylor <ian@airs.com>
845Archive Site:	ftp://ftp.gnu.org/gnu/uucp/
846Home Page:	http://www.airs.com/ian/uucp.html
847Mailing List:	taylor-uucp@cirr.com
848Responsible:	jtk
849License:	GPLv2
850Notes:
851
852Package:	Vinum
853Version:	2003-10-10
854Current Vers:	2003-10-10
855Maintainer:	Greg Lehy <grog@lemis.com>
856Archive Site:
857Home page:	http://www.vinumvm.org/
858Mailing List:	vinum-devel@auug.org.au
859Responsible:	grog
860License:	BSD (4-clause)
861Notes:
862        Based on a NetBSD-specific version generated on the fly.  This
863        should remain effectively identical to the NetBSD branch
864        except during testing.
865
866Package:	wpa_supplicant
867Version:	0.3.9
868Current Vers:	0.3.9
869Maintainer:	Jouni Malinen <jkmaline@cc.hut.fi>
870Archive Site:	http://hostap.epitest.fi/releases/
871Home Page:	http://hostap.epitest.fi/
872Mailing List:
873Responsible:	scw, dyoung
874License:	BSD or GPLv2
875Notes:
876See /usr/src/dist/wpa_supplicant/NetBSD-upgrade for update instructions.
877
878Package:	XFree86
879Version:	4.5.0
880Current Vers:	4.5.0
881Maintainer:	XFree86 Project, Inc.
882Archive Site:	ftp://ftp.xfree86.org/pub/XFree86/
883Home Page:	http://www.xfree86.org/
884Mailing List:	devel@xfree86.org
885Responsible:	tron
886License:	XFree
887Notes:
8884.x:
889 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
890 files which we don't need in our tree.
891 ALL changes must be sent back to the XFree86 repository. Patches should
892 be submitted back via http://bugzilla.xfree86.org.
893
894Package:	zlib
895Version:	1.2.3
896Current Vers:	1.2.3
897Maintainer:	Jean-loup Gailly and Mark Adler <zlib@gzip.org>
898Archive Site:	http://www.gzip.org/zlib/
899Home Page:	http://www.gzip.org/zlib/
900Mailing List:
901Responsible:	gwr, tron, christos
902License:	BSD (3-clause)
903Notes:
904Imported to src/common/dist/zlib and shared by the kernel and userland.
905