1# $NetBSD: 3RDPARTY,v 1.118 2003/07/10 07:10:42 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 Nov 20 2002 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 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). 534 535Package: pdisk 536Version: 0.8a2 537Current Vers: 0.8a2 538Maintainer: Eryk Vershen <eryk@cfcl.com> 539Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 540Mailing List: 541Responsible: dbj 542Notes: 543This is the disk partition utility used by Apple's mkLinux and osX 544It is imported into dist/pdisk, with a reachover makefile in 545src/sbin/pdisk builds for macppc and mac68k. 546 547Package: pdksh 548Version: 5.2.14p2 549Current Vers: 5.2.14p2 550Maintainer: Michael Rendell <michael@cs.mun.ca> 551Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/ 552Mailing List: 553Responsible: 554pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 555 556Package: ping 557Version: 980911 558Current Vers: 980911 559Maintainer: Vernon Schryver <vjs@rhyolite.com> 560Archive Site: ftp://ftp.rhyolite.com/src/ 561Mailing List: 562Responsible: christos@netbsd.org 563Notes: 564We use err() and friends. We have changes for snprintf, extra 565formating in man pages, disallowing flood pinging, alignment fixes, 566and more. 567 568Package: postfix 569Version: 2.0.6 570Current Vers: 2.0.13 571Maintainer: Wietse Venema <wietse@porcupine.org> 572Archive Site: ftp://postfix.cloud9.net/official/ 573Mailing List: postfix-users@postfix.org 574Responsible: perry@netbsd.org, itojun@netbsd.org 575Notes: 576 577Package: ppp 578Version: 2.4.1 579Current Vers: 2.4.1 580Maintainer: Paul Mackerras <paulus@samba.org> 581Archive Site: ftp://ftp.samba.org/pub/ppp/ 582CVS root: :pserver:cvs@pserver.samba.org:/cvsroot (password: cvs) 583Mailing List: 584Responsible: christos@netbsd.org 585Notes: 586BSD support was removed from 2.4.0; I added it back and removed 587some GPL pieces. Multilink support is missing. Repeated pings to 588Paulus have not yielded results. I've retrofitted pppdump to use 589our zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 590is clearly a pain. I have not tested the modules code, neither our 591makefiles make it easy to construct a module, but I left one there 592as an example. 593CMU copyright clause was updated to follow 594http://www.monkey.org/openbsd/archive/tech/0207/msg00005.html. 595Australian National University copyright clause was updated. 596Eric Rosenquist copyright clause was updated. 597 598Package: rcs 599Version: 5.7 600Current Vers: 5.7 601Maintainer: FSF 602Archive Site: ftp://ftp.gnu.org/gnu/rcs/ 603Mailing List: bug-gnu-utils@gnu.org 604Responsible: mycroft 605Notes: 606Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 607 608Package: root.cache 609Version: 2002110501 (Nov 05, 2002) 610Current Vers: 2002110501 (Nov 05, 2002) 611Maintainer: InterNIC 612Archive Site: ftp://ftp.internic.net/domain/named.root 613Mailing List: 614Responsible: perry, thorpej 615Notes: 616The root server cache is also included with BIND. However, the 617InterNIC version is usually more up to date. 618 619Package: routed 620Version: 2.27 621Current Vers: 2.27 622Maintainer: Vernon Schryver <vjs@rhyolite.com> 623Archive Site: ftp://ftp.rhyolite.com/src/ 624Mailing List: 625Responsible: christos@netbsd.org 626Notes: 627We use the md5 code from libc 628We don't allow RIP_TRACEON and RIP_TRACEOFF 629 630Package: send-pr (part of GNATS) 631Version: 3.95 632Current Vers: 3.999.2 633Maintainer: FSF 634Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 635Mailing List: bug-gnats@gnu.org 636Responsible: 637Notes: 638 639Package: sendmail 640Version: 8.12.9 641Current Vers: 8.12.9 642Maintainer: Eric P. Allman 643Archive Site: ftp://ftp.sendmail.org/pub/sendmail/ 644Mailing List: 645Responsible: atatat@netbsd.org 646Notes: 647use gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags. 648local changes: 649- do not reverse-resolve link-local addresses 650- syslog args change 651 652Package: SoftFloat 653Version: 2a 654Current Vers: 2b 655Maintainer: John Hauser <jhauser@cs.berkeley.edu> 656Archive Site: http://HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/SoftFloat.html 657Mailing List: 658Responsible: bjh21 659Notes: 660Heavily modified for use as a soft float library for GCC. The actual 661arithmetic code is unchanged, though, and should behave exactly like the 662original. 663 664Package: tcpdump 665Version: 3.7.1 as of 2002/5/31 666Current Vers: 3.7.2 667Maintainer: tcpdump-workers@tcpdump.org 668Archive Site: http://www.tcpdump.org/release/ 669Mailing List: tcpdump-workers@tcpdump.org 670Responsible: itojun 671Notes: 672Code will be imported into src/dist/tcpdump. Changes have to go back to 673tcpdump.org. 674 675Package: termcap.src 676Version: 9.13.25 677Current Vers: 11.0.1 678Maintainer: Eric S. Raymond <terminfo@ccil.org> 679Archive Site: http://www.catb.org/~esr/terminfo/ 680Mailing List: 681Responsible: 682Notes: 683 684Package: TestFloat 685Version: 2a 686Current Vers: 2a 687Maintainer: John Hauser <jhauser@cs.berkeley.edu> 688Archive Site: http://HTTP.CS.Berkeley.EDU/~jhauser/arithmetic/TestFloat.html 689Mailing List: 690Responsible: ross 691Notes: 692 693Package: texinfo 694Version: 4.6 695Current Vers: 4.6 696Maintainer: FSF 697Archive Site: ftp://ftp.gnu.org/gnu/texinfo/ 698Mailing List: bug-texinfo@gnu.org 699Responsible: wiz 700Notes: 701Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree 702for the import. 703 704Package: top 705Version: 3.5beta9 706Current Vers: 3.5beta12 707Maintainer: William LeFebvre <wnl@groupsys.com> 708Archive Site: ftp://ftp.groupsys.com/pub/top/ 709Mailing List: top-spinners@ocee.groupsys.com 710Responsible: simonb 711Notes: 712Remove all non-current NetBSD machine definitions and man page 713extensions in machine/ before importing. 714After importing, run: 715 ./Configure <netbsd-module-name> 716 rm machine/*.desc Make.desc SYNOPSIS machine.c 717 cvs commit -m "Update ./Configure'd files." top.local.h top.1 718 719Package: traceroute 720Version: 1.4a5 721Current Vers: 1.4a12 722Maintainer: traceroute@ee.lbl.gov 723Archive Site: ftp://ftp.ee.lbl.gov/ 724Mailing List: 725Responsible: 726Notes: 727 728Package: tz 729Version: tzcode2002b / tzdata2003a 730Current Vers: tzcode2003a / tzdata2003a 731Maintainer: Arthur David Olson <ado@elsie.nci.nih.gov> 732Archive Site: ftp://elsie.nci.nih.gov/pub/ 733Mailing List: tz@elsie.nci.nih.gov 734Responsible: kleink 735Notes: 736Use src/lib/libc/time/tzcode2netbsd to prepare the source tree 737for import. 738 739Package: uucp 740Version: 1.06.1 741Current Vers: 1.07 742Maintainer: Ian Lance Taylor <ian@airs.com> 743Archive Site: ftp://ftp.gnu.org/gnu/uucp/ 744Mailing List: taylor-uucp@cirr.com 745Responsible: jtk 746Notes: 747 748Package: XFree86 749Version: 3.3.6/4.3.0 750Current Vers: 3.3.6/4.3.0 751Maintainer: XFree86 consortium 752Archive Site: ftp://ftp.xfree86.org/pub/XFree86/ 753Mailing List: 754Responsible: tron 755Notes: 7563.3.6: 757- Security patches from OpenBSD SA 2000-021 are merged into the tree. 758- Fix 01-08 from the xfree86 fixes directory are merged into the tree. 759- imported changes from 3.3.6 branch on 2001-03-05 7604.x: 761 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript 762 files which we don't need in our tree. 763 ALL changes must be sent back to the XFree86 repository. Patches should 764 be sent to patch@XFree86.org. 765 766Package: zlib 767Version: 1.1.4 768Current Vers: 1.1.4 769Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 770Archive Site: http://www.gzip.org/zlib/ 771Mailing List: 772Responsible: gwr, tron 773Notes: 774The sources were integrated into src/lib/libz as usual on *nix, 775and partially duplicated under src/sys/lib/libz for the kernel. 776The header zconf.h was "boiled down" to the minimum for *BSD. 777The Makefile is completely new (*BSD style, of course). Lastly, 778the file gzio.c was changed to allow -DNO_DEFLATE to eliminate 779all references to deflate.c and friends, which permits building 780a really small zcat implementation. (src/distrib/utils/zcat) 781