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