3RDPARTY revision 1.209
1#	$NetBSD: 3RDPARTY,v 1.209 2004/04/19 09:45:13 wiz Exp $
2#
3# This file contains a list of the software that has been integrated into
4# NetBSD where we are not the primary maintainer.
5#
6# When you make changes to this software, be sure to discuss it with the
7# maintainer and contribute your patches.  Divergence from the official
8# sources is not desirable, and should be avoided as much as possible.
9#
10# When importing, please deal with the RCS IDs in this way:
11#   1. Preserve the RCS IDs in the files by removing the $ signs from
12#      the IDs before you do the import.
13#   2. After the import, add NetBSD RCS IDs to all of the files.
14#
15# A few notes on the format of this file (for the benefit of
16# 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:	20040402
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.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.
90
91Package:	binutils
92Version:	2.14
93Current Vers:	2.14
94Maintainer:	FSF
95Archive Site:	ftp://ftp.gnu.org/gnu/binutils/
96Mailing List:	bug-gnu-utils@gnu.org
97Responsible:	thorpej, mrg
98Notes:
99
100Package:	bsd-family-tree
101Version:	1.73
102Current Vers:	1.75
103Maintainer:	n/a
104Archive Site:	http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
105Mailing List:
106Responsible:	itojun
107Notes:
108
109Package:	bzip2
110Version:	1.0.2
111Current Vers:	1.0.2
112Maintainer:	Julian Seward <jseward@acm.org>
113Archive Site:	http://sources.redhat.com/bzip2/
114Mailing List:
115Responsible:
116Notes:
117See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
118
119Package:	Citrus XPG4DL
120Version:	?
121Current Vers:	?
122Maintainer:	Citrus
123Archive Site:	http://citrus.bsdclub.org/
124Mailing List:	bsd-locale@hauN.org
125Responsible:	itojun, tshiozak
126Notes:
127language C multilingualization support suite using wchar_t and other standards.
128The main development playground of Citrus is in NetBSD CVS, so you don't
129need to look for other CVS tree (like citrus CVS tree)
130main trunc has Citrus code in the following places:
131- src/lib/libc/locale, LC_CTYPE: single/multibyte support
132- src/lib/libintl: GNU libc compatible gettext(3) implementation.
133- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
134- src/lib/libc/iconv: iconv(3)
135
136Package:	cron
137Version:	3.0
138Current Vers:	3.0
139Maintainer:	Paul Vixie <vixie@vix.com>
140Archive Site:	ftp://ftp.vix.com/pub/vixie/cron-3.0/
141Mailing List:
142Responsible:
143Notes:
144ftp://ftp.isc.org/isc/cron/cron_4.0_b1.shar is available, apparently
145there's also a version in the works that has all changes from *BSD and Linux.
146
147Package:	cvs
148Version:	1.11.15
149Current Vers:	1.11.15/1.12.7
150Maintainer:	cvshome
151Archive Site:	ftp://ftp.cvshome.org/pub/
152Mailing List:	bug-cvs@gnu.org
153Responsible:	Christos Zoulas <christos@NetBSD.org>, wiz
154Notes:
155Use src/gnu/dist/cvs/cvs2netbsd for preparing the source tree
156for the import.
157Do not forget to update gnu/usr.bin/cvs/include/config.h to match
158gnu/dist/cvs/config.h.in.
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.09
214Current Vers:	4.09
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:	gcc
235Version:	2.95.3/3.3.3
236Current Vers:	3.3.3
237Maintainer:	cygnus
238Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
239Mailing List:	gcc-bugs@gnu.org
240Responsible:	thorpej, mrg
241Notes:
242before importing:
243	- delete all .cvsignore and .brik files
244	- delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
245
246Package:	gdb
247Version:	5.3
248Current Vers:	6.1
249Maintainer:	FSF
250Archive Site:	ftp://ftp.gnu.org/gnu/gdb/
251Mailing List:	bug-gdb@gnu.org
252Responsible:	thorpej, mrg
253Notes:
254
255Package:	gettext
256Version:	0.10.35
257Current Vers:	0.13
258Maintainer:	FSF
259Archive Site:	ftp://ftp.gnu.org/gnu/gettext/
260Mailing List:	bug-gnu-utils@gnu.org
261Responsible:	itojun
262Notes:
263GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
264we use BSD-licensed implementation from Citrus project (see entry for
265"Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
2660.11.x introduced new file format with file format revision >= 1, while our
267BSD-licensed libintl supports revision 0 only.  Therefore, we cannot upgrade
268to 0.11.x until we add support for new file format.
269
270Package:	grep
271Version:	2.5.1
272Current Vers:	2.5.1
273Maintainer:	FSF
274Archive Site:	ftp://ftp.gnu.org/gnu/grep/
275Mailing List:	bug-gnu-utils@gnu.org
276Responsible:	simonb, wiz
277Notes:
278Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
279for the import.
280A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It 
281needs some tuning before it can replace gnu grep.
282	(cf.	http://www.vocito.com/downloads/software/grep/)
283
284Package:	groff
285Version:	1.19
286Current Vers:	1.19
287Maintainer:	James Clark/FSF
288Archive Site:	ftp://ftp.gnu.org/gnu/groff/
289Mailing List:	bug-groff@gnu.org
290Responsible:	wiz
291Notes:
292Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
293for import.
294
295Package:	heimdal
296Version:	0.6.1
297Current Vers:	0.6.1
298Maintainer:	Heimdal <heimdal@pdc.kth.se>
299Archive Site:	ftp://ftp.pdc.kth.se/pub/heimdal/src/
300Mailing List:	heimdal-discuss@pdc.kth.se
301Responsible:	assar, joda, lha
302Notes:
303
304Package:	hunt
305Version:	2003-04-16
306Current Vers:	2003-04-16
307Maintainer:	?
308Archive Site:	ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
309Responsible:	mrg
310Notes:
311
312Package:	ipf
313Version:	4.1.1
314Current Vers:	4.1.1
315Maintainer:	Darren Reed
316Archive Site:	http://www.ipfilter.org/
317Mailing List:	ipfilter@postbox.anu.edu.au
318Responsible:	darrenr, mike, martti
319Notes:
320ipf2netbsd should be used on a virgin ipfilter source tree.
321
322Package:	KAME IPv6
323Version:	KAME/NetBSD SNAP kit
324Current Vers:	KAME/NetBSD SNAP kit (shipped every week)
325Maintainer:	KAME Project <kame@kame.net>
326Archive Site:	http://www.kame.net/
327Mailing List:	snap-users@kame.net
328Responsible:	itojun
329Notes:
330IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
331more conservative implementation policy.
332IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
333Please do not make too many diff-unfriendly changes (like indentation change,
334KNF police).  We need to take diffs across KAME snapshots on upgrades.
335To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
336in sys/netinet6/in6.h.  No script is available for upgrades.
337"KAME" branch is used for kernel merge work purposes.
338http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
339among KAME/*BSD, *BSD-current and recent *BSD releases.
340
341Package:	KAME racoon
342Version:	KAME/NetBSD current Jul 12 2003
343Current Vers:	KAME/NetBSD SNAP kit (shipped every week)
344Maintainer:	KAME Project <kame@kame.net>
345Archive Site:	http://www.kame.net/
346Mailing List:	snap-users@kame.net
347Responsible:	itojun
348Notes:
349Please minimize # of local changes.  All changes should go back to KAME
350repository.  Please contact itojun if you want to put changes.
351
352Package:	krb4
353Version:	1.2
354Current Vers:	1.2.2
355Maintainer:	kth-krb@pdc.kth.se
356Archive Site:	ftp://ftp.pdc.kth.se/pub/krb/src/
357Mailing List:	krb4@sics.se
358Responsible:	assar, joda
359Notes:
360
361Package:	less
362Version:	less381
363Current Vers:	less381
364Maintainer:	Mark Nudleman <marknu@flash.net>
365Archive Site:	ftp://ftp.gnu.org/gnu/less/
366Mailing List:
367Responsible:	mrg
368Notes:
369Many changes to make less act as more when invoked as more.  Beware.
370Use the src/usr.bin/less/less2netbsd script to prepare source tree
371for importation.  Run ./configure before hand to generate "defines.h".
372Talk to mrg before importing any new version.  (less 381's configure
373does not detect NetBSD has a sigset_t due to a bad test; this is fixed
374by hand in defines.h.)
375
376Package:	libcdk
377Version:	4.9.9-20000407-myc3
378Current Vers:	cdk-4.9.10-20000923
379Maintainer:	mike@vexus.ca
380Archive Site:	http://www.vexus.ca/products/CDK/
381Responsible:	garbled
382Notes:
383Initial port to netbsd curses was done by mycroft.  This is a heavily
384modified version of the released CDK 4.9.9.  The current version has been
385taken over by the Ncurses people, and has a number of changes to it.  It
386might be worthwhile to import at some future date, but for now we should
387leave it alone.  (garbled 1/4/2001)
388
389Package:	libpcap
390Version:	0.4
391Current Vers:	0.7.2
392Maintainer:	tcpdump-workers@tcpdump.org
393Archive Site:	http://www.tcpdump.org/release/
394Mailing List:	tcpdump-workers@tcpdump.org
395Responsible:	itojun
396Notes:
397
398Package:	libwrap
399Version:	tcp_wrappers 7.6 w/ large amount of IPv6 changes
400Current Vers:	tcp_wrappers 7.6-ipv6.1
401Maintainer:	Wietse Venema <wietse@porcupine.org>
402Archive Site:	ftp://ftp.porcupine.org/pub/security/
403Mailing List:	
404Responsible:	cjs, itojun
405Notes:
406We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
407under src/usr.sbin). We don't use tcpd; that functionality is built
408into inetd. The provided libwrap2netbsd script handles just libwrap.
409
410Package:	mopd
411Version:	2.5.3
412Current Vers:	2.5.3
413Maintainer:	Mats O Jansson <maja@celsiustech.se>
414Archive Site:	ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
415Mailing List:	
416Responsible:	cjs
417Notes:
418Delete the otherOS directory before importing.
419
420Package:	nawk
421Version:	2003-07-29
422Current Vers:	2004-02-07
423Maintainer:	Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies)
424Archive Site:	http://cm.bell-labs.com/who/bwk/
425Mailing List:
426Responsible:	jdolecek
427Notes:
428Build maketab from nawk sources and generate proctab.c.
429Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
430to src/dist/nawk.
431
432Package:	ndbootd
433Version:	0.5
434Current Vers:	0.5
435Maintainer:	Matt Fredette <fredette@alum.mit.edu>
436Archive Site:	http://mit.edu/fredette/www/ndbootd/
437Responsible:	fredette
438Notes:
439Run ./configure, save config.h, make distclean, rm all autoconf/automake
440and ndbootd-raw.c.  Restore saved config.h, and force it to define
441HAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
442
443Package:	nvi
444Version:	1.79nb10
445Current Vers:	1.79
446Maintainer:	Keith Bostic <bostic@bsdi.com>
447Archive Site:	ftp://ftp.bostic.com/pub/
448Mailing List:	
449Responsible:	aymeric
450Notes:
4511.79 is probably the last version we will import. Nvi is now moving towards
452X11 support and other things we don't want.
453
454Package:	ntp
455Version:	4.2.0
456Current Vers:	4.2.0
457Maintainer:	David L. Mills <mills@udel.edu>
458Archive Site:	ftp://ftp.udel.edu/pub/ntp/ntp4/
459Mailing List:	
460Responsible:	simonb, jonathan
461Notes:
462See /usr/src/dist/ntp/ntp2netbsd for update instructions.
463NOTE: As of 20010405 -current includes a fix for the "ntpdx" root
464exploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches.
465
466Package:	OpenSSH
467Version:	3.6.1 around 20030403
468Current Vers:	3.8 / portable 3.8p1
469Maintainer:	OpenSSH
470Archive Site:	http://www.openssh.com/ftp.html
471Mailing List:	openssh-unix-announce@mindrot.org
472Responsible:	thorpej, jwise, itojun
473Notes:
474imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
475into crypto/dist/openssh.  use openssh2netbsd before import.
476local changes (should always try to bring them back to master openssh tree,
477markus is very cooperative about it):
478- default for PermitRootLogin is set to "no"
479- IgnoreRootRhosts added
480- look at login.conf to check valid user/access list
481- ssh{,d}_config -> ssh{,d}.conf (can't bring it back) (1.5 branch only)
4821.5 branch uses /etc for configuration files, while current/1.6 uses /etc/ssh.
483http://www.openbsd.org/advisories/ssh_channelalloc.txt is integrated
484manually to 1.5 branch.  version date "20020307" identifies the fix.
485http://www.openssh.com/txt/preauth.adv is integrated manually to 1.5 branch.
486version date "20020626" identifies the fix.
487official openssh releases dropped kerberosIV support already, therefore
488if we need to keep it we need to maintain it ourselves.
489
490Package:	OpenSSL
491Version:	0.9.7d
492Current Vers:	0.9.7d
493Maintainer:	The OpenSSL Project
494Archive Site:	ftp://ftp.openssl.org/source/
495Mailing List:	openssl-announce@openssl.org
496Responsible:	mcr, thorpej, itojun, groo
497Notes:
498modified internal types to u_int32_t and alike, for non-32bit friendliness.
499removed #ifdefs in header files so that they do not affect ABI.
500on RC5/IDEA/MDC2 handling, please see the note from itojun on 9/29/2000,
501to tech-security.
502crypto/dist/openssl/openssl-unifdef.pl strips off most of #if in headers
503(should be done after the import - for some of the past imports done before
504import by mistake).
505The 0.9.7d import has brought us inline with OpenSSL w.r.t to strl* and
506snprintf.  There will be far fewer conflicts in the future.
507
508
509Package:	pdisk
510Version:	0.8a2
511Current Vers:	0.8a2
512Maintainer:	Eryk Vershen <eryk@cfcl.com>
513Archive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
514Mailing List:
515Responsible:	dbj
516Notes:
517This is the disk partition utility used by Apple's mkLinux and osX
518It is imported into dist/pdisk, with a reachover makefile in
519src/sbin/pdisk builds for macppc and mac68k.
520
521Package:	pdksh
522Version:	5.2.14p2
523Current Vers:	5.2.14p2
524Maintainer:	Michael Rendell <michael@cs.mun.ca>
525Archive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
526Mailing List:
527Responsible:
528pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
529
530Package:	ping
531Version:	980911
532Current Vers:	980911
533Maintainer:	Vernon Schryver <vjs@rhyolite.com>
534Archive Site:	ftp://ftp.rhyolite.com/src/
535Mailing List:
536Responsible:	christos@NetBSD.org
537Notes:
538We use err() and friends. We have changes for snprintf, extra
539formating in man pages, disallowing flood pinging, alignment fixes,
540and more.
541
542Package:	postfix
543Version:	2.0.19
544Current Vers:	2.0.19
545Maintainer:	Wietse Venema <wietse@porcupine.org>
546Archive Site:	ftp://postfix.cloud9.net/official/
547Mailing List:	postfix-users@postfix.org
548Responsible:	perry@NetBSD.org, itojun@NetBSD.org
549Notes:
550
551Package:	ppp
552Version:	2.4.1
553Current Vers:	2.4.1
554Maintainer:	Paul Mackerras <paulus@samba.org>
555Archive Site:	ftp://ftp.samba.org/pub/ppp/
556CVS root:	:pserver:cvs@pserver.samba.org:/cvsroot (password: cvs)
557Mailing List:
558Responsible:	christos@NetBSD.org
559Notes:
560BSD support was removed from 2.4.0; I added it back and removed
561some GPL pieces. Multilink support is missing. Repeated pings to
562Paulus have not yielded results. I've retrofitted pppdump to use
563our zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
564is clearly a pain. I have not tested the modules code, neither our
565makefiles make it easy to construct a module, but I left one there
566as an example.
567CMU copyright clause was updated to follow
568http://www.monkey.org/openbsd/archive/tech/0207/msg00005.html.
569Australian National University copyright clause was updated.
570Eric Rosenquist copyright clause was updated.
571
572Package:	rcs
573Version:	5.7
574Current Vers:	5.7
575Maintainer:	FSF
576Archive Site:	ftp://ftp.gnu.org/gnu/rcs/
577Mailing List:	bug-gnu-utils@gnu.org
578Responsible:	mycroft
579Notes:
580Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
581
582Package:	root.cache
583Version:	2004012900 (Jan 29, 2004)
584Current Vers:	2004012900 (Jan 29, 2004)
585Maintainer:	InterNIC
586Archive Site:	ftp://ftp.internic.net/domain/named.root
587Mailing List:
588Responsible:	perry, thorpej
589Notes:
590The root server cache is also included with BIND.  However, the
591InterNIC version is usually more up to date.
592
593Package:	routed
594Version:	2.28
595Current Vers:	2.28
596Maintainer:	Vernon Schryver <vjs@rhyolite.com>
597Archive Site:	ftp://ftp.rhyolite.com/src/
598Mailing List:
599Responsible:	christos@NetBSD.org
600Notes:
601We use the md5 code from libc
602We don't allow RIP_TRACEON and RIP_TRACEOFF
603We use arc4random
604We use strlcpy/snprintf
605
606Package:	send-pr (part of GNATS)
607Version:	3.95
608Current Vers:	4.0
609Maintainer:	FSF
610Archive Site:	ftp://ftp.gnu.org/gnu/gnats/
611Mailing List:	bug-gnats@gnu.org
612Responsible:
613Notes:
614
615Package:	sendmail
616Version:	8.12.11
617Current Vers:	8.12.11
618Maintainer:	Eric P. Allman
619Archive Site:	ftp://ftp.sendmail.org/pub/sendmail/
620Mailing List:
621Responsible:	atatat@NetBSD.org
622Notes:
623use gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags.
624local changes:
625- do not reverse-resolve link-local addresses
626- syslog args change
627
628Package:	SoftFloat
629Version:	2a
630Current Vers:	2b
631Maintainer:	John Hauser <jhauser@jhauser.us>
632Archive Site:	http://www.jhauser.us/arithmetic/SoftFloat.html
633Mailing List:
634Responsible:	bjh21
635Notes:
636Heavily modified for use as a soft float library for GCC.  The actual
637arithmetic code is unchanged, though, and should behave exactly like the
638original.
639
640Package:	tcpdump
641Version:	3.7.1 as of 2002/5/31
642Current Vers:	3.7.2
643Maintainer:	tcpdump-workers@tcpdump.org
644Archive Site:	http://www.tcpdump.org/release/
645Mailing List:	tcpdump-workers@tcpdump.org
646Responsible:	itojun
647Notes:
648Code will be imported into src/dist/tcpdump.  Changes have to go back to
649tcpdump.org.
650
651Package:	termcap.src
652Version:	9.13.25
653Current Vers:	11.0.1
654Maintainer:	Eric S. Raymond <terminfo@ccil.org>
655Archive Site:	http://www.catb.org/~esr/terminfo/
656Mailing List:
657Responsible:
658Notes:
659
660Package:	TestFloat
661Version:	2a
662Current Vers:	2a
663Maintainer:	John Hauser <jhauser@jhauser.us>
664Archive Site:	http://www.jhauser.us/arithmetic/TestFloat.html
665Mailing List:
666Responsible:	ross
667Notes:
668
669Package:	texinfo
670Version:	4.6
671Current Vers:	4.7
672Maintainer:	FSF
673Archive Site:	ftp://ftp.gnu.org/gnu/texinfo/
674Mailing List:	bug-texinfo@gnu.org
675Responsible:	wiz
676Notes:
677Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
678for the import.
679
680Package:	top
681Version:	3.5beta9
682Current Vers:	3.5b12.7
683Maintainer:	William LeFebvre <wnl@groupsys.com>
684Archive Site:	ftp://ftp.groupsys.com/pub/top/
685Mailing List:	top-spinners@ocee.groupsys.com
686Responsible:	simonb
687Notes:
688Remove all non-current NetBSD machine definitions and man page
689extensions in machine/ before importing.
690After importing, run:
691	./Configure <netbsd-module-name>
692	rm machine/*.desc Make.desc SYNOPSIS machine.c
693	cvs commit -m "Update ./Configure'd files." top.local.h top.1
694
695Package:	traceroute
696Version:	1.4a5
697Current Vers:	1.4a12
698Maintainer:	traceroute@ee.lbl.gov
699Archive Site:	ftp://ftp.ee.lbl.gov/
700Mailing List:
701Responsible:
702Notes:
703
704Package:	tz
705Version:	tzcode2003e / tzdata2003e
706Current Vers:	tzcode2003e / tzdata2003e
707Maintainer:	Arthur David Olson <ado@elsie.nci.nih.gov>
708Archive Site:	ftp://elsie.nci.nih.gov/pub/
709Mailing List:	tz@elsie.nci.nih.gov
710Responsible:	kleink
711Notes:
712Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
713for import.
714
715Package:	uucp
716Version:	1.06.1
717Current Vers:	1.07
718Maintainer:	Ian Lance Taylor <ian@airs.com>
719Archive Site:	ftp://ftp.gnu.org/gnu/uucp/
720Mailing List:	taylor-uucp@cirr.com
721Responsible:	jtk
722Notes:
723
724Package:	XFree86
725Version:	3.3.6/4.4.0
726Current Vers:	3.3.6/4.4.0
727Maintainer:	XFree86 consortium
728Archive Site:	ftp://ftp.xfree86.org/pub/XFree86/
729Mailing List:	
730Responsible:	tron
731Notes:
7323.3.6:
733- Security patches from OpenBSD SA 2000-021 are merged into the tree.
734- Fix 01-08 from the xfree86 fixes directory are merged into the tree.
735- imported changes from 3.3.6 branch on 2001-03-05
7364.x:
737 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
738 files which we don't need in our tree.
739 ALL changes must be sent back to the XFree86 repository. Patches should
740 be sent to patches@XFree86.org.
741
742Package:	zlib
743Version:	1.1.4
744Current Vers:	1.2.1
745Maintainer:	Jean-loup Gailly and Mark Adler <zlib@gzip.org>
746Archive Site:	http://www.gzip.org/zlib/
747Mailing List:
748Responsible:	gwr, tron
749Notes:
750The sources were integrated into src/lib/libz as usual on *nix,
751and partially duplicated under src/sys/lib/libz for the kernel.
752The header zconf.h was "boiled down" to the minimum for *BSD.
753The Makefile is completely new (*BSD style, of course).  Lastly,
754the file gzio.c was changed to allow -DNO_DEFLATE to eliminate
755all references to deflate.c and friends, which permits building
756a really small zcat implementation.  (src/distrib/utils/zcat)
757There are two additional API functions in the NetBSD userland
758zlib, used by the free NetBSD gzip(1).
759
760Package:      Vinum
761Version:      2003-10-10
762Current:      2003-10-10
763Maintainer:   grog
764URL:          http://www.vinumvm.org/
765Archive Site: none 
766Mailing List: vinum-devel@auug.org.au
767CVS location: none
768Responsible:  grog
769Notes:
770        Based on a NetBSD-specific version generated on the fly.  This
771        should remain effectively identical to the NetBSD branch
772        except during testing.
773