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