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