3RDPARTY revision 1.190
1#	$NetBSD: 3RDPARTY,v 1.190 2004/03/13 22:28:47 jdolecek 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:	20040211
30Maintainer:	INTEL
31Archive Site:	http://developer.intel.com/technology/IAPC/acpi/downloads.htm
32Mailing List:	acpi-devel@lists.sourceforge.net
33Responsible:	kanaoka,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.1b2
40Current Vers:	6.1b4
41Maintainer:	Erez Zadok <ezk@cs.columbia.edu>
42Archive Site:	ftp://shekel.mcl.cs.columbia.edu/pub/am-utils/
43Mailing List:	amd-dev
44Responsible:	christos
45Notes:
46Amd2netbsd script to convert to BSD make system and remove unneeded files.
47Check src/usr.sbin/amd/include/config.h is correct after import.
48
49Package:	bc
50Version:	1.06
51Current Vers:	1.06
52Maintainer:	Phil Nelson <phil@cs.wwu.edu>
53Archive Site:	ftp://ftp.gnu.org/gnu/bc/
54Mailing List:	bug-bc@gnu.org
55Responsible:	phil, simonb
56Notes:
57bc includes dc, both of which are in the NetBSD tree.
58
59Package:	bind/named
60Version:	8.3.7
61Current Vers:	4.9.11/8.3.7/8.4.2/9.2.3
62Maintainer:	Paul Vixie <vixie@vix.com>
63Archive Site:	ftp://ftp.isc.org/isc/bind/
64Mailing List:
65Responsible:	vixie, itojun
66Notes:
67bind2netbsd script to import into src/dist/bind.
68The Makefiles in src/usr.sbin/bind are not handled by the script.
69do not try to use libc resolver from src/usr.sbin/bind, it adds
70too much constraint between bind and libc, as well as problem with
71_res declaration differences.  DNSSEC portion is disabled.
72On switching to BIND9: waiting for the release of 9.3.x, as 9.2.x has some
73issues (A6 queries for glue, for instance).
748.4.3 includes serious bug so do not pull it in.  if anything, wait for 8.4.4.
75
76Package:	bind/resolver
77Version:	4.9.11
78Current Vers:	4.9.11/8.3.7/8.4.2/9.2.3
79Maintainer:	Paul Vixie <vixie@vix.com>
80Archive Site:	ftp://ftp.isc.org/isc/bind/
81Mailing List:
82Responsible:	vixie
83Notes:
84Mostly imported with cvs import.  Makefile's, etc, are not.
85upgrade to BIND8 resolver can only happen with libc major bump (otherwise
86it needs too much effort).  Reasons: (1) need to support binaries that use
87BIND4 resolver API (res_init), and need to support BIND8 API.  we practically
88need to maintain both BIND4 _res and BIND8 _res.  (2) amount of local changes.
89nsswitch/nsdispatch need to be reimplemented.
90do not forget to update gnu/usr.bin/cvs/include/config.h to match
91gnu/dist/cvs/config.h.in.
92
93Package:	binutils
94Version:	2.14
95Current Vers:	2.14
96Maintainer:	FSF
97Archive Site:	ftp://ftp.gnu.org/gnu/binutils/
98Mailing List:	bug-gnu-utils@gnu.org
99Responsible:	thorpej, mrg
100Notes:
101
102Package:	bsd-family-tree
103Version:	1.73
104Current Vers:	1.75
105Maintainer:	n/a
106Archive Site:	http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
107Mailing List:
108Responsible:	itojun
109Notes:
110
111Package:	bzip2
112Version:	1.0.2
113Current Vers:	1.0.2
114Maintainer:	Julian Seward <jseward@acm.org>
115Archive Site:	http://sources.redhat.com/bzip2/
116Mailing List:
117Responsible:
118Notes:
119See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
120
121Package:	Citrus XPG4DL
122Version:	?
123Current Vers:	?
124Maintainer:	Citrus
125Archive Site:	http://citrus.bsdclub.org/
126Mailing List:	bsd-locale@hauN.org
127Responsible:	itojun, tshiozak
128Notes:
129language C multilingualization support suite using wchar_t and other standards.
130The main development playground of Citrus is in NetBSD CVS, so you don't
131need to look for other CVS tree (like citrus CVS tree)
132main trunc has Citrus code in the following places:
133- src/lib/libc/locale, LC_CTYPE: single/multibyte support
134- src/lib/libintl: GNU libc compatible gettext(3) implementation.
135- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
136- src/lib/libc/iconv: iconv(3)
137
138Package:	cron
139Version:	3.0
140Current Vers:	3.0
141Maintainer:	Paul Vixie <vixie@vix.com>
142Archive Site:	ftp://ftp.vix.com/pub/vixie/cron-3.0/
143Mailing List:
144Responsible:
145Notes:
146ftp://ftp.isc.org/isc/cron/cron_4.0_b1.shar is available, aparently
147there's also a version in the works that has all changes from *BSD and Linux.
148
149Package:	cvs
150Version:	1.11.11
151Current Vers:	1.11.13/1.12.3
152Maintainer:	cvshome
153Archive Site:	ftp://ftp.cvshome.org/pub/
154Mailing List:	bug-cvs@gnu.org
155Responsible:	Christos Zoulas <christos@NetBSD.org>, wiz
156Notes:
157Use src/gnu/dist/cvs/cvs2netbsd for preparing the source tree
158for the import.
159
160Package:	db
161Version:	1.85
162Current Vers:	1.86/4.1.25
163Maintainer:	Keith Bostic <bostic@vangogh.cs.berkeley.edu>
164Archive Site:	http://www.sleepycat.com/products.html
165Mailing List:
166Responsible:
167Notes:
168Note that we cannot use db 2.x for license reasons.
169Three bug fixes against 1.85 sent back to bostic.  Changes to
170man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
171Import of DB 1.85 was done via a sh script which converted the
172distribution into the netbsd format.  The script can be found in
173src/lib/libc/db/db2netbsd.
174
175Package:	dhcp
176Version:	3.0.1rc11
177Current Vers:	3.0pl2/3.0.1rc13
178Maintainer:	Ted Lemon <mellon@NetBSD.org>
179Archive Site:	ftp://ftp.isc.org/isc/dhcp/
180Mailing List:	dhcp-server@isc.org
181Mailing List:	dhcp-client@isc.org
182Mailing List:	dhcp-announce@isc.org
183Mailing List:	dhcp-bugs@isc.org
184Responsible:	mellon
185Notes:
186No changes for NetBSD integration - just import the new distribution on
187top of the current tree.
188
189Package:	diffutils
190Version:	2.8.1
191Current Vers:	2.8.1
192Maintainer:	FSF
193Archive Site:	ftp://ftp.gnu.org/gnu/diffutils/
194Mailing List:	bug-gnu-utils@gnu.org
195Responsible:	wiz
196Notes:
197Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
198for the import.
199
200Package:	dtoa.c
201Version:	Jan 4, 1995
202Current Vers:	Feb 7, 2001
203Maintainer:	David M. Gay <dmg@bell-labs.com>
204Archive Site:	ftp://netlib.lucent.com/netlib/fp/
205Mailing List:	none
206Responsible:
207Notes:
208Added conditionals to automagically determine type and endianness of
209FP numbers.  Added ULong type (but Gay says he'll adopt that change
210for the next release).
211
212Package:	file
213Version:	4.06
214Current Vers:	4.07
215Maintainer:	Christos Zoulas <christos@zoulas.com>
216Archive Site:	ftp://ftp.astron.com/pub/file/
217Mailing List:	file@mx.gw.com
218Responsible:	christos, pooka
219Notes:
220
221Package:	flex
222Version:	2.5.4
223Current Vers:	2.5.4a/2.5.31
224Maintainer:	Vern Paxson <vern@ee.lbl.gov>
225Archive Site:	ftp://ftp.gnu.org/gnu/non-gnu/flex/
226Mailing List:
227Responsible:	mikel
228Notes:
229flex 2.5.4a contains only copyright notice changes over version 2.5.4;
230internally not even the version number changed.
231Newer flex will be found in:
232	http://sourceforge.net/projects/lex/
233
234Package:	gawk
235Version:	3.1.3
236Current Vers:	3.1.3
237Maintainer:	Arnold Robbins <arnold@skeeve.atl.ga.us>,
238Maintainer:	David Trueman <david@cs.dal.ca>
239Archive Site:	ftp://ftp.gnu.org/gnu/gawk/
240Mailing List:	bug-gawk@gnu.org
241Responsible:
242Notes:
243Replaced by nawk. gawk sources will be removed from tree
244after some grace period. 
245
246Package:	gcc
247Version:	2.95.3/3.3.2
248Current Vers:	3.3.3-20040209
249Maintainer:	cygnus
250Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
251Mailing List:	gcc-bugs@gnu.org
252Responsible:	thorpej, mrg
253Notes:
254before importing:
255	- delete all .cvsignore and .brik files
256	- delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
257
258Package:	gdb
259Version:	5.3
260Current Vers:	6.0
261Maintainer:	FSF
262Archive Site:	ftp://ftp.gnu.org/gnu/gdb/
263Mailing List:	bug-gdb@gnu.org
264Responsible:	thorpej, mrg
265Notes:
266
267Package:	gettext
268Version:	0.10.35
269Current Vers:	0.13
270Maintainer:	FSF
271Archive Site:	ftp://ftp.gnu.org/gnu/gettext/
272Mailing List:	bug-gnu-utils@gnu.org
273Responsible:	itojun
274Notes:
275GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
276we use BSD-licensed implementation from Citrus project (see entry for
277"Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
2780.11.x introduced new file format with file format revision >= 1, while our
279BSD-licensed libintl supports revision 0 only.  Therefore, we cannot upgrade
280to 0.11.x until we add support for new file format.
281
282Package:	grep
283Version:	2.5.1
284Current Vers:	2.5.1
285Maintainer:	FSF
286Archive Site:	ftp://ftp.gnu.org/gnu/grep/
287Mailing List:	bug-gnu-utils@gnu.org
288Responsible:	simonb, wiz
289Notes:
290Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
291for the import.
292A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It 
293needs some tuning before it can replace gnu grep.
294	(cf.	http://www.vocito.com/downloads/software/grep/)
295
296Package:	groff
297Version:	1.19
298Current Vers:	1.19
299Maintainer:	James Clark/FSF
300Archive Site:	ftp://ftp.gnu.org/gnu/groff/
301Mailing List:	bug-groff@gnu.org
302Responsible:	wiz
303Notes:
304Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
305for import.
306
307Package:	gzip
308Version:	1.2.4a
309Current Vers:	1.2.4a
310Maintainer:	Jean-loup Gailly <gzip@gnu.org>
311Archive Site:	ftp://ftp.gnu.org/gnu/gzip/
312Mailing List:	bug-gzip@gnu.org
313Responsible:	atatat
314Notes:
315
316Package:	heimdal
317Version:	0.6
318Current Vers:	0.6
319Maintainer:	Heimdal <heimdal@pdc.kth.se>
320Archive Site:	ftp://ftp.pdc.kth.se/pub/heimdal/src/
321Mailing List:	heimdal-discuss@pdc.kth.se
322Responsible:	assar, joda, lha
323Notes:
324
325Package:	hunt
326Version:	2003-04-16
327Current Vers:	2003-04-16
328Maintainer:	?
329Archive Site:	ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
330Responsible:	mrg
331Notes:
332
333Package:	ip-filter
334Version:	3.4.29
335Current Vers:	3.4.32
336Maintainer:	Darren Reed
337Archive Site:	http://www.ipfilter.org/
338Mailing List:	ipfilter@postbox.anu.edu.au
339Responsible:	darrenr, mike, martti
340Notes:
341ipf2netbsd should be used on a virgin ipfilter source tree.
342
343Package:	KAME IPv6
344Version:	KAME/NetBSD SNAP kit
345Current Vers:	KAME/NetBSD SNAP kit (shipped every week)
346Maintainer:	KAME Project <kame@kame.net>
347Archive Site:	http://www.kame.net/
348Mailing List:	snap-users@kame.net
349Responsible:	itojun
350Notes:
351IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
352more conservative implementation policy.
353IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
354Please do not make too many diff-unfriendly changes (like indentation change,
355KNF police).  We need to take diffs across KAME snapshots on upgrades.
356To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
357in sys/netinet6/in6.h.  No script is available for upgrades.
358"KAME" branch is used for kernel merge work purposes.
359http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
360among KAME/*BSD, *BSD-current and recent *BSD releases.
361
362Package:	KAME racoon
363Version:	KAME/NetBSD current Jul 12 2003
364Current Vers:	KAME/NetBSD SNAP kit (shipped every week)
365Maintainer:	KAME Project <kame@kame.net>
366Archive Site:	http://www.kame.net/
367Mailing List:	snap-users@kame.net
368Responsible:	itojun
369Notes:
370Please minimize # of local changes.  All changes should go back to KAME
371repository.  Please contact itojun if you want to put changes.
372
373Package:	krb4
374Version:	1.2
375Current Vers:	1.2.2
376Maintainer:	kth-krb@pdc.kth.se
377Archive Site:	ftp://ftp.pdc.kth.se/pub/krb/src/
378Mailing List:	krb4@sics.se
379Responsible:	assar, joda
380Notes:
381
382Package:	less
383Version:	less381
384Current Vers:	less381
385Maintainer:	Mark Nudleman <marknu@flash.net>
386Archive Site:	ftp://ftp.gnu.org/gnu/less/
387Mailing List:
388Responsible:	mrg
389Notes:
390Many changes to make less act as more when invoked as more.  Beware.
391Use the src/usr.bin/less/less2netbsd script to prepare source tree
392for importation.  Run ./configure before hand to generate "defines.h".
393Talk to mrg before importing any new version.  (less 381's configure
394does not detect NetBSD has a sigset_t due to a bad test; this is fixed
395by hand in defines.h.)
396
397Package:	libcdk
398Version:	4.9.9-20000407-myc3
399Current Vers:	cdk-4.9.10-20000923
400Maintainer:	mike@vexus.ca
401Archive Site:	http://www.vexus.ca/products/CDK/
402Responsible:	garbled
403Notes:
404Initial port to netbsd curses was done by mycroft.  This is a heavily
405modified version of the released CDK 4.9.9.  The current version has been
406taken over by the Ncurses people, and has a number of changes to it.  It
407might be worthwhile to import at some future date, but for now we should
408leave it alone.  (garbled 1/4/2001)
409
410Package:	libpcap
411Version:	0.4
412Current Vers:	0.7.2
413Maintainer:	tcpdump-workers@tcpdump.org
414Archive Site:	http://www.tcpdump.org/release/
415Mailing List:	tcpdump-workers@tcpdump.org
416Responsible:	itojun
417Notes:
418
419Package:	libwrap
420Version:	tcp_wrappers 7.6 w/ large amount of IPv6 changes
421Current Vers:	tcp_wrappers 7.6-ipv6.1
422Maintainer:	Wietse Venema <wietse@porcupine.org>
423Archive Site:	ftp://ftp.porcupine.org/pub/security/
424Mailing List:	
425Responsible:	cjs, itojun
426Notes:
427We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
428under src/usr.sbin). We don't use tcpd; that functionality is built
429into inetd. The provided libwrap2netbsd script handles just libwrap.
430
431Package:	mopd
432Version:	2.5.3
433Current Vers:	2.5.3
434Maintainer:	Mats O Jansson <maja@celsiustech.se>
435Archive Site:	ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
436Mailing List:	
437Responsible:	cjs
438Notes:
439Delete the otherOS directory before importing.
440
441Package:	nawk
442Version:	2003-07-29
443Current Vers:	2004-02-07
444Maintainer:	Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies)
445Archive Site:	http://cm.bell-labs.com/who/bwk/
446Mailing List:
447Responsible:	jdolecek
448Notes:
449Build maketab from nawk sources and generate proctab.c.
450Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
451to src/dist/nawk.
452
453Package:	ndbootd
454Version:	0.5
455Current Vers:	0.5
456Maintainer:	Matt Fredette <fredette@alum.mit.edu>
457Archive Site:	http://mit.edu/fredette/www/ndbootd/
458Responsible:	fredette
459Notes:
460Run ./configure, save config.h, make distclean, rm all autoconf/automake
461and ndbootd-raw.c.  Restore saved config.h, and force it to define
462HAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
463
464Package:	nvi
465Version:	1.79nb10
466Current Vers:	1.79
467Maintainer:	Keith Bostic <bostic@bsdi.com>
468Archive Site:	ftp://ftp.bostic.com/pub/
469Mailing List:	
470Responsible:	aymeric
471Notes:
4721.79 is probably the last version we will import. Nvi is now moving towards
473X11 support and other things we don't want.
474
475Package:	ntp
476Version:	4.2.0
477Current Vers:	4.2.0
478Maintainer:	David L. Mills <mills@udel.edu>
479Archive Site:	ftp://ftp.udel.edu/pub/ntp/ntp4/
480Mailing List:	
481Responsible:	simonb, jonathan
482Notes:
483See /usr/src/dist/ntp/ntp2netbsd for update instructions.
484NOTE: As of 20010405 -current includes a fix for the "ntpdx" root
485exploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches.
486
487Package:	OpenSSH
488Version:	3.6.1 around 20030403
489Current Vers:	3.8 / portable 3.8p1
490Maintainer:	OpenSSH
491Archive Site:	http://www.openssh.com/ftp.html
492Mailing List:	openssh-unix-announce@mindrot.org
493Responsible:	thorpej, jwise, itojun
494Notes:
495imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
496into crypto/dist/openssh.  use openssh2netbsd before import.
497local changes (should always try to bring them back to master openssh tree,
498markus is very cooperative about it):
499- default for PermitRootLogin is set to "no"
500- IgnoreRootRhosts added
501- look at login.conf to check valid user/access list
502- ssh{,d}_config -> ssh{,d}.conf (can't bring it back) (1.5 branch only)
5031.5 branch uses /etc for configuration files, while current/1.6 uses /etc/ssh.
504http://www.openbsd.org/advisories/ssh_channelalloc.txt is integrated
505manually to 1.5 branch.  version date "20020307" identifies the fix.
506http://www.openssh.com/txt/preauth.adv is integrated manually to 1.5 branch.
507version date "20020626" identifies the fix.
508official openssh releases dropped kerberosIV support already, therefore
509if we need to keep it we need to maintain it ourselves.
510
511Package:	OpenSSL
512Version:	0.9.6g + security fix/0.9.7c
513Current Vers:	0.9.6l/0.9.7c
514Maintainer:	The OpenSSL Project
515Archive Site:	ftp://ftp.openssl.org/source/
516Mailing List:	openssl-announce@openssl.org
517Responsible:	mcr, thorpej, itojun
518Notes:
519modified internal types to u_int32_t and alike, for non-32bit friendliness.
520removed #ifdefs in header files so that they do not affect ABI.
521on RC5/IDEA/MDC2 handling, please see the note from itojun on 9/29/2000,
522to tech-security.
523crypto/dist/openssl/openssl-unifdef.pl strips off most of #if in headers
524(should be done after the import - for some of the past imports done before
525import by mistake).
526
527Package:	pdisk
528Version:	0.8a2
529Current Vers:	0.8a2
530Maintainer:	Eryk Vershen <eryk@cfcl.com>
531Archive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
532Mailing List:
533Responsible:	dbj
534Notes:
535This is the disk partition utility used by Apple's mkLinux and osX
536It is imported into dist/pdisk, with a reachover makefile in
537src/sbin/pdisk builds for macppc and mac68k.
538
539Package:	pdksh
540Version:	5.2.14p2
541Current Vers:	5.2.14p2
542Maintainer:	Michael Rendell <michael@cs.mun.ca>
543Archive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
544Mailing List:
545Responsible:
546pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
547
548Package:	ping
549Version:	980911
550Current Vers:	980911
551Maintainer:	Vernon Schryver <vjs@rhyolite.com>
552Archive Site:	ftp://ftp.rhyolite.com/src/
553Mailing List:
554Responsible:	christos@NetBSD.org
555Notes:
556We use err() and friends. We have changes for snprintf, extra
557formating in man pages, disallowing flood pinging, alignment fixes,
558and more.
559
560Package:	postfix
561Version:	2.0.6
562Current Vers:	2.0.18
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.1
571Current Vers:	2.4.1
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.
585CMU copyright clause was updated to follow
586http://www.monkey.org/openbsd/archive/tech/0207/msg00005.html.
587Australian National University copyright clause was updated.
588Eric Rosenquist copyright clause was updated.
589
590Package:	rcs
591Version:	5.7
592Current Vers:	5.7
593Maintainer:	FSF
594Archive Site:	ftp://ftp.gnu.org/gnu/rcs/
595Mailing List:	bug-gnu-utils@gnu.org
596Responsible:	mycroft
597Notes:
598Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
599
600Package:	root.cache
601Version:	2004012900 (Jan 29, 2004)
602Current Vers:	2004012900 (Jan 29, 2004)
603Maintainer:	InterNIC
604Archive Site:	ftp://ftp.internic.net/domain/named.root
605Mailing List:
606Responsible:	perry, thorpej
607Notes:
608The root server cache is also included with BIND.  However, the
609InterNIC version is usually more up to date.
610
611Package:	routed
612Version:	2.27
613Current Vers:	2.27
614Maintainer:	Vernon Schryver <vjs@rhyolite.com>
615Archive Site:	ftp://ftp.rhyolite.com/src/
616Mailing List:
617Responsible:	christos@NetBSD.org
618Notes:
619We use the md5 code from libc
620We don't allow RIP_TRACEON and RIP_TRACEOFF
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.9
633Current Vers:	8.12.11
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.7.1 as of 2002/5/31
658Current Vers:	3.7.2
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.6
687Current Vers:	4.6
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.5beta9
698Current Vers:	3.5b12.7
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:	tzcode2003e / tzdata2003e
722Current Vers:	tzcode2003e / tzdata2003e
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:	XFree86
741Version:	3.3.6/4.4.0
742Current Vers:	3.3.6/4.4.0
743Maintainer:	XFree86 consortium
744Archive Site:	ftp://ftp.xfree86.org/pub/XFree86/
745Mailing List:	
746Responsible:	tron
747Notes:
7483.3.6:
749- Security patches from OpenBSD SA 2000-021 are merged into the tree.
750- Fix 01-08 from the xfree86 fixes directory are merged into the tree.
751- imported changes from 3.3.6 branch on 2001-03-05
7524.x:
753 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
754 files which we don't need in our tree.
755 ALL changes must be sent back to the XFree86 repository. Patches should
756 be sent to patches@XFree86.org.
757
758Package:	zlib
759Version:	1.1.4
760Current Vers:	1.2.1
761Maintainer:	Jean-loup Gailly and Mark Adler <zlib@gzip.org>
762Archive Site:	http://www.gzip.org/zlib/
763Mailing List:
764Responsible:	gwr, tron
765Notes:
766The sources were integrated into src/lib/libz as usual on *nix,
767and partially duplicated under src/sys/lib/libz for the kernel.
768The header zconf.h was "boiled down" to the minimum for *BSD.
769The Makefile is completely new (*BSD style, of course).  Lastly,
770the file gzio.c was changed to allow -DNO_DEFLATE to eliminate
771all references to deflate.c and friends, which permits building
772a really small zcat implementation.  (src/distrib/utils/zcat)
773There are two additional API functions in the NetBSD userland
774zlib, used by the free NetBSD gzip(1).
775
776Package:      Vinum
777Version:      2003-10-10
778Current:      2003-10-10
779Maintainer:   grog
780URL:          http://www.vinumvm.org/
781Archive Site: none 
782Mailing List: vinum-devel@auug.org.au
783CVS location: none
784Responsible:  grog
785Notes:
786        Based on a NetBSD-specific version generated on the fly.  This
787        should remain effectively identical to the NetBSD branch
788        except during testing.
789