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