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