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