c9d0c62a0c
the base NetBSD system. It uses Linux LVM2 tools and our BSD licensed device-mapper driver. The device-mapper driver can be used to create virtual block devices which maps virtual blocks to real with target mapping called target. Currently these targets are available a linear, zero, error and a snapshot (this is work in progress and doesn't work yet). The lvm2tools adds lvm and dmsetup binary to based system, where the lvm tool is used to manage and administer whole LVM and the dmestup is used to communicate iwith device-mapper kernel driver. With these tools also a libdevmapper library is instaled to the base system. Building of tools and driver is currently disable and can be enabled with MKLVM=yes in mk.conf. I will add sets lists and rc.d script soon. Oked by agc@ and cube@.
1058 lines
32 KiB
Plaintext
1058 lines
32 KiB
Plaintext
# $NetBSD: 3RDPARTY,v 1.656 2008/12/19 15:24:19 haad Exp $
|
|
#
|
|
# This file 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.
|
|
#
|
|
# A few notes on the format of this file (for the benefit of
|
|
# 3dparty2html):
|
|
#
|
|
# 1.) Any line whose first non-whitespace character is # is a comment
|
|
# 2.) Entries are separated by blank lines
|
|
# 3.) Every package needs at least the following entries: Package,
|
|
# Version, Current Vers, and Maintainer.
|
|
# 4.) Where a field has multiple lines of information, the field tag
|
|
# should be repeated on each line, except:
|
|
# 5.) The Notes: field tag should appear on a line by itself. All
|
|
# remaining lines until the end of the record are notes.
|
|
|
|
Package: acpica
|
|
Version: 20080321
|
|
Current Vers: 20081204
|
|
Maintainer: INTEL
|
|
Archive Site: http://www.acpica.org/downloads/unix_source_code.php
|
|
Home Page: http://www.acpica.org/
|
|
Mailing List: devel@acpica.org
|
|
License: http://developer.intel.com/technology/iapc/acpi/license2.htm
|
|
Responsible: jmcneill
|
|
Notes:
|
|
The sources were integrated into src/sys/dev/acpi/acpica/Subsystem.
|
|
Please read src/sys/dev/acpi/acpica/README before any modification.
|
|
|
|
Package: am-utils [amd]
|
|
Version: 6.2a3
|
|
Current Vers: 6.2a3
|
|
Maintainer: Erez Zadok <ezk@cs.columbia.edu>
|
|
Archive Site: ftp://ftp.am-utils.org/pub/am-utils/
|
|
Home Page: http://www.am-utils.org/
|
|
Mailing List: am-utils
|
|
Responsible: christos
|
|
License: BSD (4-clause)
|
|
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.
|
|
|
|
Package: Automated Testing Framework (ATF)
|
|
Version: 0.5
|
|
Current Vers: 0.5
|
|
Maintainer: Julio M. Merino Vidal <jmmv@NetBSD.org>
|
|
Archive site: ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/
|
|
Home page: http://www.NetBSD.org/~jmmv/atf/
|
|
Mailing List: atf-devel@NetBSD.org
|
|
Responsible: jmmv
|
|
License: The NetBSD Foundation's license (BSD 2-clause)
|
|
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.
|
|
|
|
Package: ath-hal
|
|
Version: 0.9.17.2
|
|
Current Vers: 0.9.17.2
|
|
Maintainer: Sam Leffler <sam@errno.com>
|
|
Archive Site: none
|
|
Home Page: none
|
|
Mailing List: none
|
|
Responsible: sam, dyoung, gdamore
|
|
License: Redistribution without changes (binary only)
|
|
Notes:
|
|
The HAL is binary only, and located in src/sys/contrib/dev/ath
|
|
|
|
Package: bc
|
|
Version: 1.06
|
|
Current Vers: 1.06
|
|
Maintainer: Phil Nelson <phil@cs.wwu.edu>
|
|
Archive Site: ftp://ftp.gnu.org/gnu/bc/
|
|
Home Page: http://www.gnu.org/software/bc/
|
|
Mailing List: bug-bc@gnu.org
|
|
Responsible: phil, simonb
|
|
License: GPLv2, LGPGv2.1
|
|
Notes:
|
|
bc includes dc, both of which are in the NetBSD tree.
|
|
|
|
Package: bind/named
|
|
Version: libc/includes: 9.5.0, bind: 9.5.0
|
|
Current Vers: 9.5.0-P2
|
|
Maintainer: Paul Vixie <vixie@vix.com>
|
|
Archive Site: ftp://ftp.isc.org/isc/bind9/
|
|
Home Page: http://www.isc.org/sw/bind/
|
|
Mailing List:
|
|
Responsible: vixie, christos
|
|
License: BSD-like (2-clause)
|
|
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/*
|
|
|
|
Package: binutils
|
|
Version: 2.16.1
|
|
Current Vers: 2.19
|
|
Maintainer: FSF
|
|
Archive Site: ftp://ftp.gnu.org/gnu/binutils/
|
|
Home Page: http://www.gnu.org/software/binutils/
|
|
Mailing List: bug-gnu-utils@gnu.org
|
|
Responsible: thorpej, mrg
|
|
License: GPLv2, LGPLv2, BSD
|
|
Notes:
|
|
|
|
Package: bsd-family-tree
|
|
Version: 1.116
|
|
Current Vers: 1.116
|
|
Maintainer: n/a
|
|
Archive Site: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
|
|
Home Page: http://cvsweb.freebsd.org/src/share/misc/bsd-family-tree
|
|
Mailing List:
|
|
Responsible: xtraeme
|
|
License: See URL above.
|
|
Notes:
|
|
|
|
Package: byacc
|
|
Version: 20080826
|
|
Current Vers: 1.9
|
|
Maintainer: Thomas Dickey <dickey@invisible-island.net>
|
|
Archive Site: http://www.invisible-island.net/byacc/byacc.html
|
|
Home Page: http://www.invisible-island.net/byacc/byacc.html
|
|
Mailing List:
|
|
Responsible: christos
|
|
License: Public Domain
|
|
Notes:
|
|
We haven't had a sync since 1993, the sources have diverged a lot
|
|
since then but there are a bunch of bug fixes we probably want to pull
|
|
in.
|
|
|
|
Package: bzip2
|
|
Version: 1.0.5
|
|
Current Vers: 1.0.5
|
|
Maintainer: Julian Seward <jseward@acm.org>
|
|
Archive Site: http://sources.redhat.com/bzip2/
|
|
Home Page: http://www.bzip.org/
|
|
Mailing List:
|
|
Responsible:
|
|
License: BSD (4-clause)
|
|
Notes:
|
|
See /usr/src/dist/bzip2/bzip2netbsd for update instructions.
|
|
|
|
Package: Citrus XPG4DL
|
|
Version: ?
|
|
Current Vers: ?
|
|
Maintainer: Citrus
|
|
Archive Site: http://citrus.bsdclub.org/
|
|
Home Page: http://citrus.bsdclub.org/
|
|
Mailing List: bsd-locale@hauN.org
|
|
Responsible: tshiozak
|
|
License: Ambiguous. Either BSD or Perl Artistic License
|
|
See http://citrus.bsdclub.org/#pol_license for more info.
|
|
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)
|
|
|
|
Package: cron
|
|
Version: 3.0
|
|
Current Vers: 4.3
|
|
Maintainer: Paul Vixie <vixie@vix.com>
|
|
Archive Site: ftp://ftp.isc.org/isc/cron/
|
|
Home Page:
|
|
Mailing List:
|
|
Responsible:
|
|
License: BSD-like
|
|
Notes:
|
|
|
|
Package: cvs
|
|
Version: 1.11.22
|
|
Current Vers: 1.11.23/1.12.13
|
|
Maintainer: cvshome
|
|
Archive Site: http://ftp.gnu.org/non-gnu/cvs/
|
|
Home Page: http://cvs.nongnu.org/
|
|
Mailing List: bug-cvs@gnu.org
|
|
Responsible: christos, wiz
|
|
License: GPLv1, LGPLv2
|
|
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.
|
|
|
|
Package: db
|
|
Version: 1.85
|
|
Current Vers: 1.86/4.6.21
|
|
Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu>
|
|
Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/
|
|
Home Page: http://www.oracle.com/database/berkeley-db/
|
|
Mailing List:
|
|
Responsible:
|
|
License: BSD or Oracle Commercial License
|
|
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.
|
|
|
|
Package: dhcp
|
|
Version: 3.0.3
|
|
Current Vers: 3.0.7/3.1.1/4.0.0
|
|
Maintainer: mellon
|
|
Archive Site: ftp://ftp.isc.org/isc/dhcp/
|
|
Home Page: http://www.isc.org/sw/dhcp/
|
|
Mailing List: dhcp-server@isc.org
|
|
Mailing List: dhcp-client@isc.org
|
|
Mailing List: dhcp-announce@isc.org
|
|
Mailing List: dhcp-bugs@isc.org
|
|
Responsible: mellon
|
|
License: BSD (3-clause)
|
|
Notes:
|
|
No changes for NetBSD integration - just import the new distribution on
|
|
top of the current tree.
|
|
|
|
Package: dhcpcd
|
|
Version: 4.0.7
|
|
Current Vers: 4.0.7
|
|
Maintainer: roy
|
|
Home Page: http://roy.marples.name/projects/dhcpcd/
|
|
Mailing List: dhcpcd-discuss@marples.name
|
|
License: BSD (2-clause)
|
|
Notes:
|
|
Please submit all changes to the author.
|
|
The distribution doesn't include the Linux specific bits or build system.
|
|
|
|
Package: diffutils
|
|
Version: 2.8.1
|
|
Current Vers: 2.8.1
|
|
Maintainer: FSF
|
|
Archive Site: ftp://ftp.gnu.org/gnu/diffutils/
|
|
Home Page: http://www.gnu.org/software/diffutils/
|
|
Mailing List: bug-gnu-utils@gnu.org
|
|
Responsible: wiz
|
|
License: GPLv2
|
|
Notes:
|
|
Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree
|
|
for the import.
|
|
|
|
Package: gdtoa
|
|
Version: 2005-09-23
|
|
Current Vers: 2005-09-23
|
|
Maintainer: David M. Gay <dmg@acm.org>
|
|
Archive Site: ftp://netlib.lucent.com/netlib/fp/
|
|
Home Page: http://www.netlib.org/fp/
|
|
Mailing List: none
|
|
Responsible: kleink
|
|
License: BSD-like
|
|
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.
|
|
|
|
Package: file
|
|
Version: 4.26
|
|
Current Vers: 4.26
|
|
Maintainer: Christos Zoulas <christos@zoulas.com>
|
|
Archive Site: ftp://ftp.astron.com/pub/file/
|
|
Home Page:
|
|
Mailing List: file@mx.gw.com
|
|
Responsible: christos, pooka
|
|
License: BSD (2-clause)
|
|
Notes:
|
|
use file2netbsd
|
|
|
|
Package: flex
|
|
Version: 2.5.4
|
|
Current Vers: 2.5.35
|
|
Maintainer: Will Estes <wlestes@users.sourceforge.net>
|
|
Archive Site: http://flex.sourceforge.net/
|
|
Home Page: http://flex.sourceforge.net/
|
|
Mailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce
|
|
Responsible:
|
|
License: BSD-like
|
|
Notes:
|
|
The newest version is far more advanced than the one in NetBSD --
|
|
among other features, it can produce re-entrant scanners.
|
|
|
|
Package: gcc
|
|
Version: 4.1.3-20080831
|
|
Current Vers: 4.3.2
|
|
Maintainer: FSF
|
|
Archive Site: ftp://ftp.gnu.org/gnu/gcc/
|
|
Home Page: http://www.gnu.org/software/gcc/
|
|
Mailing List: gcc-bugs@gnu.org
|
|
Responsible: thorpej, mrg
|
|
License: GPLv2, LGPLv2.1
|
|
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
|
|
|
|
Package: gdb
|
|
Version: 5.3/6.4
|
|
Current Vers: 6.7.1
|
|
Maintainer: FSF
|
|
Archive Site: ftp://ftp.gnu.org/gnu/gdb/
|
|
Home Page: http://www.gnu.org/software/gdb/
|
|
Mailing List: bug-gdb@gnu.org
|
|
Responsible: thorpej
|
|
License: GPLv2, LGPLv2
|
|
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.
|
|
|
|
Package: gettext
|
|
Version: 0.14.4
|
|
Current Vers: 0.17
|
|
Maintainer: FSF
|
|
Archive Site: ftp://ftp.gnu.org/gnu/gettext/
|
|
Home Page: http://www.gnu.org/software/gettext/
|
|
Mailing List: bug-gnu-utils@gnu.org
|
|
Responsible:
|
|
License: GPLv2
|
|
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.
|
|
|
|
Package: gkermit
|
|
Version: 1.00
|
|
Current Vers: 1.00
|
|
Maintainer: Kermit Project - Columbia University <kermit@columbia.edu>
|
|
Archive Site: ftp://kermit.columbia.edu/kermit/archives/
|
|
Home Page: http://www.columbia.edu/kermit/
|
|
Mailing List:
|
|
Responsible: apb
|
|
License: GPLv2
|
|
Notes:
|
|
|
|
Package: grep
|
|
Version: 2.5.1
|
|
Current Vers: 2.5.3
|
|
Maintainer: FSF
|
|
Archive Site: ftp://ftp.gnu.org/gnu/grep/
|
|
Home Page: http://www.gnu.org/software/grep/
|
|
Mailing List: bug-gnu-utils@gnu.org
|
|
Responsible: simonb, wiz
|
|
License: GPLv2 (2.5.1), GPLv3 (2.5.3)
|
|
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/)
|
|
|
|
Package: groff
|
|
Version: 1.19.2
|
|
Current Vers: 1.19.2
|
|
Maintainer: Werner Lemberg/FSF
|
|
Archive Site: ftp://ftp.gnu.org/gnu/groff/
|
|
Home Page: http://www.gnu.org/software/groff/
|
|
Mailing List: bug-groff@gnu.org
|
|
Responsible: wiz
|
|
License: GPLv2
|
|
Notes:
|
|
Use groff2netbsd from src/gnu/dist/groff to prepare the distribution
|
|
for import.
|
|
|
|
Package: heimdal
|
|
Version: 1.1
|
|
Current Vers: 1.1
|
|
Maintainer: Heimdal <heimdal@pdc.kth.se>
|
|
Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/
|
|
Home Page: http://www.pdc.kth.se/heimdal/
|
|
Mailing List: heimdal-discuss@pdc.kth.se
|
|
Responsible: joda, lha
|
|
License: BSD
|
|
Notes:
|
|
|
|
Package: hunt
|
|
Version: 2003-04-16
|
|
Current Vers: 2003-04-16
|
|
Maintainer: Greg Couch <gregc@cgl.ucsf.edu>
|
|
Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z
|
|
Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html
|
|
Responsible: mrg
|
|
License: BSD (3-clause)
|
|
Notes:
|
|
|
|
Package: ipf
|
|
Version: 4.1.29
|
|
Current Vers: 4.1.31
|
|
Maintainer: Darren Reed
|
|
Archive Site: http://coombs.anu.edu.au/~avalon/
|
|
Home Page: http://coombs.anu.edu.au/~avalon/
|
|
Mailing List: ipfilter@postbox.anu.edu.au
|
|
Responsible: darrenr, mike, martti
|
|
License: BSD-based, see src/dist/ipf/IPFILTER.LICENSE
|
|
Notes:
|
|
ipf2netbsd should be used on a virgin ipfilter source tree.
|
|
See also dist/ipf/README.NetBSD
|
|
|
|
Package: ipsec-tools
|
|
Version: (ipsec-tools head is NetBSD-current head)
|
|
Maintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net>
|
|
Archive Site: http://ipsec-tools.sourceforge.net
|
|
Home Page: http://ipsec-tools.sourceforge.net
|
|
Mailing List: ipsec-tools-devel@lists.sourceforge.net
|
|
Responsible: manu, vanhu, mgrooms
|
|
License: BSD (3-clause)
|
|
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)
|
|
|
|
NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing,
|
|
NetBSD-current always contains latest ipsec-tools code. On the other hand,
|
|
ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which
|
|
are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly
|
|
sync with ipsec-tools-0_7-branch)
|
|
|
|
Package: KAME IPv6
|
|
Version: KAME/NetBSD SNAP kit
|
|
Current Vers: KAME/NetBSD SNAP kit (shipped every week)
|
|
Maintainer: KAME Project <kame@kame.net>
|
|
Archive Site: http://www.kame.net/
|
|
Home Page: http://www.kame.net/
|
|
Mailing List: snap-users@kame.net
|
|
Responsible:
|
|
License: BSD (3-clause)
|
|
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.
|
|
|
|
Package: less
|
|
Version: less394
|
|
Current Vers: less418
|
|
Maintainer: Mark Nudleman <markn@greenwoodsoftware.com>
|
|
Archive Site: http://www.greenwoodsoftware.com/less/download.html
|
|
Home Page: http://www.greenwoodsoftware.com/less/
|
|
Mailing List:
|
|
Responsible: mrg
|
|
License: BSD or GPLv2
|
|
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.)
|
|
|
|
Package: libarchive
|
|
Version: 2.5.4b
|
|
Current Ves.: 2.5.4b
|
|
Maintainer: kientzle@freebsd.org
|
|
Archive Site: http://people.freebsd.org/~kientzle/libarchive/
|
|
Home Page: http://people.freebsd.org/~kientzle/libarchive/
|
|
Responsible: joerg
|
|
License: BSD
|
|
Notes:
|
|
Distribution is stripped down to the relevant part. cpio is currently
|
|
not usable, so it was left out.
|
|
|
|
Package: libcdk
|
|
Version: 4.9.9-20000407-myc3
|
|
Current Vers: cdk-4.9.10-20000923
|
|
Maintainer: mike@vexus.ca
|
|
Archive Site: http://www.vexus.ca/products/CDK/
|
|
Home Page: http://www.vexus.ca/products/CDK/
|
|
Responsible: garbled
|
|
License: BSD (4-clause)
|
|
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)
|
|
|
|
Package: libdevmapper
|
|
Version: 1.02.29
|
|
Current Vers: 1.02.29
|
|
Maintainer: lvm-devel@redhat.com
|
|
Archive Site: ftp://sources.redhat.com/pub/lvm2/
|
|
Home Page: http://sources.redhat.com/lvm2/
|
|
Responsible: haad
|
|
License: LGPLv2.1
|
|
Notes:
|
|
The lvm2tools and the libdevmapper are now distributed as one source
|
|
repository. See the lvm2tools Notes for more informations.
|
|
|
|
Package: libevent
|
|
Version: 1.4.4-stable
|
|
Current Vers: 1.4.4-stable
|
|
Maintainer: Niels Provos <provos@citi.umich.edu>
|
|
Archive Site: http://www.monkey.org/~provos/libevent/
|
|
Home Page: http://www.monkey.org/~provos/libevent/
|
|
Responsible: provos
|
|
License: BSD (3/4-clause)
|
|
Notes:
|
|
|
|
Package: lvm2tools
|
|
Version: 2.02.43
|
|
Current Vers: 2.02.43
|
|
Maintainer: lvm-devel@redhat.com
|
|
Archive Site: ftp://sources.redhat.com/pub/lvm2/
|
|
Home Page: http://sources.redhat.com/lvm2/
|
|
Responsible: haad
|
|
License: GPLv2
|
|
Notes:
|
|
Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to prepare source tree
|
|
for import. Keep eye on dist/include/configure.h it migh change over the releases.
|
|
We maintain our own version of libdevmapper ioctl protocol code, therefore we
|
|
should test it before import. Talk to haad before importing new version.
|
|
|
|
Package: libpcap
|
|
Version: 0.9.4
|
|
Current Vers: 1.0.0
|
|
Maintainer: tcpdump-workers@tcpdump.org
|
|
Archive Site: http://www.tcpdump.org/release/
|
|
Home Page: http://www.tcpdump.org/
|
|
Mailing List: tcpdump-workers@tcpdump.org
|
|
Responsible: dyoung
|
|
License: BSD (3/4-clause)
|
|
Notes:
|
|
|
|
Package: libwrap
|
|
Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes
|
|
Current Vers: tcp_wrappers 7.6-ipv6.1
|
|
Maintainer: Wietse Venema <wietse@porcupine.org>
|
|
Archive Site: ftp://ftp.porcupine.org/pub/security/
|
|
Home Page: ftp://ftp.porcupine.org/pub/security/
|
|
Mailing List:
|
|
Responsible: cjs
|
|
License: BSD-like
|
|
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.
|
|
|
|
Package: mopd
|
|
Version: 2.5.3
|
|
Current Vers: 2.5.3
|
|
Maintainer: Mats O Jansson <maja@celsiustech.se>
|
|
Archive Site: BROKEN ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/
|
|
Home Page: http://www.stacken.kth.se/~moj/mopd.html
|
|
Mailing List:
|
|
Responsible: cjs
|
|
License: BSD (4-clause)
|
|
Notes:
|
|
Delete the otherOS directory before importing.
|
|
|
|
Package: nawk
|
|
Version: 2007-05-01
|
|
Current Vers: 2007-05-01
|
|
Maintainer: Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies)
|
|
Archive Site: http://cm.bell-labs.com/who/bwk/
|
|
Home Page: http://cm.bell-labs.com/who/bwk/
|
|
Mailing List:
|
|
Responsible: jdolecek
|
|
License: BSD-like
|
|
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.
|
|
|
|
Package: ndbootd
|
|
Version: 0.5
|
|
Current Vers: 0.5
|
|
Maintainer: Matt Fredette <fredette@alum.mit.edu>
|
|
Archive Site: BROKEN http://mit.edu/fredette/www/ndbootd/
|
|
Home Page: BROKEN http://stuff.mit.edu/people/fredette/home.html
|
|
Responsible: fredette
|
|
License: BSD (4-clause)
|
|
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.
|
|
|
|
Package: ntp
|
|
Version: 4.2.4p5
|
|
Current Vers: 4.2.4p5
|
|
Maintainer: David L. Mills <mills@udel.edu>
|
|
Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/
|
|
Home Page: http://www.ntp.org/, http://ntp.isc.org/
|
|
Mailing List:
|
|
Responsible: simonb, jonathan, kardel
|
|
License: BSD-like
|
|
Notes:
|
|
See /usr/src/dist/ntp/ntp2netbsd for update instructions.
|
|
|
|
Package: nvi
|
|
Version: 1.81.6
|
|
Current Vers: 1.81.6
|
|
Maintainer: Keith Bostic <bostic@bsdi.com>
|
|
Archive Site: ftp://ftp.bostic.com/pub/
|
|
Home Page: http://www.bostic.com/vi/
|
|
Mailing List:
|
|
Responsible: aymeric, christos
|
|
License: BSD (3/4-clause)
|
|
Notes:
|
|
We have lots of local fixes.
|
|
|
|
Package: OpenLDAP
|
|
Version: 2.4.11
|
|
Current Vers: 2.4.11
|
|
Maintainer: OpenLDAP Foundation
|
|
Archive Site: http://www.openldap.org/
|
|
Home Page: http://www.openldap.org/
|
|
Mailing List:
|
|
Responsible: lukem
|
|
License: BSD (3-clause)
|
|
Notes:
|
|
Imported into src/external/bsd/openldap/dist/
|
|
Next import will need $ Id removal..
|
|
|
|
Package: OpenPAM
|
|
Version: 20071221
|
|
Current Vers: 20071221
|
|
Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org>
|
|
Archive Site: http://www.openpam.org/
|
|
Home Page: http://www.openpam.org/
|
|
Mailing List:
|
|
Responsible: christos
|
|
License: BSD (3-clause)
|
|
Notes:
|
|
Next import will need $ Id removal..
|
|
|
|
Package: HPN-SSH
|
|
Version: 5.0p1 13 v3
|
|
Current Vers: 5.0p1 13 v3
|
|
Maintainer: www.psc.edu
|
|
Archive Site: http://www.psc.edu/networking/projects/hpn-ssh/openssh-5.0p1-hpn13v3.diff.gz
|
|
Home Page: http://www.psc.edu/networking/projects/hpn-ssh/
|
|
Mailing List:
|
|
Responsible: christos
|
|
License:
|
|
Notes:
|
|
Patch applied after OpenSSH import.
|
|
|
|
Package: OpenSSH
|
|
Version: 5.0
|
|
Current Vers: 5.1 / portable 5.1p1
|
|
Maintainer: OpenSSH
|
|
Archive Site: http://www.openssh.com/ftp.html
|
|
Home Page: http://www.openssh.com/portable.html
|
|
Mailing List: openssh-unix-announce@mindrot.org
|
|
Responsible: thorpej, christos, elric
|
|
License: BSD or more free. See src/crypto/dist/ssh/LICENSE
|
|
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.
|
|
|
|
Package: OpenSSL
|
|
Version: SNAP-20080509
|
|
Current Vers: 0.9.8h
|
|
Maintainer: The OpenSSL Project
|
|
Archive Site: ftp://ftp.openssl.org/source/
|
|
Home Page: http://www.openssl.org/
|
|
Mailing List: openssl-announce@openssl.org
|
|
Responsible: mcr, thorpej, groo, christos, mjf
|
|
License: OpenSSL and SSLeay license (both BSD-like)
|
|
Notes:
|
|
- Run openssl2netbsd to get rid of the RCSID identifiers
|
|
- run make in /usr/src/lib/libcrypto/man to regen man pages.
|
|
|
|
Package: pdisk
|
|
Version: 0.8a2
|
|
Current Vers: 0.8a2
|
|
Maintainer: Eryk Vershen <eryk@cfcl.com>
|
|
Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
|
|
Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html
|
|
Mailing List:
|
|
Responsible: dbj
|
|
License: BSD-like
|
|
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.
|
|
|
|
Package: pdksh
|
|
Version: 5.2.14p2
|
|
Current Vers: 5.2.14p2
|
|
Maintainer: Michael Rendell <michael@cs.mun.ca>
|
|
Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/
|
|
Home Page: http://www.cs.mun.ca/~michael/pdksh/
|
|
Mailing List:
|
|
Responsible: jdolecek
|
|
License: Public domain
|
|
pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied.
|
|
|
|
Package: PF (openbsd packet filter)
|
|
Version: OpenBSD 4.2
|
|
Current Vers: OpenBSD 4.3-current
|
|
Maintainer: The OpenBSD Project
|
|
Archive Site: ftp://ftp.openbsd.org/
|
|
Home Page: http://www.openbsd.org/faq/pf/
|
|
Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list
|
|
Responsible: peter, yamt
|
|
License: BSD (2-clause)
|
|
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.
|
|
|
|
Package: pkg_install
|
|
Version: 20081002
|
|
Current Vers.: 20081002
|
|
Maintainer: The pkgsrc developers
|
|
Home Page: http://www.pkgsrc.org
|
|
Mailing List: tech-pkg@NetBSD.org
|
|
Responsible: joerg
|
|
License: BSD
|
|
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.
|
|
|
|
Package: ping
|
|
Version: 980911
|
|
Current Vers: 980911
|
|
Maintainer: Vernon Schryver <vjs@rhyolite.com>
|
|
Archive Site: ftp://ftp.rhyolite.com/src/
|
|
Home Page: http://www.rhyolite.com/src/
|
|
Mailing List:
|
|
Responsible: christos
|
|
License: BSD (3-clause)
|
|
Notes:
|
|
We use err() and friends. We have changes for snprintf, extra
|
|
formating in man pages, disallowing flood pinging, alignment fixes,
|
|
and more.
|
|
|
|
Package: postfix
|
|
Version: 2.5.4
|
|
Current Vers: 2.5.5
|
|
Maintainer: Wietse Venema <wietse@porcupine.org>
|
|
Archive Site: ftp://postfix.cloud9.net/official/
|
|
Home Page: http://www.postfix.org/
|
|
Mailing List: postfix-users@postfix.org
|
|
Responsible: heas
|
|
License: IBM Public License. See also src/gnu/dist/postfix.
|
|
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'').
|
|
|
|
Package: ppp
|
|
Version: 2.4.4
|
|
Current Vers: 2.4.4
|
|
Maintainer: Paul Mackerras <paulus@samba.org>
|
|
Archive Site: ftp://ftp.samba.org/pub/ppp/
|
|
Home Page:
|
|
CVS root: :pserver:cvs@pserver.samba.org:/cvsroot (password: cvs)
|
|
Mailing List:
|
|
Responsible: christos, cube
|
|
License: BSD (3-clause)
|
|
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 <net/ppp-comp.h> 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.
|
|
|
|
Package: rcs
|
|
Version: 5.7
|
|
Current Vers: 5.7
|
|
Maintainer: FSF
|
|
Archive Site: ftp://ftp.gnu.org/gnu/rcs/
|
|
Mailing List: bug-gnu-utils@gnu.org
|
|
Home Page: http://www.gnu.org/software/rcs/
|
|
Responsible: agc
|
|
License: GPLv2
|
|
Notes:
|
|
Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS).
|
|
|
|
Package: root.cache
|
|
Version: 2007110100 (Nov 01, 2007)
|
|
Current Vers: 2007110100 (Nov 01, 2007)
|
|
Maintainer: InterNIC
|
|
Archive Site: ftp://ftp.internic.net/domain/named.root
|
|
Home Page: ftp://ftp.internic.net/domain/named.root
|
|
Mailing List:
|
|
Responsible: thorpej
|
|
License: Public domain
|
|
Notes:
|
|
The root server cache is also included with BIND. However, the
|
|
InterNIC version is usually more up to date.
|
|
|
|
Package: routed
|
|
Version: 2.28
|
|
Current Vers: 2.31
|
|
Maintainer: Vernon Schryver <vjs@rhyolite.com>
|
|
Archive Site: ftp://ftp.rhyolite.com/src/
|
|
Home Page: http://www.rhyolite.com/src/
|
|
Mailing List:
|
|
Responsible: christos
|
|
License: BSD (4-clause)
|
|
Notes:
|
|
We use the md5 code from libc
|
|
We don't allow RIP_TRACEON and RIP_TRACEOFF
|
|
We use arc4random
|
|
We use strlcpy/snprintf
|
|
|
|
Package: send-pr (part of GNATS)
|
|
Version: 3.95
|
|
Current Vers: 4.1
|
|
Maintainer: FSF
|
|
Archive Site: ftp://ftp.gnu.org/gnu/gnats/
|
|
Home Page: http://www.gnu.org/software/gnats/
|
|
Mailing List: bug-gnats@gnu.org
|
|
License: GPLv2
|
|
Responsible:
|
|
Notes:
|
|
|
|
Package: SoftFloat
|
|
Version: 2a
|
|
Current Vers: 2b
|
|
Maintainer: John Hauser <jhauser@jhauser.us>
|
|
Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html
|
|
Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html
|
|
Mailing List:
|
|
Responsible: bjh21
|
|
License: Public domain
|
|
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.
|
|
|
|
Package: tcpdump
|
|
Version: 3.9.7
|
|
Current Vers: 4.0.0
|
|
Maintainer: tcpdump-workers@lists.tcpdump.org
|
|
Archive Site: http://www.tcpdump.org/release/
|
|
Home Page: http://www.tcpdump.org/
|
|
Mailing List: tcpdump-workers@lists.tcpdump.org
|
|
Responsible:
|
|
License: BSD (3-clause)
|
|
Notes:
|
|
Code will be imported into src/dist/tcpdump. Changes have to go back to
|
|
tcpdump.org.
|
|
|
|
Package: termcap.src
|
|
Version: 9.13.25
|
|
Current Vers: 11.0.1
|
|
Maintainer: Eric S. Raymond <terminfo@ccil.org>
|
|
Archive Site: http://www.catb.org/~esr/terminfo/
|
|
Home Page: http://www.catb.org/~esr/terminfo/
|
|
Mailing List:
|
|
Responsible:
|
|
License: Public domain
|
|
Notes:
|
|
|
|
Package: TestFloat
|
|
Version: 2a
|
|
Current Vers: 2a
|
|
Maintainer: John Hauser <jhauser@jhauser.us>
|
|
Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html
|
|
Home Page: http://www.jhauser.us/arithmetic/TestFloat.html
|
|
Mailing List:
|
|
Responsible: ross
|
|
License: BSD (4-clause)
|
|
Notes:
|
|
|
|
Package: texinfo
|
|
Version: 4.8
|
|
Current Vers: 4.13
|
|
Maintainer: FSF
|
|
Archive Site: ftp://ftp.gnu.org/gnu/texinfo/
|
|
Home Page: http://www.gnu.org/software/texinfo/
|
|
Mailing List: bug-texinfo@gnu.org
|
|
Responsible: wiz
|
|
License: GPLv2 (4.9 is GPLv3)
|
|
Notes:
|
|
Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree
|
|
for the import.
|
|
|
|
Package: top
|
|
Version: 3.8beta1
|
|
Current Vers: 3.8beta1
|
|
Maintainer: William LeFebvre <wnl@groupsys.com>
|
|
Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz
|
|
Home Page: http://www.unixtop.org/
|
|
Mailing List: top-spinners@ocee.groupsys.com
|
|
Responsible: simonb, christos
|
|
License: BSD (2-clause)
|
|
Notes:
|
|
|
|
Package: traceroute
|
|
Version: 1.4a5
|
|
Current Vers: 1.4a12
|
|
Maintainer: traceroute@ee.lbl.gov
|
|
Archive Site: ftp://ftp.ee.lbl.gov/
|
|
Home Page: http://ftp.ee.lbl.gov/
|
|
Mailing List:
|
|
Responsible:
|
|
License: BSD (4-clause)
|
|
Notes:
|
|
|
|
Package: tz
|
|
Version: tzcode2004a / tzdata2008i
|
|
Current Vers: tzcode2008h / tzdata2008i
|
|
Maintainer: Arthur David Olson <ado@elsie.nci.nih.gov>
|
|
Archive Site: ftp://elsie.nci.nih.gov/pub/
|
|
Home Page:
|
|
Mailing List: tz@elsie.nci.nih.gov
|
|
Responsible: kleink
|
|
License: Public domain
|
|
Notes:
|
|
Use src/lib/libc/time/tzcode2netbsd to prepare the source tree
|
|
for import.
|
|
|
|
Package: wpa_supplicant/hostapd
|
|
Version: 0.6.4
|
|
Current Vers: 0.6.4
|
|
Maintainer: Jouni Malinen <jkmaline@cc.hut.fi>
|
|
Archive Site: http://hostap.epitest.fi/releases/
|
|
Home Page: http://hostap.epitest.fi/wpa_supplicant/
|
|
Mailing List:
|
|
Responsible: scw, dyoung, christos
|
|
License: BSD or GPLv2
|
|
Notes:
|
|
See /usr/src/dist/wpa/NetBSD-upgrade for update instructions.
|
|
|
|
Package: XFree86
|
|
Version: 4.5.0
|
|
Current Vers: 4.8.0
|
|
Maintainer: XFree86 Project, Inc.
|
|
Archive Site: ftp://ftp.xfree86.org/pub/XFree86/
|
|
Home Page: http://www.xfree86.org/
|
|
Mailing List: devel@xfree86.org
|
|
Responsible: tron
|
|
License: XFree
|
|
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.
|
|
|
|
Package: Xorg
|
|
Version: 7.0
|
|
Current Vers: 7.0
|
|
Maintainer: The X.Org Foundation
|
|
Archive Site: http://xorg.freedesktop.org/releases/X11R7.0/src/
|
|
Home Page: http://www.x.org/
|
|
Mailing List: xorg@lists.freedesktop.org
|
|
Responsible: macallan
|
|
License: XFree
|
|
Notes: This is the modular branch tagged as XORG-7_0 pulled from
|
|
xorg's cvs repository.
|
|
|
|
Package: zlib
|
|
Version: 1.2.3
|
|
Current Vers: 1.2.3
|
|
Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org>
|
|
Archive Site: http://www.zlib.net/
|
|
Home Page: http://www.zlib.net/
|
|
Mailing List:
|
|
Responsible: gwr, tron, christos
|
|
License: BSD (3-clause)
|
|
Notes:
|
|
Imported to src/common/dist/zlib and shared by the kernel and userland.
|
|
|
|
Package: services, protocols
|
|
Version: 2007-06-14
|
|
Current Vers: 2007-06-14
|
|
Maintainer: IANA
|
|
Archive Site: http://www.iana.org/assignments/
|
|
Home Page: http://www.iana.org
|
|
Mailing List:
|
|
Responsible: christos
|
|
License: None
|
|
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
|
|
|
|
Package: mesa-drm
|
|
Version: git 2580a065d81be645a14af1e91b8441f7e72fcbe4
|
|
Current Vers:
|
|
Maintainer: mesa-git@?
|
|
Archive Site: git://anongit.freedesktop.org/git/mesa/drm
|
|
Home Page:
|
|
Mailing List:
|
|
Responsible: mrg, bjs
|
|
License: BSD
|
|
Notes:
|
|
Imported all except for linux-core into src/sys/external/bsd/drm/dist.
|