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