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