3RDPARTY revision 1.725
1#	$NetBSD: 3RDPARTY,v 1.725 2009/10/25 23:42:58 roy 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:	20090730
29Current Vers:	20090903
30Maintainer:	INTEL
31Archive Site:	http://www.acpica.org/downloads/unix_source_code.php
32Home Page:	http://www.acpica.org/
33Mailing List:	devel@acpica.org
34License:	http://developer.intel.com/technology/iapc/acpi/license2.htm
35Responsible:	jmcneill
36Notes:
37The sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
38Please read src/sys/dev/acpi/acpica/README before any modification.
39
40Package:	am-utils [amd]
41Version:	6.2a3
42Current Vers:	6.2a3
43Maintainer:	Erez Zadok <ezk@cs.columbia.edu>
44Archive Site:	ftp://ftp.am-utils.org/pub/am-utils/
45Home Page:	http://www.am-utils.org/
46Mailing List:	am-utils
47Responsible:	christos
48License:	BSD (4-clause)
49Notes:
50Amd2netbsd script to convert to BSD make system and remove unneeded files.
51Fix symbolic links before import.
52Check src/usr.sbin/amd/include/config.h is correct after import.
53
54Package:	Automated Testing Framework (ATF)
55Version:	0.6
56Current Vers:	0.6
57Maintainer:	Julio M. Merino Vidal <jmmv@NetBSD.org>
58Archive site:	ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/
59Home page:	http://www.NetBSD.org/~jmmv/atf/
60Mailing List:	atf-devel@NetBSD.org
61Responsible:	jmmv
62License:	The NetBSD Foundation's license (BSD 2-clause)
63Notes:
64The source files are in external/bsd/atf/dist.
65Given that the primary goal of ATF is to provide a testing framework for
66NetBSD, no local changes should be ever needed.  Always direct them to the
67maintainer for integration in official releases.
68
69Package:	ath-hal
70Version:	FreeBSD SVN revision number 185521
71Current Vers:	FreeBSD SVN revision number 185521
72Maintainer:	Sam Leffler <sam@errno.com>
73Archive Site:	none
74Home Page:	none
75Mailing List:	none
76Responsible:	sam, alc
77License:	BSD-like (2 clause), ISC
78Notes:
79The HAL is located in src/sys/external/isc/atheros_hal
80
81Package:	bc
82Version:	1.06
83Current Vers:	1.06
84Maintainer:	Phil Nelson <phil@cs.wwu.edu>
85Archive Site:	ftp://ftp.gnu.org/gnu/bc/
86Home Page:	http://www.gnu.org/software/bc/
87Mailing List:	bug-bc@gnu.org
88Responsible:	phil, simonb
89License:	GPLv2, LGPGv2.1
90Notes:
91bc includes dc, both of which are in the NetBSD tree.
92
93Package:	bind [named and utils]
94Version:	9.7.0-b1
95Current Vers:	9.7.0-b1
96Maintainer:	Paul Vixie <vixie@vix.com>
97Archive Site:	ftp://ftp.isc.org/isc/bind9/
98Home Page:	http://www.isc.org/sw/bind/
99Mailing List:
100Responsible:	vixie, christos
101License:	BSD-like (2-clause)
102Notes:
103First bind2netbsd script to import into src/external/bsd/bind/dist.
104The Makefiles in src/external/bsd/bind are not handled by the script.
105Build bind to generate the include files.
106Then binclude4netbsd script to import into src/external/bsd/bind/include.
107The libc and include parts of the resolver are now part of libbind.
108
109Package:	libbind [libc resolver and includes]
110Version:	libbind-6.0-rc1
111Current Vers:	libbind-6.0-rc1
112Maintainer:	Paul Vixie <vixie@vix.com>
113Archive Site:	ftp://ftp.isc.org/isc/libbind/
114Home Page:	http://www.isc.org/sw/bind/
115Mailing List:
116Responsible:	vixie, christos
117License:	BSD-like (2-clause)
118Notes:
119First libbind2netbsd script to import into src/external/bsd/libbind/dist.
120Then include4netbsd script to import into src/include.
121Then libc4netbsd script to update the resolver in libc.
122Todo[1]: Update libresolv if needed.
123Todo[2]: A few files in libc/net were imported in the ISC branch but now
124	 they are too different or do not exist anymore:
125	    gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
126	 Others like getaddrinfo.c could be merged with isc, but it seems
127	 that ours is from a more recent version of KAME?
128Todo[3]: net/base64.c is imported from bind but should be moved from net
129	 to isc/base64.c.
130Todo[4]: Re-entrant functions of net/*
131Todo[5]: Reconcile the doc directory.
132
133Package:	binutils
134Version:	2.16.1
135Current Vers:	2.20
136Maintainer:	FSF
137Archive Site:	ftp://ftp.gnu.org/gnu/binutils/
138Home Page:	http://www.gnu.org/software/binutils/
139Mailing List:	bug-gnu-utils@gnu.org
140Responsible:	thorpej, mrg
141License:	GPLv2, LGPLv2, BSD
142Notes:
143
144Package:	bozohttpd 
145Version:	20090522
146Current Vers:	20090522
147Maintainer:	mrg@eterna.com.au
148Archive Site:	ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/
149Home Page:	http://eterna.com.au/bozohttpd/
150Mailing List:
151Responsible:	mrg
152License:	BSD
153Notes:
1541. Delete "queue.h" from the distribution.
1552. Integrated as src/libexec/httpd.
156
157Package:	bsd-family-tree
158Version:	1.116
159Current Vers:	1.116
160Maintainer:	n/a
161Archive Site:	http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
162Home Page:	http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
163Mailing List:
164Responsible:
165License:	See URL above.
166Notes:
167
168Package:	byacc
169Version:	20080826
170Current Vers:	1.9
171Maintainer:	Thomas Dickey <dickey@invisible-island.net>
172Archive Site:	http://www.invisible-island.net/byacc/byacc.html
173Home Page:	http://www.invisible-island.net/byacc/byacc.html
174Mailing List:
175Responsible:	christos
176License:	Public Domain
177Notes:
178We haven't had a sync since 1993, the sources have diverged a lot
179since then but there are a bunch of bug fixes we probably want to pull
180in.
181
182Package:	bzip2
183Version:	1.0.5
184Current Vers:	1.0.5
185Maintainer:	Julian Seward <jseward@acm.org>
186Archive Site:	http://sources.redhat.com/bzip2/
187Home Page:	http://www.bzip.org/
188Mailing List:
189Responsible:
190License:	BSD (4-clause)
191Notes:
192See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
193
194Package:	Citrus XPG4DL
195Version:	
196Current Vers:	
197Maintainer:	Citrus
198Archive Site:	http://citrus.bsdclub.org/
199Home Page:	http://citrus.bsdclub.org/
200Mailing List:	bsd-locale@hauN.org
201Responsible:	tshiozak
202License:	Ambiguous. Either BSD or Perl Artistic License
203		See http://citrus.bsdclub.org/#pol_license for more info.
204Notes:
205language C multilingualization support suite using wchar_t and other standards.
206The main development playground of Citrus is in NetBSD CVS, so you don't
207need to look for other CVS tree (like citrus CVS tree)
208main trunc has Citrus code in the following places:
209- src/lib/libc/locale, LC_CTYPE: single/multibyte support
210- src/lib/libintl: GNU libc compatible gettext(3) implementation.
211- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
212- src/lib/libc/iconv: iconv(3)
213
214Package:	cron
215Version:	3.0
216Current Vers:	4.1
217Maintainer:	Paul Vixie <vixie@vix.com>
218Archive Site:	ftp://ftp.isc.org/isc/cron/
219Home Page:
220Mailing List:
221Responsible:
222License:	BSD-like
223Notes:
224
225Package:	cvs
226Version:	1.12.13
227Current Vers:	1.12.13
228Maintainer:	cvshome
229Archive Site:	http://ftp.gnu.org/non-gnu/cvs/
230Home Page:	http://cvs.nongnu.org/
231Mailing List:	bug-cvs@gnu.org
232Responsible:	christos, wiz
233License:	GPLv1, LGPLv2
234Notes:
235Use src/gnu/dist/xcvs/cvs2netbsd for preparing the source tree
236for the import.
237Do not forget to update gnu/usr.bin/xcvs/include/config.h to match
238gnu/dist/xcvs/config.h.in.
239
240Package:	db
241Version:	1.85
242Current Vers:	1.86/4.7.25
243Maintainer:	Keith Bostic <bostic@vangogh.cs.berkeley.edu>
244Archive Site:	http://www.oracle.com/technology/software/products/berkeley-db/
245Home Page:	http://www.oracle.com/database/berkeley-db/
246Mailing List:
247Responsible:
248License:	BSD or Oracle Commercial License
249Notes:
250Note that we cannot use db 2.x for license reasons.
251Three bug fixes against 1.85 sent back to bostic.  Changes to
252man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
253Import of DB 1.85 was done via a sh script which converted the
254distribution into the netbsd format.  The script can be found in
255src/lib/libc/db/db2netbsd.
256
257Package:	dhcp
258Version:	3.0.3
259Current Vers:	3.0.7/3.1.2/4.1.1b1
260Maintainer:	mellon
261Archive Site:	ftp://ftp.isc.org/isc/dhcp/
262Home Page:	http://www.isc.org/software/dhcp/
263Mailing List:	dhcp-server@isc.org
264Mailing List:	dhcp-client@isc.org
265Mailing List:	dhcp-announce@isc.org
266Mailing List:	dhcp-bugs@isc.org
267Responsible:	mellon
268License:	BSD (3-clause)
269Notes:
270No changes for NetBSD integration - just import the new distribution on
271top of the current tree.
272
273Package:	dhcpcd
274Version:	5.1.3
275Current Vers:	5.1.3
276Maintainer:	roy
277Archive Site:	ftp://roy.marples.name/pub/dhcpcd/
278Home Page:	http://roy.marples.name/projects/dhcpcd/
279Mailing List: 	dhcpcd-discuss@marples.name
280License:	BSD (2-clause)
281Notes:
282Please submit all changes to the author.
283The distribution doesn't include the Linux specific bits or build system.
284
285Package:	diffutils
286Version:	2.8.1
287Current Vers:	2.8.1
288Maintainer:	FSF
289Archive Site:	ftp://ftp.gnu.org/gnu/diffutils/
290Home Page:	http://www.gnu.org/software/diffutils/
291Mailing List:	bug-gnu-utils@gnu.org
292Responsible:	wiz
293License:	GPLv2
294Notes:
295Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
296for the import.
297
298Package:	gdtoa
299Version:	2005-09-23
300Current Vers:	2005-09-23
301Maintainer:	David M. Gay <dmg@acm.org>
302Archive Site:	http://www.netlib.org/fp/
303Home Page:	http://www.netlib.org/fp/
304Mailing List:	none
305Responsible:	kleink
306License:	BSD-like
307Notes:
308Test suite not integrated at this time.
309No hexadecimal floating-point string conversion for VAX FP yet.
310Only double-precision addressed at this time.
311
312Package:	file
313Version:	5.03
314Current Vers:	5.03
315Maintainer:	Christos Zoulas <christos@zoulas.com>
316Archive Site:	ftp://ftp.astron.com/pub/file/
317Home Page:
318Mailing List:	file@mx.gw.com
319Responsible:	christos, pooka
320License:	BSD (2-clause)
321Notes:
322use file2netbsd
323
324Package:	flex
325Version:	2.5.4
326Current Vers:	2.5.35
327Maintainer:	Will Estes <wlestes@users.sourceforge.net>
328Archive Site:	http://flex.sourceforge.net/
329Home Page:	http://flex.sourceforge.net/
330Mailing List:	http://lists.sourceforge.net/mailman/listinfo/flex-announce
331Responsible:
332License:	BSD-like	
333Notes:
334The newest version is far more advanced than the one in NetBSD --
335among other features, it can produce re-entrant scanners.
336
337Package:	gcc
338Version:	4.1.3-20080831
339Current Vers:	4.4.0
340Maintainer:	FSF
341Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
342Home Page:	http://www.gnu.org/software/gcc/
343Mailing List:	gcc-bugs@gnu.org
344Responsible:	thorpej, mrg
345License:	GPLv2, LGPLv2.1
346Notes:
347before importing:
348	- delete all .cvsignore and .brik files
349	- delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
350	- delete all related testsuites
351for GCC4:
352	- delete all fortran and testsuites
353	- update gcc/version.c for the NetBSD GCC date
354
355Package:	gdb
356Version:	6.5
357Current Vers:	7.0
358Maintainer:	FSF
359Archive Site:	ftp://ftp.gnu.org/gnu/gdb/
360Home Page:	http://www.gnu.org/software/gdb/
361Mailing List:	bug-gdb@gnu.org
362Responsible:	thorpej
363License:	GPLv2, LGPLv2
364Notes:
365When updating GDB, it is imperative to test that:
366	- Debugging of kernel cores ("target kvm") works correctly
367	- Support for our kernel's remote serial debugging protocol
368	  ("options KGDB") works correctly.
369
370Package:	gettext
371Version:	0.14.4
372Current Vers:	0.17
373Maintainer:	FSF
374Archive Site:	ftp://ftp.gnu.org/gnu/gettext/
375Home Page:	http://www.gnu.org/software/gettext/
376Mailing List:	bug-gnu-utils@gnu.org
377Responsible:
378License:	GPLv2
379Notes:
380GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
381we use BSD-licensed implementation from Citrus project (see entry for
382"Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
383
384Package:	gkermit
385Version:	1.00
386Current Vers:	1.00
387Maintainer:	Kermit Project - Columbia University <kermit@columbia.edu>
388Archive Site:	ftp://kermit.columbia.edu/kermit/archives/
389Home Page:	http://www.columbia.edu/kermit/
390Mailing List:
391Responsible:	apb
392License:	GPLv2
393Notes:
394
395Package:	grep
396Version:	2.5.1
397Current Vers:	2.5.4
398Maintainer:	FSF
399Archive Site:	ftp://ftp.gnu.org/gnu/grep/
400Home Page:	http://www.gnu.org/software/grep/
401Mailing List:	bug-gnu-utils@gnu.org
402Responsible:	simonb, wiz
403License:	GPLv2 (2.5.1), GPLv3 (2.5.3)
404Notes:
405Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
406for the import.
407A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
408needs some tuning before it can replace gnu grep.
409	(cf.	http://www.vocito.com/downloads/software/grep/)
410
411Package:	groff
412Version:	1.19.2
413Current Vers:	1.20.1
414Maintainer:	Werner Lemberg/FSF
415Archive Site:	ftp://ftp.gnu.org/gnu/groff/
416Home Page:	http://www.gnu.org/software/groff/
417Mailing List:	bug-groff@gnu.org
418Responsible:	wiz
419License:	GPLv2
420Notes:
421Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
422for import.
423
424Package:	heimdal
425Version:	1.1
426Current Vers:	1.2.1
427Maintainer:	Heimdal <heimdal@pdc.kth.se>
428Archive Site:	ftp://ftp.pdc.kth.se/pub/heimdal/src/
429Home Page:	http://www.pdc.kth.se/heimdal/
430Mailing List:	heimdal-discuss@pdc.kth.se
431Responsible:	joda, lha
432License:	BSD
433Notes:
434
435Package:	hunt
436Version:	2003-04-16
437Current Vers:	2003-04-16
438Maintainer:	Greg Couch <gregc@cgl.ucsf.edu>
439Archive Site:	ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
440Home Page:	http://www.cgl.ucsf.edu/home/gregc/oss.html
441Responsible:	mrg
442License:	BSD (3-clause)
443Notes:
444
445Package:	ipf
446Version:	4.1.33
447Current Vers:	4.1.33
448Maintainer:	Darren Reed
449Archive Site:	http://coombs.anu.edu.au/~avalon/
450Home Page:	http://coombs.anu.edu.au/~avalon/
451Mailing List:	ipfilter@postbox.anu.edu.au
452Responsible:	darrenr, mike, martti
453License:	BSD-based, see src/dist/ipf/IPFILTER.LICENSE
454Notes:
455ipf2netbsd should be used on a virgin ipfilter source tree.
456See also dist/ipf/README.NetBSD
457
458Package:	ipsec-tools
459Version:	(ipsec-tools head is NetBSD-current head)
460Maintainer:	IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
461Archive Site:	http://ipsec-tools.sourceforge.net
462Home Page:	http://ipsec-tools.sourceforge.net
463Mailing List:	ipsec-tools-devel@lists.sourceforge.net
464Responsible:	manu, vanhu, mgrooms
465License:	BSD (3-clause)
466Notes:
467ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
468We don't run ipsec-tools' configure as part of the NetBSD build. configure
469generated files are available in the NetBSD source tree at:
470  src/lib/libipsec/config.h
471  src/lib/libipsec/package_version.h
472When configure.ac is updated, run the following:
473  cd src/crypto/dist/ipsec-tools
474  ./bootstrap
475  ./configure --enable-adminport --enable-hybrid --enable-frag \
476  	      --enable-natt --enable-dpd 
477Then copy package_version.h to src/lib/libipsec and merge config.h with
478src/lib/libipsec/config.h (it needs some manual tweaking)
479
480NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing, 
481NetBSD-current always contains latest ipsec-tools code. On the other hand,
482ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which 
483are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
484sync with ipsec-tools-0_7-branch)
485
486Package:	KAME IPv6
487Version:	KAME/NetBSD SNAP kit
488Current Vers:	KAME/NetBSD SNAP kit (shipped every week)
489Maintainer:	KAME Project <kame@kame.net>
490Archive Site:	http://www.kame.net/
491Home Page:	http://www.kame.net/
492Mailing List:	snap-users@kame.net
493Responsible:
494License:	BSD (3-clause)
495Notes:
496IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
497more conservative implementation policy.
498IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
499Please do not make too many diff-unfriendly changes (like indentation change,
500KNF police).  We need to take diffs across KAME snapshots on upgrades.
501To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
502in sys/netinet6/in6.h.  No script is available for upgrades.
503"KAME" branch is used for kernel merge work purposes.
504http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
505among KAME/*BSD, *BSD-current and recent *BSD releases.
506
507Package:	less
508Version:	less394
509Current Vers:	less429
510Maintainer:	Mark Nudleman <markn@greenwoodsoftware.com>
511Archive Site:	http://www.greenwoodsoftware.com/less/download.html
512Home Page:	http://www.greenwoodsoftware.com/less/
513Mailing List:
514Responsible:	mrg
515License:	BSD or GPLv2
516Notes:
517Many changes to make less act as more when invoked as more.  Beware.
518Use the src/usr.bin/less/less2netbsd script to prepare source tree
519for importation.  Run ./configure before hand to generate "defines.h".
520Talk to mrg before importing any new version.  (less 381's configure
521does not detect NetBSD has a sigset_t due to a bad test; this is fixed
522by hand in defines.h.)
523
524Package:	libarchive
525Version:	2.5.4b
526Current Ves.:	2.6.0
527Maintainer:	kientzle@freebsd.org
528Archive Site:	http://people.freebsd.org/~kientzle/libarchive/
529Home Page: 	http://people.freebsd.org/~kientzle/libarchive/
530Responsible:	joerg
531License:	BSD
532Notes:
533Distribution is stripped down to the relevant part. cpio is currently
534not usable, so it was left out.
535
536Package:	libcdk
537Version:	4.9.9-20000407-myc3
538Current Vers:	cdk-4.9.10-20000923
539Maintainer:	mike@vexus.ca
540Archive Site:	http://www.vexus.ca/products/CDK/
541Home Page:	http://www.vexus.ca/products/CDK/
542Responsible:	garbled
543License:	BSD (4-clause)
544Notes:
545Initial port to netbsd curses was done by mycroft.  This is a heavily
546modified version of the released CDK 4.9.9.  The current version has been
547taken over by the Ncurses people, and has a number of changes to it.  It
548might be worthwhile to import at some future date, but for now we should
549leave it alone.  (garbled 1/4/2001)
550
551Package:	libdevmapper
552Version:	1.02.29
553Current Vers:	1.02.30
554Maintainer:	lvm-devel@redhat.com
555Archive Site:	ftp://sources.redhat.com/pub/lvm2/
556Home Page:	http://sources.redhat.com/lvm2/
557Responsible:	haad
558License:	LGPLv2.1
559Notes:
560The lvm2tools and the libdevmapper are now distributed as one source 
561repository. See the lvm2tools Notes for more informations.
562
563Package:	libevent
564Version:	1.4.4-stable
565Current Vers:	1.4.11-stable
566Maintainer:	Niels Provos <provos@citi.umich.edu>
567Archive Site:	http://www.monkey.org/~provos/libevent/
568Home Page:	http://www.monkey.org/~provos/libevent/
569Responsible:	provos
570License:	BSD (3/4-clause)
571Notes:
572
573Package:	lvm2tools
574Version:	2.02.43
575Current Vers:	2.02.45
576Maintainer:	lvm-devel@redhat.com
577Archive Site:	ftp://sources.redhat.com/pub/lvm2/
578Home Page:	http://sources.redhat.com/lvm2/
579Responsible:	haad
580License:	GPLv2
581Notes: 
582Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to prepare source tree 
583for import. Keep eye on dist/include/configure.h it migh change over the releases.
584We maintain our own version of libdevmapper ioctl protocol code, therefore we 
585should test it before import. Talk to haad before importing new version.
586
587Package:	libpcap
588Version:	0.9.4
589Current Vers:	1.0.0
590Maintainer:	tcpdump-workers@tcpdump.org
591Archive Site:	http://www.tcpdump.org/release/
592Home Page:	http://www.tcpdump.org/
593Mailing List:	tcpdump-workers@tcpdump.org
594Responsible:	dyoung
595License:	BSD (3/4-clause)
596Notes:
597
598Package:	libwrap
599Version:	tcp_wrappers 7.6 w/ large amount of IPv6 changes
600Current Vers:	tcp_wrappers 7.6-ipv6.1
601Maintainer:	Wietse Venema <wietse@porcupine.org>
602Archive Site:	ftp://ftp.porcupine.org/pub/security/
603Home Page:	ftp://ftp.porcupine.org/pub/security/
604Mailing List:
605Responsible:	cjs
606License:	BSD-like
607Notes:
608We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
609under src/usr.sbin). We don't use tcpd; that functionality is built
610into inetd. The provided libwrap2netbsd script handles just libwrap.
611
612Package:	mDNSResponder
613Version:	212.1
614Current Vers:	212.1
615Maintainer:	Apple
616Archive Site:	http://www.opensource.apple.com/tarballs/mDNSResponder/
617Home Page:	http://developer.apple.com/opensource/internet/bonjour.html
618Mailing List:	bonjour-dev@lists.apple.com
619License:	Apache2 (mdnsd), BSD 3-clause (libdns_sd),
620		BSD 3-clause like (dns-sd)
621Responsible:	tsarna
622Notes:
623The sources were integrated into src/sys/external/apache2/mDNSResponder/dist.
624
625Package:	mdocml
626Version:	1.9.9
627Current Vers:	1.9.9
628Maintainer:	Kristaps Džonsons
629Archive Site:	http://mdocml.bsd.lv/snapshots/
630Home Page:	http://mdocml.bsd.lv/
631Mailing List:	
632Responsible:	joerg
633License:	BSD (2-clause)
634Notes:
635
636Package:	mesa-drm
637Version:	git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c
638Current Vers:
639Maintainer:	mesa-git@?
640Archive Site:	git://anongit.freedesktop.org/git/mesa/drm
641Home Page:	http://cgit.freedesktop.org/mesa/drm/
642Mailing List:
643Responsible:	mrg, bjs
644License:	BSD
645Notes:
646Imported all except for linux-core into src/sys/external/bsd/drm/dist.
647
648Package:	mopd
649Version:	2.5.3
650Current Vers:	2.5.3
651Maintainer:	Mats O Jansson <maja@celsiustech.se>
652Archive Site:	http://www.stacken.kth.se/~moj/mopd.html
653Home Page:	http://www.stacken.kth.se/~moj/mopd.html
654Mailing List:
655Responsible:	cjs
656License:	BSD (4-clause)
657Notes:
658Delete the otherOS directory before importing.
659
660Package:	nawk
661Version:	2007-05-01
662Current Vers:	2007-10-23
663Maintainer:	Brian Kernighan <bwk@princeton.edu>
664Archive Site:	http://www.cs.princeton.edu/~bwk/btl.mirror/
665Home Page:	http://www.cs.princeton.edu/~bwk/btl.mirror/
666Mailing List:
667Responsible:	jdolecek
668License:	BSD-like
669Notes:
670Build maketab from nawk sources and generate proctab.c.
671Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
672to src/dist/nawk.
673
674Package:	ndbootd
675Version:	0.5
676Current Vers:	0.5
677Maintainer:	Matt Fredette <fredette@alum.mit.edu>
678Archive Site:
679Home Page:
680Responsible:	fredette
681License:	BSD (4-clause)
682Notes:
683Run ./configure, save config.h, make distclean, rm all autoconf/automake
684and ndbootd-raw.c.  Restore saved config.h, and force it to define
685HAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
686
687Package:	ntp
688Version:	4.2.4p7
689Current Vers:	4.2.4p7
690Maintainer:	David L. Mills <mills@udel.edu>
691Archive Site:	ftp://ftp.udel.edu/pub/ntp/ntp4/
692Home Page:	http://www.ntp.org/, http://support.ntp.org/
693Mailing List:
694Responsible:	simonb, jonathan, kardel
695License:	BSD-like
696Notes:
697See /usr/src/dist/ntp/ntp2netbsd for update instructions.
698
699Package:	nvi
700Version:	1.81.6
701Current Vers:	1.81.6
702Maintainer:	Keith Bostic <bostic@bsdi.com>
703Archive Site:	ftp://ftp.bostic.com/pub/
704Home Page:	http://www.bostic.com/vi/
705Mailing List:
706Responsible:	aymeric, christos
707License:	BSD (3/4-clause)
708Notes:
709We have lots of local fixes.
710
711Package:	OpenLDAP
712Version:	2.4.11
713Current Vers:	2.4.16
714Maintainer:	OpenLDAP Foundation
715Archive Site:	http://www.openldap.org/
716Home Page:	http://www.openldap.org/
717Mailing List:
718Responsible:	lukem
719License:	BSD (3-clause)
720Notes:
721Imported into src/external/bsd/openldap/dist/
722Next import will need $ Id removal..
723
724Package:	OpenPAM
725Version:	20071221
726Current Vers:	20071221
727Maintainer:	Dag-Erling Smørgrav <des@FreeBSD.org>
728Archive Site:	http://www.openpam.org/
729Home Page:	http://www.openpam.org/
730Mailing List:
731Responsible:	christos
732License:	BSD (3-clause)
733Notes:
734Next import will need $ Id removal..
735
736Package:	HPN-SSH
737Version:	5.2p1 13 v6
738Current Vers:	5.2p1 13 v6
739Maintainer:	www.psc.edu
740Archive Site:	http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.2p1-hpn13v6.diff.gz
741Home Page:	http://www.psc.edu/networking/projects/hpn-ssh/
742Mailing List:
743Responsible:	christos
744License:	
745Notes:
746Patch applied after OpenSSH import.
747
748Package:	OpenSSH
749Version:	5.2
750Current Vers:	5.2 / portable 5.2p1
751Maintainer:	OpenSSH
752Archive Site:	http://www.openssh.com/ftp.html
753Home Page:	http://www.openssh.com/portable.html
754Mailing List:	openssh-unix-announce@mindrot.org
755Responsible:	thorpej, christos, elric
756License:	BSD. See src/crypto/external/bsd/openssh/dist/LICENSE
757Notes:
758imported from OpenBSD ssh -- is not from the portable OpenSSH
759into crypto/external/bsd/openssh/dist.  use openssh2netbsd before import.
760local changes (should always try to bring them back to master openssh tree,
761markus is very cooperative about it):
762- default for PermitRootLogin is set to "no"
763- IgnoreRootRhosts added
764- look at login.conf to check valid user/access list
765- krb5 support re-added
766- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
767  when someone imports openssl, we can remove this.
768- added moduli from portable openssh
769- added USE_PAM patches and auth_pam.[ch] from portable openssh
770- conditionalize login_cap
771- conditionalize bsd_auth
772- restore krb5, krb4, afs, skey
773- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none
774- fix ctype macro arguments
775- umac is broken, disable it
776- better ~homedir handling
777- netbsd style tunnels
778- urandom, xhome, chrootdir, rescuedir NetBSD handling
779- utmp/utmpx handling
780- handle tty posix_vdisable properly
781- handle setuid and unsetuid the posix way instead of setresuid()
782- add all missing functions
783- always bump major when importing to avoid api problems.
784
785Package:	OpenSSL
786Version:	SNAP-20090805
787Current Vers:	0.9.8k
788Maintainer:	The OpenSSL Project
789Archive Site:	ftp://ftp.openssl.org/source/
790Home Page:	http://www.openssl.org/
791Mailing List:	openssl-announce@openssl.org
792Responsible:	mcr, thorpej, groo, christos, mjf
793License:	OpenSSL and SSLeay license (both BSD-like)
794Notes:
795- Run openssl2netbsd to get rid of the RCSID identifiers
796- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man
797  to regen man pages.
798
799Package:	pdisk
800Version:	0.8a2
801Current Vers:	0.8a2
802Maintainer:	Eryk Vershen <eryk@cfcl.com>
803Archive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
804Home Page:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
805Mailing List:
806Responsible:	dbj
807License:	BSD-like
808Notes:
809This is the disk partition utility used by Apple's mkLinux and osX
810It is imported into dist/pdisk, with a reachover makefile in
811src/sbin/pdisk builds for macppc and mac68k.
812
813Package:	pdksh
814Version:	5.2.14p2
815Current Vers:	5.2.14p2
816Maintainer:	Michael Rendell <michael@cs.mun.ca>
817Archive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
818Home Page:	http://www.cs.mun.ca/~michael/pdksh/
819Mailing List:
820Responsible:	jdolecek
821License:	Public domain
822pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
823
824Package:	PF (openbsd packet filter)
825Version:	OpenBSD 4.2
826Current Vers:	OpenBSD 4.3-current
827Maintainer:	The OpenBSD Project
828Archive Site:	ftp://ftp.openbsd.org/
829Home Page:	http://www.openbsd.org/faq/pf/
830Mailing List:	pf@benzedrine.cx or appropriate OpenBSD mailing list
831Responsible:	peter, yamt
832License:	BSD (2-clause)
833Notes:
834kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
835definition (files.pf).  userland code is imported into src/dist/pf, and
836reachover Makefiles are in src/usr.sbin/pf.
837
838Package:	pkg_install
839Version:	20081002
840Current Vers.:	20081002
841Maintainer:	The pkgsrc developers
842Home Page:	http://www.pkgsrc.org
843Mailing List:	tech-pkg@NetBSD.org
844Responsible:	joerg
845License:	BSD
846Notes:
847The authoritive version used to live in src/usr.sbin/pkg_install and was
848moved to pkgsrc/pkgtool/pkg_install. Reachover Makefiles are kept in place.
849
850Package:	ping
851Version:	980911
852Current Vers:	980911
853Maintainer:	Vernon Schryver <vjs@rhyolite.com>
854Archive Site:	ftp://ftp.rhyolite.com/src/
855Home Page:	http://www.rhyolite.com/src/
856Mailing List:
857Responsible:	christos
858License:	BSD (3-clause)
859Notes:
860We use err() and friends. We have changes for snprintf, extra
861formating in man pages, disallowing flood pinging, alignment fixes,
862and more.
863
864Package:	postfix
865Version:	2.6.5
866Current Vers:	2.6.5
867Maintainer:	Wietse Venema <wietse@porcupine.org>
868Archive Site:	ftp://postfix.cloud9.net/official/
869Home Page:	http://www.postfix.org/
870Mailing List:	postfix-users@postfix.org
871Responsible:	christos, tron
872License:	IBM Public License. See also src/external/ibm-public/postfix/dist.
873Notes:
874HTML documentation should be kept in sync with the README_FILES.
875src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
876directory layout (the easiest way to check is by running ``postfix
877set-permissions'').
878
879Package:	ppp
880Version:	2.4.4
881Current Vers:	2.4.4
882Maintainer:	Paul Mackerras <paulus@samba.org>
883Archive Site:	ftp://ftp.samba.org/pub/ppp/
884Home Page:
885CVS root:	:pserver:cvs@pserver.samba.org:/cvsroot (password: cvs)
886Mailing List:
887Responsible:	christos, cube
888License:	BSD (3-clause)
889Notes:
890BSD support was removed from 2.4.0; I added it back and removed
891some GPL pieces. Multilink support is missing. Repeated pings to
892Paulus have not yielded results. I've retrofitted pppdump to use
893net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
894is clearly a pain. I have not tested the modules code, neither our
895makefiles make it easy to construct a module, but I left one there
896as an example.
897TDB code as found in 2.4.x, x>1 is under the GPL.  Therefore, we're
898using the version found in 2.4.1.
899
900Package:	rcs
901Version:	5.7
902Current Vers:	5.7
903Maintainer:	FSF
904Archive Site:	ftp://ftp.gnu.org/gnu/rcs/
905Mailing List:	bug-gnu-utils@gnu.org
906Home Page:	http://www.gnu.org/software/rcs/
907Responsible:	agc
908License:	GPLv2
909Notes:
910Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
911
912Package:	root.cache
913Version:	2008121200 (Dec 12, 2008)
914Current Vers:	2008121200 (Dec 12, 2008)
915Maintainer:	InterNIC
916Archive Site:	ftp://ftp.internic.net/domain/named.root
917Home Page:	ftp://ftp.internic.net/domain/named.root
918Mailing List:
919Responsible:	thorpej
920License:	Public domain
921Notes:
922The root server cache is also included with BIND.  However, the
923InterNIC version is usually more up to date.
924
925Package:	routed
926Version:	2.28
927Current Vers:	2.31
928Maintainer:	Vernon Schryver <vjs@rhyolite.com>
929Archive Site:	ftp://ftp.rhyolite.com/src/
930Home Page:	http://www.rhyolite.com/src/
931Mailing List:
932Responsible:	christos
933License:	BSD (4-clause)
934Notes:
935We use the md5 code from libc
936We don't allow RIP_TRACEON and RIP_TRACEOFF
937We use arc4random
938We use strlcpy/snprintf
939
940Package:	send-pr (part of GNATS)
941Version:	3.95
942Current Vers:	4.1
943Maintainer:	FSF
944Archive Site:	ftp://ftp.gnu.org/gnu/gnats/
945Home Page:	http://www.gnu.org/software/gnats/
946Mailing List:	bug-gnats@gnu.org
947License:	GPLv2
948Responsible:
949Notes:
950
951Package:	SoftFloat
952Version:	2a
953Current Vers:	2b
954Maintainer:	John Hauser <jhauser@jhauser.us>
955Archive Site:	http://www.jhauser.us/arithmetic/SoftFloat.html
956Home Page:	http://www.jhauser.us/arithmetic/SoftFloat.html
957Mailing List:
958Responsible:	bjh21
959License:	Public domain
960Notes:
961Heavily modified for use as a soft float library for GCC.  The actual
962arithmetic code is unchanged, though, and should behave exactly like the
963original.
964
965Package:	tcpdump
966Version:	3.9.7
967Current Vers:	4.0.0
968Maintainer:	tcpdump-workers@lists.tcpdump.org
969Archive Site:	http://www.tcpdump.org/release/
970Home Page:	http://www.tcpdump.org/
971Mailing List:	tcpdump-workers@lists.tcpdump.org
972Responsible:
973License:	BSD (3-clause)
974Notes:
975Code will be imported into src/dist/tcpdump.  Changes have to go back to
976tcpdump.org.
977
978Package:	termcap.src
979Version:	9.13.25
980Current Vers:	11.0.1
981Maintainer:	Eric S. Raymond <terminfo@ccil.org>
982Archive Site:	http://www.catb.org/~esr/terminfo/
983Home Page:	http://www.catb.org/~esr/terminfo/
984Mailing List:
985Responsible:
986License:	Public domain
987Notes:
988
989Package:	TestFloat
990Version:	2a
991Current Vers:	2a
992Maintainer:	John Hauser <jhauser@jhauser.us>
993Archive Site:	http://www.jhauser.us/arithmetic/TestFloat.html
994Home Page:	http://www.jhauser.us/arithmetic/TestFloat.html
995Mailing List:
996Responsible:	ross
997License:	BSD (4-clause)
998Notes:
999
1000Package:	texinfo
1001Version:	4.8
1002Current Vers:	4.13
1003Maintainer:	FSF
1004Archive Site:	ftp://ftp.gnu.org/gnu/texinfo/
1005Home Page:	http://www.gnu.org/software/texinfo/
1006Mailing List:	bug-texinfo@gnu.org
1007Responsible:	wiz
1008License:	GPLv2 (4.9 is GPLv3)
1009Notes:
1010Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
1011for the import.
1012
1013Package:	top
1014Version:	3.8beta1
1015Current Vers:	3.8beta1
1016Maintainer:	William LeFebvre <wnl@groupsys.com>
1017Archive Site:	http://www.unixtop.org/dist/top-3.8beta1.tar.gz
1018Home Page:	http://www.unixtop.org/
1019Mailing List:	top-spinners@ocee.groupsys.com
1020Responsible:	simonb, christos
1021License:	BSD (2-clause)
1022Notes:
1023
1024Package:	traceroute
1025Version:	1.4a5
1026Current Vers:	1.4a12
1027Maintainer:	traceroute@ee.lbl.gov
1028Archive Site:	ftp://ftp.ee.lbl.gov/
1029Home Page:	http://ftp.ee.lbl.gov/
1030Mailing List:
1031Responsible:
1032License:	BSD (4-clause)
1033Notes:
1034
1035Package:	tz
1036Version:	tzcode2004a / tzdata2009h
1037Current Vers:	tzcode2009h / tzdata2009h
1038Maintainer:	Arthur David Olson <ado@elsie.nci.nih.gov>
1039Archive Site:	ftp://elsie.nci.nih.gov/pub/
1040Home Page:
1041Mailing List:	tz@elsie.nci.nih.gov
1042Responsible:	kleink
1043License:	Public domain
1044Notes:
1045Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
1046for import.
1047
1048Package:	wpa_supplicant/hostapd
1049Version:	0.6.4
1050Current Vers:	0.6.9
1051Maintainer:	Jouni Malinen <jkmaline@cc.hut.fi>
1052Archive Site:	http://hostap.epitest.fi/releases/
1053Home Page:	http://hostap.epitest.fi/wpa_supplicant/
1054Mailing List:
1055Responsible:	scw, dyoung, christos
1056License:	BSD or GPLv2
1057Notes:
1058See /usr/src/dist/wpa/NetBSD-upgrade for update instructions.
1059
1060Package:	XFree86
1061Version:	4.5.0
1062Current Vers:	4.8.0
1063Maintainer:	XFree86 Project, Inc.
1064Archive Site:	ftp://ftp.xfree86.org/pub/XFree86/
1065Home Page:	http://www.xfree86.org/
1066Mailing List:	devel@xfree86.org
1067Responsible:	tron
1068License:	XFree
1069Notes:
10704.x:
1071 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
1072 files which we don't need in our tree.
1073 ALL changes must be sent back to the XFree86 repository. Patches should
1074 be submitted back via http://bugzilla.xfree86.org.
1075
1076Package:	zlib
1077Version:	1.2.3
1078Current Vers:	1.2.3
1079Maintainer:	Jean-loup Gailly and Mark Adler <zlib@gzip.org>
1080Archive Site:	http://www.zlib.net/
1081Home Page:	http://www.zlib.net/
1082Mailing List:
1083Responsible:	gwr, tron, christos
1084License:	BSD (3-clause)
1085Notes:
1086Imported to src/common/dist/zlib and shared by the kernel and userland.
1087
1088Package:	services, protocols
1089Version:	2007-06-14
1090Current Vers:	2007-06-14
1091Maintainer:	IANA
1092Archive Site:	http://www.iana.org/assignments/
1093Home Page:	http://www.iana.org
1094Mailing List:
1095Responsible:	christos
1096License:	None
1097Notes:
10981. Download the latest converter from:
1099	http://www.sethwklein.net/projects/iana-etc/
11002. Unpack it and run:
1101	gmake get
1102	gmake
11033. Add NetBSD rcsid to the generated protocols and services.
11044. Append the local services from the current services file.
11055. Run:
1106	services_mkdb -u services > /usr/src/etc/services
1107	cp protocols /usr/src/etc/protocols
1108