3RDPARTY revision 1.328
1# $NetBSD: 3RDPARTY,v 1.328 2005/04/29 15:31:55 christos 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: 20040211 29Current Vers: 20050309 30Maintainer: INTEL 31Archive Site: http://developer.intel.com/technology/IAPC/acpi/downloads.htm 32Mailing List: acpi-devel@lists.sourceforge.net 33Responsible: 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.1-rc2 [20050417] 40Current Vers: 6.1-rc2 41Maintainer: Erez Zadok <ezk@cs.columbia.edu> 42Archive Site: ftp://ftp.am-utils.org/pub/am-utils/ 43Mailing List: am-utils 44Responsible: christos 45Notes: 46Amd2netbsd script to convert to BSD make system and remove unneeded files. 47Fix symbolic links before import. 48Check src/usr.sbin/amd/include/config.h is correct after import. 49 50Package: bc 51Version: 1.06 52Current Vers: 1.06 53Maintainer: Phil Nelson <phil@cs.wwu.edu> 54Archive Site: ftp://ftp.gnu.org/gnu/bc/ 55Mailing List: bug-bc@gnu.org 56Responsible: phil, simonb 57Notes: 58bc includes dc, both of which are in the NetBSD tree. 59 60Package: bind/named 61Version: 9.3.0 62Current Vers: 4.9.11/8.3.7/8.4.2/9.3.0 63Maintainer: Paul Vixie <vixie@vix.com> 64Archive Site: ftp://ftp.isc.org/isc/bind9/ 65Mailing List: 66Responsible: vixie, itojun, christos 67Notes: 68First bind2netbsd script to import into src/dist/bind. 69The Makefiles in src/usr.sbin/bind are not handled by the script. 70Then binclude4netbsd script to import into src/usr.sbin/bind/include. 71Then include4netbsd script to import into src/include. 72Then libc4netbsd script to update the resolver in libc. 73Todo[1]: Update libresolv if needed. 74Todo[2]: A few files in libc/net were imported in the ISC branch but now 75 they are too different or do not exist anymore: 76 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c 77 Others like getaddrinfo.c could be merged with isc, but it seems 78 that ours is from a more recent version of KAME? 79Todo[3]: net/base64.c could be imported from bind and should be moved from 80 net to isc/base64.c. 81Todo[4]: Re-entrant functions of net/* 82 83Package: binutils 84Version: 2.15-20041204 85Current Vers: 2.15 86Maintainer: FSF 87Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 88Mailing List: bug-gnu-utils@gnu.org 89Responsible: thorpej, mrg 90Notes: 91 92Package: bsd-family-tree 93Version: 1.88 94Current Vers: 1.88 95Maintainer: n/a 96Archive Site: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree 97Mailing List: 98Responsible: itojun 99Notes: 100 101Package: bzip2 102Version: 1.0.2 103Current Vers: 1.0.2 104Maintainer: Julian Seward <jseward@acm.org> 105Archive Site: http://sources.redhat.com/bzip2/ 106Mailing List: 107Responsible: 108Notes: 109See /usr/src/dist/bzip2/bzip2netbsd for update instructions. 110 111Package: Citrus XPG4DL 112Version: ? 113Current Vers: ? 114Maintainer: Citrus 115Archive Site: http://citrus.bsdclub.org/ 116Mailing List: bsd-locale@hauN.org 117Responsible: itojun, tshiozak 118Notes: 119language C multilingualization support suite using wchar_t and other standards. 120The main development playground of Citrus is in NetBSD CVS, so you don't 121need to look for other CVS tree (like citrus CVS tree) 122main trunc has Citrus code in the following places: 123- src/lib/libc/locale, LC_CTYPE: single/multibyte support 124- src/lib/libintl: GNU libc compatible gettext(3) implementation. 125- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer 126- src/lib/libc/iconv: iconv(3) 127 128Package: cron 129Version: 3.0 130Current Vers: 3.0 131Maintainer: Paul Vixie <vixie@vix.com> 132Archive Site: ftp://ftp.vix.com/pub/vixie/cron-3.0/ 133Mailing List: 134Responsible: 135Notes: 136ftp://ftp.isc.org/isc/cron/cron_4.0_b1.shar is available, apparently 137there's also a version in the works that has all changes from *BSD and Linux. 138 139Package: cvs 140Version: 1.11.20 141Current Vers: 1.11.20/1.12.11 142Maintainer: cvshome 143Archive Site: ftp://ftp.cvshome.org/pub/ 144Mailing List: bug-cvs@gnu.org 145Responsible: Christos Zoulas <christos@NetBSD.org>, wiz 146Notes: 147Use src/gnu/dist/cvs/cvs2netbsd for preparing the source tree 148for the import. 149Do not forget to update gnu/usr.bin/cvs/include/config.h to match 150gnu/dist/cvs/config.h.in. 151If you want to upgrade to 1.12.XX, please talk to christos first. 152I have merged all the changes already. 153 154Package: db 155Version: 1.85 156Current Vers: 1.86/4.3.27 157Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu> 158Archive Site: http://www.sleepycat.com/products.html 159Mailing List: 160Responsible: 161Notes: 162Note that we cannot use db 2.x for license reasons. 163Three bug fixes against 1.85 sent back to bostic. Changes to 164man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious). 165Import of DB 1.85 was done via a sh script which converted the 166distribution into the netbsd format. The script can be found in 167src/lib/libc/db/db2netbsd. 168 169Package: dhcp 170Version: 3.0.1rc11 171Current Vers: 3.0.2 172Maintainer: Ted Lemon <mellon@NetBSD.org> 173Archive Site: ftp://ftp.isc.org/isc/dhcp/ 174Mailing List: dhcp-server@isc.org 175Mailing List: dhcp-client@isc.org 176Mailing List: dhcp-announce@isc.org 177Mailing List: dhcp-bugs@isc.org 178Responsible: mellon 179Notes: 180No changes for NetBSD integration - just import the new distribution on 181top of the current tree. 182 183Package: diffutils 184Version: 2.8.1 185Current Vers: 2.8.1 186Maintainer: FSF 187Archive Site: ftp://ftp.gnu.org/gnu/diffutils/ 188Mailing List: bug-gnu-utils@gnu.org 189Responsible: wiz 190Notes: 191Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree 192for the import. 193 194Package: dtoa.c 195Version: Jan 4, 1995 196Current Vers: Feb 7, 2001 197Maintainer: David M. Gay <dmg@bell-labs.com> 198Archive Site: ftp://netlib.lucent.com/netlib/fp/ 199Mailing List: none 200Responsible: 201Notes: 202Added conditionals to automagically determine type and endianness of 203FP numbers. Added ULong type (but Gay says he'll adopt that change 204for the next release). 205 206Package: file 207Version: 4.13 208Current Vers: 4.13 209Maintainer: Christos Zoulas <christos@zoulas.com> 210Archive Site: ftp://ftp.astron.com/pub/file/ 211Mailing List: file@mx.gw.com 212Responsible: christos, pooka 213Notes: 214 215Package: flex 216Version: 2.5.4 217Current Vers: 2.5.4a/2.5.31 218Maintainer: Vern Paxson <vern@ee.lbl.gov> 219Archive Site: ftp://ftp.gnu.org/gnu/non-gnu/flex/ 220Mailing List: 221Responsible: mikel 222Notes: 223flex 2.5.4a contains only copyright notice changes over version 2.5.4; 224internally not even the version number changed. 225Newer flex will be found in: 226 http://sourceforge.net/projects/lex/ 227 228Package: gcc 229Version: 2.95.3/3.3.3 230Current Vers: 4.0.0 231Maintainer: cygnus 232Archive Site: ftp://ftp.gnu.org/gnu/gcc/ 233Mailing List: gcc-bugs@gnu.org 234Responsible: thorpej, mrg 235Notes: 236before importing: 237 - delete all .cvsignore and .brik files 238 - delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar 239 240Package: gdb 241Version: 5.3 242Current Vers: 6.3 243Maintainer: FSF 244Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 245Mailing List: bug-gdb@gnu.org 246Responsible: thorpej, mrg 247Notes: 248 249Package: gettext 250Version: 0.14.4 251Current Vers: 0.14.4 252Maintainer: FSF 253Archive Site: ftp://ftp.gnu.org/gnu/gettext/ 254Mailing List: bug-gnu-utils@gnu.org 255Responsible: itojun 256Notes: 257GNU gettext is used for userland tools like msgfmt(1) only. For libintl, 258we use BSD-licensed implementation from Citrus project (see entry for 259"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 260 261Package: grep 262Version: 2.5.1 263Current Vers: 2.5.1 264Maintainer: FSF 265Archive Site: ftp://ftp.gnu.org/gnu/grep/ 266Mailing List: bug-gnu-utils@gnu.org 267Responsible: simonb, wiz 268Notes: 269Use src/gnu/dist/grep/grep2netbsd for preparing the source tree 270for the import. 271A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It 272needs some tuning before it can replace gnu grep. 273 (cf. http://www.vocito.com/downloads/software/grep/) 274 275Package: groff 276Version: 1.19.1 277Current Vers: 1.19.1 278Maintainer: Werner Lemberg/FSF 279Archive Site: ftp://ftp.gnu.org/gnu/groff/ 280Mailing List: bug-groff@gnu.org 281Responsible: wiz 282Notes: 283Use groff2netbsd from src/gnu/dist/groff to prepare the distribution 284for import. 285 286Package: heimdal 287Version: 0.6.2 288Current Vers: 0.6.4 289Maintainer: Heimdal <heimdal@pdc.kth.se> 290Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/ 291Mailing List: heimdal-discuss@pdc.kth.se 292Responsible: assar, joda, lha 293Notes: 294 295Package: hunt 296Version: 2003-04-16 297Current Vers: 2003-04-16 298Maintainer: ? 299Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z 300Responsible: mrg 301Notes: 302 303Package: ipf 304Version: 4.1.8 305Current Vers: 4.1.8 306Maintainer: Darren Reed 307Archive Site: http://coombs.anu.edu.au/~avalon/ 308Mailing List: ipfilter@postbox.anu.edu.au 309Responsible: darrenr, mike, martti 310Notes: 311ipf2netbsd should be used on a virgin ipfilter source tree. 312 313Package: ipsec-tools 314Version: 0.6-base 315Current Vers: 0.5 316Maintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net> 317Archive Site: http://ipsec-tools.sf.net 318Mailing List: ipsec-tools-devel@lists.sourceforge.net 319Responsible: manu 320Notes: 321Don't forget to remove .cvsignore files when importing newer versions 322 323Package: KAME IPv6 324Version: KAME/NetBSD SNAP kit 325Current Vers: KAME/NetBSD SNAP kit (shipped every week) 326Maintainer: KAME Project <kame@kame.net> 327Archive Site: http://www.kame.net/ 328Mailing List: snap-users@kame.net 329Responsible: itojun 330Notes: 331IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 332more conservative implementation policy. 333IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 334Please do not make too many diff-unfriendly changes (like indentation change, 335KNF police). We need to take diffs across KAME snapshots on upgrades. 336To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 337in sys/netinet6/in6.h. No script is available for upgrades. 338"KAME" branch is used for kernel merge work purposes. 339http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 340among KAME/*BSD, *BSD-current and recent *BSD releases. 341 342Package: krb4 343Version: 1.2 344Current Vers: 1.2.2 345Maintainer: kth-krb@pdc.kth.se 346Archive Site: ftp://ftp.pdc.kth.se/pub/krb/src/ 347Mailing List: krb4@sics.se 348Responsible: assar, joda 349Notes: 350 351Package: less 352Version: less381 353Current Vers: less382 354Maintainer: Mark Nudleman <markn@greenwoodsoftware.com> 355Archive Site: ftp://ftp.gnu.org/gnu/less/ 356Mailing List: 357Responsible: mrg 358Notes: 359Many changes to make less act as more when invoked as more. Beware. 360Use the src/usr.bin/less/less2netbsd script to prepare source tree 361for importation. Run ./configure before hand to generate "defines.h". 362Talk to mrg before importing any new version. (less 381's configure 363does not detect NetBSD has a sigset_t due to a bad test; this is fixed 364by hand in defines.h.) 365 366Package: libcdk 367Version: 4.9.9-20000407-myc3 368Current Vers: cdk-4.9.10-20000923 369Maintainer: mike@vexus.ca 370Archive Site: http://www.vexus.ca/products/CDK/ 371Responsible: garbled 372Notes: 373Initial port to netbsd curses was done by mycroft. This is a heavily 374modified version of the released CDK 4.9.9. The current version has been 375taken over by the Ncurses people, and has a number of changes to it. It 376might be worthwhile to import at some future date, but for now we should 377leave it alone. (garbled 1/4/2001) 378 379Package: libevent 380Version: 1.0c 381Current Vers: 1.0c 382Maintainer: Niels Provos <provos@citi.umich.edu> 383Archive Site: http://www.monkey.org/~provos/libevent/ 384Responsible: provos 385Notes: 386 387Package: libpcap 388Version: 0.8.3 389Current Vers: 0.8.3 390Maintainer: tcpdump-workers@tcpdump.org 391Archive Site: http://www.tcpdump.org/release/ 392Mailing List: tcpdump-workers@tcpdump.org 393Responsible: itojun,dyoung 394Notes: 395 396Package: libwrap 397Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes 398Current Vers: tcp_wrappers 7.6-ipv6.1 399Maintainer: Wietse Venema <wietse@porcupine.org> 400Archive Site: ftp://ftp.porcupine.org/pub/security/ 401Mailing List: 402Responsible: cjs, itojun 403Notes: 404We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 405under src/usr.sbin). We don't use tcpd; that functionality is built 406into inetd. The provided libwrap2netbsd script handles just libwrap. 407 408Package: mopd 409Version: 2.5.3 410Current Vers: 2.5.3 411Maintainer: Mats O Jansson <maja@celsiustech.se> 412Archive Site: ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/ 413Mailing List: 414Responsible: cjs 415Notes: 416Delete the otherOS directory before importing. 417 418Package: nawk 419Version: 2003-07-29 420Current Vers: 2004-12-22 421Maintainer: Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies) 422Archive Site: http://cm.bell-labs.com/who/bwk/ 423Mailing List: 424Responsible: jdolecek 425Notes: 426Build maketab from nawk sources and generate proctab.c. 427Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import 428to src/dist/nawk. 429 430Package: ndbootd 431Version: 0.5 432Current Vers: 0.5 433Maintainer: Matt Fredette <fredette@alum.mit.edu> 434Archive Site: http://mit.edu/fredette/www/ndbootd/ 435Responsible: fredette 436Notes: 437Run ./configure, save config.h, make distclean, rm all autoconf/automake 438and ndbootd-raw.c. Restore saved config.h, and force it to define 439HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 440 441Package: nvi 442Version: 1.79 443Current Vers: 1.79 444Maintainer: Keith Bostic <bostic@bsdi.com> 445Archive Site: ftp://ftp.bostic.com/pub/ 446Mailing List: 447Responsible: aymeric 448Notes: 449We have lots of local bug fixes, and the point of importing 1.81.x would 450be to get multibyte characters support. For now this means waiting for 451additions in our libcurses. 452 453Package: ntp 454Version: 4.2.0 455Current Vers: 4.2.0 456Maintainer: David L. Mills <mills@udel.edu> 457Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/ 458Mailing List: 459Responsible: simonb, jonathan 460Notes: 461See /usr/src/dist/ntp/ntp2netbsd for update instructions. 462NOTE: As of 20010405 -current includes a fix for the "ntpdx" root 463exploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches. 464 465Package: OpenPAM 466Version: 20050201 467Current Vers: 20050201 468Maintainer: Dag-Erling Sm�rgrav <des@FreeBSD.org> 469Archive Site: http://www.openpam.org/ 470Mailing List: 471Responsible: christos 472Notes: 473The next time OpenPAM is imported (OpenPAM Feterita or later), eliminate 474the local copy of openpam_free_envlist() in the pam_exec module. 475 476Package: OpenSSH 477Version: 4.0 478Current Vers: 4.0 / portable 4.0p1 479Maintainer: OpenSSH 480Archive Site: http://www.openssh.com/ftp.html 481Mailing List: openssh-unix-announce@mindrot.org 482Responsible: thorpej, christos, elric 483Notes: 484imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH) 485into crypto/dist/openssh. use openssh2netbsd before import. 486local changes (should always try to bring them back to master openssh tree, 487markus is very cooperative about it): 488- default for PermitRootLogin is set to "no" 489- IgnoreRootRhosts added 490- look at login.conf to check valid user/access list 491- krb4 and krb5 support re-added 492- hack in cipher.c #ifdef NEW_OPENSSL because we are missing EVP_acss 493 when someone imports openssl, we can remove this. 494- uidswap.c changed order of set{e,}{u,g}id so that it works on NetBSD 495- added moduli from portable openssh 496- added USE_PAM patches and auth_pam.[ch] from portable openssh 497 498Package: OpenSSL 499Version: 0.9.7g 500Current Vers: 0.9.7g 501Maintainer: The OpenSSL Project 502Archive Site: ftp://ftp.openssl.org/source/ 503Mailing List: openssl-announce@openssl.org 504Responsible: mcr, thorpej, itojun, groo, christos 505Notes: 506change <dollar>Id to Id manually in the few files with rcsids. 507 508Package: pdisk 509Version: 0.8a2 510Current Vers: 0.8a2 511Maintainer: Eryk Vershen <eryk@cfcl.com> 512Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 513Mailing List: 514Responsible: dbj 515Notes: 516This is the disk partition utility used by Apple's mkLinux and osX 517It is imported into dist/pdisk, with a reachover makefile in 518src/sbin/pdisk builds for macppc and mac68k. 519 520Package: pdksh 521Version: 5.2.14p2 522Current Vers: 5.2.14p2 523Maintainer: Michael Rendell <michael@cs.mun.ca> 524Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/ 525Mailing List: 526Responsible: 527pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 528 529Package: ping 530Version: 980911 531Current Vers: 980911 532Maintainer: Vernon Schryver <vjs@rhyolite.com> 533Archive Site: ftp://ftp.rhyolite.com/src/ 534Mailing List: 535Responsible: christos@NetBSD.org 536Notes: 537We use err() and friends. We have changes for snprintf, extra 538formating in man pages, disallowing flood pinging, alignment fixes, 539and more. 540 541Package: PF (openbsd packet filter) 542Version: OpenBSD 3.6 543Current Vers: OpenBSD 3.6-current 544Maintainer: itojun@NetBSD.org 545Archive Site: ftp://ftp.openbsd.org/ 546Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 547Responsible: itojun@NetBSD.org 548Notes: 549kernel code is imported into src/sys/dist/pf and src/sys/net has reachover 550definition (files.pf). userland code is imported into src/dist/pf, and 551reachover Makefiles are in src/usr.sbin/pf. 552 553Package: postfix 554Version: 2.1.5 555Current Vers: 2.2.2 556Maintainer: Wietse Venema <wietse@porcupine.org> 557Archive Site: ftp://postfix.cloud9.net/official/ 558Mailing List: postfix-users@postfix.org 559Responsible: perry@NetBSD.org, itojun@NetBSD.org 560Notes: 561 562Package: ppp 563Version: 2.4.3 564Current Vers: 2.4.3 565Maintainer: Paul Mackerras <paulus@samba.org> 566Archive Site: ftp://ftp.samba.org/pub/ppp/ 567CVS root: :pserver:cvs@pserver.samba.org:/cvsroot (password: cvs) 568Mailing List: 569Responsible: christos@NetBSD.org 570Notes: 571BSD support was removed from 2.4.0; I added it back and removed 572some GPL pieces. Multilink support is missing. Repeated pings to 573Paulus have not yielded results. I've retrofitted pppdump to use 574our zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 575is clearly a pain. I have not tested the modules code, neither our 576makefiles make it easy to construct a module, but I left one there 577as an example. 578TDB code as found in 2.4.3 is under GPL. Therefore, we're using 579the version found in 2.4.1. 580 581Package: rcs 582Version: 5.7 583Current Vers: 5.7 584Maintainer: FSF 585Archive Site: ftp://ftp.gnu.org/gnu/rcs/ 586Mailing List: bug-gnu-utils@gnu.org 587Responsible: mycroft 588Notes: 589Beta versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 590 591Package: root.cache 592Version: 2004012900 (Jan 29, 2004) 593Current Vers: 2004012900 (Jan 29, 2004) 594Maintainer: InterNIC 595Archive Site: ftp://ftp.internic.net/domain/named.root 596Mailing List: 597Responsible: perry, thorpej 598Notes: 599The root server cache is also included with BIND. However, the 600InterNIC version is usually more up to date. 601 602Package: routed 603Version: 2.28 604Current Vers: 2.30 605Maintainer: Vernon Schryver <vjs@rhyolite.com> 606Archive Site: ftp://ftp.rhyolite.com/src/ 607Mailing List: 608Responsible: christos@NetBSD.org 609Notes: 610We use the md5 code from libc 611We don't allow RIP_TRACEON and RIP_TRACEOFF 612We use arc4random 613We use strlcpy/snprintf 614 615Package: send-pr (part of GNATS) 616Version: 3.95 617Current Vers: 4.0 618Maintainer: FSF 619Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 620Mailing List: bug-gnats@gnu.org 621Responsible: 622Notes: 623 624Package: sendmail 625Version: 8.13.3 626Current Vers: 8.13.4 627Maintainer: Eric P. Allman 628Archive Site: ftp://ftp.sendmail.org/pub/sendmail/ 629Mailing List: 630Responsible: atatat@NetBSD.org 631Notes: 632use gnu/dist/sendmail/sendmail2netbsd to strip off RCS tags. 633local changes: 634- do not reverse-resolve link-local addresses 635- syslog args change 636 637Package: SoftFloat 638Version: 2a 639Current Vers: 2b 640Maintainer: John Hauser <jhauser@jhauser.us> 641Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 642Mailing List: 643Responsible: bjh21 644Notes: 645Heavily modified for use as a soft float library for GCC. The actual 646arithmetic code is unchanged, though, and should behave exactly like the 647original. 648 649Package: tcpdump 650Version: 3.8.3 651Current Vers: 3.8.3 652Maintainer: tcpdump-workers@tcpdump.org 653Archive Site: http://www.tcpdump.org/release/ 654Mailing List: tcpdump-workers@tcpdump.org 655Responsible: itojun 656Notes: 657Code will be imported into src/dist/tcpdump. Changes have to go back to 658tcpdump.org. 659 660Package: termcap.src 661Version: 9.13.25 662Current Vers: 11.0.1 663Maintainer: Eric S. Raymond <terminfo@ccil.org> 664Archive Site: http://www.catb.org/~esr/terminfo/ 665Mailing List: 666Responsible: 667Notes: 668 669Package: TestFloat 670Version: 2a 671Current Vers: 2a 672Maintainer: John Hauser <jhauser@jhauser.us> 673Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html 674Mailing List: 675Responsible: ross 676Notes: 677 678Package: texinfo 679Version: 4.7 680Current Vers: 4.8 681Maintainer: FSF 682Archive Site: ftp://ftp.gnu.org/gnu/texinfo/ 683Mailing List: bug-texinfo@gnu.org 684Responsible: wiz 685Notes: 686Use src/gnu/dist/texinfo/texinfo2netbsd for preparing the source tree 687for the import. 688 689Package: top 690Version: 3.5beta12 691Current Vers: 3.6alpha8 692Maintainer: William LeFebvre <wnl@groupsys.com> 693Archive Site: ftp://ftp.groupsys.com/pub/top/ 694Mailing List: top-spinners@ocee.groupsys.com 695Responsible: simonb 696Notes: 697Remove all non-current NetBSD machine definitions and man page 698extensions in machine/ before importing. 699After importing, run: 700 ./Configure <netbsd-module-name> 701 rm machine/*.desc Make.desc SYNOPSIS machine.c 702 cvs commit -m "Update ./Configure'd files." top.local.h top.1 703 704Package: traceroute 705Version: 1.4a5 706Current Vers: 1.4a12 707Maintainer: traceroute@ee.lbl.gov 708Archive Site: ftp://ftp.ee.lbl.gov/ 709Mailing List: 710Responsible: 711Notes: 712 713Package: tz 714Version: tzcode2004a / tzdata2005i 715Current Vers: tzcode2005h / tzdata2005i 716Maintainer: Arthur David Olson <ado@elsie.nci.nih.gov> 717Archive Site: ftp://elsie.nci.nih.gov/pub/ 718Mailing List: tz@elsie.nci.nih.gov 719Responsible: kleink 720Notes: 721Use src/lib/libc/time/tzcode2netbsd to prepare the source tree 722for import. 723 724Package: uucp 725Version: 1.06.1 726Current Vers: 1.07 727Maintainer: Ian Lance Taylor <ian@airs.com> 728Archive Site: ftp://ftp.gnu.org/gnu/uucp/ 729Mailing List: taylor-uucp@cirr.com 730Responsible: jtk 731Notes: 732 733Package: Vinum 734Version: 2003-10-10 735Current Vers: 2003-10-10 736Maintainer: grog 737URL: http://www.vinumvm.org/ 738Archive Site: none 739Mailing List: vinum-devel@auug.org.au 740CVS location: none 741Responsible: grog 742Notes: 743 Based on a NetBSD-specific version generated on the fly. This 744 should remain effectively identical to the NetBSD branch 745 except during testing. 746 747Package: XFree86 748Version: 4.5.0 749Current Vers: 4.5.0 750Maintainer: XFree86 consortium 751Archive Site: ftp://ftp.xfree86.org/pub/XFree86/ 752Mailing List: 753Responsible: tron 754Notes: 7554.x: 756 Only X4??src-1 to X4??src-6 were imported. X4??src-7 contains postscript 757 files which we don't need in our tree. 758 ALL changes must be sent back to the XFree86 repository. Patches should 759 be submitted back via http://bugzilla.xfree86.org. 760 761Package: zlib 762Version: 1.1.4 763Current Vers: 1.2.2 764Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 765Archive Site: http://www.gzip.org/zlib/ 766Mailing List: 767Responsible: gwr, tron 768Notes: 769The sources were integrated into src/lib/libz as usual on *nix, 770and partially duplicated under src/sys/lib/libz for the kernel. 771The header zconf.h was "boiled down" to the minimum for *BSD. 772The Makefile is completely new (*BSD style, of course). Lastly, 773the file gzio.c was changed to allow -DNO_DEFLATE to eliminate 774all references to deflate.c and friends, which permits building 775a really small zcat implementation. (src/distrib/utils/zcat) 776