Home | History | Annotate | Line # | Download | only in doc
3RDPARTY revision 1.100
      1 #	$NetBSD: 3RDPARTY,v 1.100 2003/05/28 13:48:03 taca 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:	20030228
     29 Current Vers:	20030424
     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 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.1b2
     54 Current Vers:	6.1b2
     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
     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.2
     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.2
     89 Maintainer:	Paul Vixie <vixie (a] vix.com>
     90 Archive Site:	ftp://ftp.isc.org/isc/bind/
     91 Mailing List:
     92 Responsible:	vixie
     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.13.2.1
    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.13.2.1
    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.13.2.1
    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, mrg
    128 Notes:
    129 
    130 Package:	bsd-family-tree
    131 Version:	1.68
    132 Current Vers:	1.69
    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.5
    177 Current Vers:	1.11.6
    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.1rc11
    203 Current Vers:	3.0pl2/3.0.1rc11
    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.8.1
    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:	wiz
    222 Notes:
    223 Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
    224 for the import.
    225 
    226 Package:	dtoa.c
    227 Version:	Jan 4, 1995
    228 Current Vers:	Feb 7, 2001
    229 Maintainer:	David M. Gay <dmg (a] bell-labs.com>
    230 Archive Site:	ftp://netlib.lucent.com/netlib/fp/
    231 Mailing List:	none
    232 Responsible:
    233 Notes:
    234 Added conditionals to automagically determine type and endianness of
    235 FP numbers.  Added ULong type (but Gay says he'll adopt that change
    236 for the next release).
    237 
    238 Package:	file
    239 Version:	4.03
    240 Current Vers:	4.03
    241 Maintainer:	Christos Zoulas <christos (a] zoulas.com>
    242 Archive Site:	ftp://ftp.astron.com/pub/file/
    243 Mailing List:	file (a] mx.gw.com
    244 Responsible:	christos, pooka
    245 Notes:
    246 
    247 Package:	flex
    248 Version:	2.5.4
    249 Current Vers:	2.5.4a/2.5.27
    250 Maintainer:	Vern Paxson <vern (a] ee.lbl.gov>
    251 Archive Site:	ftp://ftp.gnu.org/gnu/non-gnu/flex/
    252 Mailing List:
    253 Responsible:	mikel
    254 Notes:
    255 flex 2.5.4a contains only copyright notice changes over version 2.5.4;
    256 internally not even the version number changed.
    257 Newer flex will be found in:
    258 	http://sourceforge.net/projects/lex/
    259 
    260 Package:	gawk
    261 Version:	3.0.3
    262 Current Vers:	3.1.2
    263 Maintainer:	Arnold Robbins <arnold (a] skeeve.atl.ga.us>,
    264 Maintainer:	David Trueman <david (a] cs.dal.ca>
    265 Archive Site:	ftp://ftp.gnu.org/gnu/gawk/
    266 Mailing List:	bug-gawk (a] gnu.org
    267 Responsible:
    268 Notes:
    269 Should look at ATT awk as a replacement for this. A download link
    270 is available at http://cm.bell-labs.com/who/bwk/
    271 See also nawk entry below.
    272 
    273 Package:	gcc
    274 Version:	2.95.3
    275 Current Vers:	3.3
    276 Maintainer:	cygnus
    277 Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
    278 Mailing List:	gcc-bugs (a] gnu.org
    279 Responsible:	thorpej, mrg
    280 Notes:
    281 
    282 Package:	gdb
    283 Version:	5.0
    284 Current Vers:	5.3
    285 Maintainer:	FSF
    286 Archive Site:	ftp://ftp.gnu.org/gnu/gdb/
    287 Mailing List:	bug-gdb (a] gnu.org
    288 Responsible:	thorpej, mrg
    289 Notes:
    290 
    291 Package:	gettext
    292 Version:	0.10.35
    293 Current Vers:	0.11.5
    294 Maintainer:	FSF
    295 Archive Site:	ftp://ftp.gnu.org/gnu/gettext/
    296 Mailing List:	bug-gnu-utils (a] gnu.org
    297 Responsible:	itojun
    298 Notes:
    299 GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
    300 we use BSD-licensed implementation from Citrus project (see entry for
    301 "Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
    302 
    303 Package:	grep
    304 Version:	2.5.1
    305 Current Vers:	2.5.1
    306 Maintainer:	FSF
    307 Archive Site:	ftp://ftp.gnu.org/gnu/grep/
    308 Mailing List:	bug-gnu-utils (a] gnu.org
    309 Responsible:	simonb, wiz
    310 Notes:
    311 Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
    312 for the import.
    313 Note that a non-gnu grep has been floated on the mailing lists
    314 (tech-userlevel, fall 1999), and may bear examination.
    315 The grep will be found in:
    316 	http://www.vocito.com/downloads/software/grep/
    317 
    318 Package:	groff
    319 Version:	1.16.1
    320 Current Vers:	1.19
    321 Maintainer:	James Clark/FSF
    322 Archive Site:	ftp://ftp.gnu.org/gnu/groff/
    323 Mailing List:	bug-groff (a] gnu.org
    324 Responsible:	wiz
    325 Notes:
    326 Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
    327 for import.
    328 
    329 Package:	gzip
    330 Version:	1.2.4a
    331 Current Vers:	1.2.4a
    332 Maintainer:	Jean-loup Gailly <gzip (a] gnu.org>
    333 Archive Site:	ftp://ftp.gnu.org/gnu/gzip/
    334 Mailing List:	bug-gzip (a] gnu.org
    335 Responsible:	atatat
    336 Notes:
    337 
    338 Package:	heimdal
    339 Version:	0.6
    340 Current Vers:	0.6
    341 Maintainer:	Heimdal <heimdal (a] pdc.kth.se>
    342 Archive Site:	ftp://ftp.pdc.kth.se/pub/heimdal/src/
    343 Mailing List:	heimdal-discuss (a] pdc.kth.se
    344 Responsible:	assar, joda, lha
    345 Notes:
    346 
    347 Package:	hunt
    348 Version:	1993-07-17
    349 Current Vers:	1993-07-17
    350 Maintainer:	?
    351 Archive Site:	ftp://cgl.ucsf.edu/pub/
    352 Responsible:	mrg
    353 Notes:
    354 
    355 Package:	ip-filter
    356 Version:	3.4.29
    357 Current Vers:	3.4.31
    358 Maintainer:	Darren Reed
    359 Archive Site:	http://www.ipfilter.org/
    360 Mailing List:	ipfilter (a] postbox.anu.edu.au
    361 Responsible:	darrenr, mike, martti
    362 Notes:
    363 ipf2netbsd should be used on a virgin ipfilter source tree.
    364 
    365 Package:	KAME IPv6
    366 Version:	KAME/NetBSD SNAP kit
    367 Current Vers:	KAME/NetBSD SNAP kit (shipped every week)
    368 Maintainer:	KAME Project <kame (a] kame.net>
    369 Archive Site:	http://www.kame.net/
    370 Mailing List:	snap-users (a] kame.net
    371 Responsible:	itojun
    372 Notes:
    373 IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
    374 more conservative implementation policy.
    375 IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
    376 Please do not make too many diff-unfriendly changes (like indentation change,
    377 KNF police).  We need to take diffs across KAME snapshots on upgrades.
    378 To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
    379 in sys/netinet6/in6.h.  No script is available for upgrades.
    380 "KAME" branch is used for kernel merge work purposes.
    381 http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
    382 among KAME/*BSD, *BSD-current and recent *BSD releases.
    383 
    384 Package:	KAME racoon
    385 Version:	KAME/NetBSD current Nov 20 2002
    386 Current Vers:	KAME/NetBSD SNAP kit (shipped every week)
    387 Maintainer:	KAME Project <kame (a] kame.net>
    388 Archive Site:	http://www.kame.net/
    389 Mailing List:	snap-users (a] kame.net
    390 Responsible:	itojun
    391 Notes:
    392 Please minimize # of local changes.  All changes should go back to KAME
    393 repository.  Please contact itojun if you want to put changes.
    394 
    395 Package:	krb4
    396 Version:	1.2
    397 Current Vers:	1.2.2
    398 Maintainer:	kth-krb (a] pdc.kth.se
    399 Archive Site:	ftp://ftp.pdc.kth.se/pub/krb/src/
    400 Mailing List:	krb4 (a] sics.se
    401 Responsible:	assar, joda
    402 Notes:
    403 
    404 Package:	less
    405 Version:	less381
    406 Current Vers:	less381
    407 Maintainer:	Mark Nudleman <marknu (a] flash.net>
    408 Archive Site:	ftp://ftp.gnu.org/gnu/less/
    409 Mailing List:
    410 Responsible:	mrg
    411 Notes:
    412 Many changes to make less act as more when invoked as more.  Beware.
    413 Use the src/usr.bin/less/less2netbsd script to prepare source tree
    414 for importation.  Run ./configure before hand to generate "defines.h".
    415 Talk to mrg before importing any new vesrion.  (less 381's configure
    416 does not detect NetBSD has a sigset_t due to a bad test; this is fixed
    417 by hand in defines.h.)
    418 
    419 Package:	libcdk
    420 Version:	4.9.9-20000407-myc3
    421 Current Vers:	cdk-4.9.10-20000923
    422 Maintainer:	mike (a] vexus.ca
    423 Archive Site:	http://www.vexus.ca/CDK.html
    424 Responsible:	garbled
    425 Notes:
    426 Initial port to netbsd curses was done by mycroft.  This is a heavily
    427 modified version of the released CDK 4.9.9.  The current version has been
    428 taken over by the Ncurses people, and has a number of changes to it.  It
    429 might be worthwhile to import at some future date, but for now we should
    430 leave it alone.  (garbled 1/4/2001)
    431 
    432 Package:	libpcap
    433 Version:	0.4
    434 Current Vers:	0.7.2
    435 Maintainer:	tcpdump-workers (a] tcpdump.org
    436 Archive Site:	http://www.tcpdump.org/release/
    437 Mailing List:	tcpdump-workers (a] tcpdump.org
    438 Responsible:	itojun
    439 Notes:
    440 
    441 Package:	libwrap
    442 Version:	tcp_wrappers 7.6 w/ large amount of IPv6 changes
    443 Current Vers:	tcp_wrappers 7.6-ipv6.1
    444 Maintainer:	Wietse Venema <wietse (a] porcupine.org>
    445 Archive Site:	ftp://ftp.porcupine.org/pub/security/
    446 Mailing List:	
    447 Responsible:	cjs, itojun
    448 Notes:
    449 We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
    450 under src/usr.sbin). We don't use tcpd; that functionality is built
    451 into inetd. The provided libwrap2netbsd script handles just libwrap.
    452 
    453 Package:	mopd
    454 Version:	2.5.3
    455 Current Vers:	2.5.3
    456 Maintainer:	Mats O Jansson <maja (a] celsiustech.se>
    457 Archive Site:	ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
    458 Mailing List:	
    459 Responsible:	cjs
    460 Notes:
    461 Delete the otherOS directory before importing.
    462 
    463 Package:	nawk
    464 Version:	2000-11-15
    465 Current Vers:	2003-03-14
    466 Maintainer:	Brian Kernighan <bwk (a] bell-labs.com> (Lucent Technologies)
    467 Archive Site:	http://cm.bell-labs.com/who/bwk/
    468 Mailing List:
    469 Responsible:	jdolecek
    470 Notes:
    471 We still use gawk as the system awk. nawk is here for evaluation only for now.
    472 Build maketab from nawk sources and generate proctab.c.
    473 Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
    474 to src/dist/nawk.
    475 
    476 Package:	ndbootd
    477 Version:	0.5
    478 Current Vers:	0.5
    479 Maintainer:	Matt Fredette <fredette (a] alum.mit.edu>
    480 Archive Site:	http://mit.edu/fredette/www/ndbootd/
    481 Responsible:	fredette
    482 Notes:
    483 Run ./configure, save config.h, make distclean, rm all autoconf/automake
    484 and ndbootd-raw.c.  Restore saved config.h, and force it to define
    485 HAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
    486 
    487 Package:	nvi
    488 Version:	1.79nb8
    489 Current Vers:	1.79
    490 Maintainer:	Keith Bostic <bostic (a] bsdi.com>
    491 Archive Site:	ftp://ftp.bostic.com/pub/
    492 Mailing List:	
    493 Responsible:	aymeric
    494 Notes:
    495 1.79 is probably the last version we will import. Nvi is now moving towards
    496 X11 support and other things we don't want.
    497 
    498 Package:	ntp
    499 Version:	4.0.99i
    500 Current Vers:	4.1.1c-rc1/4.1.74
    501 Maintainer:	David L. Mills <mills (a] udel.edu>
    502 Archive Site:	ftp://ftp.udel.edu/pub/ntp/ntp4/
    503 Mailing List:	
    504 Responsible:	simonb, jonathan
    505 Notes:
    506 See /usr/src/dist/ntp/ntp2netbsd for update instructions.
    507 Patches have been sent to the author [again].
    508 NOTE: As of 20010405 -current includes a fix for the "ntpdx" root
    509 exploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches.
    510 
    511 Package:	OpenSSH
    512 Version:	3.6.1 around 20030403
    513 Current Vers:	3.6.1 / portable 3.6.1p1
    514 Maintainer:	OpenSSH
    515 Archive Site:	http://www.openssh.com/ftp.html
    516 Mailing List:	openssh-unix-announce (a] mindrot.org
    517 Responsible:	thorpej, itojun
    518 Notes:
    519 imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
    520 into crypto/dist/openssh.  use openssh2netbsd before import.
    521 local changes (should always try to bring them back to master openssh tree,
    522 markus is very cooperative about it):
    523 - default for PermitRootLogin is set to "no"
    524 - IgnoreRootRhosts added
    525 - look at login.conf to check valid user/access list
    526 - ssh{,d}_config -> ssh{,d}.conf (can't bring it back) (1.5 branch only)
    527 1.5 branch uses /etc for configuration files, while current/1.6 uses /etc/ssh.
    528 http://www.openbsd.org/advisories/ssh_channelalloc.txt is integrated
    529 manually to 1.5 branch.  version date "20020307" identifies the fix.
    530 http://www.openssh.com/txt/preauth.adv is integrated manually to 1.5 branch.
    531 version date "20020626" identifies the fix.
    532 
    533 Package:	OpenSSL
    534 Version:	0.9.6g
    535 Current Vers:	0.9.7b
    536 Maintainer:	The OpenSSL Project
    537 Archive Site:	ftp://ftp.openssl.org/source/
    538 Mailing List:	openssl-announce (a] openssl.org
    539 Responsible:	mcr, thorpej, itojun
    540 Notes:
    541 modified internal types to u_int32_t and alike, for non-32bit friendliness.
    542 removed #ifdefs in header files so that they do not affect ABI.
    543 on RC5/IDEA handling, please see the note from itojun on 9/29/2000,
    544 to tech-security.
    545 crypto/dist/openssl/openssl-unifdef.pl strips off most of #if in headers
    546 (should be done after the import - for some of the past imports done before
    547 import by mistake).
    548 
    549 Package:	pdisk
    550 Version:	0.8a2
    551 Current Vers:	0.8a2
    552 Maintainer:	Eryk Vershen <eryk (a] cfcl.com>
    553 Archive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
    554 Mailing List:
    555 Responsible:	dbj
    556 Notes:
    557 This is the disk partition utility used by Apple's mkLinux and osX
    558 It is imported into dist/pdisk, with a reachover makefile in
    559 src/sbin/pdisk builds for macppc and mac68k.
    560 
    561 Package:	pdksh
    562 Version:	5.2.14p2
    563 Current Vers:	5.2.14p2
    564 Maintainer:	Michael Rendell <michael (a] cs.mun.ca>
    565 Archive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
    566 Mailing List:
    567 Responsible:
    568 pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
    569 
    570 Package:	ping
    571 Version:	980911
    572 Current Vers:	980911
    573 Maintainer:	Vernon Schryver <vjs (a] rhyolite.com>
    574 Archive Site:	ftp://ftp.rhyolite.com/src/
    575 Mailing List:
    576 Responsible:	christos (a] netbsd.org
    577 Notes:
    578 We use err() and friends. We have changes for snprintf, extra
    579 formating in man pages, disallowing flood pinging, alignment fixes,
    580 and more.
    581 
    582 Package:	postfix
    583 Version:	2.0.6
    584 Current Vers:	2.0.10
    585 Maintainer:	Wietse Venema <wietse (a] porcupine.org>
    586 Archive Site:	ftp://postfix.cloud9.net/official/
    587 Mailing List:	postfix-users (a] postfix.org
    588 Responsible:	perry (a] netbsd.org, itojun (a] netbsd.org
    589 Notes:
    590 
    591 Package:	ppp
    592 Version:	2.4.1
    593 Current Vers:	2.4.1
    594 Maintainer:	Paul Mackerras <paulus (a] samba.org>
    595 Archive Site:	ftp://ftp.samba.org/pub/ppp/
    596 CVS root:	:pserver:cvs (a] pserver.samba.org:/cvsroot (password: cvs)
    597 Mailing List:
    598 Responsible:	christos (a] netbsd.org
    599 Notes:
    600 BSD support was removed from 2.4.0; I added it back and removed
    601 some GPL pieces. Multilink support is missing. Repeated pings to
    602 Paulus have not yielded results. I've retrofitted pppdump to use
    603 our zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
    604 is clearly a pain. I have not tested the modules code, neither our
    605 makefiles make it easy to construct a module, but I left one there
    606 as an example.
    607 CMU copyright clause was updated to follow
    608 http://www.monkey.org/openbsd/archive/tech/0207/msg00005.html.
    609 Australian National University copyright clause was updated.
    610 Eric Rosenquist copyright clause was updated.
    611 
    612 Package:	rcs
    613 Version:	5.7
    614 Current Vers:	5.7
    615 Maintainer:	FSF
    616 Archive Site:	ftp://ftp.gnu.org/gnu/rcs/
    617 Mailing List:	bug-gnu-utils (a] gnu.org
    618 Responsible:	mycroft
    619 Notes:
    620 Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
    621 
    622 Package:	root.cache
    623 Version:	2002110501 (Nov 05, 2002)
    624 Current Vers:	2002110501 (Nov 05, 2002)
    625 Maintainer:	InterNIC
    626 Archive Site:	ftp://ftp.internic.net/domain/named.root
    627 Mailing List:
    628 Responsible:	perry, thorpej
    629 Notes:
    630 The root server cache is also included with BIND.  However, the
    631 InterNIC version is usually more up to date.
    632 
    633 Package:	routed
    634 Version:	2.27
    635 Current Vers:	2.27
    636 Maintainer:	Vernon Schryver <vjs (a] rhyolite.com>
    637 Archive Site:	ftp://ftp.rhyolite.com/src/
    638 Mailing List:
    639 Responsible:	christos (a] netbsd.org
    640 Notes:
    641 We use the md5 code from libc
    642 We don't allow RIP_TRACEON and RIP_TRACEOFF
    643 
    644 Package:	send-pr (part of GNATS)
    645 Version:	3.95
    646 Current Vers:	3.999.2
    647 Maintainer:	FSF
    648 Archive Site:	ftp://ftp.gnu.org/gnu/gnats/
    649 Mailing List:	bug-gnats (a] gnu.org
    650 Responsible:
    651 Notes:
    652 
    653 Package:	sendmail
    654 Version:	8.12.8p1
    655 Current Vers:	8.12.9
    656 Maintainer:	Eric P. Allman
    657 Archive Site:	ftp://ftp.sendmail.org/pub/sendmail/
    658 Mailing List:
    659 Responsible:	atatat (a] netbsd.org
    660 Notes:
    661 use gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags.
    662 local changes:
    663 - do not reverse-resolve link-local addresses
    664 - syslog args change
    665 
    666 Package:	SoftFloat
    667 Version:	2a
    668 Current Vers:	2b
    669 Maintainer:	John Hauser <jhauser (a] cs.berkeley.edu>
    670 Archive Site:	http://HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html
    671 Mailing List:
    672 Responsible:	bjh21
    673 Notes:
    674 Heavily modified for use as a soft float library for GCC.  The actual
    675 arithmetic code is unchanged, though, and should behave exactly like the
    676 original.
    677 
    678 Package:	tcpdump
    679 Version:	3.7.1 as of 2002/5/31
    680 Current Vers:	3.7.2
    681 Maintainer:	tcpdump-workers (a] tcpdump.org
    682 Archive Site:	http://www.tcpdump.org/release/
    683 Mailing List:	tcpdump-workers (a] tcpdump.org
    684 Responsible:	itojun
    685 Notes:
    686 Code will be imported into src/dist/tcpdump.  Changes have to go back to
    687 tcpdump.org.
    688 
    689 Package:	termcap.src
    690 Version:	9.13.25
    691 Current Vers:	11.0.1
    692 Maintainer:	Eric S. Raymond <terminfo (a] ccil.org>
    693 Archive Site:	http://www.catb.org/~esr/terminfo/
    694 Mailing List:
    695 Responsible:
    696 Notes:
    697 
    698 Package:	TestFloat
    699 Version:	2a
    700 Current Vers:	2a
    701 Maintainer:	John Hauser <jhauser (a] cs.berkeley.edu>
    702 Archive Site:	http://HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/TestFloat.html
    703 Mailing List:
    704 Responsible:	ross
    705 Notes:
    706 
    707 Package:	texinfo
    708 Version:	4.5
    709 Current Vers:	4.5
    710 Maintainer:	FSF
    711 Archive Site:	ftp://ftp.gnu.org/gnu/texinfo/
    712 Mailing List:	bug-texinfo (a] gnu.org
    713 Responsible:	wiz
    714 Notes:
    715 Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
    716 for the import.
    717 
    718 Package:	top
    719 Version:	3.5beta9
    720 Current Vers:	3.5beta12
    721 Maintainer:	William LeFebvre <wnl (a] groupsys.com>
    722 Archive Site:	ftp://ftp.groupsys.com/pub/top/
    723 Mailing List:	top-spinners (a] ocee.groupsys.com
    724 Responsible:	simonb
    725 Notes:
    726 Remove all non-current NetBSD machine definitions and man page
    727 extensions in machine/ before importing.
    728 After importing, run:
    729 	./Configure <netbsd-module-name>
    730 	rm machine/*.desc Make.desc SYNOPSIS machine.c
    731 	cvs commit -m "Update ./Configure'd files." top.local.h top.1
    732 
    733 Package:	traceroute
    734 Version:	1.4a5
    735 Current Vers:	1.4a12
    736 Maintainer:	traceroute (a] ee.lbl.gov
    737 Archive Site:	ftp://ftp.ee.lbl.gov/
    738 Mailing List:
    739 Responsible:
    740 Notes:
    741 
    742 Package:	tz
    743 Version:	tzcode2002b / tzdata2003a
    744 Current Vers:	tzcode2003a / tzdata2003a
    745 Maintainer:	Arthur David Olson <ado (a] elsie.nci.nih.gov>
    746 Archive Site:	ftp://elsie.nci.nih.gov/pub/
    747 Mailing List:	tz (a] elsie.nci.nih.gov
    748 Responsible:	kleink
    749 Notes:
    750 Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
    751 for import.
    752 
    753 Package:	uucp
    754 Version:	1.06.1
    755 Current Vers:	1.06.2
    756 Maintainer:	Ian Lance Taylor <ian (a] airs.com>
    757 Archive Site:	ftp://ftp.gnu.org/gnu/uucp/
    758 Mailing List:	taylor-uucp (a] cirr.com
    759 Responsible:	jtk
    760 Notes:
    761 Only change between 1.06.1 and 1.06.2 is that uucp-doc-1.06.tar.gz
    762 is included in the latter.
    763 
    764 Package:	XFree86
    765 Version:	3.3.6/4.3.0
    766 Current Vers:	3.3.6/4.3.0
    767 Maintainer:	XFree86 consortium
    768 Archive Site:	ftp://ftp.xfree86.org/pub/XFree86/
    769 Mailing List:	
    770 Responsible:	tron
    771 Notes:
    772 3.3.6:
    773 - Security patches from OpenBSD SA 2000-021 are merged into the tree.
    774 - Fix 01-08 from the xfree86 fixes directory are merged into the tree.
    775 - imported changes from 3.3.6 branch on 2001-03-05
    776 4.x:
    777  Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
    778  files which we don't need in our tree.
    779  ALL changes must be sent back to the XFree86 repository. Patches should
    780  be sent to patch (a] XFree86.org.
    781 
    782 Package:	zlib
    783 Version:	1.1.4
    784 Current Vers:	1.1.4
    785 Maintainer:	Jean-loup Gailly and Mark Adler <zlib (a] gzip.org>
    786 Archive Site:	http://www.gzip.org/zlib/
    787 Mailing List:
    788 Responsible:	gwr, tron
    789 Notes:
    790 The sources were integrated into src/lib/libz as usual on *nix,
    791 and partially duplicated under src/sys/lib/libz for the kernel.
    792 The header zconf.h was "boiled down" to the minimum for *BSD.
    793 The Makefile is completely new (*BSD style, of course).  Lastly,
    794 the file gzio.c was changed to allow -DNO_DEFLATE to eliminate
    795 all references to deflate.c and friends, which permits building
    796 a really small zcat implementation.  (src/distrib/utils/zcat)
    797