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