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