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