1# $NetBSD: 3RDPARTY,v 1.242 2004/08/26 01:37:58 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: 20040211 29Current Vers: 20040715 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.1b2 40Current Vers: 6.1b4 41Maintainer: Erez Zadok <ezk@cs.columbia.edu> 42Archive Site: ftp://shekel.mcl.cs.columbia.edu/pub/am-utils/ 43Mailing List: amd-dev 44Responsible: christos 45Notes: 46Amd2netbsd script to convert to BSD make system and remove unneeded files. 47Check src/usr.sbin/amd/include/config.h is correct after import. 48 49Package: bc 50Version: 1.06 51Current Vers: 1.06 52Maintainer: Phil Nelson <phil@cs.wwu.edu> 53Archive Site: ftp://ftp.gnu.org/gnu/bc/ 54Mailing List: bug-bc@gnu.org 55Responsible: phil, simonb 56Notes: 57bc includes dc, both of which are in the NetBSD tree. 58 59Package: bind/named 60Version: 9.3.0beta3 61Current Vers: 4.9.11/8.3.7/8.4.2/9.3.0beta3 62Maintainer: Paul Vixie <vixie@vix.com> 63Archive Site: ftp://ftp.isc.org/isc/bind/ 64Mailing List: 65Responsible: vixie, itojun, christos 66Notes: 67bind2netbsd script to import into src/dist/bind. 68The Makefiles in src/usr.sbin/bind are not handled by the script. 69do not try to use libc resolver from src/usr.sbin/bind, it adds 70too much constraint between bind and libc, as well as problem with 71_res declaration differences. 72 73Package: bind/resolver 74Version: 4.9.11 75Current Vers: 4.9.11/8.3.7/8.4.2/9.3 76Maintainer: Paul Vixie <vixie@vix.com> 77Archive Site: ftp://ftp.isc.org/isc/bind/ 78Mailing List: 79Responsible: vixie 80Notes: 81Mostly imported with cvs import. Makefile's, etc, are not. 82upgrade to BIND8 resolver can only happen with libc major bump (otherwise 83it needs too much effort). Reasons: (1) need to support binaries that use 84BIND4 resolver API (res_init), and need to support BIND8 API. we practically 85need to maintain both BIND4 _res and BIND8 _res. (2) amount of local changes. 86nsswitch/nsdispatch need to be reimplemented. 87 88Package: binutils 89Version: 2.14 90Current Vers: 2.15 91Maintainer: FSF 92Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 93Mailing List: bug-gnu-utils@gnu.org 94Responsible: thorpej, mrg 95Notes: 96 97Package: bsd-family-tree 98Version: 1.73 99Current Vers: 1.75 100Maintainer: n/a 101Archive Site: http://www.freebsd.org/cgi/cvsweb.cgi/src/share/misc/bsd-family-tree 102Mailing List: 103Responsible: itojun 104Notes: 105 106Package: bzip2 107Version: 1.0.2 108Current Vers: 1.0.2 109Maintainer: Julian Seward <jseward@acm.org> 110Archive Site: http://sources.redhat.com/bzip2/ 111Mailing List: 112Responsible: 113Notes: 114See /usr/src/dist/bzip2/bzip2netbsd for update instructions. 115 116Package: Citrus XPG4DL 117Version: ? 118Current Vers: ? 119Maintainer: Citrus 120Archive Site: http://citrus.bsdclub.org/ 121Mailing List: bsd-locale@hauN.org 122Responsible: itojun, tshiozak 123Notes: 124language C multilingualization support suite using wchar_t and other standards. 125The main development playground of Citrus is in NetBSD CVS, so you don't 126need to look for other CVS tree (like citrus CVS tree) 127main trunc has Citrus code in the following places: 128- src/lib/libc/locale, LC_CTYPE: single/multibyte support 129- src/lib/libintl: GNU libc compatible gettext(3) implementation. 130- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer 131- src/lib/libc/iconv: iconv(3) 132 133Package: cron 134Version: 3.0 135Current Vers: 3.0 136Maintainer: Paul Vixie <vixie@vix.com> 137Archive Site: ftp://ftp.vix.com/pub/vixie/cron-3.0/ 138Mailing List: 139Responsible: 140Notes: 141ftp://ftp.isc.org/isc/cron/cron_4.0_b1.shar is available, apparently 142there's also a version in the works that has all changes from *BSD and Linux. 143 144Package: cvs 145Version: 1.11.17 146Current Vers: 1.11.17/1.12.9 147Maintainer: cvshome 148Archive Site: ftp://ftp.cvshome.org/pub/ 149Mailing List: bug-cvs@gnu.org 150Responsible: Christos Zoulas <christos@NetBSD.org>, wiz 151Notes: 152Use src/gnu/dist/cvs/cvs2netbsd for preparing the source tree 153for the import. 154Do not forget to update gnu/usr.bin/cvs/include/config.h to match 155gnu/dist/cvs/config.h.in. 156 157Package: db 158Version: 1.85 159Current Vers: 1.86/4.2.52 160Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu> 161Archive Site: http://www.sleepycat.com/products.html 162Mailing List: 163Responsible: 164Notes: 165Note that we cannot use db 2.x for license reasons. 166Three bug fixes against 1.85 sent back to bostic. Changes to 167man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious). 168Import of DB 1.85 was done via a sh script which converted the 169distribution into the netbsd format. The script can be found in 170src/lib/libc/db/db2netbsd. 171 172Package: dhcp 173Version: 3.0.1rc11 174Current Vers: 3.0pl2/3.0.1 175Maintainer: Ted Lemon <mellon@NetBSD.org> 176Archive Site: ftp://ftp.isc.org/isc/dhcp/ 177Mailing List: dhcp-server@isc.org 178Mailing List: dhcp-client@isc.org 179Mailing List: dhcp-announce@isc.org 180Mailing List: dhcp-bugs@isc.org 181Responsible: mellon 182Notes: 183No changes for NetBSD integration - just import the new distribution on 184top of the current tree. 185 186Package: diffutils 187Version: 2.8.1 188Current Vers: 2.8.1 189Maintainer: FSF 190Archive Site: ftp://ftp.gnu.org/gnu/diffutils/ 191Mailing List: bug-gnu-utils@gnu.org 192Responsible: wiz 193Notes: 194Use src/gnu/dist/diffutils/diffutils2netbsd for preparing the source tree 195for the import. 196 197Package: dtoa.c 198Version: Jan 4, 1995 199Current Vers: Feb 7, 2001 200Maintainer: David M. Gay <dmg@bell-labs.com> 201Archive Site: ftp://netlib.lucent.com/netlib/fp/ 202Mailing List: none 203Responsible: 204Notes: 205Added conditionals to automagically determine type and endianness of 206FP numbers. Added ULong type (but Gay says he'll adopt that change 207for the next release). 208 209Package: file 210Version: 4.09 211Current Vers: 4.10 212Maintainer: Christos Zoulas <christos@zoulas.com> 213Archive Site: ftp://ftp.astron.com/pub/file/ 214Mailing List: file@mx.gw.com 215Responsible: christos, pooka 216Notes: 217 218Package: flex 219Version: 2.5.4 220Current Vers: 2.5.4a/2.5.31 221Maintainer: Vern Paxson <vern@ee.lbl.gov> 222Archive Site: ftp://ftp.gnu.org/gnu/non-gnu/flex/ 223Mailing List: 224Responsible: mikel 225Notes: 226flex 2.5.4a contains only copyright notice changes over version 2.5.4; 227internally not even the version number changed. 228Newer flex will be found in: 229 http://sourceforge.net/projects/lex/ 230 231Package: gcc 232Version: 2.95.3/3.3.3 233Current Vers: 3.4.0 234Maintainer: cygnus 235Archive Site: ftp://ftp.gnu.org/gnu/gcc/ 236Mailing List: gcc-bugs@gnu.org 237Responsible: thorpej, mrg 238Notes: 239before importing: 240 - delete all .cvsignore and .brik files 241 - delete gcc/java gcc/ada libffi zlib boehm-gc libjava fastjar 242 243Package: gdb 244Version: 5.3 245Current Vers: 6.2 246Maintainer: FSF 247Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 248Mailing List: bug-gdb@gnu.org 249Responsible: thorpej, mrg 250Notes: 251 252Package: gettext 253Version: 0.10.35 254Current Vers: 0.13 255Maintainer: FSF 256Archive Site: ftp://ftp.gnu.org/gnu/gettext/ 257Mailing List: bug-gnu-utils@gnu.org 258Responsible: itojun 259Notes: 260GNU gettext is used for userland tools like msgfmt(1) only. For libintl, 261we use BSD-licensed implementation from Citrus project (see entry for 262"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 2630.11.x introduced new file format with file format revision >= 1, while our 264BSD-licensed libintl supports revision 0 only. Therefore, we cannot upgrade 265to 0.11.x until we add support for new file format. 266 267Package: grep 268Version: 2.5.1 269Current Vers: 2.5.1 270Maintainer: FSF 271Archive Site: ftp://ftp.gnu.org/gnu/grep/ 272Mailing List: bug-gnu-utils@gnu.org 273Responsible: simonb, wiz 274Notes: 275Use src/gnu/dist/grep/grep2netbsd for preparing the source tree 276for the import. 277A non-gnu grep was imported into src/usr.bin/grep on 2 Jan 2004. It 278needs some tuning before it can replace gnu grep. 279 (cf. http://www.vocito.com/downloads/software/grep/) 280 281Package: groff 282Version: 1.19.1 283Current Vers: 1.19.1 284Maintainer: Werner Lemberg/FSF 285Archive Site: ftp://ftp.gnu.org/gnu/groff/ 286Mailing List: bug-groff@gnu.org 287Responsible: wiz 288Notes: 289Use groff2netbsd from src/gnu/dist/groff to prepare the distribution 290for import. 291 292Package: heimdal 293Version: 0.6.2 294Current Vers: 0.6.2 295Maintainer: Heimdal <heimdal@pdc.kth.se> 296Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/ 297Mailing List: heimdal-discuss@pdc.kth.se 298Responsible: assar, joda, lha 299Notes: 300 301Package: hunt 302Version: 2003-04-16 303Current Vers: 2003-04-16 304Maintainer: ? 305Archive Site: ftp://ftp.cgl.ucsf.edu/pub/hunt.shar.Z 306Responsible: mrg 307Notes: 308 309Package: ipf 310Version: 4.1.3 311Current Vers: 4.1.3 312Maintainer: Darren Reed 313Archive Site: http://www.ipfilter.org/ 314Mailing List: ipfilter@postbox.anu.edu.au 315Responsible: darrenr, mike, martti 316Notes: 317ipf2netbsd should be used on a virgin ipfilter source tree. 318 319Package: KAME IPv6 320Version: KAME/NetBSD SNAP kit 321Current Vers: KAME/NetBSD SNAP kit (shipped every week) 322Maintainer: KAME Project <kame@kame.net> 323Archive Site: http://www.kame.net/ 324Mailing List: snap-users@kame.net 325Responsible: itojun 326Notes: 327IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 328more conservative implementation policy. 329IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 330Please do not make too many diff-unfriendly changes (like indentation change, 331KNF police). We need to take diffs across KAME snapshots on upgrades. 332To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 333in sys/netinet6/in6.h. No script is available for upgrades. 334"KAME" branch is used for kernel merge work purposes. 335http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 336among KAME/*BSD, *BSD-current and recent *BSD releases. 337 338Package: KAME racoon 339Version: KAME/NetBSD current 20040617 340Current Vers: KAME/NetBSD SNAP kit (shipped every week) 341Maintainer: KAME Project <kame@kame.net> 342Archive Site: http://www.kame.net/ 343Mailing List: snap-users@kame.net 344Responsible: itojun 345Notes: 346Please minimize # of local changes. All changes should go back to KAME 347repository. Please contact itojun if you want to put changes. 348 349Package: krb4 350Version: 1.2 351Current Vers: 1.2.2 352Maintainer: kth-krb@pdc.kth.se 353Archive Site: ftp://ftp.pdc.kth.se/pub/krb/src/ 354Mailing List: krb4@sics.se 355Responsible: assar, joda 356Notes: 357 358Package: less 359Version: less381 360Current Vers: less382 361Maintainer: Mark Nudleman <markn@greenwoodsoftware.com> 362Archive Site: ftp://ftp.gnu.org/gnu/less/ 363Mailing List: 364Responsible: mrg 365Notes: 366Many changes to make less act as more when invoked as more. Beware. 367Use the src/usr.bin/less/less2netbsd script to prepare source tree 368for importation. Run ./configure before hand to generate "defines.h". 369Talk to mrg before importing any new version. (less 381's configure 370does not detect NetBSD has a sigset_t due to a bad test; this is fixed 371by hand in defines.h.) 372 373Package: libcdk 374Version: 4.9.9-20000407-myc3 375Current Vers: cdk-4.9.10-20000923 376Maintainer: mike@vexus.ca 377Archive Site: http://www.vexus.ca/products/CDK/ 378Responsible: garbled 379Notes: 380Initial port to netbsd curses was done by mycroft. This is a heavily 381modified version of the released CDK 4.9.9. The current version has been 382taken over by the Ncurses people, and has a number of changes to it. It 383might be worthwhile to import at some future date, but for now we should 384leave it alone. (garbled 1/4/2001) 385 386Package: libpcap 387Version: 0.4 388Current Vers: 0.7.2 389Maintainer: tcpdump-workers@tcpdump.org 390Archive Site: http://www.tcpdump.org/release/ 391Mailing List: tcpdump-workers@tcpdump.org 392Responsible: itojun 393Notes: 394 395Package: libwrap 396Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes 397Current Vers: tcp_wrappers 7.6-ipv6.1 398Maintainer: Wietse Venema <wietse@porcupine.org> 399Archive Site: ftp://ftp.porcupine.org/pub/security/ 400Mailing List: 401Responsible: cjs, itojun 402Notes: 403We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 404under src/usr.sbin). We don't use tcpd; that functionality is built 405into inetd. The provided libwrap2netbsd script handles just libwrap. 406 407Package: mopd 408Version: 2.5.3 409Current Vers: 2.5.3 410Maintainer: Mats O Jansson <maja@celsiustech.se> 411Archive Site: ftp://ftp.stacken.kth.se/pub/OS/NetBSD/mopd/ 412Mailing List: 413Responsible: cjs 414Notes: 415Delete the otherOS directory before importing. 416 417Package: nawk 418Version: 2003-07-29 419Current Vers: 2004-02-07 420Maintainer: Brian Kernighan <bwk@bell-labs.com> (Lucent Technologies) 421Archive Site: http://cm.bell-labs.com/who/bwk/ 422Mailing List: 423Responsible: jdolecek 424Notes: 425Build maketab from nawk sources and generate proctab.c. 426Remove buildwin.bat, mac.code, missing95.c, ytab.[ch], ytab?.bak, then import 427to src/dist/nawk. 428 429Package: ndbootd 430Version: 0.5 431Current Vers: 0.5 432Maintainer: Matt Fredette <fredette@alum.mit.edu> 433Archive Site: http://mit.edu/fredette/www/ndbootd/ 434Responsible: fredette 435Notes: 436Run ./configure, save config.h, make distclean, rm all autoconf/automake 437and ndbootd-raw.c. Restore saved config.h, and force it to define 438HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 439 440Package: nvi 441Version: 1.79nb10 442Current Vers: 1.79 443Maintainer: Keith Bostic <bostic@bsdi.com> 444Archive Site: ftp://ftp.bostic.com/pub/ 445Mailing List: 446Responsible: aymeric 447Notes: 4481.79 is probably the last version we will import. Nvi is now moving towards 449X11 support and other things we don't want. 450 451Package: ntp 452Version: 4.2.0 453Current Vers: 4.2.0 454Maintainer: David L. Mills <mills@udel.edu> 455Archive Site: ftp://ftp.udel.edu/pub/ntp/ntp4/ 456Mailing List: 457Responsible: simonb, jonathan 458Notes: 459See /usr/src/dist/ntp/ntp2netbsd for update instructions. 460NOTE: As of 20010405 -current includes a fix for the "ntpdx" root 461exploit/DoS attack which has been pulled up to the 1.4 and 1.5 branches. 462 463Package: OpenSSH 464Version: 3.6.1 around 20030403 465Current Vers: 3.8 / portable 3.8p1 466Maintainer: OpenSSH 467Archive Site: http://www.openssh.com/ftp.html 468Mailing List: openssh-unix-announce@mindrot.org 469Responsible: thorpej, jwise, itojun 470Notes: 471imported from OpenBSD usr.bin/ssh (it is not from the portable OpenSSH) 472into crypto/dist/openssh. use openssh2netbsd before import. 473local changes (should always try to bring them back to master openssh tree, 474markus is very cooperative about it): 475- default for PermitRootLogin is set to "no" 476- IgnoreRootRhosts added 477- look at login.conf to check valid user/access list 478- ssh{,d}_config -> ssh{,d}.conf (can't bring it back) (1.5 branch only) 4791.5 branch uses /etc for configuration files, while current/1.6 uses /etc/ssh. 480http://www.openbsd.org/advisories/ssh_channelalloc.txt is integrated 481manually to 1.5 branch. version date "20020307" identifies the fix. 482http://www.openssh.com/txt/preauth.adv is integrated manually to 1.5 branch. 483version date "20020626" identifies the fix. 484official openssh releases dropped kerberosIV support already, therefore 485if we need to keep it we need to maintain it ourselves. 486 487Package: OpenSSL 488Version: 0.9.7d 489Current Vers: 0.9.7d 490Maintainer: The OpenSSL Project 491Archive Site: ftp://ftp.openssl.org/source/ 492Mailing List: openssl-announce@openssl.org 493Responsible: mcr, thorpej, itojun, groo 494Notes: 495modified internal types to u_int32_t and alike, for non-32bit friendliness. 496removed #ifdefs in header files so that they do not affect ABI. 497on RC5/IDEA/MDC2 handling, please see the note from itojun on 9/29/2000, 498to tech-security. 499crypto/dist/openssl/openssl-unifdef.pl strips off most of #if in headers 500(should be done after the import - for some of the past imports done before 501import by mistake). 502The 0.9.7d import has brought us inline with OpenSSL w.r.t to strl* and 503snprintf. There will be far fewer conflicts in the future. 504 505 506Package: pdisk 507Version: 0.8a2 508Current Vers: 0.8a2 509Maintainer: Eryk Vershen <eryk@cfcl.com> 510Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 511Mailing List: 512Responsible: dbj 513Notes: 514This is the disk partition utility used by Apple's mkLinux and osX 515It is imported into dist/pdisk, with a reachover makefile in 516src/sbin/pdisk builds for macppc and mac68k. 517 518Package: pdksh 519Version: 5.2.14p2 520Current Vers: 5.2.14p2 521Maintainer: Michael Rendell <michael@cs.mun.ca> 522Archive Site: ftp://ftp.cs.mun.ca/pub/pdksh/ 523Mailing List: 524Responsible: 525pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 526 527Package: ping 528Version: 980911 529Current Vers: 980911 530Maintainer: Vernon Schryver <vjs@rhyolite.com> 531Archive Site: ftp://ftp.rhyolite.com/src/ 532Mailing List: 533Responsible: christos@NetBSD.org 534Notes: 535We use err() and friends. We have changes for snprintf, extra 536formating in man pages, disallowing flood pinging, alignment fixes, 537and more. 538 539Package: PF (openbsd packet filter) 540Version: OpenBSD 3.5 541Current Vers: OpenBSD 3.5-current 542Maintainer: itojun@NetBSD.org 543Archive Site: ftp://ftp.openbsd.org/ 544Mailing List: 545Responsible: itojun@NetBSD.org 546Notes: 547kernel code is imported into src/sys/dist/pf and src/sys/net has reachover 548definition (files.pf). userland code is imported into src/dist/pf, and 549reachover Makefiles are in src/sbin/pfctl and src/libexec/{spamd*,ftp-proxy}. 550 551Package: postfix 552Version: 2.1.4 553Current Vers: 2.1.4 554Maintainer: Wietse Venema <wietse@porcupine.org> 555Archive Site: ftp://postfix.cloud9.net/official/ 556Mailing List: postfix-users@postfix.org 557Responsible: perry@NetBSD.org, itojun@NetBSD.org 558Notes: 559 560Package: ppp 561Version: 2.4.1 562Current Vers: 2.4.2 563Maintainer: Paul Mackerras <paulus@samba.org> 564Archive Site: ftp://ftp.samba.org/pub/ppp/ 565CVS root: :pserver:cvs@pserver.samba.org:/cvsroot (password: cvs) 566Mailing List: 567Responsible: christos@NetBSD.org 568Notes: 569BSD support was removed from 2.4.0; I added it back and removed 570some GPL pieces. Multilink support is missing. Repeated pings to 571Paulus have not yielded results. I've retrofitted pppdump to use 572our zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 573is clearly a pain. I have not tested the modules code, neither our 574makefiles make it easy to construct a module, but I left one there 575as an example. 576CMU copyright clause was updated to follow 577http://www.monkey.org/openbsd/archive/tech/0207/msg00005.html. 578Australian National University copyright clause was updated. 579Eric Rosenquist copyright clause was updated. 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.28 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.12.11 626Current Vers: 8.13.1 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.7.1 as of 2002/5/31 651Current Vers: 3.7.2 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.7 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.5beta9 691Current Vers: 3.5b12.7 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 / tzdata2004a 715Current Vers: tzcode2004a / tzdata2004a 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: 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: 3.3.6/4.4.0 749Current Vers: 3.3.6/4.4.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 patches@XFree86.org. 764 765Package: zlib 766Version: 1.1.4 767Current Vers: 1.2.1 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) 780There are two additional API functions in the NetBSD userland 781zlib, used by the free NetBSD gzip(1). 782