Home | History | Annotate | Line # | Download | only in doc
3RDPARTY revision 1.609
      1 #	$NetBSD: 3RDPARTY,v 1.609 2008/06/20 17:27:41 peter 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:	20080321
     29 Current Vers:	20080514
     30 Maintainer:	INTEL
     31 Archive Site:	http://www.acpica.org/downloads/unix_source_code.php
     32 Home Page:	http://www.acpica.org/
     33 Mailing List:	devel (a] acpica.org
     34 License:	http://developer.intel.com/technology/iapc/acpi/license2.htm
     35 Responsible:	kochi
     36 Notes:
     37 The sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
     38 Please read src/sys/dev/acpi/acpica/README before any modification.
     39 
     40 Package:	am-utils [amd]
     41 Version:	6.1.3
     42 Current Vers:	6.1.3
     43 Maintainer:	Erez Zadok <ezk (a] cs.columbia.edu>
     44 Archive Site:	ftp://ftp.am-utils.org/pub/am-utils/
     45 Home Page:	http://www.am-utils.org/
     46 Mailing List:	am-utils
     47 Responsible:	christos
     48 License:	BSD (4-clause)
     49 Notes:
     50 Amd2netbsd script to convert to BSD make system and remove unneeded files.
     51 Fix symbolic links before import.
     52 Check src/usr.sbin/amd/include/config.h is correct after import.
     53 
     54 Package:	Automated Testing Framework (ATF)
     55 Version:	0.5
     56 Current Vers:	0.5
     57 Maintainer:	Julio M. Merino Vidal <jmmv (a] NetBSD.org>
     58 Archive site:	ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/
     59 Home page:	http://www.NetBSD.org/~jmmv/atf/
     60 Mailing List:	atf-devel (a] NetBSD.org
     61 Responsible:	jmmv
     62 License:	The NetBSD Foundation's license (BSD 2-clause)
     63 Notes:
     64 The source files are in dist/atf.
     65 Given that the primary goal of ATF is to provide a testing framework for
     66 NetBSD, no local changes should be ever needed.  Always direct them to the
     67 maintainer for integration in official releases.
     68 
     69 Package:	ath-hal
     70 Version:	0.9.17.2
     71 Current Vers:	0.9.17.2
     72 Maintainer:	Sam Leffler <sam (a] errno.com>
     73 Archive Site:	none
     74 Home Page:	none
     75 Mailing List:	none
     76 Responsible:	sam, dyoung, gdamore
     77 License:	Redistribution without changes (binary only)
     78 Notes:
     79 The HAL is binary only, and located in src/sys/contrib/dev/ath
     80 
     81 Package:	bc
     82 Version:	1.06
     83 Current Vers:	1.06
     84 Maintainer:	Phil Nelson <phil (a] cs.wwu.edu>
     85 Archive Site:	ftp://ftp.gnu.org/gnu/bc/
     86 Home Page:	http://www.gnu.org/software/bc/
     87 Mailing List:	bug-bc (a] gnu.org
     88 Responsible:	phil, simonb
     89 License:	GPLv2, LGPGv2.1
     90 Notes:
     91 bc includes dc, both of which are in the NetBSD tree.
     92 
     93 Package:	bind/named
     94 Version:	libc/includes: 9.4.1, bind: 9.4.1-P1
     95 Current Vers:	9.4.1-P1
     96 Maintainer:	Paul Vixie <vixie (a] vix.com>
     97 Archive Site:	ftp://ftp.isc.org/isc/bind9/
     98 Home Page:	http://www.isc.org/sw/bind/
     99 Mailing List:
    100 Responsible:	vixie, christos
    101 License:	BSD-like (2-clause)
    102 Notes:
    103 First bind2netbsd script to import into src/dist/bind.
    104 The Makefiles in src/usr.sbin/bind are not handled by the script.
    105 Then binclude4netbsd script to import into src/usr.sbin/bind/include.
    106 Then include4netbsd script to import into src/include.
    107 Then libc4netbsd script to update the resolver in libc.
    108 Todo[1]: Update libresolv if needed.
    109 Todo[2]: A few files in libc/net were imported in the ISC branch but now
    110 	 they are too different or do not exist anymore:
    111 	    gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
    112 	 Others like getaddrinfo.c could be merged with isc, but it seems
    113 	 that ours is from a more recent version of KAME?
    114 Todo[3]: net/base64.c is imported from bind but should be moved from net
    115 	 to isc/base64.c.
    116 Todo[4]: Re-entrant functions of net/*
    117 
    118 Package:	binutils
    119 Version:	2.16.1
    120 Current Vers:	2.18
    121 Maintainer:	FSF
    122 Archive Site:	ftp://ftp.gnu.org/gnu/binutils/
    123 Home Page:	http://www.gnu.org/software/binutils/
    124 Mailing List:	bug-gnu-utils (a] gnu.org
    125 Responsible:	thorpej, mrg
    126 License:	GPLv2, LGPLv2, BSD
    127 Notes:
    128 
    129 Package:	bsd-family-tree
    130 Version:	1.116
    131 Current Vers:	1.116
    132 Maintainer:	n/a
    133 Archive Site:	http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
    134 Home Page:	http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
    135 Mailing List:
    136 Responsible:	xtraeme
    137 License:	See URL above.
    138 Notes:
    139 
    140 Package:	bzip2
    141 Version:	1.0.2
    142 Current Vers:	1.0.5
    143 Maintainer:	Julian Seward <jseward (a] acm.org>
    144 Archive Site:	http://sources.redhat.com/bzip2/
    145 Home Page:	http://www.bzip.org/
    146 Mailing List:
    147 Responsible:
    148 License:	BSD (4-clause)
    149 Notes:
    150 See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
    151 
    152 Package:	Citrus XPG4DL
    153 Version:	?
    154 Current Vers:	?
    155 Maintainer:	Citrus
    156 Archive Site:	http://citrus.bsdclub.org/
    157 Home Page:	http://citrus.bsdclub.org/
    158 Mailing List:	bsd-locale (a] hauN.org
    159 Responsible:	tshiozak
    160 License:	Ambiguous. Either BSD or Perl Artistic License
    161 		See http://citrus.bsdclub.org/#pol_license for more info.
    162 Notes:
    163 language C multilingualization support suite using wchar_t and other standards.
    164 The main development playground of Citrus is in NetBSD CVS, so you don't
    165 need to look for other CVS tree (like citrus CVS tree)
    166 main trunc has Citrus code in the following places:
    167 - src/lib/libc/locale, LC_CTYPE: single/multibyte support
    168 - src/lib/libintl: GNU libc compatible gettext(3) implementation.
    169 - src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
    170 - src/lib/libc/iconv: iconv(3)
    171 
    172 Package:	cron
    173 Version:	3.0
    174 Current Vers:	4.3
    175 Maintainer:	Paul Vixie <vixie (a] vix.com>
    176 Archive Site:	ftp://ftp.isc.org/isc/cron/
    177 Home Page:
    178 Mailing List:
    179 Responsible:
    180 License:	BSD-like
    181 Notes:
    182 
    183 Package:	cvs
    184 Version:	1.11.22
    185 Current Vers:	1.11.23/1.12.13
    186 Maintainer:	cvshome
    187 Archive Site:	http://ftp.gnu.org/non-gnu/cvs/
    188 Home Page:	http://cvs.nongnu.org/
    189 Mailing List:	bug-cvs (a] gnu.org
    190 Responsible:	christos, wiz
    191 License:	GPLv1, LGPLv2
    192 Notes:
    193 Use src/gnu/dist/cvs/cvs2netbsd for preparing the source tree
    194 for the import.
    195 Do not forget to update gnu/usr.bin/cvs/include/config.h to match
    196 gnu/dist/cvs/config.h.in.
    197 If you want to upgrade to 1.12.XX, please talk to christos first.
    198 I have merged all the changes already.
    199 
    200 Package:	db
    201 Version:	1.85
    202 Current Vers:	1.86/4.6.21
    203 Maintainer:	Keith Bostic <bostic (a] vangogh.cs.berkeley.edu>
    204 Archive Site:	http://www.oracle.com/technology/software/products/berkeley-db/
    205 Home Page:	http://www.oracle.com/database/berkeley-db/
    206 Mailing List:
    207 Responsible:
    208 License:	BSD or Oracle Commercial License
    209 Notes:
    210 Note that we cannot use db 2.x for license reasons.
    211 Three bug fixes against 1.85 sent back to bostic.  Changes to
    212 man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
    213 Import of DB 1.85 was done via a sh script which converted the
    214 distribution into the netbsd format.  The script can be found in
    215 src/lib/libc/db/db2netbsd.
    216 
    217 Package:	dhcp
    218 Version:	3.0.3
    219 Current Vers:	3.0.7/3.1.1/4.0.0
    220 Maintainer:	mellon
    221 Archive Site:	ftp://ftp.isc.org/isc/dhcp/
    222 Home Page:	http://www.isc.org/sw/dhcp/
    223 Mailing List:	dhcp-server (a] isc.org
    224 Mailing List:	dhcp-client (a] isc.org
    225 Mailing List:	dhcp-announce (a] isc.org
    226 Mailing List:	dhcp-bugs (a] isc.org
    227 Responsible:	mellon
    228 License:	BSD (3-clause)
    229 Notes:
    230 No changes for NetBSD integration - just import the new distribution on
    231 top of the current tree.
    232 
    233 Package:	dhcpcd
    234 Version:	4.0.0-beta5
    235 Current Vers:	4.0.0-beta5
    236 Maintainer:	joerg
    237 Home Page:	http://roy.marples.name/dhcpcd/
    238 License:	BSD (2-clause)
    239 Notes:
    240 Please submit all changes to the author.
    241 The distribution doesn't include the Linux specific bits.
    242 
    243 Package:	diffutils
    244 Version:	2.8.1
    245 Current Vers:	2.8.1
    246 Maintainer:	FSF
    247 Archive Site:	ftp://ftp.gnu.org/gnu/diffutils/
    248 Home Page:	http://www.gnu.org/software/diffutils/
    249 Mailing List:	bug-gnu-utils (a] gnu.org
    250 Responsible:	wiz
    251 License:	GPLv2
    252 Notes:
    253 Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
    254 for the import.
    255 
    256 Package:	gdtoa
    257 Version:	2005-09-23
    258 Current Vers:	2005-09-23
    259 Maintainer:	David M. Gay <dmg (a] acm.org>
    260 Archive Site:	ftp://netlib.lucent.com/netlib/fp/
    261 Home Page:	http://www.netlib.org/fp/
    262 Mailing List:	none
    263 Responsible:	kleink
    264 License:	BSD-like
    265 Notes:
    266 Test suite not integrated at this time.
    267 No hexadecimal floating-point string conversion for VAX FP yet.
    268 Only double-precision addressed at this time.
    269 
    270 Package:	file
    271 Version:	4.21
    272 Current Vers:	4.24
    273 Maintainer:	Christos Zoulas <christos (a] zoulas.com>
    274 Archive Site:	ftp://ftp.astron.com/pub/file/
    275 Home Page:
    276 Mailing List:	file (a] mx.gw.com
    277 Responsible:	christos, pooka
    278 License:	BSD (2-clause)
    279 Notes:
    280 
    281 Package:	flex
    282 Version:	2.5.4
    283 Current Vers:	2.5.4a/2.5.33
    284 Maintainer:	Vern Paxson <vern (a] ee.lbl.gov>
    285 Archive Site:	ftp://ftp.gnu.org/gnu/non-gnu/flex/
    286 Home Page:	http://lex.sourceforge.net/
    287 Mailing List:
    288 Responsible:	mikel
    289 License:	BSD-like	
    290 Notes:
    291 flex 2.5.4a contains only copyright notice changes over version 2.5.4;
    292 internally not even the version number changed.
    293 Newer flex will be found in:
    294 	http://sourceforge.net/projects/lex/
    295 
    296 Package:	gcc
    297 Version:	4.1.3-20070620
    298 Current Vers:	4.2.2
    299 Maintainer:	FSF
    300 Archive Site:	ftp://ftp.gnu.org/gnu/gcc/
    301 Home Page:	http://www.gnu.org/software/gcc/
    302 Mailing List:	gcc-bugs (a] gnu.org
    303 Responsible:	thorpej, mrg
    304 License:	GPLv2, LGPLv2.1
    305 Notes:
    306 before importing:
    307 	- delete all .cvsignore and .brik files
    308 	- delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
    309 	- delete all related testsuites
    310 for GCC4:
    311 	- delete all fortran and testsuites
    312 	- update gcc/version.c for the NetBSD GCC date
    313 
    314 Package:	gdb
    315 Version:	5.3/6.4
    316 Current Vers:	6.7.1
    317 Maintainer:	FSF
    318 Archive Site:	ftp://ftp.gnu.org/gnu/gdb/
    319 Home Page:	http://www.gnu.org/software/gdb/
    320 Mailing List:	bug-gdb (a] gnu.org
    321 Responsible:	thorpej
    322 License:	GPLv2, LGPLv2
    323 Notes:
    324 When updating GDB, it is imperative to test that:
    325 	- Debugging of kernel cores ("target kvm") works correctly
    326 	- Support for our kernel's remote serial debugging protocol
    327 	  ("options KGDB") works correctly.
    328 
    329 Package:	gettext
    330 Version:	0.14.4
    331 Current Vers:	0.17
    332 Maintainer:	FSF
    333 Archive Site:	ftp://ftp.gnu.org/gnu/gettext/
    334 Home Page:	http://www.gnu.org/software/gettext/
    335 Mailing List:	bug-gnu-utils (a] gnu.org
    336 Responsible:
    337 License:	GPLv2
    338 Notes:
    339 GNU gettext is used for userland tools like msgfmt(1) only.  For libintl,
    340 we use BSD-licensed implementation from Citrus project (see entry for
    341 "Citrus XPG4DL").  We hope to replace userland tools with BSD-licensed one.
    342 
    343 Package:	gkermit
    344 Version:	1.00
    345 Current Vers:	1.00
    346 Maintainer:	Kermit Project - Columbia University <kermit (a] columbia.edu>
    347 Archive Site:	ftp://kermit.columbia.edu/kermit/archives/
    348 Home Page:	http://www.columbia.edu/kermit/
    349 Mailing List:
    350 Responsible:	apb
    351 License:	GPLv2
    352 Notes:
    353 
    354 Package:	grep
    355 Version:	2.5.1
    356 Current Vers:	2.5.1a
    357 Maintainer:	FSF
    358 Archive Site:	ftp://ftp.gnu.org/gnu/grep/
    359 Home Page:	http://www.gnu.org/software/grep/
    360 Mailing List:	bug-gnu-utils (a] gnu.org
    361 Responsible:	simonb, wiz
    362 License:	GPLv2
    363 Notes:
    364 Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
    365 for the import.
    366 A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
    367 needs some tuning before it can replace gnu grep.
    368 	(cf.	http://www.vocito.com/downloads/software/grep/)
    369 
    370 Package:	groff
    371 Version:	1.19.2
    372 Current Vers:	1.19.2
    373 Maintainer:	Werner Lemberg/FSF
    374 Archive Site:	ftp://ftp.gnu.org/gnu/groff/
    375 Home Page:	http://www.gnu.org/software/groff/
    376 Mailing List:	bug-groff (a] gnu.org
    377 Responsible:	wiz
    378 License:	GPLv2
    379 Notes:
    380 Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
    381 for import.
    382 
    383 Package:	heimdal
    384 Version:	1.1
    385 Current Vers:	1.1
    386 Maintainer:	Heimdal <heimdal (a] pdc.kth.se>
    387 Archive Site:	ftp://ftp.pdc.kth.se/pub/heimdal/src/
    388 Home Page:	http://www.pdc.kth.se/heimdal/
    389 Mailing List:	heimdal-discuss (a] pdc.kth.se
    390 Responsible:	joda, lha
    391 License:	BSD
    392 Notes:
    393 
    394 Package:	hunt
    395 Version:	2003-04-16
    396 Current Vers:	2003-04-16
    397 Maintainer:	Greg Couch <gregc (a] cgl.ucsf.edu>
    398 Archive Site:	ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
    399 Home Page:	http://www.cgl.ucsf.edu/home/gregc/oss.html
    400 Responsible:	mrg
    401 License:	BSD (3-clause)
    402 Notes:
    403 
    404 Package:	ipf
    405 Version:	4.1.29
    406 Current Vers:	4.1.29
    407 Maintainer:	Darren Reed
    408 Archive Site:	http://coombs.anu.edu.au/~avalon/
    409 Home Page:	http://coombs.anu.edu.au/~avalon/
    410 Mailing List:	ipfilter (a] postbox.anu.edu.au
    411 Responsible:	darrenr, mike, martti
    412 License:	BSD-based, see src/dist/ipf/IPFILTER.LICENSE
    413 Notes:
    414 ipf2netbsd should be used on a virgin ipfilter source tree.
    415 See also dist/ipf/README.NetBSD
    416 
    417 Package:	ipsec-tools
    418 Version:	(ipsec-tools head is NetBSD-current head)
    419 Maintainer:	IPsec-Tools project <ipsec-tools-core (a] lists.sourceforge.net>
    420 Archive Site:	http://ipsec-tools.sourceforge.net
    421 Home Page:	http://ipsec-tools.sourceforge.net
    422 Mailing List:	ipsec-tools-devel (a] lists.sourceforge.net
    423 Responsible:	manu, vanhu, mgrooms
    424 License:	BSD (3-clause)
    425 Notes:
    426 ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
    427 We don't run ipsec-tools' configure as part of the NetBSD build. configure
    428 generated files are available in the NetBSD source tree at:
    429   src/lib/libipsec/config.h
    430   src/lib/libipsec/package_version.h
    431 When configure.ac is updated, run the following:
    432   cd src/crypto/dist/ipsec-tools
    433   ./bootstrap
    434   ./configure --enable-adminport --enable-hybrid --enable-frag \
    435   	      --enable-natt --enable-dpd 
    436 Then copy package_version.h to src/lib/libipsec and merge config.h with
    437 src/lib/libipsec/config.h (it needs some manual tweaking)
    438 
    439 NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing, 
    440 NetBSD-current always contains latest ipsec-tools code. On the other hand,
    441 ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which 
    442 are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
    443 sync with ipsec-tools-0_7-branch)
    444 
    445 Package:	KAME IPv6
    446 Version:	KAME/NetBSD SNAP kit
    447 Current Vers:	KAME/NetBSD SNAP kit (shipped every week)
    448 Maintainer:	KAME Project <kame (a] kame.net>
    449 Archive Site:	http://www.kame.net/
    450 Home Page:	http://www.kame.net/
    451 Mailing List:	snap-users (a] kame.net
    452 Responsible:
    453 License:	BSD (3-clause)
    454 Notes:
    455 IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
    456 more conservative implementation policy.
    457 IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
    458 Please do not make too many diff-unfriendly changes (like indentation change,
    459 KNF police).  We need to take diffs across KAME snapshots on upgrades.
    460 To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
    461 in sys/netinet6/in6.h.  No script is available for upgrades.
    462 "KAME" branch is used for kernel merge work purposes.
    463 http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
    464 among KAME/*BSD, *BSD-current and recent *BSD releases.
    465 
    466 Package:	less
    467 Version:	less394
    468 Current Vers:	less418
    469 Maintainer:	Mark Nudleman <markn (a] greenwoodsoftware.com>
    470 Archive Site:	http://www.greenwoodsoftware.com/less/download.html
    471 Home Page:	http://www.greenwoodsoftware.com/less/
    472 Mailing List:
    473 Responsible:	mrg
    474 License:	BSD or GPLv2
    475 Notes:
    476 Many changes to make less act as more when invoked as more.  Beware.
    477 Use the src/usr.bin/less/less2netbsd script to prepare source tree
    478 for importation.  Run ./configure before hand to generate "defines.h".
    479 Talk to mrg before importing any new version.  (less 381's configure
    480 does not detect NetBSD has a sigset_t due to a bad test; this is fixed
    481 by hand in defines.h.)
    482 
    483 Package:	libarchive
    484 Version:	2.5.4b
    485 Current Ves.:	2.5.4b
    486 Maintainer:	kientzle (a] freebsd.org
    487 Archive Site:	http://people.freebsd.org/~kientzle/libarchive/
    488 Home Page: 	http://people.freebsd.org/~kientzle/libarchive/
    489 Responsible:	joerg
    490 License:	BSD
    491 Notes:
    492 Distribution is stripped down to the relevant part. cpio is currently
    493 not usable, so it was left out.
    494 
    495 Package:	libcdk
    496 Version:	4.9.9-20000407-myc3
    497 Current Vers:	cdk-4.9.10-20000923
    498 Maintainer:	mike (a] vexus.ca
    499 Archive Site:	http://www.vexus.ca/products/CDK/
    500 Home Page:	http://www.vexus.ca/products/CDK/
    501 Responsible:	garbled
    502 License:	BSD (4-clause)
    503 Notes:
    504 Initial port to netbsd curses was done by mycroft.  This is a heavily
    505 modified version of the released CDK 4.9.9.  The current version has been
    506 taken over by the Ncurses people, and has a number of changes to it.  It
    507 might be worthwhile to import at some future date, but for now we should
    508 leave it alone.  (garbled 1/4/2001)
    509 
    510 Package:	libevent
    511 Version:	1.4.4-stable
    512 Current Vers:	1.4.4-stable
    513 Maintainer:	Niels Provos <provos (a] citi.umich.edu>
    514 Archive Site:	http://www.monkey.org/~provos/libevent/
    515 Home Page:	http://www.monkey.org/~provos/libevent/
    516 Responsible:	provos
    517 License:	BSD (3/4-clause)
    518 Notes:
    519 
    520 Package:	libpcap
    521 Version:	0.9.4
    522 Current Vers:	0.9.8
    523 Maintainer:	tcpdump-workers (a] tcpdump.org
    524 Archive Site:	http://www.tcpdump.org/release/
    525 Home Page:	http://www.tcpdump.org/
    526 Mailing List:	tcpdump-workers (a] tcpdump.org
    527 Responsible:	dyoung
    528 License:	BSD (3/4-clause)
    529 Notes:
    530 
    531 Package:	libwrap
    532 Version:	tcp_wrappers 7.6 w/ large amount of IPv6 changes
    533 Current Vers:	tcp_wrappers 7.6-ipv6.1
    534 Maintainer:	Wietse Venema <wietse (a] porcupine.org>
    535 Archive Site:	ftp://ftp.porcupine.org/pub/security/
    536 Home Page:	ftp://ftp.porcupine.org/pub/security/
    537 Mailing List:
    538 Responsible:	cjs
    539 License:	BSD-like
    540 Notes:
    541 We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
    542 under src/usr.sbin). We don't use tcpd; that functionality is built
    543 into inetd. The provided libwrap2netbsd script handles just libwrap.
    544 
    545 Package:	mopd
    546 Version:	2.5.3
    547 Current Vers:	2.5.3
    548 Maintainer:	Mats O Jansson <maja (a] celsiustech.se>
    549 Archive Site:	BROKEN	ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
    550 Home Page:	http://www.stacken.kth.se/~moj/mopd.html
    551 Mailing List:
    552 Responsible:	cjs
    553 License:	BSD (4-clause)
    554 Notes:
    555 Delete the otherOS directory before importing.
    556 
    557 Package:	nawk
    558 Version:	2007-05-01
    559 Current Vers:	2007-05-01
    560 Maintainer:	Brian Kernighan <bwk (a] bell-labs.com> (Lucent Technologies)
    561 Archive Site:	http://cm.bell-labs.com/who/bwk/
    562 Home Page:	http://cm.bell-labs.com/who/bwk/
    563 Mailing List:
    564 Responsible:	jdolecek
    565 License:	BSD-like
    566 Notes:
    567 Build maketab from nawk sources and generate proctab.c.
    568 Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
    569 to src/dist/nawk.
    570 
    571 Package:	ndbootd
    572 Version:	0.5
    573 Current Vers:	0.5
    574 Maintainer:	Matt Fredette <fredette (a] alum.mit.edu>
    575 Archive Site:	BROKEN	http://mit.edu/fredette/www/ndbootd/
    576 Home Page:	BROKEN	http://stuff.mit.edu/people/fredette/home.html
    577 Responsible:	fredette
    578 License:	BSD (4-clause)
    579 Notes:
    580 Run ./configure, save config.h, make distclean, rm all autoconf/automake
    581 and ndbootd-raw.c.  Restore saved config.h, and force it to define
    582 HAVE_STRICT_ALIGNMENT.  Fix RCS IDs, import.
    583 
    584 Package:	ntp
    585 Version:	4.2.4p2
    586 Current Vers:	4.2.4p3
    587 Maintainer:	David L. Mills <mills (a] udel.edu>
    588 Archive Site:	ftp://ftp.udel.edu/pub/ntp/ntp4/
    589 Home Page:	http://www.ntp.org/, http://ntp.isc.org/
    590 Mailing List:
    591 Responsible:	simonb, jonathan, kardel
    592 License:	BSD-like
    593 Notes:
    594 See /usr/src/dist/ntp/ntp2netbsd for update instructions.
    595 
    596 Package:	nvi
    597 Version:	1.79
    598 Current Vers:	1.79
    599 Maintainer:	Keith Bostic <bostic (a] bsdi.com>
    600 Archive Site:	ftp://ftp.bostic.com/pub/
    601 Home Page:	http://www.bostic.com/vi/
    602 Mailing List:
    603 Responsible:	aymeric
    604 License:	BSD (3/4-clause)
    605 Notes:
    606 We have lots of local bug fixes, and the point of importing 1.81.x would
    607 be to get multibyte characters support. For now this means waiting for
    608 additions in our libcurses.
    609 
    610 Package:	OpenLDAP
    611 Version:	2.4.9
    612 Current Vers:	2.4.9
    613 Maintainer:	OpenLDAP Foundation
    614 Archive Site:	http://www.openldap.org/
    615 Home Page:	http://www.openldap.org/
    616 Mailing List:
    617 Responsible:	lukem
    618 License:	BSD (3-clause)
    619 Notes:
    620 Imported into src/external/bsd/openldap/dist/
    621 Next import will need $ Id removal..
    622 
    623 Package:	OpenPAM
    624 Version:	20071221
    625 Current Vers:	20071221
    626 Maintainer:	Dag-Erling Smrgrav <des (a] FreeBSD.org>
    627 Archive Site:	http://www.openpam.org/
    628 Home Page:	http://www.openpam.org/
    629 Mailing List:
    630 Responsible:	christos
    631 License:	BSD (3-clause)
    632 Notes:
    633 Next import will need $ Id removal..
    634 
    635 Package:	OpenSSH
    636 Version:	5.0
    637 Current Vers:	5.0 / portable 5.0p1
    638 Maintainer:	OpenSSH
    639 Archive Site:	http://www.openssh.com/ftp.html
    640 Home Page:	http://www.openssh.com/portable.html
    641 Mailing List:	openssh-unix-announce (a] mindrot.org
    642 Responsible:	thorpej, christos, elric
    643 License:	BSD or more free. See src/crypto/dist/ssh/LICENSE
    644 Notes:
    645 imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
    646 into crypto/dist/openssh.  use openssh2netbsd before import.
    647 local changes (should always try to bring them back to master openssh tree,
    648 markus is very cooperative about it):
    649 - default for PermitRootLogin is set to "no"
    650 - IgnoreRootRhosts added
    651 - look at login.conf to check valid user/access list
    652 - krb5 support re-added
    653 - hack in cipher.c #ifdef ACCS because we are missing EVP_acss
    654   when someone imports openssl, we can remove this.
    655 - uidswap.c changed order of set{e,}{u,g}id so that it works on NetBSD
    656 - added moduli from portable openssh
    657 - added USE_PAM patches and auth_pam.[ch] from portable openssh
    658 - always bump major when importing to avoid api problems.
    659 
    660 Package:	OpenSSL
    661 Version:	SNAP-20080509
    662 Current Vers:	0.9.8h
    663 Maintainer:	The OpenSSL Project
    664 Archive Site:	ftp://ftp.openssl.org/source/
    665 Home Page:	http://www.openssl.org/
    666 Mailing List:	openssl-announce (a] openssl.org
    667 Responsible:	mcr, thorpej, groo, christos, mjf
    668 License:	OpenSSL and SSLeay license (both BSD-like)
    669 Notes:
    670 - Run openssl2netbsd to get rid of the RCSID identifiers
    671 - run make in /usr/src/lib/libcrypto/man to regen man pages.
    672 
    673 Package:	pdisk
    674 Version:	0.8a2
    675 Current Vers:	0.8a2
    676 Maintainer:	Eryk Vershen <eryk (a] cfcl.com>
    677 Archive Site:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
    678 Home Page:	http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
    679 Mailing List:
    680 Responsible:	dbj
    681 License:	BSD-like
    682 Notes:
    683 This is the disk partition utility used by Apple's mkLinux and osX
    684 It is imported into dist/pdisk, with a reachover makefile in
    685 src/sbin/pdisk builds for macppc and mac68k.
    686 
    687 Package:	pdksh
    688 Version:	5.2.14p2
    689 Current Vers:	5.2.14p2
    690 Maintainer:	Michael Rendell <michael (a] cs.mun.ca>
    691 Archive Site:	ftp://ftp.cs.mun.ca/pub/pdksh/
    692 Home Page:	http://www.cs.mun.ca/~michael/pdksh/
    693 Mailing List:
    694 Responsible:	jdolecek
    695 License:	Public domain
    696 pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
    697 
    698 Package:	PF (openbsd packet filter)
    699 Version:	OpenBSD 4.2
    700 Current Vers:	OpenBSD 4.3-current
    701 Maintainer:	The OpenBSD Project
    702 Archive Site:	ftp://ftp.openbsd.org/
    703 Home Page:	http://www.openbsd.org/faq/pf/
    704 Mailing List:	pf (a] benzedrine.cx or appropriate OpenBSD mailing list
    705 Responsible:	peter, yamt
    706 License:	BSD (2-clause)
    707 Notes:
    708 kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
    709 definition (files.pf).  userland code is imported into src/dist/pf, and
    710 reachover Makefiles are in src/usr.sbin/pf.
    711 
    712 Package:	pkg_install
    713 Version:	20080202
    714 Current Vers.:	200820202
    715 Maintainer:	The pkgsrc developers
    716 Home Page:	http://www.pkgsrc.org
    717 Mailing List:	tech-pkg (a] NetBSD.org
    718 Responsible:	joerg
    719 License:	BSD
    720 Notes:
    721 The authoritive version used to live in src/usr.sbin/pkg_install and was
    722 moved to pkgsrc/pkgtool/pkg_install. Reachover Makefiles are kept in place.
    723 
    724 Package:	ping
    725 Version:	980911
    726 Current Vers:	980911
    727 Maintainer:	Vernon Schryver <vjs (a] rhyolite.com>
    728 Archive Site:	ftp://ftp.rhyolite.com/src/
    729 Home Page:	http://www.rhyolite.com/src/
    730 Mailing List:
    731 Responsible:	christos
    732 License:	BSD (3-clause)
    733 Notes:
    734 We use err() and friends. We have changes for snprintf, extra
    735 formating in man pages, disallowing flood pinging, alignment fixes,
    736 and more.
    737 
    738 Package:	postfix
    739 Version:	2.4.5
    740 Current Vers:	2.5.0
    741 Maintainer:	Wietse Venema <wietse (a] porcupine.org>
    742 Archive Site:	ftp://postfix.cloud9.net/official/
    743 Home Page:	http://www.postfix.org/
    744 Mailing List:	postfix-users (a] postfix.org
    745 Responsible:	heas
    746 License:	IBM Public License. See also src/gnu/dist/postfix.
    747 Notes:
    748 HTML documentation should be kept in sync with the README_FILES.
    749 src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
    750 directory layout (the easiest way to check is by running ``postfix
    751 set-permissions'').
    752 
    753 Package:	ppp
    754 Version:	2.4.4
    755 Current Vers:	2.4.4
    756 Maintainer:	Paul Mackerras <paulus (a] samba.org>
    757 Archive Site:	ftp://ftp.samba.org/pub/ppp/
    758 Home Page:
    759 CVS root:	:pserver:cvs (a] pserver.samba.org:/cvsroot (password: cvs)
    760 Mailing List:
    761 Responsible:	christos, cube
    762 License:	BSD (3-clause)
    763 Notes:
    764 BSD support was removed from 2.4.0; I added it back and removed
    765 some GPL pieces. Multilink support is missing. Repeated pings to
    766 Paulus have not yielded results. I've retrofitted pppdump to use
    767 net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This
    768 is clearly a pain. I have not tested the modules code, neither our
    769 makefiles make it easy to construct a module, but I left one there
    770 as an example.
    771 TDB code as found in 2.4.x, x>1 is under the GPL.  Therefore, we're
    772 using the version found in 2.4.1.
    773 
    774 Package:	rcs
    775 Version:	5.7
    776 Current Vers:	5.7
    777 Maintainer:	FSF
    778 Archive Site:	ftp://ftp.gnu.org/gnu/rcs/
    779 Mailing List:	bug-gnu-utils (a] gnu.org
    780 Home Page:	http://www.gnu.org/software/rcs/
    781 Responsible:	agc
    782 License:	GPLv2
    783 Notes:
    784 Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
    785 
    786 Package:	root.cache
    787 Version:	2007110100 (Nov 01, 2007)
    788 Current Vers:	2007110100 (Nov 01, 2007)
    789 Maintainer:	InterNIC
    790 Archive Site:	ftp://ftp.internic.net/domain/named.root
    791 Home Page:	ftp://ftp.internic.net/domain/named.root
    792 Mailing List:
    793 Responsible:	thorpej
    794 License:	Public domain
    795 Notes:
    796 The root server cache is also included with BIND.  However, the
    797 InterNIC version is usually more up to date.
    798 
    799 Package:	routed
    800 Version:	2.28
    801 Current Vers:	2.31
    802 Maintainer:	Vernon Schryver <vjs (a] rhyolite.com>
    803 Archive Site:	ftp://ftp.rhyolite.com/src/
    804 Home Page:	http://www.rhyolite.com/src/
    805 Mailing List:
    806 Responsible:	christos
    807 License:	BSD (4-clause)
    808 Notes:
    809 We use the md5 code from libc
    810 We don't allow RIP_TRACEON and RIP_TRACEOFF
    811 We use arc4random
    812 We use strlcpy/snprintf
    813 
    814 Package:	send-pr (part of GNATS)
    815 Version:	3.95
    816 Current Vers:	4.1
    817 Maintainer:	FSF
    818 Archive Site:	ftp://ftp.gnu.org/gnu/gnats/
    819 Home Page:	http://www.gnu.org/software/gnats/
    820 Mailing List:	bug-gnats (a] gnu.org
    821 License:	GPLv2
    822 Responsible:
    823 Notes:
    824 
    825 Package:	SoftFloat
    826 Version:	2a
    827 Current Vers:	2b
    828 Maintainer:	John Hauser <jhauser (a] jhauser.us>
    829 Archive Site:	http://www.jhauser.us/arithmetic/SoftFloat.html
    830 Home Page:	http://www.jhauser.us/arithmetic/SoftFloat.html
    831 Mailing List:
    832 Responsible:	bjh21
    833 License:	Public domain
    834 Notes:
    835 Heavily modified for use as a soft float library for GCC.  The actual
    836 arithmetic code is unchanged, though, and should behave exactly like the
    837 original.
    838 
    839 Package:	tcpdump
    840 Version:	3.9.7
    841 Current Vers:	3.9.8
    842 Maintainer:	tcpdump-workers (a] lists.tcpdump.org
    843 Archive Site:	http://www.tcpdump.org/release/
    844 Home Page:	http://www.tcpdump.org/
    845 Mailing List:	tcpdump-workers (a] lists.tcpdump.org
    846 Responsible:
    847 License:	BSD (3-clause)
    848 Notes:
    849 Code will be imported into src/dist/tcpdump.  Changes have to go back to
    850 tcpdump.org.
    851 
    852 Package:	termcap.src
    853 Version:	9.13.25
    854 Current Vers:	11.0.1
    855 Maintainer:	Eric S. Raymond <terminfo (a] ccil.org>
    856 Archive Site:	http://www.catb.org/~esr/terminfo/
    857 Home Page:	http://www.catb.org/~esr/terminfo/
    858 Mailing List:
    859 Responsible:
    860 License:	Public domain
    861 Notes:
    862 
    863 Package:	TestFloat
    864 Version:	2a
    865 Current Vers:	2a
    866 Maintainer:	John Hauser <jhauser (a] jhauser.us>
    867 Archive Site:	http://www.jhauser.us/arithmetic/TestFloat.html
    868 Home Page:	http://www.jhauser.us/arithmetic/TestFloat.html
    869 Mailing List:
    870 Responsible:	ross
    871 License:	BSD (4-clause)
    872 Notes:
    873 
    874 Package:	texinfo
    875 Version:	4.7
    876 Current Vers:	4.12
    877 Maintainer:	FSF
    878 Archive Site:	ftp://ftp.gnu.org/gnu/texinfo/
    879 Home Page:	http://www.gnu.org/software/texinfo/
    880 Mailing List:	bug-texinfo (a] gnu.org
    881 Responsible:	wiz
    882 License:	GPLv2 (4.9 is GPLv3)
    883 Notes:
    884 Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
    885 for the import.
    886 
    887 Package:	top
    888 Version:	3.5beta12
    889 Current Vers:	3.6
    890 Maintainer:	William LeFebvre <wnl (a] groupsys.com>
    891 Archive Site:	ftp://ftp.groupsys.com/pub/top/
    892 Home Page:	http://www.unixtop.org/
    893 Mailing List:	top-spinners (a] ocee.groupsys.com
    894 Responsible:	simonb
    895 License:	BSD (2-clause)
    896 Notes:
    897 Remove all non-current NetBSD machine definitions and man page
    898 extensions in machine/ before importing.
    899 After importing, run:
    900 	./Configure <netbsd-module-name>
    901 	rm machine/*.desc Make.desc SYNOPSIS machine.c
    902 	cvs commit -m "Update ./Configure'd files." top.local.h top.1
    903 
    904 Package:	traceroute
    905 Version:	1.4a5
    906 Current Vers:	1.4a12
    907 Maintainer:	traceroute (a] ee.lbl.gov
    908 Archive Site:	ftp://ftp.ee.lbl.gov/
    909 Home Page:	http://ftp.ee.lbl.gov/
    910 Mailing List:
    911 Responsible:
    912 License:	BSD (4-clause)
    913 Notes:
    914 
    915 Package:	tz
    916 Version:	tzcode2004a / tzdata2007h
    917 Current Vers:	tzcode2008a / tzdata2008c
    918 Maintainer:	Arthur David Olson <ado (a] elsie.nci.nih.gov>
    919 Archive Site:	ftp://elsie.nci.nih.gov/pub/
    920 Home Page:
    921 Mailing List:	tz (a] elsie.nci.nih.gov
    922 Responsible:	kleink
    923 License:	Public domain
    924 Notes:
    925 Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
    926 for import.
    927 
    928 Package:	wpa_supplicant/hostapd
    929 Version:	0.6.2
    930 Current Vers:	0.6.3
    931 Maintainer:	Jouni Malinen <jkmaline (a] cc.hut.fi>
    932 Archive Site:	http://hostap.epitest.fi/releases/
    933 Home Page:	http://hostap.epitest.fi/wpa_supplicant/
    934 Mailing List:
    935 Responsible:	scw, dyoung, christos
    936 License:	BSD or GPLv2
    937 Notes:
    938 See /usr/src/dist/wpa/NetBSD-upgrade for update instructions.
    939 
    940 Package:	XFree86
    941 Version:	4.5.0
    942 Current Vers:	4.7.0
    943 Maintainer:	XFree86 Project, Inc.
    944 Archive Site:	ftp://ftp.xfree86.org/pub/XFree86/
    945 Home Page:	http://www.xfree86.org/
    946 Mailing List:	devel (a] xfree86.org
    947 Responsible:	tron
    948 License:	XFree
    949 Notes:
    950 4.x:
    951  Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
    952  files which we don't need in our tree.
    953  ALL changes must be sent back to the XFree86 repository. Patches should
    954  be submitted back via http://bugzilla.xfree86.org.
    955 
    956 Package:	Xorg
    957 Version:	7.0
    958 Current Vers:	7.0
    959 Maintainer:	The X.Org Foundation
    960 Archive Site:	http://xorg.freedesktop.org/releases/X11R7.0/src/
    961 Home Page:	http://www.x.org/
    962 Mailing List:	xorg (a] lists.freedesktop.org
    963 Responsible:	macallan
    964 License:	XFree
    965 Notes:		This is the modular branch tagged as XORG-7_0 pulled from
    966 		xorg's cvs repository.
    967 
    968 Package:	zlib
    969 Version:	1.2.3
    970 Current Vers:	1.2.3
    971 Maintainer:	Jean-loup Gailly and Mark Adler <zlib (a] gzip.org>
    972 Archive Site:	http://www.zlib.net/
    973 Home Page:	http://www.zlib.net/
    974 Mailing List:
    975 Responsible:	gwr, tron, christos
    976 License:	BSD (3-clause)
    977 Notes:
    978 Imported to src/common/dist/zlib and shared by the kernel and userland.
    979 
    980 Package:	services, protocols
    981 Version:	2007-06-14
    982 Current Vers:	2007-06-14
    983 Maintainer:	IANA
    984 Archive Site:	http://www.iana.org/assignments/
    985 Home Page:	http://www.iana.org
    986 Mailing List:
    987 Responsible:	christos
    988 License:	None
    989 Notes:
    990 1. Download the latest converter from:
    991 	http://www.sethwklein.net/projects/iana-etc/
    992 2. Unpack it and run:
    993 	gmake get
    994 	gmake
    995 3. Add NetBSD rcsid to the generated protocols and services.
    996 4. Append the local services from the current services file.
    997 5. Run:
    998 	services_mkdb -u services > /usr/src/etc/services
    999 	cp protocols /usr/src/etc/protocols
   1000