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