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