3RDPARTY revision 1.159
1# $NetBSD: 3RDPARTY,v 1.159 2003/12/01 08:41:46 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: 20031029 29Current Vers: 20031029 30Maintainer: INTEL 31Archive Site: http://developer.intel.com/technology/IAPC/acpi/downloads.htm 32Mailing List: acpi-devel@lists.sourceforge.net 33Responsible: kanaoka,kochi 34Notes: 35The sources were integrated into src/sys/dev/acpi/acpica/Subsystem. 36 37Package: am-utils [amd] 38Version: 6.1b2 39Current Vers: 6.1b4 40Maintainer: Erez Zadok <ezk@cs.columbia.edu> 41Archive Site: ftp://shekel.mcl.cs.columbia.edu/pub/am-utils/ 42Mailing List: amd-dev 43Responsible: christos 44Notes: 45Amd2netbsd script to convert to BSD make system and remove unneeded files. 46 47Package: bc 48Version: 1.06 49Current Vers: 1.06 50Maintainer: Phil Nelson <phil@cs.wwu.edu> 51Archive Site: ftp://ftp.gnu.org/gnu/bc/ 52Mailing List: bug-bc@gnu.org 53Responsible: phil, simonb 54Notes: 55bc includes dc, both of which are in the NetBSD tree. 56 57Package: bind/named 58Version: 8.3.6 59Current Vers: 4.9.11/8.3.6/8.4.1/9.2.2 60Maintainer: Paul Vixie <vixie@vix.com> 61Archive Site: ftp://ftp.isc.org/isc/bind/ 62Mailing List: 63Responsible: vixie, itojun 64Notes: 65bind2netbsd script to import into src/dist/bind. 66The Makefiles in src/usr.sbin/bind are not handled by the script. 67do not try to use libc resolver from src/usr.sbin/bind, it adds 68too much constraint between bind and libc, as well as problem with 69_res declaration differences. DNSSEC portion is disabled. 70On switching to BIND9: waiting for the release of 9.3.x, as 9.2.x has some 71issues (A6 queries for glue, for instance). 72 73Package: bind/resolver 74Version: 4.9.11 75Current Vers: 4.9.11/8.3.6/8.4.1/9.2.2 76Maintainer: Paul Vixie <vixie@vix.com> 77Archive Site: ftp://ftp.isc.org/isc/bind/ 78Mailing List: 79Responsible: vixie 80Notes: 81Mostly imported with cvs import. Makefile's, etc, are not. 82upgrade to BIND8 resolver can only happen with libc major bump (otherwise 83it needs too much effort). Reasons: (1) need to support binaries that use 84BIND4 resolver API (res_init), and need to support BIND8 API. we practically 85need to maintain both BIND4 _res and BIND8 _res. (2) amount of local changes. 86nsswitch/nsdispatch need to be reimplemented. 87 88Package: binutils/gas 89Version: 1.92.3/2.13.2.1 90Current Vers: 2.14 91Maintainer: FSF 92Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 93Mailing List: bug-gnu-utils@gnu.org 94Responsible: thorpej 95Notes: 96Version 1.92.3 still in-tree for historical reasons, but unused. 97 98Package: binutils/ld 99Version: ???/2.13.2.1 100Current Vers: 2.14 101Maintainer: FSF 102Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 103Mailing List: bug-gnu-utils@gnu.org 104Responsible: thorpej 105Notes: 106Version ??? still in-tree for historical reasons, but unused. 107 108Package: binutils/misc 109Version: 2.13.2.1 110Current Vers: 2.14 111Maintainer: FSF 112Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 113Mailing List: bug-gnu-utils@gnu.org 114Responsible: thorpej, mrg 115Notes: 116 117Package: bsd-family-tree 118Version: 1.73 119Current Vers: 1.73 120Maintainer: n/a 121Archive Site: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree 122Mailing List: 123Responsible: itojun 124Notes: 125 126Package: bzip2 127Version: 1.0.2 128Current Vers: 1.0.2 129Maintainer: Julian Seward <jseward@acm.org> 130Archive Site: http://sources.redhat.com/bzip2/ 131Mailing List: 132Responsible: 133Notes: 134See /usr/src/dist/bzip2/bzip2netbsd for update instructions. 135 136Package: Citrus XPG4DL 137Version: ? 138Current Vers: ? 139Maintainer: Citrus 140Archive Site: http://citrus.bsdclub.org/ 141Mailing List: bsd-locale@hauN.org 142Responsible: itojun, tshiozak 143Notes: 144language C multilingualization support suite using wchar_t and other standards. 145minoura_xpg4dl branch has work-in-progress integration (a little bit dated, 146need update). 147main trunc has Citrus code in the following places: 148- src/lib/libc/locale, LC_CTYPE: 20010125 with lots of cleanup 149 (singlebyte only - multibyte will come shortly) 150- src/lib/libintl: 20010216 snapshot from cvs tree 151 152Package: cron 153Version: 3.0 154Current Vers: 3.0 155Maintainer: Paul Vixie <vixie@vix.com> 156Archive Site: ftp://ftp.vix.com/pub/vixie/cron-3.0/ 157Mailing List: 158Responsible: 159Notes: 160ftp://ftp.isc.org/isc/cron/cron_4.0_b1.shar is available, aparently 161there's also a version in the works that has all changes from *BSD and Linux. 162 163Package: cvs 164Version: 1.11.5 165Current Vers: 1.11.9/1.12.1 166Maintainer: cvshome 167Archive Site: ftp://ftp.cvshome.org/pub/ 168Mailing List: bug-cvs@gnu.org 169Responsible: Christos Zoulas <christos@NetBSD.org>, wiz 170Notes: 171Use src/gnu/dist/cvs/cvs2netbsd for preparing the source tree 172for the import. 173 174Package: db 175Version: 1.85 176Current Vers: 1.86/4.1.25 177Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu> 178Archive Site: http://www.sleepycat.com/products.html 179Mailing List: 180Responsible: 181Notes: 182Note that we cannot use db 2.x for license reasons. 183Three bug fixes against 1.85 sent back to bostic. Changes to 184man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious). 185Import of DB 1.85 was done via a sh script which converted the 186distribution into the netbsd format. The script can be found in 187src/lib/libc/db/db2netbsd. 188 189Package: dhcp 190Version: 3.0.1rc11 191Current Vers: 3.0pl2/3.0.1rc12 192Maintainer: Ted Lemon <mellon@NetBSD.org> 193Archive Site: ftp://ftp.isc.org/isc/dhcp/ 194Mailing List: dhcp-server@isc.org 195Mailing List: dhcp-client@isc.org 196Mailing List: dhcp-announce@isc.org 197Mailing List: dhcp-bugs@isc.org 198Responsible: mellon 199Notes: 200No changes for NetBSD integration - just import the new distribution on 201top of the current tree. 202 203Package: diffutils 204Version: 2.8.1 205Current Vers: 2.8.1 206Maintainer: FSF 207Archive Site: ftp://ftp.gnu.org/gnu/diffutils/ 208Mailing List: bug-gnu-utils@gnu.org 209Responsible: wiz 210Notes: 211Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree 212for the import. 213 214Package: dtoa.c 215Version: Jan 4, 1995 216Current Vers: Feb 7, 2001 217Maintainer: David M. Gay <dmg@bell-labs.com> 218Archive Site: ftp://netlib.lucent.com/netlib/fp/ 219Mailing List: none 220Responsible: 221Notes: 222Added conditionals to automagically determine type and endianness of 223FP numbers. Added ULong type (but Gay says he'll adopt that change 224for the next release). 225 226Package: file 227Version: 4.06 228Current Vers: 4.06 229Maintainer: Christos Zoulas <christos@zoulas.com> 230Archive Site: ftp://ftp.astron.com/pub/file/ 231Mailing List: file@mx.gw.com 232Responsible: christos, pooka 233Notes: 234 235Package: flex 236Version: 2.5.4 237Current Vers: 2.5.4a/2.5.31 238Maintainer: Vern Paxson <vern@ee.lbl.gov> 239Archive Site: ftp://ftp.gnu.org/gnu/non-gnu/flex/ 240Mailing List: 241Responsible: mikel 242Notes: 243flex 2.5.4a contains only copyright notice changes over version 2.5.4; 244internally not even the version number changed. 245Newer flex will be found in: 246 http://sourceforge.net/projects/lex/ 247 248Package: gawk 249Version: 3.1.3 250Current Vers: 3.1.3 251Maintainer: Arnold Robbins <arnold@skeeve.atl.ga.us>, 252Maintainer: David Trueman <david@cs.dal.ca> 253Archive Site: ftp://ftp.gnu.org/gnu/gawk/ 254Mailing List: bug-gawk@gnu.org 255Responsible: 256Notes: 257Should look at ATT awk as a replacement for this. A download link 258is available at http://cm.bell-labs.com/who/bwk/ 259See also nawk entry below. 260 261Package: gcc 262Version: 2.95.3/3.3.2 263Current Vers: 3.3.2 264Maintainer: cygnus 265Archive Site: ftp://ftp.gnu.org/gnu/gcc/ 266Mailing List: gcc-bugs@gnu.org 267Responsible: thorpej, mrg 268Notes: 269 270Package: gdb 271Version: 5.3 272Current Vers: 6.0 273Maintainer: FSF 274Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 275Mailing List: bug-gdb@gnu.org 276Responsible: thorpej, mrg 277Notes: 278 279Package: gettext 280Version: 0.10.35 281Current Vers: 0.12.1 282Maintainer: FSF 283Archive Site: ftp://ftp.gnu.org/gnu/gettext/ 284Mailing List: bug-gnu-utils@gnu.org 285Responsible: itojun 286Notes: 287GNU gettext is used for userland tools like msgfmt(1) only. For libintl, 288we use BSD-licensed implementation from Citrus project (see entry for 289"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 2900.11.x introduced new file format with file format revision >= 1, while our 291BSD-licensed libintl supports revision 0 only. Therefore, we cannot upgrade 292to 0.11.x until we add support for new file format. 293 294Package: grep 295Version: 2.5.1 296Current Vers: 2.5.1 297Maintainer: FSF 298Archive Site: ftp://ftp.gnu.org/gnu/grep/ 299Mailing List: bug-gnu-utils@gnu.org 300Responsible: simonb, wiz 301Notes: 302Use src/gnu/dist/grep/grep2netbsd for preparing the source tree 303for the import. 304Note that a non-gnu grep has been floated on the mailing lists 305(tech-userlevel, fall 1999), and may bear examination. 306The grep will be found in: 307 http://www.vocito.com/downloads/software/grep/ 308 309Package: groff 310Version: 1.19 311Current Vers: 1.19 312Maintainer: James Clark/FSF 313Archive Site: ftp://ftp.gnu.org/gnu/groff/ 314Mailing List: bug-groff@gnu.org 315Responsible: wiz 316Notes: 317Use groff2netbsd from src/gnu/dist/groff to prepare the distribution 318for import. 319 320Package: gzip 321Version: 1.2.4a 322Current Vers: 1.2.4a 323Maintainer: Jean-loup Gailly <gzip@gnu.org> 324Archive Site: ftp://ftp.gnu.org/gnu/gzip/ 325Mailing List: bug-gzip@gnu.org 326Responsible: atatat 327Notes: 328 329Package: heimdal 330Version: 0.6 331Current Vers: 0.6 332Maintainer: Heimdal <heimdal@pdc.kth.se> 333Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/ 334Mailing List: heimdal-discuss@pdc.kth.se 335Responsible: assar, joda, lha 336Notes: 337 338Package: hunt 339Version: 2003-04-16 340Current Vers: 2003-04-16 341Maintainer: ? 342Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z 343Responsible: mrg 344Notes: 345 346Package: ip-filter 347Version: 3.4.29 348Current Vers: 3.4.32 349Maintainer: Darren Reed 350Archive Site: http://www.ipfilter.org/ 351Mailing List: ipfilter@postbox.anu.edu.au 352Responsible: darrenr, mike, martti 353Notes: 354ipf2netbsd should be used on a virgin ipfilter source tree. 355 356Package: KAME IPv6 357Version: KAME/NetBSD SNAP kit 358Current Vers: KAME/NetBSD SNAP kit (shipped every week) 359Maintainer: KAME Project <kame@kame.net> 360Archive Site: http://www.kame.net/ 361Mailing List: snap-users@kame.net 362Responsible: itojun 363Notes: 364IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 365more conservative implementation policy. 366IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 367Please do not make too many diff-unfriendly changes (like indentation change, 368KNF police). We need to take diffs across KAME snapshots on upgrades. 369To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 370in sys/netinet6/in6.h. No script is available for upgrades. 371"KAME" branch is used for kernel merge work purposes. 372http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 373among KAME/*BSD, *BSD-current and recent *BSD releases. 374 375Package: KAME racoon 376Version: KAME/NetBSD current Jul 12 2003 377Current Vers: KAME/NetBSD SNAP kit (shipped every week) 378Maintainer: KAME Project <kame@kame.net> 379Archive Site: http://www.kame.net/ 380Mailing List: snap-users@kame.net 381Responsible: itojun 382Notes: 383Please minimize # of local changes. All changes should go back to KAME 384repository. Please contact itojun if you want to put changes. 385 386Package: krb4 387Version: 1.2 388Current Vers: 1.2.2 389Maintainer: kth-krb@pdc.kth.se 390Archive Site: ftp://ftp.pdc.kth.se/pub/krb/src/ 391Mailing List: krb4@sics.se 392Responsible: assar, joda 393Notes: 394 395Package: less 396Version: less381 397Current Vers: less381 398Maintainer: Mark Nudleman <marknu@flash.net> 399Archive Site: ftp://ftp.gnu.org/gnu/less/ 400Mailing List: 401Responsible: mrg 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/ 415Responsible: garbled 416Notes: 417Initial port to netbsd curses was done by mycroft. This is a heavily 418modified version of the released CDK 4.9.9. The current version has been 419taken over by the Ncurses people, and has a number of changes to it. It 420might be worthwhile to import at some future date, but for now we should 421leave it alone. (garbled 1/4/2001) 422 423Package: libpcap 424Version: 0.4 425Current Vers: 0.7.2 426Maintainer: tcpdump-workers@tcpdump.org 427Archive Site: http://www.tcpdump.org/release/ 428Mailing List: tcpdump-workers@tcpdump.org 429Responsible: itojun 430Notes: 431 432Package: libwrap 433Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes 434Current Vers: tcp_wrappers 7.6-ipv6.1 435Maintainer: Wietse Venema <wietse@porcupine.org> 436Archive Site: ftp://ftp.porcupine.org/pub/security/ 437Mailing List: 438Responsible: cjs, itojun 439Notes: 440We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 441under src/usr.sbin). We don't use tcpd; that functionality is built 442into inetd. The provided libwrap2netbsd script handles just libwrap. 443 444Package: mopd 445Version: 2.5.3 446Current Vers: 2.5.3 447Maintainer: Mats O Jansson <maja@celsiustech.se> 448Archive Site: ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/ 449Mailing List: 450Responsible: cjs 451Notes: 452Delete the otherOS directory before importing. 453 454Package: nawk 455Version: 2003-07-29 456Current Vers: 2003-07-29 457Maintainer: Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies) 458Archive Site: http://cm.bell-labs.com/who/bwk/ 459Mailing List: 460Responsible: jdolecek 461Notes: 462We still use gawk as the system awk. nawk is here for evaluation only for now. 463Build maketab from nawk sources and generate proctab.c. 464Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import 465to src/dist/nawk. 466 467Package: ndbootd 468Version: 0.5 469Current Vers: 0.5 470Maintainer: Matt Fredette <fredette@alum.mit.edu> 471Archive Site: http://mit.edu/fredette/www/ndbootd/ 472Responsible: fredette 473Notes: 474Run ./configure, save config.h, make distclean, rm all autoconf/automake 475and ndbootd-raw.c. Restore saved config.h, and force it to define 476HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 477 478Package: nvi 479Version: 1.79nb10 480Current Vers: 1.79 481Maintainer: Keith Bostic <bostic@bsdi.com> 482Archive Site: ftp://ftp.bostic.com/pub/ 483Mailing List: 484Responsible: aymeric 485Notes: 4861.79 is probably the last version we will import. Nvi is now moving towards 487X11 support and other things we don't want. 488 489Package: ntp 490Version: 4.0.99i 491Current Vers: 4.2.0 492Maintainer: David L. Mills <mills@udel.edu> 493Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/ 494Mailing List: 495Responsible: simonb, jonathan 496Notes: 497See /usr/src/dist/ntp/ntp2netbsd for update instructions. 498NOTE: As of 20010405 -current includes a fix for the "ntpdx" root 499exploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches. 500 501Package: OpenSSH 502Version: 3.6.1 around 20030403 503Current Vers: 3.7.1 / portable 3.7.1p2 504Maintainer: OpenSSH 505Archive Site: http://www.openssh.com/ftp.html 506Mailing List: openssh-unix-announce@mindrot.org 507Responsible: thorpej, jwise, itojun 508Notes: 509imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH) 510into crypto/dist/openssh. use openssh2netbsd before import. 511local changes (should always try to bring them back to master openssh tree, 512markus is very cooperative about it): 513- default for PermitRootLogin is set to "no" 514- IgnoreRootRhosts added 515- look at login.conf to check valid user/access list 516- ssh{,d}_config -> ssh{,d}.conf (can't bring it back) (1.5 branch only) 5171.5 branch uses /etc for configuration files, while current/1.6 uses /etc/ssh. 518http://www.openbsd.org/advisories/ssh_channelalloc.txt is integrated 519manually to 1.5 branch. version date "20020307" identifies the fix. 520http://www.openssh.com/txt/preauth.adv is integrated manually to 1.5 branch. 521version date "20020626" identifies the fix. 522official openssh releases dropped kerberosIV support already, therefore 523if we need to keep it we need to maintain it ourselves. 524 525Package: OpenSSL 526Version: 0.9.6g + security fix/0.9.7c 527Current Vers: 0.9.6l/0.9.7c 528Maintainer: The OpenSSL Project 529Archive Site: ftp://ftp.openssl.org/source/ 530Mailing List: openssl-announce@openssl.org 531Responsible: mcr, thorpej, itojun 532Notes: 533modified internal types to u_int32_t and alike, for non-32bit friendliness. 534removed #ifdefs in header files so that they do not affect ABI. 535on RC5/IDEA/MDC2 handling, please see the note from itojun on 9/29/2000, 536to tech-security. 537crypto/dist/openssl/openssl-unifdef.pl strips off most of #if in headers 538(should be done after the import - for some of the past imports done before 539import by mistake). 540 541Package: pdisk 542Version: 0.8a2 543Current Vers: 0.8a2 544Maintainer: Eryk Vershen <eryk@cfcl.com> 545Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 546Mailing List: 547Responsible: dbj 548Notes: 549This is the disk partition utility used by Apple's mkLinux and osX 550It is imported into dist/pdisk, with a reachover makefile in 551src/sbin/pdisk builds for macppc and mac68k. 552 553Package: pdksh 554Version: 5.2.14p2 555Current Vers: 5.2.14p2 556Maintainer: Michael Rendell <michael@cs.mun.ca> 557Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/ 558Mailing List: 559Responsible: 560pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 561 562Package: ping 563Version: 980911 564Current Vers: 980911 565Maintainer: Vernon Schryver <vjs@rhyolite.com> 566Archive Site: ftp://ftp.rhyolite.com/src/ 567Mailing List: 568Responsible: christos@NetBSD.org 569Notes: 570We use err() and friends. We have changes for snprintf, extra 571formating in man pages, disallowing flood pinging, alignment fixes, 572and more. 573 574Package: postfix 575Version: 2.0.6 576Current Vers: 2.0.16 577Maintainer: Wietse Venema <wietse@porcupine.org> 578Archive Site: ftp://postfix.cloud9.net/official/ 579Mailing List: postfix-users@postfix.org 580Responsible: perry@NetBSD.org, itojun@NetBSD.org 581Notes: 582 583Package: ppp 584Version: 2.4.1 585Current Vers: 2.4.1 586Maintainer: Paul Mackerras <paulus@samba.org> 587Archive Site: ftp://ftp.samba.org/pub/ppp/ 588CVS root: :pserver:cvs@pserver.samba.org:/cvsroot (password: cvs) 589Mailing List: 590Responsible: christos@NetBSD.org 591Notes: 592BSD support was removed from 2.4.0; I added it back and removed 593some GPL pieces. Multilink support is missing. Repeated pings to 594Paulus have not yielded results. I've retrofitted pppdump to use 595our zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 596is clearly a pain. I have not tested the modules code, neither our 597makefiles make it easy to construct a module, but I left one there 598as an example. 599CMU copyright clause was updated to follow 600http://www.monkey.org/openbsd/archive/tech/0207/msg00005.html. 601Australian National University copyright clause was updated. 602Eric Rosenquist copyright clause was updated. 603 604Package: rcs 605Version: 5.7 606Current Vers: 5.7 607Maintainer: FSF 608Archive Site: ftp://ftp.gnu.org/gnu/rcs/ 609Mailing List: bug-gnu-utils@gnu.org 610Responsible: mycroft 611Notes: 612Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 613 614Package: root.cache 615Version: 2002110501 (Nov 05, 2002) 616Current Vers: 2002110501 (Nov 05, 2002) 617Maintainer: InterNIC 618Archive Site: ftp://ftp.internic.net/domain/named.root 619Mailing List: 620Responsible: perry, thorpej 621Notes: 622The root server cache is also included with BIND. However, the 623InterNIC version is usually more up to date. 624 625Package: routed 626Version: 2.27 627Current Vers: 2.27 628Maintainer: Vernon Schryver <vjs@rhyolite.com> 629Archive Site: ftp://ftp.rhyolite.com/src/ 630Mailing List: 631Responsible: christos@NetBSD.org 632Notes: 633We use the md5 code from libc 634We don't allow RIP_TRACEON and RIP_TRACEOFF 635 636Package: send-pr (part of GNATS) 637Version: 3.95 638Current Vers: 4.0 639Maintainer: FSF 640Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 641Mailing List: bug-gnats@gnu.org 642Responsible: 643Notes: 644 645Package: sendmail 646Version: 8.12.9 647Current Vers: 8.12.10 648Maintainer: Eric P. Allman 649Archive Site: ftp://ftp.sendmail.org/pub/sendmail/ 650Mailing List: 651Responsible: atatat@NetBSD.org 652Notes: 653use gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags. 654local changes: 655- do not reverse-resolve link-local addresses 656- syslog args change 657 658Package: SoftFloat 659Version: 2a 660Current Vers: 2b 661Maintainer: John Hauser <jhauser@jhauser.us> 662Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 663Mailing List: 664Responsible: bjh21 665Notes: 666Heavily modified for use as a soft float library for GCC. The actual 667arithmetic code is unchanged, though, and should behave exactly like the 668original. 669 670Package: tcpdump 671Version: 3.7.1 as of 2002/5/31 672Current Vers: 3.7.2 673Maintainer: tcpdump-workers@tcpdump.org 674Archive Site: http://www.tcpdump.org/release/ 675Mailing List: tcpdump-workers@tcpdump.org 676Responsible: itojun 677Notes: 678Code will be imported into src/dist/tcpdump. Changes have to go back to 679tcpdump.org. 680 681Package: termcap.src 682Version: 9.13.25 683Current Vers: 11.0.1 684Maintainer: Eric S. Raymond <terminfo@ccil.org> 685Archive Site: http://www.catb.org/~esr/terminfo/ 686Mailing List: 687Responsible: 688Notes: 689 690Package: TestFloat 691Version: 2a 692Current Vers: 2a 693Maintainer: John Hauser <jhauser@jhauser.us> 694Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html 695Mailing List: 696Responsible: ross 697Notes: 698 699Package: texinfo 700Version: 4.6 701Current Vers: 4.6 702Maintainer: FSF 703Archive Site: ftp://ftp.gnu.org/gnu/texinfo/ 704Mailing List: bug-texinfo@gnu.org 705Responsible: wiz 706Notes: 707Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree 708for the import. 709 710Package: top 711Version: 3.5beta9 712Current Vers: 3.5b12.7 713Maintainer: William LeFebvre <wnl@groupsys.com> 714Archive Site: ftp://ftp.groupsys.com/pub/top/ 715Mailing List: top-spinners@ocee.groupsys.com 716Responsible: simonb 717Notes: 718Remove all non-current NetBSD machine definitions and man page 719extensions in machine/ before importing. 720After importing, run: 721 ./Configure <netbsd-module-name> 722 rm machine/*.desc Make.desc SYNOPSIS machine.c 723 cvs commit -m "Update ./Configure'd files." top.local.h top.1 724 725Package: traceroute 726Version: 1.4a5 727Current Vers: 1.4a12 728Maintainer: traceroute@ee.lbl.gov 729Archive Site: ftp://ftp.ee.lbl.gov/ 730Mailing List: 731Responsible: 732Notes: 733 734Package: tz 735Version: tzcode2003d / tzdata2003d 736Current Vers: tzcode2003d / tzdata2003d 737Maintainer: Arthur David Olson <ado@elsie.nci.nih.gov> 738Archive Site: ftp://elsie.nci.nih.gov/pub/ 739Mailing List: tz@elsie.nci.nih.gov 740Responsible: kleink 741Notes: 742Use src/lib/libc/time/tzcode2netbsd to prepare the source tree 743for import. 744 745Package: uucp 746Version: 1.06.1 747Current Vers: 1.07 748Maintainer: Ian Lance Taylor <ian@airs.com> 749Archive Site: ftp://ftp.gnu.org/gnu/uucp/ 750Mailing List: taylor-uucp@cirr.com 751Responsible: jtk 752Notes: 753 754Package: XFree86 755Version: 3.3.6/4.3.0 756Current Vers: 3.3.6/4.3.0 757Maintainer: XFree86 consortium 758Archive Site: ftp://ftp.xfree86.org/pub/XFree86/ 759Mailing List: 760Responsible: tron 761Notes: 7623.3.6: 763- Security patches from OpenBSD SA 2000-021 are merged into the tree. 764- Fix 01-08 from the xfree86 fixes directory are merged into the tree. 765- imported changes from 3.3.6 branch on 2001-03-05 7664.x: 767 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript 768 files which we don't need in our tree. 769 ALL changes must be sent back to the XFree86 repository. Patches should 770 be sent to patch@XFree86.org. 771 772Package: zlib 773Version: 1.1.4 774Current Vers: 1.1.4 775Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 776Archive Site: http://www.gzip.org/zlib/ 777Mailing List: 778Responsible: gwr, tron 779Notes: 780The sources were integrated into src/lib/libz as usual on *nix, 781and partially duplicated under src/sys/lib/libz for the kernel. 782The header zconf.h was "boiled down" to the minimum for *BSD. 783The Makefile is completely new (*BSD style, of course). Lastly, 784the file gzio.c was changed to allow -DNO_DEFLATE to eliminate 785all references to deflate.c and friends, which permits building 786a really small zcat implementation. (src/distrib/utils/zcat) 787 788Package: Vinum 789Version: 2003-10-10 790Current: 2003-10-10 791Maintainer: grog 792URL: http://www.vinumvm.org/ 793Archive Site: none 794Mailing List: vinum-devel@auug.org.au 795CVS location: none 796Responsible: grog 797Notes: 798 Based on a NetBSD-specific version generated on the fly. This 799 should remain effectively identical to the NetBSD branch 800 except during testing. 801