3RDPARTY revision 1.190
11.190Sjdolecek#	$NetBSD: 3RDPARTY,v 1.190 2004/03/13 22:28:47 jdolecek 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.184SkochiVersion:	20040211
291.184SkochiCurrent Vers:	20040211
301.31SkanaokaMaintainer:	INTEL
311.31SkanaokaArchive Site:	http://developer.intel.com/technology/IAPC/acpi/downloads.htm
321.31SkanaokaMailing List:	acpi-devel@lists.sourceforge.net
331.59SkanaokaResponsible:	kanaoka,kochi
341.31SkanaokaNotes:
351.31SkanaokaThe sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
361.169SkochiPlease read src/sys/dev/acpi/acpica/README before any modification.
371.1Slukem
381.1SlukemPackage:	am-utils [amd]
391.73SchristosVersion:	6.1b2
401.145SdentCurrent Vers:	6.1b4
411.1SlukemMaintainer:	Erez Zadok <ezk@cs.columbia.edu>
421.1SlukemArchive Site:	ftp://shekel.mcl.cs.columbia.edu/pub/am-utils/
431.1SlukemMailing List:	amd-dev
441.52SwizResponsible:	christos
451.1SlukemNotes:
461.1SlukemAmd2netbsd script to convert to BSD make system and remove unneeded files.
471.177SwizCheck src/usr.sbin/amd/include/config.h is correct after import.
481.1Slukem
491.1SlukemPackage:	bc
501.1SlukemVersion:	1.06
511.1SlukemCurrent Vers:	1.06
521.1SlukemMaintainer:	Phil Nelson <phil@cs.wwu.edu>
531.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/bc/
541.1SlukemMailing List:	bug-bc@gnu.org
551.1SlukemResponsible:	phil, simonb
561.1SlukemNotes:
571.1Slukembc includes dc, both of which are in the NetBSD tree.
581.1Slukem
591.1SlukemPackage:	bind/named
601.165SitojunVersion:	8.3.7
611.167SitojunCurrent Vers:	4.9.11/8.3.7/8.4.2/9.2.3
621.1SlukemMaintainer:	Paul Vixie <vixie@vix.com>
631.1SlukemArchive Site:	ftp://ftp.isc.org/isc/bind/
641.1SlukemMailing List:
651.1SlukemResponsible:	vixie, itojun
661.1SlukemNotes:
671.38Swizbind2netbsd script to import into src/dist/bind.
681.38SwizThe Makefiles in src/usr.sbin/bind are not handled by the script.
691.38Swizdo not try to use libc resolver from src/usr.sbin/bind, it adds
701.1Slukemtoo much constraint between bind and libc, as well as problem with
711.1Slukem_res declaration differences.  DNSSEC portion is disabled.
721.123SitojunOn switching to BIND9: waiting for the release of 9.3.x, as 9.2.x has some
731.123Sitojunissues (A6 queries for glue, for instance).
741.172Sitojun8.4.3 includes serious bug so do not pull it in.  if anything, wait for 8.4.4.
751.1Slukem
761.1SlukemPackage:	bind/resolver
771.18SitojunVersion:	4.9.11
781.167SitojunCurrent Vers:	4.9.11/8.3.7/8.4.2/9.2.3
791.1SlukemMaintainer:	Paul Vixie <vixie@vix.com>
801.1SlukemArchive Site:	ftp://ftp.isc.org/isc/bind/
811.1SlukemMailing List:
821.39SitojunResponsible:	vixie
831.1SlukemNotes:
841.1SlukemMostly imported with cvs import.  Makefile's, etc, are not.
851.121Swizupgrade to BIND8 resolver can only happen with libc major bump (otherwise
861.1Slukemit needs too much effort).  Reasons: (1) need to support binaries that use
871.1SlukemBIND4 resolver API (res_init), and need to support BIND8 API.  we practically
881.1Slukemneed to maintain both BIND4 _res and BIND8 _res.  (2) amount of local changes.
891.1Slukemnsswitch/nsdispatch need to be reimplemented.
901.175Sitojundo not forget to update gnu/usr.bin/cvs/include/config.h to match
911.175Sitojungnu/dist/cvs/config.h.in.
921.1Slukem
931.161SmrgPackage:	binutils
941.161SmrgVersion:	2.14
951.109SwizCurrent Vers:	2.14
961.1SlukemMaintainer:	FSF
971.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/binutils/
981.1SlukemMailing List:	bug-gnu-utils@gnu.org
991.61SmrgResponsible:	thorpej, mrg
1001.1SlukemNotes:
1011.1Slukem
1021.1SlukemPackage:	bsd-family-tree
1031.140ScjepVersion:	1.73
1041.168SitojunCurrent Vers:	1.75
1051.144SdentMaintainer:	n/a
1061.1SlukemArchive Site:	http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree
1071.1SlukemMailing List:
1081.1SlukemResponsible:	itojun
1091.1SlukemNotes:
1101.1Slukem
1111.1SlukemPackage:	bzip2
1121.1SlukemVersion:	1.0.2
1131.1SlukemCurrent Vers:	1.0.2
1141.1SlukemMaintainer:	Julian Seward <jseward@acm.org>
1151.1SlukemArchive Site:	http://sources.redhat.com/bzip2/
1161.1SlukemMailing List:
1171.1SlukemResponsible:
1181.1SlukemNotes:
1191.1SlukemSee /usr/src/dist/bzip2/bzip2netbsd for update instructions.
1201.1Slukem
1211.1SlukemPackage:	Citrus XPG4DL
1221.1SlukemVersion:	?
1231.1SlukemCurrent Vers:	?
1241.1SlukemMaintainer:	Citrus
1251.1SlukemArchive Site:	http://citrus.bsdclub.org/
1261.1SlukemMailing List:	bsd-locale@hauN.org
1271.131SitojunResponsible:	itojun, tshiozak
1281.1SlukemNotes:
1291.1Slukemlanguage C multilingualization support suite using wchar_t and other standards.
1301.173SitojunThe main development playground of Citrus is in NetBSD CVS, so you don't
1311.173Sitojunneed to look for other CVS tree (like citrus CVS tree)
1321.1Slukemmain trunc has Citrus code in the following places:
1331.173Sitojun- src/lib/libc/locale, LC_CTYPE: single/multibyte support
1341.173Sitojun- src/lib/libintl: GNU libc compatible gettext(3) implementation.
1351.173Sitojun- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
1361.173Sitojun- src/lib/libc/iconv: iconv(3)
1371.1Slukem
1381.1SlukemPackage:	cron
1391.1SlukemVersion:	3.0
1401.1SlukemCurrent Vers:	3.0
1411.1SlukemMaintainer:	Paul Vixie <vixie@vix.com>
1421.1SlukemArchive Site:	ftp://ftp.vix.com/pub/vixie/cron-3.0/
1431.1SlukemMailing List:
1441.1SlukemResponsible:
1451.1SlukemNotes:
1461.111Shubertfftp://ftp.isc.org/isc/cron/cron_4.0_b1.shar is available, aparently
1471.111Shubertfthere's also a version in the works that has all changes from *BSD and Linux.
1481.1Slukem
1491.1SlukemPackage:	cvs
1501.172SitojunVersion:	1.11.11
1511.186SwizCurrent Vers:	1.11.13/1.12.3
1521.1SlukemMaintainer:	cvshome
1531.1SlukemArchive Site:	ftp://ftp.cvshome.org/pub/
1541.1SlukemMailing List:	bug-cvs@gnu.org
1551.127SsaloResponsible:	Christos Zoulas <christos@NetBSD.org>, wiz
1561.1SlukemNotes:
1571.38SwizUse src/gnu/dist/cvs/cvs2netbsd for preparing the source tree
1581.1Slukemfor the import.
1591.1Slukem
1601.1SlukemPackage:	db
1611.1SlukemVersion:	1.85
1621.34SwizCurrent Vers:	1.86/4.1.25
1631.1SlukemMaintainer:	Keith Bostic <bostic@vangogh.cs.berkeley.edu>
1641.1SlukemArchive Site:	http://www.sleepycat.com/products.html
1651.1SlukemMailing List:
1661.1SlukemResponsible:
1671.1SlukemNotes:
1681.1SlukemNote that we cannot use db 2.x for license reasons.
1691.1SlukemThree bug fixes against 1.85 sent back to bostic.  Changes to
1701.1Slukemman/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
1711.1SlukemImport of DB 1.85 was done via a sh script which converted the
1721.1Slukemdistribution into the netbsd format.  The script can be found in
1731.1Slukemsrc/lib/libc/db/db2netbsd.
1741.1Slukem
1751.1SlukemPackage:	dhcp
1761.56SdrochnerVersion:	3.0.1rc11
1771.183StacaCurrent Vers:	3.0pl2/3.0.1rc13
1781.127SsaloMaintainer:	Ted Lemon <mellon@NetBSD.org>
1791.1SlukemArchive Site:	ftp://ftp.isc.org/isc/dhcp/
1801.1SlukemMailing List:	dhcp-server@isc.org
1811.1SlukemMailing List:	dhcp-client@isc.org
1821.1SlukemMailing List:	dhcp-announce@isc.org
1831.1SlukemMailing List:	dhcp-bugs@isc.org
1841.1SlukemResponsible:	mellon
1851.1SlukemNotes:
1861.1SlukemNo changes for NetBSD integration - just import the new distribution on
1871.1Slukemtop of the current tree.
1881.1Slukem
1891.1SlukemPackage:	diffutils
1901.42SwizVersion:	2.8.1
1911.1SlukemCurrent Vers:	2.8.1
1921.1SlukemMaintainer:	FSF
1931.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/diffutils/
1941.1SlukemMailing List:	bug-gnu-utils@gnu.org
1951.42SwizResponsible:	wiz
1961.1SlukemNotes:
1971.43SwizUse src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
1981.43Swizfor the import.
1991.1Slukem
2001.1SlukemPackage:	dtoa.c
2011.1SlukemVersion:	Jan 4, 1995
2021.1SlukemCurrent Vers:	Feb 7, 2001
2031.1SlukemMaintainer:	David M. Gay <dmg@bell-labs.com>
2041.1SlukemArchive Site:	ftp://netlib.lucent.com/netlib/fp/
2051.1SlukemMailing List:	none
2061.1SlukemResponsible:
2071.1SlukemNotes:
2081.1SlukemAdded conditionals to automagically determine type and endianness of
2091.1SlukemFP numbers.  Added ULong type (but Gay says he'll adopt that change
2101.1Slukemfor the next release).
2111.1Slukem
2121.1SlukemPackage:	file
2131.154SpookaVersion:	4.06
2141.176SwizCurrent Vers:	4.07
2151.1SlukemMaintainer:	Christos Zoulas <christos@zoulas.com>
2161.1SlukemArchive Site:	ftp://ftp.astron.com/pub/file/
2171.1SlukemMailing List:	file@mx.gw.com
2181.1SlukemResponsible:	christos, pooka
2191.1SlukemNotes:
2201.1Slukem
2211.1SlukemPackage:	flex
2221.1SlukemVersion:	2.5.4
2231.145SdentCurrent Vers:	2.5.4a/2.5.31
2241.1SlukemMaintainer:	Vern Paxson <vern@ee.lbl.gov>
2251.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/non-gnu/flex/
2261.1SlukemMailing List:
2271.1SlukemResponsible:	mikel
2281.1SlukemNotes:
2291.1Slukemflex 2.5.4a contains only copyright notice changes over version 2.5.4;
2301.1Slukeminternally not even the version number changed.
2311.78SenamiNewer flex will be found in:
2321.78Senami	http://sourceforge.net/projects/lex/
2331.1Slukem
2341.1SlukemPackage:	gawk
2351.146SwizVersion:	3.1.3
2361.118SwizCurrent Vers:	3.1.3
2371.1SlukemMaintainer:	Arnold Robbins <arnold@skeeve.atl.ga.us>,
2381.1SlukemMaintainer:	David Trueman <david@cs.dal.ca>
2391.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gawk/
2401.1SlukemMailing List:	bug-gawk@gnu.org
2411.1SlukemResponsible:
2421.1SlukemNotes:
2431.190SjdolecekReplaced by nawk. gawk sources will be removed from tree
2441.190Sjdolecekafter some grace period. 
2451.1Slukem
2461.1SlukemPackage:	gcc
2471.150SmrgVersion:	2.95.3/3.3.2
2481.185SmrgCurrent Vers:	3.3.3-20040209
2491.1SlukemMaintainer:	cygnus
2501.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gcc/
2511.1SlukemMailing List:	gcc-bugs@gnu.org
2521.61SmrgResponsible:	thorpej, mrg
2531.1SlukemNotes:
2541.185Smrgbefore importing:
2551.185Smrg	- delete all .cvsignore and .brik files
2561.185Smrg	- delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
2571.1Slukem
2581.1SlukemPackage:	gdb
2591.159SmrgVersion:	5.3
2601.158SwizCurrent Vers:	6.0
2611.1SlukemMaintainer:	FSF
2621.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gdb/
2631.1SlukemMailing List:	bug-gdb@gnu.org
2641.61SmrgResponsible:	thorpej, mrg
2651.1SlukemNotes:
2661.1Slukem
2671.1SlukemPackage:	gettext
2681.1SlukemVersion:	0.10.35
2691.160SwizCurrent Vers:	0.13
2701.1SlukemMaintainer:	FSF
2711.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gettext/
2721.1SlukemMailing List:	bug-gnu-utils@gnu.org
2731.1SlukemResponsible:	itojun
2741.1SlukemNotes:
2751.1SlukemGNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
2761.1Slukemwe use BSD-licensed implementation from Citrus project (see entry for
2771.1Slukem"Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
2781.122Sitojun0.11.x introduced new file format with file format revision >= 1, while our
2791.122SitojunBSD-licensed libintl supports revision 0 only.  Therefore, we cannot upgrade
2801.122Sitojunto 0.11.x until we add support for new file format.
2811.1Slukem
2821.1SlukemPackage:	grep
2831.52SwizVersion:	2.5.1
2841.50SenamiCurrent Vers:	2.5.1
2851.1SlukemMaintainer:	FSF
2861.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/grep/
2871.1SlukemMailing List:	bug-gnu-utils@gnu.org
2881.44SwizResponsible:	simonb, wiz
2891.1SlukemNotes:
2901.44SwizUse src/gnu/dist/grep/grep2netbsd for preparing the source tree
2911.44Swizfor the import.
2921.174ScjepA non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It 
2931.174Scjepneeds some tuning before it can replace gnu grep.
2941.174Scjep	(cf.	http://www.vocito.com/downloads/software/grep/)
2951.1Slukem
2961.1SlukemPackage:	groff
2971.113SwizVersion:	1.19
2981.92SwizCurrent Vers:	1.19
2991.1SlukemMaintainer:	James Clark/FSF
3001.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/groff/
3011.1SlukemMailing List:	bug-groff@gnu.org
3021.1SlukemResponsible:	wiz
3031.1SlukemNotes:
3041.38SwizUse groff2netbsd from src/gnu/dist/groff to prepare the distribution
3051.1Slukemfor import.
3061.1Slukem
3071.1SlukemPackage:	gzip
3081.45SwizVersion:	1.2.4a
3091.1SlukemCurrent Vers:	1.2.4a
3101.1SlukemMaintainer:	Jean-loup Gailly <gzip@gnu.org>
3111.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gzip/
3121.1SlukemMailing List:	bug-gzip@gnu.org
3131.84SperryResponsible:	atatat
3141.1SlukemNotes:
3151.1Slukem
3161.1SlukemPackage:	heimdal
3171.99SlhaVersion:	0.6
3181.95SwizCurrent Vers:	0.6
3191.1SlukemMaintainer:	Heimdal <heimdal@pdc.kth.se>
3201.1SlukemArchive Site:	ftp://ftp.pdc.kth.se/pub/heimdal/src/
3211.1SlukemMailing List:	heimdal-discuss@pdc.kth.se
3221.99SlhaResponsible:	assar, joda, lha
3231.1SlukemNotes:
3241.1Slukem
3251.1SlukemPackage:	hunt
3261.117SwizVersion:	2003-04-16
3271.107SwizCurrent Vers:	2003-04-16
3281.1SlukemMaintainer:	?
3291.107SwizArchive Site:	ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
3301.1SlukemResponsible:	mrg
3311.1SlukemNotes:
3321.1Slukem
3331.1SlukemPackage:	ip-filter
3341.1SlukemVersion:	3.4.29
3351.112SmarttiCurrent Vers:	3.4.32
3361.1SlukemMaintainer:	Darren Reed
3371.1SlukemArchive Site:	http://www.ipfilter.org/
3381.1SlukemMailing List:	ipfilter@postbox.anu.edu.au
3391.5SmrgResponsible:	darrenr, mike, martti
3401.1SlukemNotes:
3411.1Slukemipf2netbsd should be used on a virgin ipfilter source tree.
3421.1Slukem
3431.1SlukemPackage:	KAME IPv6
3441.1SlukemVersion:	KAME/NetBSD SNAP kit
3451.1SlukemCurrent Vers:	KAME/NetBSD SNAP kit (shipped every week)
3461.1SlukemMaintainer:	KAME Project <kame@kame.net>
3471.1SlukemArchive Site:	http://www.kame.net/
3481.1SlukemMailing List:	snap-users@kame.net
3491.1SlukemResponsible:	itojun
3501.1SlukemNotes:
3511.1SlukemIPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
3521.1Slukemmore conservative implementation policy.
3531.1SlukemIPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
3541.1SlukemPlease do not make too many diff-unfriendly changes (like indentation change,
3551.1SlukemKNF police).  We need to take diffs across KAME snapshots on upgrades.
3561.1SlukemTo identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
3571.1Slukemin sys/netinet6/in6.h.  No script is available for upgrades.
3581.1Slukem"KAME" branch is used for kernel merge work purposes.
3591.1Slukemhttp://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
3601.1Slukemamong KAME/*BSD, *BSD-current and recent *BSD releases.
3611.1Slukem
3621.1SlukemPackage:	KAME racoon
3631.120SitojunVersion:	KAME/NetBSD current Jul 12 2003
3641.1SlukemCurrent Vers:	KAME/NetBSD SNAP kit (shipped every week)
3651.1SlukemMaintainer:	KAME Project <kame@kame.net>
3661.1SlukemArchive Site:	http://www.kame.net/
3671.1SlukemMailing List:	snap-users@kame.net
3681.1SlukemResponsible:	itojun
3691.1SlukemNotes:
3701.1SlukemPlease minimize # of local changes.  All changes should go back to KAME
3711.1Slukemrepository.  Please contact itojun if you want to put changes.
3721.1Slukem
3731.1SlukemPackage:	krb4
3741.1SlukemVersion:	1.2
3751.78SenamiCurrent Vers:	1.2.2
3761.1SlukemMaintainer:	kth-krb@pdc.kth.se
3771.1SlukemArchive Site:	ftp://ftp.pdc.kth.se/pub/krb/src/
3781.1SlukemMailing List:	krb4@sics.se
3791.1SlukemResponsible:	assar, joda
3801.1SlukemNotes:
3811.1Slukem
3821.1SlukemPackage:	less
3831.88SmrgVersion:	less381
3841.50SenamiCurrent Vers:	less381
3851.1SlukemMaintainer:	Mark Nudleman <marknu@flash.net>
3861.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/less/
3871.1SlukemMailing List:
3881.1SlukemResponsible:	mrg
3891.1SlukemNotes:
3901.1SlukemMany changes to make less act as more when invoked as more.  Beware.
3911.1SlukemUse the src/usr.bin/less/less2netbsd script to prepare source tree
3921.1Slukemfor importation.  Run ./configure before hand to generate "defines.h".
3931.110SwizTalk to mrg before importing any new version.  (less 381's configure
3941.88Smrgdoes not detect NetBSD has a sigset_t due to a bad test; this is fixed
3951.88Smrgby hand in defines.h.)
3961.1Slukem
3971.1SlukemPackage:	libcdk
3981.1SlukemVersion:	4.9.9-20000407-myc3
3991.1SlukemCurrent Vers:	cdk-4.9.10-20000923
4001.1SlukemMaintainer:	mike@vexus.ca
4011.144SdentArchive Site:	http://www.vexus.ca/products/CDK/
4021.1SlukemResponsible:	garbled
4031.1SlukemNotes:
4041.1SlukemInitial port to netbsd curses was done by mycroft.  This is a heavily
4051.1Slukemmodified version of the released CDK 4.9.9.  The current version has been
4061.1Slukemtaken over by the Ncurses people, and has a number of changes to it.  It
4071.1Slukemmight be worthwhile to import at some future date, but for now we should
4081.1Slukemleave it alone.  (garbled 1/4/2001)
4091.1Slukem
4101.1SlukemPackage:	libpcap
4111.1SlukemVersion:	0.4
4121.71SwizCurrent Vers:	0.7.2
4131.1SlukemMaintainer:	tcpdump-workers@tcpdump.org
4141.1SlukemArchive Site:	http://www.tcpdump.org/release/
4151.1SlukemMailing List:	tcpdump-workers@tcpdump.org
4161.1SlukemResponsible:	itojun
4171.1SlukemNotes:
4181.1Slukem
4191.1SlukemPackage:	libwrap
4201.1SlukemVersion:	tcp_wrappers 7.6 w/ large amount of IPv6 changes
4211.1SlukemCurrent Vers:	tcp_wrappers 7.6-ipv6.1
4221.1SlukemMaintainer:	Wietse Venema <wietse@porcupine.org>
4231.1SlukemArchive Site:	ftp://ftp.porcupine.org/pub/security/
4241.1SlukemMailing List:	
4251.1SlukemResponsible:	cjs, itojun
4261.1SlukemNotes:
4271.1SlukemWe import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
4281.1Slukemunder src/usr.sbin). We don't use tcpd; that functionality is built
4291.1Slukeminto inetd. The provided libwrap2netbsd script handles just libwrap.
4301.1Slukem
4311.1SlukemPackage:	mopd
4321.1SlukemVersion:	2.5.3
4331.1SlukemCurrent Vers:	2.5.3
4341.1SlukemMaintainer:	Mats O Jansson <maja@celsiustech.se>
4351.1SlukemArchive Site:	ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
4361.1SlukemMailing List:	
4371.1SlukemResponsible:	cjs
4381.1SlukemNotes:
4391.1SlukemDelete the otherOS directory before importing.
4401.1Slukem
4411.1SlukemPackage:	nawk
4421.129SjdolecekVersion:	2003-07-29
4431.189SjdolecekCurrent Vers:	2004-02-07
4441.1SlukemMaintainer:	Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies)
4451.1SlukemArchive Site:	http://cm.bell-labs.com/who/bwk/
4461.1SlukemMailing List:
4471.1SlukemResponsible:	jdolecek
4481.1SlukemNotes:
4491.1SlukemBuild maketab from nawk sources and generate proctab.c.
4501.1SlukemRemove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
4511.38Swizto src/dist/nawk.
4521.1Slukem
4531.1SlukemPackage:	ndbootd
4541.1SlukemVersion:	0.5
4551.1SlukemCurrent Vers:	0.5
4561.1SlukemMaintainer:	Matt Fredette <fredette@alum.mit.edu>
4571.1SlukemArchive Site:	http://mit.edu/fredette/www/ndbootd/
4581.1SlukemResponsible:	fredette
4591.1SlukemNotes:
4601.1SlukemRun ./configure, save config.h, make distclean, rm all autoconf/automake
4611.1Slukemand ndbootd-raw.c.  Restore saved config.h, and force it to define
4621.1SlukemHAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
4631.1Slukem
4641.1SlukemPackage:	nvi
4651.136SdslVersion:	1.79nb10
4661.1SlukemCurrent Vers:	1.79
4671.1SlukemMaintainer:	Keith Bostic <bostic@bsdi.com>
4681.1SlukemArchive Site:	ftp://ftp.bostic.com/pub/
4691.1SlukemMailing List:	
4701.5SmrgResponsible:	aymeric
4711.1SlukemNotes:
4721.1Slukem1.79 is probably the last version we will import. Nvi is now moving towards
4731.1SlukemX11 support and other things we don't want.
4741.1Slukem
4751.1SlukemPackage:	ntp
4761.163SdrochnerVersion:	4.2.0
4771.149SfredbCurrent Vers:	4.2.0
4781.1SlukemMaintainer:	David L. Mills <mills@udel.edu>
4791.1SlukemArchive Site:	ftp://ftp.udel.edu/pub/ntp/ntp4/
4801.1SlukemMailing List:	
4811.1SlukemResponsible:	simonb, jonathan
4821.1SlukemNotes:
4831.1SlukemSee /usr/src/dist/ntp/ntp2netbsd for update instructions.
4841.1SlukemNOTE: As of 20010405 -current includes a fix for the "ntpdx" root
4851.1Slukemexploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches.
4861.1Slukem
4871.1SlukemPackage:	OpenSSH
4881.86SitojunVersion:	3.6.1 around 20030403
4891.187StacaCurrent Vers:	3.8 / portable 3.8p1
4901.1SlukemMaintainer:	OpenSSH
4911.1SlukemArchive Site:	http://www.openssh.com/ftp.html
4921.1SlukemMailing List:	openssh-unix-announce@mindrot.org
4931.130SitojunResponsible:	thorpej, jwise, itojun
4941.1SlukemNotes:
4951.1Slukemimported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
4961.1Slukeminto crypto/dist/openssh.  use openssh2netbsd before import.
4971.1Slukemlocal changes (should always try to bring them back to master openssh tree,
4981.1Slukemmarkus is very cooperative about it):
4991.1Slukem- default for PermitRootLogin is set to "no"
5001.1Slukem- IgnoreRootRhosts added
5011.1Slukem- look at login.conf to check valid user/access list
5021.1Slukem- ssh{,d}_config -> ssh{,d}.conf (can't bring it back) (1.5 branch only)
5031.1Slukem1.5 branch uses /etc for configuration files, while current/1.6 uses /etc/ssh.
5041.1Slukemhttp://www.openbsd.org/advisories/ssh_channelalloc.txt is integrated
5051.1Slukemmanually to 1.5 branch.  version date "20020307" identifies the fix.
5061.3Sitojunhttp://www.openssh.com/txt/preauth.adv is integrated manually to 1.5 branch.
5071.49Swizversion date "20020626" identifies the fix.
5081.125Sitojunofficial openssh releases dropped kerberosIV support already, therefore
5091.125Sitojunif we need to keep it we need to maintain it ourselves.
5101.1Slukem
5111.1SlukemPackage:	OpenSSL
5121.157SitojunVersion:	0.9.6g + security fix/0.9.7c
5131.157SitojunCurrent Vers:	0.9.6l/0.9.7c
5141.1SlukemMaintainer:	The OpenSSL Project
5151.1SlukemArchive Site:	ftp://ftp.openssl.org/source/
5161.1SlukemMailing List:	openssl-announce@openssl.org
5171.130SitojunResponsible:	mcr, thorpej, itojun
5181.1SlukemNotes:
5191.1Slukemmodified internal types to u_int32_t and alike, for non-32bit friendliness.
5201.1Slukemremoved #ifdefs in header files so that they do not affect ABI.
5211.119Sitojunon RC5/IDEA/MDC2 handling, please see the note from itojun on 9/29/2000,
5221.1Slukemto tech-security.
5231.1Slukemcrypto/dist/openssl/openssl-unifdef.pl strips off most of #if in headers
5241.1Slukem(should be done after the import - for some of the past imports done before
5251.1Slukemimport by mistake).
5261.1Slukem
5271.19SwizPackage:	pdisk
5281.19SwizVersion:	0.8a2
5291.19SwizCurrent Vers:	0.8a2
5301.19SwizMaintainer:	Eryk Vershen <eryk@cfcl.com>
5311.19SwizArchive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
5321.19SwizMailing List:
5331.19SwizResponsible:	dbj
5341.19SwizNotes:
5351.19SwizThis is the disk partition utility used by Apple's mkLinux and osX
5361.19SwizIt is imported into dist/pdisk, with a reachover makefile in
5371.19Swizsrc/sbin/pdisk builds for macppc and mac68k.
5381.19Swiz
5391.1SlukemPackage:	pdksh
5401.1SlukemVersion:	5.2.14p2
5411.1SlukemCurrent Vers:	5.2.14p2
5421.1SlukemMaintainer:	Michael Rendell <michael@cs.mun.ca>
5431.1SlukemArchive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
5441.1SlukemMailing List:
5451.1SlukemResponsible:
5461.1Slukempdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
5471.1Slukem
5481.1SlukemPackage:	ping
5491.1SlukemVersion:	980911
5501.1SlukemCurrent Vers:	980911
5511.1SlukemMaintainer:	Vernon Schryver <vjs@rhyolite.com>
5521.1SlukemArchive Site:	ftp://ftp.rhyolite.com/src/
5531.1SlukemMailing List:
5541.127SsaloResponsible:	christos@NetBSD.org
5551.1SlukemNotes:
5561.1SlukemWe use err() and friends. We have changes for snprintf, extra
5571.1Slukemformating in man pages, disallowing flood pinging, alignment fixes,
5581.1Slukemand more.
5591.1Slukem
5601.1SlukemPackage:	postfix
5611.72SperryVersion:	2.0.6
5621.180StacaCurrent Vers:	2.0.18
5631.1SlukemMaintainer:	Wietse Venema <wietse@porcupine.org>
5641.1SlukemArchive Site:	ftp://postfix.cloud9.net/official/
5651.1SlukemMailing List:	postfix-users@postfix.org
5661.127SsaloResponsible:	perry@NetBSD.org, itojun@NetBSD.org
5671.1SlukemNotes:
5681.1Slukem
5691.1SlukemPackage:	ppp
5701.1SlukemVersion:	2.4.1
5711.1SlukemCurrent Vers:	2.4.1
5721.1SlukemMaintainer:	Paul Mackerras <paulus@samba.org>
5731.1SlukemArchive Site:	ftp://ftp.samba.org/pub/ppp/
5741.1SlukemCVS root:	:pserver:cvs@pserver.samba.org:/cvsroot (password: cvs)
5751.1SlukemMailing List:
5761.127SsaloResponsible:	christos@NetBSD.org
5771.1SlukemNotes:
5781.1SlukemBSD support was removed from 2.4.0; I added it back and removed
5791.1Slukemsome GPL pieces. Multilink support is missing. Repeated pings to
5801.1SlukemPaulus have not yielded results. I've retrofitted pppdump to use
5811.1Slukemour zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
5821.1Slukemis clearly a pain. I have not tested the modules code, neither our
5831.1Slukemmakefiles make it easy to construct a module, but I left one there
5841.1Slukemas an example.
5851.1SlukemCMU copyright clause was updated to follow
5861.1Slukemhttp://www.monkey.org/openbsd/archive/tech/0207/msg00005.html.
5871.1SlukemAustralian National University copyright clause was updated.
5881.1SlukemEric Rosenquist copyright clause was updated.
5891.1Slukem
5901.1SlukemPackage:	rcs
5911.1SlukemVersion:	5.7
5921.1SlukemCurrent Vers:	5.7
5931.1SlukemMaintainer:	FSF
5941.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/rcs/
5951.1SlukemMailing List:	bug-gnu-utils@gnu.org
5961.1SlukemResponsible:	mycroft
5971.1SlukemNotes:
5981.1SlukemBeta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
5991.1Slukem
6001.1SlukemPackage:	root.cache
6011.182StacaVersion:	2004012900 (Jan 29, 2004)
6021.182StacaCurrent Vers:	2004012900 (Jan 29, 2004)
6031.14SperryMaintainer:	InterNIC
6041.14SperryArchive Site:	ftp://ftp.internic.net/domain/named.root
6051.1SlukemMailing List:
6061.14SperryResponsible:	perry, thorpej
6071.1SlukemNotes:
6081.1SlukemThe root server cache is also included with BIND.  However, the
6091.1SlukemInterNIC version is usually more up to date.
6101.1Slukem
6111.1SlukemPackage:	routed
6121.25SchristosVersion:	2.27
6131.1SlukemCurrent Vers:	2.27
6141.1SlukemMaintainer:	Vernon Schryver <vjs@rhyolite.com>
6151.1SlukemArchive Site:	ftp://ftp.rhyolite.com/src/
6161.1SlukemMailing List:
6171.127SsaloResponsible:	christos@NetBSD.org
6181.1SlukemNotes:
6191.1SlukemWe use the md5 code from libc
6201.1SlukemWe don't allow RIP_TRACEON and RIP_TRACEOFF
6211.1Slukem
6221.1SlukemPackage:	send-pr (part of GNATS)
6231.1SlukemVersion:	3.95
6241.142SwizCurrent Vers:	4.0
6251.1SlukemMaintainer:	FSF
6261.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/gnats/
6271.1SlukemMailing List:	bug-gnats@gnu.org
6281.1SlukemResponsible:
6291.1SlukemNotes:
6301.1Slukem
6311.1SlukemPackage:	sendmail
6321.102SatatatVersion:	8.12.9
6331.178StacaCurrent Vers:	8.12.11
6341.1SlukemMaintainer:	Eric P. Allman
6351.1SlukemArchive Site:	ftp://ftp.sendmail.org/pub/sendmail/
6361.1SlukemMailing List:
6371.127SsaloResponsible:	atatat@NetBSD.org
6381.1SlukemNotes:
6391.1Slukemuse gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags.
6401.1Slukemlocal changes:
6411.1Slukem- do not reverse-resolve link-local addresses
6421.1Slukem- syslog args change
6431.1Slukem
6441.1SlukemPackage:	SoftFloat
6451.1SlukemVersion:	2a
6461.1SlukemCurrent Vers:	2b
6471.144SdentMaintainer:	John Hauser <jhauser@jhauser.us>
6481.144SdentArchive Site:	http://www.jhauser.us/arithmetic/SoftFloat.html
6491.1SlukemMailing List:
6501.1SlukemResponsible:	bjh21
6511.1SlukemNotes:
6521.1SlukemHeavily modified for use as a soft float library for GCC.  The actual
6531.1Slukemarithmetic code is unchanged, though, and should behave exactly like the
6541.1Slukemoriginal.
6551.1Slukem
6561.1SlukemPackage:	tcpdump
6571.1SlukemVersion:	3.7.1 as of 2002/5/31
6581.71SwizCurrent Vers:	3.7.2
6591.1SlukemMaintainer:	tcpdump-workers@tcpdump.org
6601.1SlukemArchive Site:	http://www.tcpdump.org/release/
6611.1SlukemMailing List:	tcpdump-workers@tcpdump.org
6621.1SlukemResponsible:	itojun
6631.1SlukemNotes:
6641.2SwizCode will be imported into src/dist/tcpdump.  Changes have to go back to
6651.1Slukemtcpdump.org.
6661.1Slukem
6671.1SlukemPackage:	termcap.src
6681.1SlukemVersion:	9.13.25
6691.1SlukemCurrent Vers:	11.0.1
6701.1SlukemMaintainer:	Eric S. Raymond <terminfo@ccil.org>
6711.50SenamiArchive Site:	http://www.catb.org/~esr/terminfo/
6721.1SlukemMailing List:
6731.1SlukemResponsible:
6741.1SlukemNotes:
6751.1Slukem
6761.1SlukemPackage:	TestFloat
6771.1SlukemVersion:	2a
6781.1SlukemCurrent Vers:	2a
6791.144SdentMaintainer:	John Hauser <jhauser@jhauser.us>
6801.144SdentArchive Site:	http://www.jhauser.us/arithmetic/TestFloat.html
6811.1SlukemMailing List:
6821.1SlukemResponsible:	ross
6831.1SlukemNotes:
6841.1Slukem
6851.1SlukemPackage:	texinfo
6861.116SwizVersion:	4.6
6871.108SwizCurrent Vers:	4.6
6881.1SlukemMaintainer:	FSF
6891.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/texinfo/
6901.1SlukemMailing List:	bug-texinfo@gnu.org
6911.1SlukemResponsible:	wiz
6921.1SlukemNotes:
6931.38SwizUse src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
6941.38Swizfor the import.
6951.1Slukem
6961.1SlukemPackage:	top
6971.1SlukemVersion:	3.5beta9
6981.142SwizCurrent Vers:	3.5b12.7
6991.1SlukemMaintainer:	William LeFebvre <wnl@groupsys.com>
7001.1SlukemArchive Site:	ftp://ftp.groupsys.com/pub/top/
7011.1SlukemMailing List:	top-spinners@ocee.groupsys.com
7021.1SlukemResponsible:	simonb
7031.1SlukemNotes:
7041.1SlukemRemove all non-current NetBSD machine definitions and man page
7051.1Slukemextensions in machine/ before importing.
7061.1SlukemAfter importing, run:
7071.1Slukem	./Configure <netbsd-module-name>
7081.1Slukem	rm machine/*.desc Make.desc SYNOPSIS machine.c
7091.1Slukem	cvs commit -m "Update ./Configure'd files." top.local.h top.1
7101.1Slukem
7111.1SlukemPackage:	traceroute
7121.1SlukemVersion:	1.4a5
7131.1SlukemCurrent Vers:	1.4a12
7141.1SlukemMaintainer:	traceroute@ee.lbl.gov
7151.1SlukemArchive Site:	ftp://ftp.ee.lbl.gov/
7161.1SlukemMailing List:
7171.1SlukemResponsible:
7181.1SlukemNotes:
7191.1Slukem
7201.1SlukemPackage:	tz
7211.171SkleinkVersion:	tzcode2003e / tzdata2003e
7221.171SkleinkCurrent Vers:	tzcode2003e / tzdata2003e
7231.1SlukemMaintainer:	Arthur David Olson <ado@elsie.nci.nih.gov>
7241.1SlukemArchive Site:	ftp://elsie.nci.nih.gov/pub/
7251.1SlukemMailing List:	tz@elsie.nci.nih.gov
7261.1SlukemResponsible:	kleink
7271.1SlukemNotes:
7281.1SlukemUse src/lib/libc/time/tzcode2netbsd to prepare the source tree
7291.1Slukemfor import.
7301.1Slukem
7311.1SlukemPackage:	uucp
7321.1SlukemVersion:	1.06.1
7331.104SwizCurrent Vers:	1.07
7341.1SlukemMaintainer:	Ian Lance Taylor <ian@airs.com>
7351.1SlukemArchive Site:	ftp://ftp.gnu.org/gnu/uucp/
7361.1SlukemMailing List:	taylor-uucp@cirr.com
7371.1SlukemResponsible:	jtk
7381.1SlukemNotes:
7391.1Slukem
7401.1SlukemPackage:	XFree86
7411.188StronVersion:	3.3.6/4.4.0
7421.188StronCurrent Vers:	3.3.6/4.4.0
7431.1SlukemMaintainer:	XFree86 consortium
7441.1SlukemArchive Site:	ftp://ftp.xfree86.org/pub/XFree86/
7451.1SlukemMailing List:	
7461.1SlukemResponsible:	tron
7471.1SlukemNotes:
7481.1Slukem3.3.6:
7491.1Slukem- Security patches from OpenBSD SA 2000-021 are merged into the tree.
7501.1Slukem- Fix 01-08 from the xfree86 fixes directory are merged into the tree.
7511.1Slukem- imported changes from 3.3.6 branch on 2001-03-05
7521.1Slukem4.x:
7531.60Stron Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
7541.1Slukem files which we don't need in our tree.
7551.1Slukem ALL changes must be sent back to the XFree86 repository. Patches should
7561.170Stron be sent to patches@XFree86.org.
7571.1Slukem
7581.1SlukemPackage:	zlib
7591.1SlukemVersion:	1.1.4
7601.160SwizCurrent Vers:	1.2.1
7611.1SlukemMaintainer:	Jean-loup Gailly and Mark Adler <zlib@gzip.org>
7621.1SlukemArchive Site:	http://www.gzip.org/zlib/
7631.1SlukemMailing List:
7641.1SlukemResponsible:	gwr, tron
7651.1SlukemNotes:
7661.1SlukemThe sources were integrated into src/lib/libz as usual on *nix,
7671.1Slukemand partially duplicated under src/sys/lib/libz for the kernel.
7681.1SlukemThe header zconf.h was "boiled down" to the minimum for *BSD.
7691.1SlukemThe Makefile is completely new (*BSD style, of course).  Lastly,
7701.1Slukemthe file gzio.c was changed to allow -DNO_DEFLATE to eliminate
7711.1Slukemall references to deflate.c and friends, which permits building
7721.1Slukema really small zcat implementation.  (src/distrib/utils/zcat)
7731.181SmrgThere are two additional API functions in the NetBSD userland
7741.181Smrgzlib, used by the free NetBSD gzip(1).
7751.147Sgrog
7761.147SgrogPackage:      Vinum
7771.147SgrogVersion:      2003-10-10
7781.147SgrogCurrent:      2003-10-10
7791.147SgrogMaintainer:   grog
7801.147SgrogURL:          http://www.vinumvm.org/
7811.147SgrogArchive Site: none 
7821.147SgrogMailing List: vinum-devel@auug.org.au
7831.147SgrogCVS location: none
7841.147SgrogResponsible:  grog
7851.147SgrogNotes:
7861.147Sgrog        Based on a NetBSD-specific version generated on the fly.  This
7871.147Sgrog        should remain effectively identical to the NetBSD branch
7881.147Sgrog        except during testing.
789