Third Party Software Distributed with NetBSD

This page contains a list of the software that has been integrated into NetBSD where we are not the primary maintainer.

When you make changes to this software, be sure to discuss it with the maintainer and contribute your patches. Divergence from the official sources is not desirable, and should be avoided as much as possible.

When importing, please deal with the RCS IDs in this way:

  1. Preserve the RCS IDs in the files by removing the $ signs from the IDs before you do the import.
  2. After the import, add NetBSD RCS IDs to all of the files.
 
acpica:
Version in tree: 20080321
Current Version: 20080829
Maintainer(external): INTEL
Responsible(NetBSD): jmcneill
Mailing List: devel@acpica.org
Archive Site: http://www.acpica.org/downloads/unix_source_code.php
Notes: The sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
Please read src/sys/dev/acpi/acpica/README before any modification.
 
am-utils [amd]:
Version in tree: 6.1.3
Current Version: 6.1.3
Maintainer(external): Erez Zadok <ezk@cs.columbia.edu>
Responsible(NetBSD): christos
Mailing List: am-utils
Archive Site: ftp://ftp.am-utils.org/pub/am-utils/
Notes: Amd2netbsd script to convert to BSD make system and remove unneeded files.
Fix symbolic links before import.
Check src/usr.sbin/amd/include/config.h is correct after import.
 
Automated Testing Framework (ATF):
Version in tree: 0.5
Current Version: 0.5
Maintainer(external): Julio M. Merino Vidal <jmmv@NetBSD.org>
Responsible(NetBSD): jmmv
Mailing List: atf-devel@NetBSD.org
Notes: The source files are in dist/atf.
Given that the primary goal of ATF is to provide a testing framework for
NetBSD, no local changes should be ever needed. Always direct them to the
maintainer for integration in official releases.
 
ath-hal:
Version in tree: 0.9.17.2
Current Version: 0.9.17.2
Maintainer(external): Sam Leffler <sam@errno.com>
Responsible(NetBSD): sam, dyoung, gdamore
Mailing List: none
Archive Site: none
Notes: The HAL is binary only, and located in src/sys/contrib/dev/ath
 
bc:
Version in tree: 1.06
Current Version: 1.06
Maintainer(external): Phil Nelson <phil@cs.wwu.edu>
Responsible(NetBSD): phil, simonb
Mailing List: bug-bc@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/bc/
Notes: bc includes dc, both of which are in the NetBSD tree.
 
bind/named:
Version in tree: libc/includes
Current Version: 9.5.0-P2
Maintainer(external): Paul Vixie <vixie@vix.com>
Responsible(NetBSD): vixie, christos
Archive Site: ftp://ftp.isc.org/isc/bind9/
Notes: First bind2netbsd script to import into src/dist/bind.
The Makefiles in src/usr.sbin/bind are not handled by the script.
Build bind to generate the include files.
Then binclude4netbsd script to import into src/usr.sbin/bind/include.
Then include4netbsd script to import into src/include.
Then libc4netbsd script to update the resolver in libc.
Todo[1]: Update libresolv if needed.
Todo[2]: A few files in libc/net were imported in the ISC branch but now
they are too different or do not exist anymore:
gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c
Others like getaddrinfo.c could be merged with isc, but it seems
that ours is from a more recent version of KAME?
Todo[3]: net/base64.c is imported from bind but should be moved from net
to isc/base64.c.
Todo[4]: Re-entrant functions of net/*
 
binutils:
Version in tree: 2.16.1
Current Version: 2.18
Maintainer(external): FSF
Responsible(NetBSD): thorpej, mrg
Mailing List: bug-gnu-utils@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/binutils/
 
bsd-family-tree:
Version in tree: 1.116
Current Version: 1.116
Maintainer(external): n/a
Responsible(NetBSD): xtraeme
Archive Site: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
 
bzip2:
Version in tree: 1.0.2
Current Version: 1.0.5
Maintainer(external): Julian Seward <jseward@acm.org>
Archive Site: http://sources.redhat.com/bzip2/
Notes: See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
 
Citrus XPG4DL:
Version in tree: ?
Current Version: ?
Maintainer(external): Citrus
Responsible(NetBSD): tshiozak
Mailing List: bsd-locale@hauN.org
Archive Site: http://citrus.bsdclub.org/
Notes: language C multilingualization support suite using wchar_t and other standards.
The main development playground of Citrus is in NetBSD CVS, so you don't
need to look for other CVS tree (like citrus CVS tree)
main trunc has Citrus code in the following places:
- src/lib/libc/locale, LC_CTYPE: single/multibyte support
- src/lib/libintl: GNU libc compatible gettext(3) implementation.
- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer
- src/lib/libc/iconv: iconv(3)
 
cron:
Version in tree: 3.0
Current Version: 4.3
Maintainer(external): Paul Vixie <vixie@vix.com>
Archive Site: ftp://ftp.isc.org/isc/cron/
 
cvs:
Version in tree: 1.11.22
Current Version: 1.11.23/1.12.13
Maintainer(external): cvshome
Responsible(NetBSD): christos, wiz
Mailing List: bug-cvs@gnu.org
Archive Site: http://ftp.gnu.org/non-gnu/cvs/
Notes: Use src/gnu/dist/xcvs/cvs2netbsd for preparing the source tree
for the import.
Do not forget to update gnu/usr.bin/xcvs/include/config.h to match
gnu/dist/xcvs/config.h.in.
If you want to upgrade to 1.12.XX, please talk to christos first.
I have merged all the changes already.
 
db:
Version in tree: 1.85
Current Version: 1.86/4.6.21
Maintainer(external): Keith Bostic <bostic@vangogh.cs.berkeley.edu>
Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/
Notes: Note that we cannot use db 2.x for license reasons.
Three bug fixes against 1.85 sent back to bostic. Changes to
man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious).
Import of DB 1.85 was done via a sh script which converted the
distribution into the netbsd format. The script can be found in
src/lib/libc/db/db2netbsd.
 
dhcp:
Version in tree: 3.0.3
Current Version: 3.0.7/3.1.1/4.0.0
Maintainer(external): mellon
Responsible(NetBSD): mellon
Mailing List: dhcp-bugs@isc.org
Archive Site: ftp://ftp.isc.org/isc/dhcp/
Notes: No changes for NetBSD integration - just import the new distribution on
top of the current tree.
 
dhcpcd:
Version in tree: 4.0.0-rc3
Current Version: 4.0.0-rc3
Maintainer(external): joerg
Notes: Please submit all changes to the author.
The distribution doesn't include the Linux specific bits.
 
diffutils:
Version in tree: 2.8.1
Current Version: 2.8.1
Maintainer(external): FSF
Responsible(NetBSD): wiz
Mailing List: bug-gnu-utils@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/diffutils/
Notes: Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
for the import.
 
gdtoa:
Version in tree: 2005-09-23
Current Version: 2005-09-23
Maintainer(external): David M. Gay <dmg@acm.org>
Responsible(NetBSD): kleink
Mailing List: none
Archive Site: ftp://netlib.lucent.com/netlib/fp/
Notes: Test suite not integrated at this time.
No hexadecimal floating-point string conversion for VAX FP yet.
Only double-precision addressed at this time.
 
file:
Version in tree: 4.26
Current Version: 4.26
Maintainer(external): Christos Zoulas <christos@zoulas.com>
Responsible(NetBSD): christos, pooka
Mailing List: file@mx.gw.com
Archive Site: ftp://ftp.astron.com/pub/file/
Notes: use file2netbsd
 
flex:
Version in tree: 2.5.4
Current Version: 2.5.4a/2.5.33
Maintainer(external): Vern Paxson <vern@ee.lbl.gov>
Responsible(NetBSD): mikel
Archive Site: ftp://ftp.gnu.org/gnu/non-gnu/flex/
Notes: flex 2.5.4a contains only copyright notice changes over version 2.5.4;
internally not even the version number changed.
Newer flex will be found in:
http://sourceforge.net/projects/lex/
 
gcc:
Version in tree: 4.1.3-20080831
Current Version: 4.3.2
Maintainer(external): FSF
Responsible(NetBSD): thorpej, mrg
Mailing List: gcc-bugs@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/gcc/
Notes: before importing:
- delete all .cvsignore and .brik files
- delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar
- delete all related testsuites
for GCC4:
- delete all fortran and testsuites
- update gcc/version.c for the NetBSD GCC date
 
gdb:
Version in tree: 5.3/6.4
Current Version: 6.7.1
Maintainer(external): FSF
Responsible(NetBSD): thorpej
Mailing List: bug-gdb@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/gdb/
Notes: When updating GDB, it is imperative to test that:
- Debugging of kernel cores ("target kvm") works correctly
- Support for our kernel's remote serial debugging protocol
("options KGDB") works correctly.
 
gettext:
Version in tree: 0.14.4
Current Version: 0.17
Maintainer(external): FSF
Mailing List: bug-gnu-utils@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/gettext/
Notes: GNU gettext is used for userland tools like msgfmt(1) only. For libintl,
we use BSD-licensed implementation from Citrus project (see entry for
"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one.
 
gkermit:
Version in tree: 1.00
Current Version: 1.00
Maintainer(external): Kermit Project - Columbia University <kermit@columbia.edu>
Responsible(NetBSD): apb
Archive Site: ftp://kermit.columbia.edu/kermit/archives/
 
grep:
Version in tree: 2.5.1
Current Version: 2.5.3
Maintainer(external): FSF
Responsible(NetBSD): simonb, wiz
Mailing List: bug-gnu-utils@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/grep/
Notes: Use src/gnu/dist/grep/grep2netbsd for preparing the source tree
for the import.
A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It
needs some tuning before it can replace gnu grep.
(cf. http://www.vocito.com/downloads/software/grep/)
 
groff:
Version in tree: 1.19.2
Current Version: 1.19.2
Maintainer(external): Werner Lemberg/FSF
Responsible(NetBSD): wiz
Mailing List: bug-groff@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/groff/
Notes: Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
for import.
 
heimdal:
Version in tree: 1.1
Current Version: 1.1
Maintainer(external): Heimdal <heimdal@pdc.kth.se>
Responsible(NetBSD): joda, lha
Mailing List: heimdal-discuss@pdc.kth.se
Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/
 
hunt:
Version in tree: 2003-04-16
Current Version: 2003-04-16
Maintainer(external): Greg Couch <gregc@cgl.ucsf.edu>
Responsible(NetBSD): mrg
Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
 
ipf:
Version in tree: 4.1.29
Current Version: 4.1.29
Maintainer(external): Darren Reed
Responsible(NetBSD): darrenr, mike, martti
Mailing List: ipfilter@postbox.anu.edu.au
Archive Site: http://coombs.anu.edu.au/~avalon/
Notes: ipf2netbsd should be used on a virgin ipfilter source tree.
See also dist/ipf/README.NetBSD
 
ipsec-tools:
Version in tree: (ipsec-tools head is NetBSD-current head)
Current Version:
Maintainer(external): IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
Responsible(NetBSD): manu, vanhu, mgrooms
Mailing List: ipsec-tools-devel@lists.sourceforge.net
Archive Site: http://ipsec-tools.sourceforge.net
Notes: ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools
We don't run ipsec-tools' configure as part of the NetBSD build. configure
generated files are available in the NetBSD source tree at:
src/lib/libipsec/config.h
src/lib/libipsec/package_version.h
When configure.ac is updated, run the following:
cd src/crypto/dist/ipsec-tools
./bootstrap
./configure --enable-adminport --enable-hybrid --enable-frag \
--enable-natt --enable-dpd
Then copy package_version.h to src/lib/libipsec and merge config.h with
src/lib/libipsec/config.h (it needs some manual tweaking)
 
KAME IPv6:
Version in tree: KAME/NetBSD SNAP kit
Current Version: KAME/NetBSD SNAP kit (shipped every week)
Maintainer(external): KAME Project <kame@kame.net>
Mailing List: snap-users@kame.net
Archive Site: http://www.kame.net/
Notes: IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with
more conservative implementation policy.
IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000.
Please do not make too many diff-unfriendly changes (like indentation change,
KNF police). We need to take diffs across KAME snapshots on upgrades.
To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION
in sys/netinet6/in6.h. No script is available for upgrades.
"KAME" branch is used for kernel merge work purposes.
http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison
among KAME/*BSD, *BSD-current and recent *BSD releases.
 
less:
Version in tree: less394
Current Version: less418
Maintainer(external): Mark Nudleman <markn@greenwoodsoftware.com>
Responsible(NetBSD): mrg
Archive Site: http://www.greenwoodsoftware.com/less/download.html
Notes: Many changes to make less act as more when invoked as more. Beware.
Use the src/usr.bin/less/less2netbsd script to prepare source tree
for importation. Run ./configure before hand to generate "defines.h".
Talk to mrg before importing any new version. (less 381's configure
does not detect NetBSD has a sigset_t due to a bad test; this is fixed
by hand in defines.h.)
 
libarchive:
Version in tree: 2.5.4b
Current Version:
Maintainer(external): kientzle@freebsd.org
Responsible(NetBSD): joerg
Archive Site: http://people.freebsd.org/~kientzle/libarchive/
Notes: Distribution is stripped down to the relevant part. cpio is currently
not usable, so it was left out.
 
libcdk:
Version in tree: 4.9.9-20000407-myc3
Current Version: cdk-4.9.10-20000923
Maintainer(external): mike@vexus.ca
Responsible(NetBSD): garbled
Archive Site: http://www.vexus.ca/products/CDK/
Notes: Initial port to netbsd curses was done by mycroft. This is a heavily
modified version of the released CDK 4.9.9. The current version has been
taken over by the Ncurses people, and has a number of changes to it. It
might be worthwhile to import at some future date, but for now we should
leave it alone. (garbled 1/4/2001)
 
libevent:
Version in tree: 1.4.4-stable
Current Version: 1.4.4-stable
Maintainer(external): Niels Provos <provos@citi.umich.edu>
Responsible(NetBSD): provos
Archive Site: http://www.monkey.org/~provos/libevent/
 
libpcap:
Version in tree: 0.9.4
Current Version: 0.9.8
Maintainer(external): tcpdump-workers@tcpdump.org
Responsible(NetBSD): dyoung
Mailing List: tcpdump-workers@tcpdump.org
Archive Site: http://www.tcpdump.org/release/
 
libwrap:
Version in tree: tcp_wrappers 7.6 w/ large amount of IPv6 changes
Current Version: tcp_wrappers 7.6-ipv6.1
Maintainer(external): Wietse Venema <wietse@porcupine.org>
Responsible(NetBSD): cjs
Archive Site: ftp://ftp.porcupine.org/pub/security/
Notes: We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both
under src/usr.sbin). We don't use tcpd; that functionality is built
into inetd. The provided libwrap2netbsd script handles just libwrap.
 
mopd:
Version in tree: 2.5.3
Current Version: 2.5.3
Maintainer(external): Mats O Jansson <maja@celsiustech.se>
Responsible(NetBSD): cjs
Archive Site: BROKEN ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
Notes: Delete the otherOS directory before importing.
 
nawk:
Version in tree: 2007-05-01
Current Version: 2007-05-01
Maintainer(external): Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies)
Responsible(NetBSD): jdolecek
Archive Site: http://cm.bell-labs.com/who/bwk/
Notes: Build maketab from nawk sources and generate proctab.c.
Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import
to src/dist/nawk.
 
ndbootd:
Version in tree: 0.5
Current Version: 0.5
Maintainer(external): Matt Fredette <fredette@alum.mit.edu>
Responsible(NetBSD): fredette
Archive Site: BROKEN http://mit.edu/fredette/www/ndbootd/
Notes: Run ./configure, save config.h, make distclean, rm all autoconf/automake
and ndbootd-raw.c. Restore saved config.h, and force it to define
HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import.
 
ntp:
Version in tree: 4.2.4p5
Current Version: 4.2.4p5
Maintainer(external): David L. Mills <mills@udel.edu>
Responsible(NetBSD): simonb, jonathan, kardel
Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/
Notes: See /usr/src/dist/ntp/ntp2netbsd for update instructions.
 
nvi:
Version in tree: 1.79
Current Version: 1.79
Maintainer(external): Keith Bostic <bostic@bsdi.com>
Responsible(NetBSD): aymeric
Archive Site: ftp://ftp.bostic.com/pub/
Notes: We have lots of local bug fixes, and the point of importing 1.81.x would
be to get multibyte characters support. For now this means waiting for
additions in our libcurses.
 
OpenLDAP:
Version in tree: 2.4.11
Current Version: 2.4.11
Maintainer(external): OpenLDAP Foundation
Responsible(NetBSD): lukem
Archive Site: http://www.openldap.org/
Notes: Imported into src/external/bsd/openldap/dist/
Next import will need $ Id removal..
 
OpenPAM:
Version in tree: 20071221
Current Version: 20071221
Maintainer(external): Dag-Erling Smørgrav <des@FreeBSD.org>
Responsible(NetBSD): christos
Archive Site: http://www.openpam.org/
Notes: Next import will need $ Id removal..
 
HPN-SSH:
Version in tree: 5.0p1 13 v3
Current Version: 5.0p1 13 v3
Maintainer(external): www.psc.edu
Responsible(NetBSD): christos
Archive Site: http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.0p1-hpn13v3.diff.gz
Notes: Patch applied after OpenSSH import.
 
OpenSSH:
Version in tree: 5.0
Current Version: 5.0 / portable 5.0p1
Maintainer(external): OpenSSH
Responsible(NetBSD): thorpej, christos, elric
Mailing List: openssh-unix-announce@mindrot.org
Archive Site: http://www.openssh.com/ftp.html
Notes: imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH)
into crypto/dist/openssh. use openssh2netbsd before import.
local changes (should always try to bring them back to master openssh tree,
markus is very cooperative about it):
- default for PermitRootLogin is set to "no"
- IgnoreRootRhosts added
- look at login.conf to check valid user/access list
- krb5 support re-added
- hack in cipher.c #ifdef ACCS because we are missing EVP_acss
when someone imports openssl, we can remove this.
- uidswap.c changed order of set{e,}{u,g}id so that it works on NetBSD
- added moduli from portable openssh
- added USE_PAM patches and auth_pam.[ch] from portable openssh
- add the HPN patch
- always bump major when importing to avoid api problems.
 
OpenSSL:
Version in tree: SNAP-20080509
Current Version: 0.9.8h
Maintainer(external): The OpenSSL Project
Responsible(NetBSD): mcr, thorpej, groo, christos, mjf
Mailing List: openssl-announce@openssl.org
Archive Site: ftp://ftp.openssl.org/source/
Notes: - Run openssl2netbsd to get rid of the RCSID identifiers
- run make in /usr/src/lib/libcrypto/man to regen man pages.
 
pdisk:
Version in tree: 0.8a2
Current Version: 0.8a2
Maintainer(external): Eryk Vershen <eryk@cfcl.com>
Responsible(NetBSD): dbj
Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
Notes: This is the disk partition utility used by Apple's mkLinux and osX
It is imported into dist/pdisk, with a reachover makefile in
src/sbin/pdisk builds for macppc and mac68k.
 
pdksh:
Version in tree: 5.2.14p2
Current Version: 5.2.14p2
Maintainer(external): Michael Rendell <michael@cs.mun.ca>
Responsible(NetBSD): jdolecek
Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
 
PF (openbsd packet filter):
Version in tree: OpenBSD 4.2
Current Version: OpenBSD 4.3-current
Maintainer(external): The OpenBSD Project
Responsible(NetBSD): peter, yamt
Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list
Archive Site: ftp://ftp.openbsd.org/
Notes: kernel code is imported into src/sys/dist/pf and src/sys/net has reachover
definition (files.pf). userland code is imported into src/dist/pf, and
reachover Makefiles are in src/usr.sbin/pf.
 
pkg_install:
Version in tree: 20080202
Current Version:
Maintainer(external): The pkgsrc developers
Responsible(NetBSD): joerg
Mailing List: tech-pkg@NetBSD.org
Notes: The authoritive version used to live in src/usr.sbin/pkg_install and was
moved to pkgsrc/pkgtool/pkg_install. Reachover Makefiles are kept in place.
 
ping:
Version in tree: 980911
Current Version: 980911
Maintainer(external): Vernon Schryver <vjs@rhyolite.com>
Responsible(NetBSD): christos
Archive Site: ftp://ftp.rhyolite.com/src/
Notes: We use err() and friends. We have changes for snprintf, extra
formating in man pages, disallowing flood pinging, alignment fixes,
and more.
 
postfix:
Version in tree: 2.5.4
Current Version: 2.5.5
Maintainer(external): Wietse Venema <wietse@porcupine.org>
Responsible(NetBSD): heas
Mailing List: postfix-users@postfix.org
Archive Site: ftp://postfix.cloud9.net/official/
Notes: HTML documentation should be kept in sync with the README_FILES.
src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our
directory layout (the easiest way to check is by running ``postfix
set-permissions'').
 
ppp:
Version in tree: 2.4.4
Current Version: 2.4.4
Maintainer(external): Paul Mackerras <paulus@samba.org>
Responsible(NetBSD): christos, cube
Archive Site: ftp://ftp.samba.org/pub/ppp/
Notes: BSD support was removed from 2.4.0; I added it back and removed
some GPL pieces. Multilink support is missing. Repeated pings to
Paulus have not yielded results. I've retrofitted pppdump to use
net/zlib, and and I now maintain sys-bsd.c. This
is clearly a pain. I have not tested the modules code, neither our
makefiles make it easy to construct a module, but I left one there
as an example.
TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're
using the version found in 2.4.1.
 
rcs:
Version in tree: 5.7
Current Version: 5.7
Maintainer(external): FSF
Responsible(NetBSD): agc
Mailing List: bug-gnu-utils@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/rcs/
Notes: Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
 
root.cache:
Version in tree: 2007110100 (Nov 01, 2007)
Current Version: 2007110100 (Nov 01, 2007)
Maintainer(external): InterNIC
Responsible(NetBSD): thorpej
Archive Site: ftp://ftp.internic.net/domain/named.root
Notes: The root server cache is also included with BIND. However, the
InterNIC version is usually more up to date.
 
routed:
Version in tree: 2.28
Current Version: 2.31
Maintainer(external): Vernon Schryver <vjs@rhyolite.com>
Responsible(NetBSD): christos
Archive Site: ftp://ftp.rhyolite.com/src/
Notes: We use the md5 code from libc
We don't allow RIP_TRACEON and RIP_TRACEOFF
We use arc4random
We use strlcpy/snprintf
 
send-pr (part of GNATS):
Version in tree: 3.95
Current Version: 4.1
Maintainer(external): FSF
Mailing List: bug-gnats@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/gnats/
 
SoftFloat:
Version in tree: 2a
Current Version: 2b
Maintainer(external): John Hauser <jhauser@jhauser.us>
Responsible(NetBSD): bjh21
Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
Notes: Heavily modified for use as a soft float library for GCC. The actual
arithmetic code is unchanged, though, and should behave exactly like the
original.
 
tcpdump:
Version in tree: 3.9.7
Current Version: 3.9.8
Maintainer(external): tcpdump-workers@lists.tcpdump.org
Mailing List: tcpdump-workers@lists.tcpdump.org
Archive Site: http://www.tcpdump.org/release/
Notes: Code will be imported into src/dist/tcpdump. Changes have to go back to
tcpdump.org.
 
termcap.src:
Version in tree: 9.13.25
Current Version: 11.0.1
Maintainer(external): Eric S. Raymond <terminfo@ccil.org>
Archive Site: http://www.catb.org/~esr/terminfo/
 
TestFloat:
Version in tree: 2a
Current Version: 2a
Maintainer(external): John Hauser <jhauser@jhauser.us>
Responsible(NetBSD): ross
Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
 
texinfo:
Version in tree: 4.8
Current Version: 4.12
Maintainer(external): FSF
Responsible(NetBSD): wiz
Mailing List: bug-texinfo@gnu.org
Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
Notes: Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
for the import.
 
top:
Version in tree: 3.8beta1
Current Version: 3.8beta1
Maintainer(external): William LeFebvre <wnl@groupsys.com>
Responsible(NetBSD): simonb, christos
Mailing List: top-spinners@ocee.groupsys.com
Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz
 
traceroute:
Version in tree: 1.4a5
Current Version: 1.4a12
Maintainer(external): traceroute@ee.lbl.gov
Archive Site: ftp://ftp.ee.lbl.gov/
 
tz:
Version in tree: tzcode2004a / tzdata2007h
Current Version: tzcode2008a / tzdata2008c
Maintainer(external): Arthur David Olson <ado@elsie.nci.nih.gov>
Responsible(NetBSD): kleink
Mailing List: tz@elsie.nci.nih.gov
Archive Site: ftp://elsie.nci.nih.gov/pub/
Notes: Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
for import.
 
wpa_supplicant/hostapd:
Version in tree: 0.6.4
Current Version: 0.6.4
Maintainer(external): Jouni Malinen <jkmaline@cc.hut.fi>
Responsible(NetBSD): scw, dyoung, christos
Archive Site: http://hostap.epitest.fi/releases/
Notes: See /usr/src/dist/wpa/NetBSD-upgrade for update instructions.
 
XFree86:
Version in tree: 4.5.0
Current Version: 4.7.0
Maintainer(external): XFree86 Project, Inc.
Responsible(NetBSD): tron
Mailing List: devel@xfree86.org
Archive Site: ftp://ftp.xfree86.org/pub/XFree86/
Notes: 4.x:
Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript
files which we don't need in our tree.
ALL changes must be sent back to the XFree86 repository. Patches should
be submitted back via http://bugzilla.xfree86.org.
 
Xorg:
Version in tree: 7.0
Current Version: 7.0
Maintainer(external): The X.Org Foundation
Responsible(NetBSD): macallan
Mailing List: xorg@lists.freedesktop.org
Archive Site: http://xorg.freedesktop.org/releases/X11R7.0/src/
Notes: xorg's cvs repository.
 
zlib:
Version in tree: 1.2.3
Current Version: 1.2.3
Maintainer(external): Jean-loup Gailly and Mark Adler <zlib@gzip.org>
Responsible(NetBSD): gwr, tron, christos
Archive Site: http://www.zlib.net/
Notes: Imported to src/common/dist/zlib and shared by the kernel and userland.
 
services, protocols:
Version in tree: 2007-06-14
Current Version: 2007-06-14
Maintainer(external): IANA
Responsible(NetBSD): christos
Archive Site: http://www.iana.org/assignments/
Notes: 1. Download the latest converter from:
http://www.sethwklein.net/projects/iana-etc/
2. Unpack it and run:
gmake get
gmake
3. Add NetBSD rcsid to the generated protocols and services.
4. Append the local services from the current services file.
5. Run:
services_mkdb -u services > /usr/src/etc/services
cp protocols /usr/src/etc/protocols

(contact us) Generated from %NetBSD: 3RDPARTY,v 1.636 2008/09/04 00:57:13 jmcneill Exp %
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.
NetBSD® is a registered trademark of The NetBSD Foundation, Inc.