3RDPARTY revision 1.34
11.34Swiz#	$NetBSD: 3RDPARTY,v 1.34 2003/01/03 14:47:08 wiz Exp $
21.1Slukem#
31.1Slukem# This file contains a list of the software that has been integrated into
41.1Slukem# NetBSD where we are not the primary maintainer.
51.1Slukem#
61.1Slukem# When you make changes to this software, be sure to discuss it with the
71.1Slukem# maintainer and contribute your patches.  Divergence from the official
81.1Slukem# sources is not desirable, and should be avoided as much as possible.
91.1Slukem#
101.1Slukem# When importing, please deal with the RCS IDs in this way:
111.1Slukem#   1. Preserve the RCS IDs in the files by removing the $ signs from
121.1Slukem#      the IDs before you do the import.
131.1Slukem#   2. After the import, add NetBSD RCS IDs to all of the files.
141.1Slukem#
151.1Slukem# A few notes on the format of this file (for the benefit of
161.1Slukem# 3dparty2html):
171.1Slukem#
181.1Slukem# 1.) Any line whose first non-whitespace character is # is a comment
191.1Slukem# 2.) Entries are separated by blank lines
201.1Slukem# 3.) Every package needs at least the following entries: Package,
211.1Slukem#     Version, Current Vers, and Maintainer.
221.1Slukem# 4.) Where a field has multiple lines of information, the field tag
231.1Slukem#     should be repeated on each line, except:
241.1Slukem# 5.) The Notes: field tag should appear on a line by itself.  All
251.1Slukem#     remaining lines until the end of the record are notes.
261.31Skanaoka
271.31SkanaokaPackage:	acpica
281.31SkanaokaVersion:	20021205
291.31SkanaokaCurrent Vers:	20021205
301.31SkanaokaMaintainer:	INTEL
311.31SkanaokaArchive Site:	http://developer.intel.com/technology/IAPC/acpi/downloads.htm
321.31SkanaokaMailing List:	acpi-devel@lists.sourceforge.net
331.31SkanaokaResponsible:	kanaoka
341.31SkanaokaNotes:
351.31SkanaokaThe sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
361.31SkanaokaHow to import:
371.31Skanaoka 1. Extract acpica-unix-YYYYMMDD.tar.gz to /some/where.
381.31Skanaoka	% mkdir /some/where
391.31Skanaoka	% cd /some/where
401.31Skanaoka	% tar xvfz /tmp/acpica-unix-YYYYMMDD.tar.gz
411.31Skanaoka 2. mkdir work directory and cd work directory.
421.31Skanaoka	% mkdir /some/work
431.31Skanaoka	% cd /some/work
441.31Skanaoka 3. copy files to work directory as below.
451.31Skanaoka	% cp `find /some/where -name \*.\[ch\]` .
461.31Skanaoka 4. Import as below.
471.31Skanaoka	% cvs import -ko \
481.31Skanaoka	    -m 'Import INTEL acpica YYYYMMDD release.' \
491.31Skanaoka	    src/sys/dev/acpi/acpica/Subsystem \
501.31Skanaoka	    INTEL acpica-unix-YYYYMMDD
511.1Slukem
521.1SlukemPackage:	am-utils [amd]
531.24SchristosVersion:	6.1b1
541.24SchristosCurrent Vers:	6.1b1
551.1SlukemMaintainer:	Erez Zadok <ezk@cs.columbia.edu>
561.1SlukemArchive Site:	ftp://shekel.mcl.cs.columbia.edu/pub/am-utils/
571.1SlukemMailing List:	amd-dev
581.1SlukemResponsible:	christos, wiz
591.1SlukemNotes:
601.1SlukemAmd2netbsd script to convert to BSD make system and remove unneeded files.
611.1Slukem
621.1SlukemPackage:	bc
631.1SlukemVersion:	1.06
641.1SlukemCurrent Vers:	1.06
651.1SlukemMaintainer:	Phil Nelson <phil@cs.wwu.edu>
661.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/bc/
671.1SlukemMailing List:	bug-bc@gnu.org
681.1SlukemResponsible:	phil, simonb
691.1SlukemNotes:
701.1Slukembc includes dc, both of which are in the NetBSD tree.
711.1Slukem
721.1SlukemPackage:	bind/named
731.18SitojunVersion:	8.3.4
741.18SitojunCurrent Vers:	4.9.11/8.3.4/9.2.1
751.1SlukemMaintainer:	Paul Vixie <vixie@vix.com>
761.1SlukemArchive Site:	ftp://ftp.isc.org/isc/bind/
771.1SlukemMailing List:
781.1SlukemResponsible:	vixie, itojun
791.1SlukemNotes:
801.1Slukembind2netbsd script to import into basesrc/dist/bind.
811.1SlukemThe Makefiles in basesrc/usr.sbin/bind are not handled by the script.
821.1Slukemdo not try to use libc resolver from basesrc/usr.sbin/bind, it adds
831.1Slukemtoo much constraint between bind and libc, as well as problem with
841.1Slukem_res declaration differences.  DNSSEC portion is disabled.
851.1Slukem
861.1SlukemPackage:	bind/resolver
871.18SitojunVersion:	4.9.11
881.18SitojunCurrent Vers:	4.9.11/8.3.4/9.2.1
891.1SlukemMaintainer:	Paul Vixie <vixie@vix.com>
901.1SlukemArchive Site:	ftp://ftp.isc.org/isc/bind/
911.1SlukemMailing List:
921.1SlukemResponsible:	vixie, itojun
931.1SlukemNotes:
941.1SlukemMostly imported with cvs import.  Makefile's, etc, are not.
951.1SlukemUpgrade to BIND8 resolver can only happen with libc major bump (otherwise
961.1Slukemit needs too much effort).  Reasons: (1) need to support binaries that use
971.1SlukemBIND4 resolver API (res_init), and need to support BIND8 API.  we practically
981.1Slukemneed to maintain both BIND4 _res and BIND8 _res.  (2) amount of local changes.
991.1Slukemnsswitch/nsdispatch need to be reimplemented.
1001.1Slukem
1011.1SlukemPackage:	binutils/gas
1021.2SwizVersion:	1.92.3/2.11.2
1031.34SwizCurrent Vers:	2.13.2.1
1041.1SlukemMaintainer:	FSF
1051.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/binutils/
1061.1SlukemMailing List:	bug-gnu-utils@gnu.org
1071.1SlukemResponsible:	thorpej
1081.1SlukemNotes:
1091.2SwizVersion 1.92.3 still in-tree for historical reasons, but unused.
1101.1Slukem
1111.1SlukemPackage:	binutils/ld
1121.2SwizVersion:	???/2.11.2
1131.34SwizCurrent Vers:	2.13.2.1
1141.1SlukemMaintainer:	FSF
1151.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/binutils/
1161.1SlukemMailing List:	bug-gnu-utils@gnu.org
1171.1SlukemResponsible:	thorpej
1181.1SlukemNotes:
1191.2SwizVersion ??? still in-tree for historical reasons, but unused.
1201.1Slukem
1211.1SlukemPackage:	binutils/misc
1221.2SwizVersion:	2.11.2
1231.34SwizCurrent Vers:	2.13.2.1
1241.1SlukemMaintainer:	FSF
1251.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/binutils/
1261.1SlukemMailing List:	bug-gnu-utils@gnu.org
1271.1SlukemResponsible:	thorpej
1281.1SlukemNotes:
1291.1Slukem
1301.1SlukemPackage:	bsd-family-tree
1311.13SwizVersion:	1.67
1321.13SwizCurrent Vers:	1.67
1331.1SlukemMaintainer:	
1341.1SlukemArchive Site:	http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
1351.1SlukemMailing List:
1361.1SlukemResponsible:	itojun
1371.1SlukemNotes:
1381.1Slukem
1391.1SlukemPackage:	bzip2
1401.1SlukemVersion:	1.0.2
1411.1SlukemCurrent Vers:	1.0.2
1421.1SlukemMaintainer:	Julian Seward <jseward@acm.org>
1431.1SlukemArchive Site:	http://sources.redhat.com/bzip2/
1441.1SlukemMailing List:
1451.1SlukemResponsible:
1461.1SlukemNotes:
1471.1SlukemSee /usr/src/dist/bzip2/bzip2netbsd for update instructions.
1481.1Slukem
1491.1SlukemPackage:	Citrus XPG4DL
1501.1SlukemVersion:	?
1511.1SlukemCurrent Vers:	?
1521.1SlukemMaintainer:	Citrus
1531.1SlukemArchive Site:	http://citrus.bsdclub.org/
1541.1SlukemMailing List:	bsd-locale@hauN.org
1551.1SlukemResponsible:	itojun
1561.1SlukemNotes:
1571.1Slukemlanguage C multilingualization support suite using wchar_t and other standards.
1581.1Slukemminoura_xpg4dl branch has work-in-progress integration (a little bit dated,
1591.1Slukemneed update).
1601.1Slukemmain trunc has Citrus code in the following places:
1611.1Slukem- src/lib/libc/locale, LC_CTYPE: 20010125 with lots of cleanup
1621.1Slukem	(singlebyte only - multibyte will come shortly)
1631.1Slukem- src/lib/libintl: 20010216 snapshot from cvs tree
1641.1Slukem
1651.1SlukemPackage:	cpio
1661.1SlukemVersion:	2.3
1671.1SlukemCurrent Vers:	2.5
1681.1SlukemMaintainer:	FSF
1691.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/cpio/
1701.1SlukemMailing List:	bug-gnu-utils@gnu.org
1711.1SlukemResponsible:
1721.1SlukemNotes:
1731.11SwizPax (bin/pax) has replaced tar and cpio by having tar/cpio front ends.
1741.1Slukem
1751.1SlukemPackage:	cron
1761.1SlukemVersion:	3.0
1771.1SlukemCurrent Vers:	3.0
1781.1SlukemMaintainer:	Paul Vixie <vixie@vix.com>
1791.1SlukemArchive Site:	ftp://ftp.vix.com/pub/vixie/cron-3.0/
1801.1SlukemMailing List:
1811.1SlukemResponsible:
1821.1SlukemNotes:
1831.1Slukemftp://ftp.isc.org/isc/cron/cron_4.0_b1.shar is available.
1841.1Slukem
1851.1SlukemPackage:	cvs
1861.23SchristosVersion:	1.11.2
1871.34SwizCurrent Vers:	1.11.4
1881.1SlukemMaintainer:	cvshome
1891.1SlukemArchive Site:	ftp://ftp.cvshome.org/pub/
1901.1SlukemMailing List:	bug-cvs@gnu.org
1911.1SlukemResponsible:	Christos Zoulas <christos@netbsd.com>
1921.1SlukemNotes:
1931.1SlukemUse gnusrc/gnu/dist/cvs/cvs2netbsd for preparing the source tree
1941.1Slukemfor the import.
1951.1Slukem
1961.1SlukemPackage:	db
1971.1SlukemVersion:	1.85
1981.34SwizCurrent Vers:	1.86/4.1.25
1991.1SlukemMaintainer:	Keith Bostic <bostic@vangogh.cs.berkeley.edu>
2001.1SlukemArchive Site:	http://www.sleepycat.com/products.html
2011.1SlukemMailing List:
2021.1SlukemResponsible:
2031.1SlukemNotes:
2041.1SlukemNote that we cannot use db 2.x for license reasons.
2051.1SlukemThree bug fixes against 1.85 sent back to bostic.  Changes to
2061.1Slukemman/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
2071.1SlukemImport of DB 1.85 was done via a sh script which converted the
2081.1Slukemdistribution into the netbsd format.  The script can be found in
2091.1Slukemsrc/lib/libc/db/db2netbsd.
2101.1Slukem
2111.1SlukemPackage:	dhcp
2121.1SlukemVersion:	3.0.1rc9
2131.17SitojunCurrent Vers:	3.0pl1/3.0.1rc10
2141.1SlukemMaintainer:	Ted Lemon <mellon@netbsd.org>
2151.1SlukemArchive Site:	ftp://ftp.isc.org/isc/dhcp/
2161.1SlukemMailing List:	dhcp-server@isc.org
2171.1SlukemMailing List:	dhcp-client@isc.org
2181.1SlukemMailing List:	dhcp-announce@isc.org
2191.1SlukemMailing List:	dhcp-bugs@isc.org
2201.1SlukemResponsible:	mellon
2211.1SlukemNotes:
2221.1SlukemNo changes for NetBSD integration - just import the new distribution on
2231.1Slukemtop of the current tree.
2241.1Slukem
2251.1SlukemPackage:	diffutils
2261.1SlukemVersion:	2.7
2271.1SlukemCurrent Vers:	2.8.1
2281.1SlukemMaintainer:	FSF
2291.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/diffutils/
2301.1SlukemMailing List:	bug-gnu-utils@gnu.org
2311.1SlukemResponsible:
2321.1SlukemNotes:
2331.1Slukem
2341.1SlukemPackage:	dtoa.c
2351.1SlukemVersion:	Jan 4, 1995
2361.1SlukemCurrent Vers:	Feb 7, 2001
2371.1SlukemMaintainer:	David M. Gay <dmg@bell-labs.com>
2381.1SlukemArchive Site:	ftp://netlib.lucent.com/netlib/fp/
2391.1SlukemMailing List:	none
2401.1SlukemResponsible:
2411.1SlukemNotes:
2421.1SlukemAdded conditionals to automagically determine type and endianness of
2431.1SlukemFP numbers.  Added ULong type (but Gay says he'll adopt that change
2441.1Slukemfor the next release).
2451.1Slukem
2461.1SlukemPackage:	file
2471.1SlukemVersion:	3.39
2481.1SlukemCurrent Vers:	3.39
2491.1SlukemMaintainer:	Christos Zoulas <christos@zoulas.com>
2501.1SlukemArchive Site:	ftp://ftp.astron.com/pub/file/
2511.1SlukemMailing List:	file@mx.gw.com
2521.1SlukemResponsible:	christos, pooka
2531.1SlukemNotes:
2541.1Slukem
2551.1SlukemPackage:	flex
2561.1SlukemVersion:	2.5.4
2571.1SlukemCurrent Vers:	2.5.4a
2581.1SlukemMaintainer:	Vern Paxson <vern@ee.lbl.gov>
2591.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/non-gnu/flex/
2601.1SlukemMailing List:
2611.1SlukemResponsible:	mikel
2621.1SlukemNotes:
2631.1Slukemflex 2.5.4a contains only copyright notice changes over version 2.5.4;
2641.1Slukeminternally not even the version number changed.
2651.1Slukem
2661.1SlukemPackage:	gawk
2671.1SlukemVersion:	3.0.3
2681.1SlukemCurrent Vers:	3.1.1
2691.1SlukemMaintainer:	Arnold Robbins <arnold@skeeve.atl.ga.us>,
2701.1SlukemMaintainer:	David Trueman <david@cs.dal.ca>
2711.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gawk/
2721.1SlukemMailing List:	bug-gawk@gnu.org
2731.1SlukemResponsible:
2741.1SlukemNotes:
2751.1SlukemShould look at ATT awk as a replacement for this. A download link
2761.1Slukemis available at http://cm.bell-labs.com/cm/cs/awkbook/
2771.2SwizSee also nawk entry below.
2781.1Slukem
2791.1SlukemPackage:	gcc
2801.2SwizVersion:	2.95.3
2811.19SwizCurrent Vers:	3.2.1
2821.1SlukemMaintainer:	cygnus
2831.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gcc/
2841.1SlukemMailing List:	gcc-bugs@gnu.org
2851.1SlukemResponsible:	thorpej
2861.1SlukemNotes:
2871.1Slukem
2881.1SlukemPackage:	gdb
2891.2SwizVersion:	5.0
2901.29SwizCurrent Vers:	5.3
2911.1SlukemMaintainer:	FSF
2921.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gdb/
2931.1SlukemMailing List:	bug-gdb@gnu.org
2941.1SlukemResponsible:	thorpej
2951.1SlukemNotes:
2961.1Slukem
2971.1SlukemPackage:	gettext
2981.1SlukemVersion:	0.10.35
2991.1SlukemCurrent Vers:	0.11.5
3001.1SlukemMaintainer:	FSF
3011.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gettext/
3021.1SlukemMailing List:	bug-gnu-utils@gnu.org
3031.1SlukemResponsible:	itojun
3041.1SlukemNotes:
3051.1SlukemGNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
3061.1Slukemwe use BSD-licensed implementation from Citrus project (see entry for
3071.1Slukem"Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
3081.1Slukem
3091.1SlukemPackage:	grep
3101.1SlukemVersion:	2.4
3111.1SlukemCurrent Vers:	2.5
3121.1SlukemMaintainer:	FSF
3131.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/grep/
3141.1SlukemMailing List:	bug-gnu-utils@gnu.org
3151.1SlukemResponsible:	simonb
3161.1SlukemNotes:
3171.1SlukemWe've added -o for compatibility with 4.4BSD grep.
3181.1SlukemRemove the bootstrap, djgpp, m4, tests and vms directories before
3191.1Slukemimporting into src/gnu/dist/grep.  Note that a non-gnu grep has
3201.1Slukembeen floated on the mailing lists (tech-userlevel, fall 1999), and
3211.1Slukemmay bear examination.  The grep will be found in
3221.1Slukemhttp://www.wam.umd.edu/~howardjp/software/grep/
3231.1Slukem
3241.1SlukemPackage:	groff
3251.1SlukemVersion:	1.16.1
3261.9SwizCurrent Vers:	1.18.1
3271.1SlukemMaintainer:	James Clark/FSF
3281.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/groff/
3291.1SlukemMailing List:	bug-groff@gnu.org
3301.1SlukemResponsible:	wiz
3311.1SlukemNotes:
3321.1SlukemUse groff2netbsd from gnusrc/gnu/dist/groff to prepare the distribution
3331.1Slukemfor import.
3341.1Slukem
3351.1SlukemPackage:	gzip
3361.1SlukemVersion:	1.2.4
3371.1SlukemCurrent Vers:	1.2.4a
3381.1SlukemMaintainer:	Jean-loup Gailly <gzip@gnu.org>
3391.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gzip/
3401.1SlukemMailing List:	bug-gzip@gnu.org
3411.1SlukemResponsible:
3421.1SlukemNotes:
3431.1Slukem
3441.1SlukemPackage:	heimdal
3451.1SlukemVersion:	0.5
3461.26SenamiCurrent Vers:	0.5.1
3471.1SlukemMaintainer:	Heimdal <heimdal@pdc.kth.se>
3481.1SlukemArchive Site:	ftp://ftp.pdc.kth.se/pub/heimdal/src/
3491.1SlukemMailing List:	heimdal-discuss@pdc.kth.se
3501.1SlukemResponsible:	assar, joda
3511.1SlukemNotes:
3521.1Slukem
3531.1SlukemPackage:	hunt
3541.1SlukemVersion:	1993-07-17
3551.1SlukemCurrent Vers:	1993-07-17
3561.1SlukemMaintainer:	?
3571.1SlukemArchive Site:	ftp://cgl.ucsf.edu/pub/
3581.1SlukemResponsible:	mrg
3591.1SlukemNotes:
3601.1Slukem
3611.1SlukemPackage:	ip-filter
3621.1SlukemVersion:	3.4.29
3631.28StacaCurrent Vers:	3.4.31
3641.1SlukemMaintainer:	Darren Reed
3651.1SlukemArchive Site:	http://www.ipfilter.org/
3661.1SlukemMailing List:	ipfilter@postbox.anu.edu.au
3671.5SmrgResponsible:	darrenr, mike, martti
3681.1SlukemNotes:
3691.1Slukemipf2netbsd should be used on a virgin ipfilter source tree.
3701.1Slukem
3711.1SlukemPackage:	KAME IPv6
3721.1SlukemVersion:	KAME/NetBSD SNAP kit
3731.1SlukemCurrent Vers:	KAME/NetBSD SNAP kit (shipped every week)
3741.1SlukemMaintainer:	KAME Project <kame@kame.net>
3751.1SlukemArchive Site:	http://www.kame.net/
3761.1SlukemMailing List:	snap-users@kame.net
3771.1SlukemResponsible:	itojun
3781.1SlukemNotes:
3791.1SlukemIPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
3801.1Slukemmore conservative implementation policy.
3811.1SlukemIPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
3821.1SlukemPlease do not make too many diff-unfriendly changes (like indentation change,
3831.1SlukemKNF police).  We need to take diffs across KAME snapshots on upgrades.
3841.1SlukemTo identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
3851.1Slukemin sys/netinet6/in6.h.  No script is available for upgrades.
3861.1Slukem"KAME" branch is used for kernel merge work purposes.
3871.1Slukemhttp://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
3881.1Slukemamong KAME/*BSD, *BSD-current and recent *BSD releases.
3891.1Slukem
3901.1SlukemPackage:	KAME racoon
3911.26SenamiVersion:	KAME/NetBSD current Nov 20 2002
3921.1SlukemCurrent Vers:	KAME/NetBSD SNAP kit (shipped every week)
3931.1SlukemMaintainer:	KAME Project <kame@kame.net>
3941.1SlukemArchive Site:	http://www.kame.net/
3951.1SlukemMailing List:	snap-users@kame.net
3961.1SlukemResponsible:	itojun
3971.1SlukemNotes:
3981.1SlukemPlease minimize # of local changes.  All changes should go back to KAME
3991.1Slukemrepository.  Please contact itojun if you want to put changes.
4001.1Slukem
4011.1SlukemPackage:	krb4
4021.1SlukemVersion:	1.2
4031.26SenamiCurrent Vers:	1.2.1
4041.1SlukemMaintainer:	kth-krb@pdc.kth.se
4051.1SlukemArchive Site:	ftp://ftp.pdc.kth.se/pub/krb/src/
4061.1SlukemMailing List:	krb4@sics.se
4071.1SlukemResponsible:	assar, joda
4081.1SlukemNotes:
4091.1Slukem
4101.1SlukemPackage:	less
4111.1SlukemVersion:	less374
4121.4SwizCurrent Vers:	less378
4131.1SlukemMaintainer:	Mark Nudleman <marknu@flash.net>
4141.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/less/
4151.1SlukemMailing List:
4161.1SlukemResponsible:	mrg
4171.1SlukemNotes:
4181.1SlukemMany changes to make less act as more when invoked as more.  Beware.
4191.1SlukemUse the src/usr.bin/less/less2netbsd script to prepare source tree
4201.1Slukemfor importation.  Run ./configure before hand to generate "defines.h".
4211.1SlukemTalk to mrg before importing any new vesrion.
4221.1Slukem
4231.1SlukemPackage:	libcdk
4241.1SlukemVersion:	4.9.9-20000407-myc3
4251.1SlukemCurrent Vers:	cdk-4.9.10-20000923
4261.1SlukemMaintainer:	mike@vexus.ca
4271.1SlukemArchive Site:	http://www.vexus.ca/CDK.html
4281.1SlukemResponsible:	garbled
4291.1SlukemNotes:
4301.1SlukemInitial port to netbsd curses was done by mycroft.  This is a heavily
4311.1Slukemmodified version of the released CDK 4.9.9.  The current version has been
4321.1Slukemtaken over by the Ncurses people, and has a number of changes to it.  It
4331.1Slukemmight be worthwhile to import at some future date, but for now we should
4341.1Slukemleave it alone.  (garbled 1/4/2001)
4351.1Slukem
4361.1SlukemPackage:	libpcap
4371.1SlukemVersion:	0.4
4381.1SlukemCurrent Vers:	0.7.1
4391.1SlukemMaintainer:	tcpdump-workers@tcpdump.org
4401.1SlukemArchive Site:	http://www.tcpdump.org/release/
4411.1SlukemMailing List:	tcpdump-workers@tcpdump.org
4421.1SlukemResponsible:	itojun
4431.1SlukemNotes:
4441.1Slukem
4451.1SlukemPackage:	libwrap
4461.1SlukemVersion:	tcp_wrappers 7.6 w/ large amount of IPv6 changes
4471.1SlukemCurrent Vers:	tcp_wrappers 7.6-ipv6.1
4481.1SlukemMaintainer:	Wietse Venema <wietse@porcupine.org>
4491.1SlukemArchive Site:	ftp://ftp.porcupine.org/pub/security/
4501.1SlukemMailing List:	
4511.1SlukemResponsible:	cjs, itojun
4521.1SlukemNotes:
4531.1SlukemWe import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
4541.1Slukemunder src/usr.sbin). We don't use tcpd; that functionality is built
4551.1Slukeminto inetd. The provided libwrap2netbsd script handles just libwrap.
4561.1Slukem
4571.1SlukemPackage:	mopd
4581.1SlukemVersion:	2.5.3
4591.1SlukemCurrent Vers:	2.5.3
4601.1SlukemMaintainer:	Mats O Jansson <maja@celsiustech.se>
4611.1SlukemArchive Site:	ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
4621.1SlukemMailing List:	
4631.1SlukemResponsible:	cjs
4641.1SlukemNotes:
4651.1SlukemDelete the otherOS directory before importing.
4661.1Slukem
4671.1SlukemPackage:	nawk
4681.1SlukemVersion:	2000-11-15
4691.26SenamiCurrent Vers:	2002-11-29
4701.1SlukemMaintainer:	Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies)
4711.1SlukemArchive Site:	http://cm.bell-labs.com/who/bwk/
4721.1SlukemMailing List:
4731.1SlukemResponsible:	jdolecek
4741.1SlukemNotes:
4751.1SlukemWe still use gawk as the system awk. nawk is here for evaluation only for now.
4761.1SlukemBuild maketab from nawk sources and generate proctab.c.
4771.1SlukemRemove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
4781.1Slukemto basesrc/dist/nawk.
4791.1Slukem
4801.1SlukemPackage:	ndbootd
4811.1SlukemVersion:	0.5
4821.1SlukemCurrent Vers:	0.5
4831.1SlukemMaintainer:	Matt Fredette <fredette@alum.mit.edu>
4841.1SlukemArchive Site:	http://mit.edu/fredette/www/ndbootd/
4851.1SlukemResponsible:	fredette
4861.1SlukemNotes:
4871.1SlukemRun ./configure, save config.h, make distclean, rm all autoconf/automake
4881.1Slukemand ndbootd-raw.c.  Restore saved config.h, and force it to define
4891.1SlukemHAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
4901.1Slukem
4911.1SlukemPackage:	nvi
4921.1SlukemVersion:	1.79nb7
4931.1SlukemCurrent Vers:	1.79
4941.1SlukemMaintainer:	Keith Bostic <bostic@bsdi.com>
4951.1SlukemArchive Site:	ftp://ftp.bostic.com/pub/
4961.1SlukemMailing List:	
4971.5SmrgResponsible:	aymeric
4981.1SlukemNotes:
4991.1Slukem1.79 is probably the last version we will import. Nvi is now moving towards
5001.1SlukemX11 support and other things we don't want.
5011.1Slukem
5021.1SlukemPackage:	ntp
5031.1SlukemVersion:	4.0.99i
5041.26SenamiCurrent Vers:	4.1.1b/4.1.72
5051.1SlukemMaintainer:	David L. Mills <mills@udel.edu>
5061.1SlukemArchive Site:	ftp://ftp.udel.edu/pub/ntp/ntp4/
5071.1SlukemMailing List:	
5081.1SlukemResponsible:	simonb, jonathan
5091.1SlukemNotes:
5101.1SlukemSee /usr/src/dist/ntp/ntp2netbsd for update instructions.
5111.1SlukemPatches have been sent to the author [again].
5121.1SlukemNOTE: As of 20010405 -current includes a fix for the "ntpdx" root
5131.1Slukemexploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches.
5141.1Slukem
5151.1SlukemPackage:	OpenSSH
5161.3SitojunVersion:	3.5 around 20021001
5171.26SenamiCurrent Vers:	3.5 / portable 3.5p1
5181.1SlukemMaintainer:	OpenSSH
5191.1SlukemArchive Site:	http://www.openssh.com/ftp.html
5201.1SlukemMailing List:	openssh-unix-announce@mindrot.org
5211.1SlukemResponsible:	thorpej, itojun
5221.1SlukemNotes:
5231.1Slukemimported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
5241.1Slukeminto crypto/dist/openssh.  use openssh2netbsd before import.
5251.1Slukemlocal changes (should always try to bring them back to master openssh tree,
5261.1Slukemmarkus is very cooperative about it):
5271.1Slukem- default for PermitRootLogin is set to "no"
5281.1Slukem- IgnoreRootRhosts added
5291.1Slukem- look at login.conf to check valid user/access list
5301.1Slukem- ssh{,d}_config -> ssh{,d}.conf (can't bring it back) (1.5 branch only)
5311.1Slukem1.5 branch uses /etc for configuration files, while current/1.6 uses /etc/ssh.
5321.1Slukemhttp://www.openbsd.org/advisories/ssh_channelalloc.txt is integrated
5331.1Slukemmanually to 1.5 branch.  version date "20020307" identifies the fix.
5341.3Sitojunhttp://www.openssh.com/txt/preauth.adv is integrated manually to 1.5 branch.
5351.3Sitojunveresion date "20020626" identifies the fix.
5361.1Slukem
5371.1SlukemPackage:	OpenSSL
5381.1SlukemVersion:	0.9.6g
5391.34SwizCurrent Vers:	0.9.7
5401.1SlukemMaintainer:	The OpenSSL Project
5411.1SlukemArchive Site:	ftp://ftp.openssl.org/source/
5421.1SlukemMailing List:	openssl-announce@openssl.org
5431.1SlukemResponsible:	mcr, thorpej, itojun
5441.1SlukemNotes:
5451.1Slukemmodified internal types to u_int32_t and alike, for non-32bit friendliness.
5461.1Slukemremoved #ifdefs in header files so that they do not affect ABI.
5471.1Slukemon RC5/IDEA handling, please see the note from itojun on 9/29/2000,
5481.1Slukemto tech-security.
5491.1Slukemcrypto/dist/openssl/openssl-unifdef.pl strips off most of #if in headers
5501.1Slukem(should be done after the import - for some of the past imports done before
5511.1Slukemimport by mistake).
5521.1Slukem
5531.19SwizPackage:	pdisk
5541.19SwizVersion:	0.8a2
5551.19SwizCurrent Vers:	0.8a2
5561.19SwizMaintainer:	Eryk Vershen <eryk@cfcl.com>
5571.19SwizArchive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
5581.19SwizMailing List:
5591.19SwizResponsible:	dbj
5601.19SwizNotes:
5611.19SwizThis is the disk partition utility used by Apple's mkLinux and osX
5621.19SwizIt is imported into dist/pdisk, with a reachover makefile in
5631.19Swizsrc/sbin/pdisk builds for macppc and mac68k.
5641.19Swiz
5651.1SlukemPackage:	pdksh
5661.1SlukemVersion:	5.2.14p2
5671.1SlukemCurrent Vers:	5.2.14p2
5681.1SlukemMaintainer:	Michael Rendell <michael@cs.mun.ca>
5691.1SlukemArchive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
5701.1SlukemMailing List:
5711.1SlukemResponsible:
5721.1Slukempdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
5731.1Slukem
5741.1SlukemPackage:	ping
5751.1SlukemVersion:	980911
5761.1SlukemCurrent Vers:	980911
5771.1SlukemMaintainer:	Vernon Schryver <vjs@rhyolite.com>
5781.1SlukemArchive Site:	ftp://ftp.rhyolite.com/src/
5791.1SlukemMailing List:
5801.1SlukemResponsible:	christos@netbsd.org
5811.1SlukemNotes:
5821.1SlukemWe use err() and friends. We have changes for snprintf, extra
5831.1Slukemformating in man pages, disallowing flood pinging, alignment fixes,
5841.1Slukemand more.
5851.1Slukem
5861.1SlukemPackage:	postfix
5871.32SperryVersion:	2.0.0.1
5881.32SperryCurrent Vers:	2.0.0.1
5891.1SlukemMaintainer:	Wietse Venema <wietse@porcupine.org>
5901.1SlukemArchive Site:	ftp://postfix.cloud9.net/official/
5911.1SlukemMailing List:	postfix-users@postfix.org
5921.1SlukemResponsible:	perry@netbsd.org, itojun@netbsd.org
5931.1SlukemNotes:
5941.1Slukem
5951.1SlukemPackage:	ppp
5961.1SlukemVersion:	2.4.1
5971.1SlukemCurrent Vers:	2.4.1
5981.1SlukemMaintainer:	Paul Mackerras <paulus@samba.org>
5991.1SlukemArchive Site:	ftp://ftp.samba.org/pub/ppp/
6001.1SlukemCVS root:	:pserver:cvs@pserver.samba.org:/cvsroot (password: cvs)
6011.1SlukemMailing List:
6021.1SlukemResponsible:	christos@netbsd.org
6031.1SlukemNotes:
6041.1SlukemBSD support was removed from 2.4.0; I added it back and removed
6051.1Slukemsome GPL pieces. Multilink support is missing. Repeated pings to
6061.1SlukemPaulus have not yielded results. I've retrofitted pppdump to use
6071.1Slukemour zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
6081.1Slukemis clearly a pain. I have not tested the modules code, neither our
6091.1Slukemmakefiles make it easy to construct a module, but I left one there
6101.1Slukemas an example.
6111.1SlukemCMU copyright clause was updated to follow
6121.1Slukemhttp://www.monkey.org/openbsd/archive/tech/0207/msg00005.html.
6131.1SlukemAustralian National University copyright clause was updated.
6141.1SlukemEric Rosenquist copyright clause was updated.
6151.1Slukem
6161.1SlukemPackage:	rcs
6171.1SlukemVersion:	5.7
6181.1SlukemCurrent Vers:	5.7
6191.1SlukemMaintainer:	FSF
6201.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/rcs/
6211.1SlukemMailing List:	bug-gnu-utils@gnu.org
6221.1SlukemResponsible:	mycroft
6231.1SlukemNotes:
6241.1SlukemBeta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
6251.1Slukem
6261.1SlukemPackage:	root.cache
6271.14SperryVersion:	2002110501 (Nov 05, 2002)
6281.14SperryCurrent Vers:	2002110501 (Nov 05, 2002)
6291.14SperryMaintainer:	InterNIC
6301.14SperryArchive Site:	ftp://ftp.internic.net/domain/named.root
6311.1SlukemMailing List:
6321.14SperryResponsible:	perry, thorpej
6331.1SlukemNotes:
6341.1SlukemThe root server cache is also included with BIND.  However, the
6351.1SlukemInterNIC version is usually more up to date.
6361.1Slukem
6371.1SlukemPackage:	routed
6381.25SchristosVersion:	2.27
6391.1SlukemCurrent Vers:	2.27
6401.1SlukemMaintainer:	Vernon Schryver <vjs@rhyolite.com>
6411.1SlukemArchive Site:	ftp://ftp.rhyolite.com/src/
6421.1SlukemMailing List:
6431.1SlukemResponsible:	christos@netbsd.org
6441.1SlukemNotes:
6451.1SlukemWe use the md5 code from libc
6461.1SlukemWe don't allow RIP_TRACEON and RIP_TRACEOFF
6471.1Slukem
6481.1SlukemPackage:	send-pr (part of GNATS)
6491.1SlukemVersion:	3.95
6501.26SenamiCurrent Vers:	3.999.2
6511.1SlukemMaintainer:	FSF
6521.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gnats/
6531.1SlukemMailing List:	bug-gnats@gnu.org
6541.1SlukemResponsible:
6551.1SlukemNotes:
6561.1Slukem
6571.1SlukemPackage:	sendmail
6581.1SlukemVersion:	8.11.6
6591.34SwizCurrent Vers:	8.12.7
6601.1SlukemMaintainer:	Eric P. Allman
6611.1SlukemArchive Site:	ftp://ftp.sendmail.org/pub/sendmail/
6621.1SlukemMailing List:
6631.1SlukemResponsible:
6641.1SlukemNotes:
6651.1Slukemuse gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags.
6661.1Slukemlocal changes:
6671.1Slukem- DaemonPortOptions "O" modifier (will be in 8.12.x)
6681.1Slukem- do not reverse-resolve link-local addresses
6691.1Slukem- syslog args change
6701.1Slukem
6711.1SlukemPackage:	SoftFloat
6721.1SlukemVersion:	2a
6731.1SlukemCurrent Vers:	2b
6741.1SlukemMaintainer:	John Hauser <jhauser@cs.berkeley.edu>
6751.1SlukemArchive Site:	http://HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html
6761.1SlukemMailing List:
6771.1SlukemResponsible:	bjh21
6781.1SlukemNotes:
6791.1SlukemHeavily modified for use as a soft float library for GCC.  The actual
6801.1Slukemarithmetic code is unchanged, though, and should behave exactly like the
6811.1Slukemoriginal.
6821.1Slukem
6831.1SlukemPackage:	tar
6841.8SitojunVersion:	1.13.25 + security fixes
6851.7SitojunCurrent Vers:	1.13/1.13.25
6861.1SlukemMaintainer:	FSF
6871.7SitojunArchive Site:	ftp://ftp.gnu.org/gnu/tar/, ftp://alpha.gnu.org/gnu/tar/
6881.1SlukemMailing List:	bug-tar@gnu.org
6891.1SlukemResponsible:
6901.1SlukemNotes:
6911.11SwizPax (bin/pax) has replaced tar and cpio by having tar/cpio front ends.
6921.1Slukem
6931.1SlukemPackage:	tcpdump
6941.1SlukemVersion:	3.7.1 as of 2002/5/31
6951.1SlukemCurrent Vers:	3.7.1
6961.1SlukemMaintainer:	tcpdump-workers@tcpdump.org
6971.1SlukemArchive Site:	http://www.tcpdump.org/release/
6981.1SlukemMailing List:	tcpdump-workers@tcpdump.org
6991.1SlukemResponsible:	itojun
7001.1SlukemNotes:
7011.2SwizCode will be imported into src/dist/tcpdump.  Changes have to go back to
7021.1Slukemtcpdump.org.
7031.1Slukem
7041.1SlukemPackage:	termcap.src
7051.1SlukemVersion:	9.13.25
7061.1SlukemCurrent Vers:	11.0.1
7071.1SlukemMaintainer:	Eric S. Raymond <terminfo@ccil.org>
7081.1SlukemArchive Site:	http://www.tuxedo.org/~esr/terminfo/
7091.1SlukemMailing List:
7101.1SlukemResponsible:
7111.1SlukemNotes:
7121.1Slukem
7131.1SlukemPackage:	TestFloat
7141.1SlukemVersion:	2a
7151.1SlukemCurrent Vers:	2a
7161.1SlukemMaintainer:	John Hauser <jhauser@cs.berkeley.edu>
7171.1SlukemArchive Site:	http://HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/TestFloat.html
7181.1SlukemMailing List:
7191.1SlukemResponsible:	ross
7201.1SlukemNotes:
7211.1Slukem
7221.1SlukemPackage:	texinfo
7231.1SlukemVersion:	4.0
7241.16SwizCurrent Vers:	4.3
7251.1SlukemMaintainer:	FSF
7261.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/texinfo/
7271.1SlukemMailing List:	bug-texinfo@gnu.org
7281.1SlukemResponsible:	wiz
7291.1SlukemNotes:
7301.1Slukem
7311.1SlukemPackage:	top
7321.1SlukemVersion:	3.5beta9
7331.1SlukemCurrent Vers:	3.5beta12
7341.1SlukemMaintainer:	William LeFebvre <wnl@groupsys.com>
7351.1SlukemArchive Site:	ftp://ftp.groupsys.com/pub/top/
7361.1SlukemMailing List:	top-spinners@ocee.groupsys.com
7371.1SlukemResponsible:	simonb
7381.1SlukemNotes:
7391.1SlukemRemove all non-current NetBSD machine definitions and man page
7401.1Slukemextensions in machine/ before importing.
7411.1SlukemAfter importing, run:
7421.1Slukem	./Configure <netbsd-module-name>
7431.1Slukem	rm machine/*.desc Make.desc SYNOPSIS machine.c
7441.1Slukem	cvs commit -m "Update ./Configure'd files." top.local.h top.1
7451.1Slukem
7461.1SlukemPackage:	traceroute
7471.1SlukemVersion:	1.4a5
7481.1SlukemCurrent Vers:	1.4a12
7491.1SlukemMaintainer:	traceroute@ee.lbl.gov
7501.1SlukemArchive Site:	ftp://ftp.ee.lbl.gov/
7511.1SlukemMailing List:
7521.1SlukemResponsible:
7531.1SlukemNotes:
7541.1Slukem
7551.1SlukemPackage:	tz
7561.12SkleinkVersion:	tzcode2002b / tzdata2002d
7571.12SkleinkCurrent Vers:	tzcode2002d / tzdata2002d
7581.1SlukemMaintainer:	Arthur David Olson <ado@elsie.nci.nih.gov>
7591.1SlukemArchive Site:	ftp://elsie.nci.nih.gov/pub/
7601.1SlukemMailing List:	tz@elsie.nci.nih.gov
7611.1SlukemResponsible:	kleink
7621.1SlukemNotes:
7631.1SlukemUse src/lib/libc/time/tzcode2netbsd to prepare the source tree
7641.1Slukemfor import.
7651.1Slukem
7661.1SlukemPackage:	uucp
7671.1SlukemVersion:	1.06.1
7681.1SlukemCurrent Vers:	1.06.2
7691.1SlukemMaintainer:	Ian Lance Taylor <ian@airs.com>
7701.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/uucp/
7711.1SlukemMailing List:	taylor-uucp@cirr.com
7721.1SlukemResponsible:	jtk
7731.1SlukemNotes:
7741.1Slukem
7751.1SlukemPackage:	XFree86
7761.1SlukemVersion:	3.3.6/4.2.1
7771.1SlukemCurrent Vers:	3.3.6/4.2.1
7781.1SlukemMaintainer:	XFree86 consortium
7791.1SlukemArchive Site:	ftp://ftp.xfree86.org/pub/XFree86/
7801.1SlukemMailing List:	
7811.1SlukemResponsible:	tron
7821.1SlukemNotes:
7831.1Slukem3.3.6:
7841.1Slukem- Security patches from OpenBSD SA 2000-021 are merged into the tree.
7851.1Slukem- Fix 01-08 from the xfree86 fixes directory are merged into the tree.
7861.1Slukem- imported changes from 3.3.6 branch on 2001-03-05
7871.1Slukem4.x:
7881.2Swiz Only X4??src-1 and X4??src-2 were imported. X4??src-3 contains postscript
7891.1Slukem files which we don't need in our tree.
7901.1Slukem ALL changes must be sent back to the XFree86 repository. Patches should
7911.1Slukem be sent to patch@XFree86.org.
7921.1Slukem
7931.1SlukemPackage:	zlib
7941.1SlukemVersion:	1.1.4
7951.1SlukemCurrent Vers:	1.1.4
7961.1SlukemMaintainer:	Jean-loup Gailly and Mark Adler <zlib@gzip.org>
7971.1SlukemArchive Site:	http://www.gzip.org/zlib/
7981.1SlukemMailing List:
7991.1SlukemResponsible:	gwr, tron
8001.1SlukemNotes:
8011.1SlukemThe sources were integrated into src/lib/libz as usual on *nix,
8021.1Slukemand partially duplicated under src/sys/lib/libz for the kernel.
8031.1SlukemThe header zconf.h was "boiled down" to the minimum for *BSD.
8041.1SlukemThe Makefile is completely new (*BSD style, of course).  Lastly,
8051.1Slukemthe file gzio.c was changed to allow -DNO_DEFLATE to eliminate
8061.1Slukemall references to deflate.c and friends, which permits building
8071.1Slukema really small zcat implementation.  (src/distrib/utils/zcat)
808