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