3RDPARTY revision 1.1595
1# $NetBSD: 3RDPARTY,v 1.1595 2019/01/22 15:22:55 roy 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# 3rdparty2html): 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 Package, Version, Current Vers, 21# and Maintainer fields; 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# 27# Package: name or brief description (required, must be first) 28# Version: version that is included with NetBSD (required) 29# Current Vers: version that is available upstream (required) 30# Maintainer: name and/or email address of upstream maintainer (required) 31# Archive Site: URL to archive of upstream releases 32# Home Page: URL to web page for upstream project 33# Date: Date last checked 34# Mailing List: email address or URL related to upstream mailing list 35# License: description of license 36# Responsible: comma-separated list of NetBSD developers 37# Location: comma-separated list of subdirectories in the NetBSD src tree 38# Notes: 39# Multiple lines of free-form text, 40# Must be last. 41# 42 43Package: acpica 44Version: 20181213 45Current Vers: 20190108 46Maintainer: Intel 47Archive Site: http://www.acpica.org/downloads/ 48Home Page: http://www.acpica.org/ 49Date: 2019-01-09 50Mailing List: devel@acpica.org 51License: BSD-like 52Responsible: jruoho 53Location: sys/external/bsd/acpica/dist 54Notes: 55You want the unix2 (dual-licensed) tar file. 56Please read src/sys/dev/acpi/acpica/README before any modification. 57 58Package: am-utils [amd] 59Version: 6.2 60Current Vers: 6.2 61Maintainer: Erez Zadok <ezk@cs.columbia.edu> 62Archive Site: ftp://ftp.am-utils.org/pub/am-utils/ 63Home Page: http://www.am-utils.org/ 64Date: 2019-01-09 65Mailing List: am-utils 66Responsible: christos 67License: BSD (4-clause) 68Location: external/bsd/am-utils/dist 69Notes: 70Amd2netbsd script to convert to BSD make system and remove unneeded files. 71Fix symbolic links before import. 72Check external/bsd/am-utils/include/config.h is correct after import. 73Update date of release in external/bsd/am-utils/man/Makefile (two places). 74 75Package: Automated Testing Framework (ATF) 76Version: 0.20 77Current Vers: 0.21 78Maintainer: Julio Merino <jmmv@NetBSD.org> 79Archive site: https://github.com/jmmv/atf/releases 80Home page: https://github.com/jmmv/atf 81Date: 2019-01-09 82Mailing List: atf-devel@NetBSD.org 83Responsible: jmmv 84License: The NetBSD Foundation's license (BSD 2-clause) 85Location: external/bsd/atf/dist 86Notes: 87The source files are in external/bsd/atf/dist. 88Use external/bsd/atf/prepare-import.sh to regenerate the dist/ directory. 89Please avoid performing local changes to this package without discussing 90them with the responsible person and/or the mailing list shown above. 91Note that the external/bsd/atf/dist/tools is owned by NetBSD and does not 92exist upstream; however, please continue to discuss any desired changes 93upfront. 94 95Package: ath-hal 96Version: FreeBSD SVN revision number 185521 97Current Vers: FreeBSD SVN revision number 334197 98Maintainer: Sam Leffler <sam@errno.com> 99Archive Site: none 100Home Page: https://svnweb.freebsd.org/base/head/sys/dev/ath/ath_hal/ 101Date: 2019-01-09 102Mailing List: none 103Responsible: sam, alc 104License: BSD-like (2-clause), ISC 105Location: sys/external/isc/atheros_hal/dist 106Notes: 107 108Package: bc 109Version: 1.06 110Current Vers: 1.07.1 111Maintainer: Phil Nelson <phil@cs.wwu.edu> 112Archive Site: ftp://ftp.gnu.org/gnu/bc/ 113Home Page: http://www.gnu.org/software/bc/ 114Date: 2019-01-09 115Mailing List: bug-bc@gnu.org 116Responsible: phil, simonb 117License: GPLv2, LGPGv2.1 118Location: external/bsd/bc 119Notes: 120bc includes dc, both of which are in the NetBSD tree. 121 122Package: bind [named and utils] 123Version: 9.10.7/BSD 9.13.5-W1/MPL 124Current Vers: 9.13.5-W1/MPL 125Maintainer: ISC 126Archive Site: ftp://ftp.isc.org/isc/bind9/ 127Home Page: http://www.isc.org/software/bind/ 128Date: 2019-01-09 129Mailing List: https://lists.isc.org/mailman/listinfo/bind-announce 130Mailing List: https://lists.isc.org/mailman/listinfo/bind-users 131Responsible: christos 132License: BSD-like (2-clause) / MPL 133Location: external/bsd/bind/dist 134Notes: 135First bind2netbsd script to import into src/external/bsd/bind/dist. 136The Makefiles in src/external/bsd/bind are not handled by the script. 137Build bind to generate the include files. 138Then binclude4netbsd script to import into src/external/bsd/bind/include. 139The libc and include parts of the resolver are now part of libbind. 140 141Package: unbound 142Version: 1.7.3 143Current Vers: 1.8.3 144Maintainer: Christos Zoulas 145Archive Site: https://www.unbound.net/downloads/unbound-latest.tar.gz 146Home Page: https://www.unbound.net/ 147Date: 2019-01-09 148Mailing List: https://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users 149Responsible: christos 150License: BSD-like 151Location: external/bsd/unbound/dist 152Notes: 153Use cleantags to import 154run configure and update config files in include 155 156Package: nsd 157Version: 4.1.24 158Current Vers: 4.1.26 159Maintainer: Christos Zoulas 160Archive Site: https://www.nlnetlabs.nl/svn/nsd/ 161Home Page: https://www.nlnetlabs.nl/projects/nsd/ 162Date: 2019-01-09 163Mailing List: https://open.nlnetlabs.nl/mailman/listinfo/nsd-users/ 164Responsible: christos 165License: BSD-like 166Location: external/bsd/nsd/dist 167Notes: 168Use cleantags to import 169run configure and update config files in include 170 171Package: libbind [libc resolver and includes] 172Version: libbind-6.0-rc1 173Current Vers: libbind-6.0 174Maintainer: ISC 175Archive Site: ftp://ftp.isc.org/isc/libbind/ 176Home Page: http://www.isc.org/software/libbind/ 177Date: 2019-01-09 178Mailing List: https://lists.isc.org/mailman/listinfo/bind-workers 179Responsible: christos 180License: BSD-like (2-clause) 181Location: external/bsd/libbind/dist 182Notes: 183First libbind2netbsd script to import into src/external/bsd/libbind/dist. 184Then include4netbsd script to import into src/include. 185Then libc4netbsd script to update the resolver in libc. 186Todo[1]: Update libresolv if needed. 187Todo[2]: A few files in libc/net were imported in the ISC branch but now 188 they are too different or do not exist anymore: 189 gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c 190 Others like getaddrinfo.c could be merged with isc, but it seems 191 that ours is from a more recent version of KAME? 192Todo[3]: net/base64.c is imported from bind but should be moved from net 193 to isc/base64.c. 194Todo[4]: Re-entrant functions of net/* 195Todo[5]: Reconcile the doc directory. 196 197Package: bozohttpd 198Version: 20170201 199Current Vers: 20170201 200Maintainer: mrg@eterna.com.au 201Archive Site: ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/LOCAL_PORTS/ 202Home Page: http://eterna.com.au/bozohttpd/ 203Date: 2019-01-09 204Mailing List: 205Responsible: mrg 206License: BSD 207Location: libexec/httpd 208Notes: 209Delete "queue.h" from the distribution. 210 211Package: bsd-family-tree 212Version: 336757 213Current Vers: 342397 214Maintainer: The FreeBSD Project 215Archive Site: https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree 216Home Page: https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree 217Date: 2019-01-09 218Mailing List: 219Responsible: 220License: BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT) 221Location: share/misc/bsd-family-tree 222Notes: 223Please send all updates upstream. Eitan Adler <lists@eitanadler.com> 224is a FreeBSD committer who has been helpful with incorporating changes 225in the past. 226 227Package: byacc 228Version: 20180609 229Current Vers: 20180609 230Maintainer: Thomas Dickey <dickey@invisible-island.net> 231Archive Site: http://www.invisible-island.net/byacc/byacc.html 232Home Page: http://www.invisible-island.net/byacc/byacc.html 233Date: 2019-01-09 234Mailing List: 235Responsible: christos 236License: Public Domain 237Location: external/bsd/byacc/dist 238Notes: 239See /usr/src/external/bsd/byacc/byacc2netbsd for update instructions. 240 241Package: bzip2 242Version: 1.0.6 243Current Vers: 1.0.6 244Maintainer: Julian Seward <jseward@acm.org> 245Archive Site: http://sources.redhat.com/bzip2/files/ 246Home Page: http://www.bzip.org/ 247Date: 2019-01-09 248Mailing List: 249Responsible: 250License: BSD (4-clause) 251Location: external/bsd/bzip2 252Notes: 253See /usr/src/external/bsd/bzip2/bzip2netbsd for update instructions. 254 255Package: Citrus XPG4DL 256Version: 257Current Vers: 258Maintainer: Citrus 259Archive Site: http://citrus.bsdclub.org/ 260Home Page: http://citrus.bsdclub.org/ 261Date: 2019-01-09 262Mailing List: bsd-locale@hauN.org 263Responsible: tshiozak 264License: Ambiguous. Either BSD or Perl Artistic License 265 See http://citrus.bsdclub.org/#pol_license for more info. 266Location: lib 267Notes: 268language C multilingualization support suite using wchar_t and other standards. 269The main development playground of Citrus is in NetBSD CVS, so you don't 270need to look for other CVS tree (like citrus CVS tree) 271main trunc has Citrus code in the following places: 272- src/lib/libc/locale, LC_CTYPE: single/multibyte support 273- src/lib/libintl: GNU libc compatible gettext(3) implementation. 274- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer 275- src/lib/libc/iconv: iconv(3) 276 277Package: cron 278Version: 4.1 279Current Vers: 4.1 280Maintainer: ISC 281Archive Site: ftp://ftp.isc.org/isc/cron/ 282Home Page: 283Date: 2019-01-09 284Mailing List: 285Responsible: 286License: BSD-like 287Location: external/bsd/cron/dist 288Notes: 289 290Package: cvs 291Version: 1.12.13 292Current Vers: 1.12.13 293Maintainer: cvshome 294Archive Site: http://ftp.gnu.org/non-gnu/cvs/ 295Home Page: http://cvs.nongnu.org/ 296Date: 2019-01-09 297Mailing List: bug-cvs@gnu.org 298Responsible: christos 299License: GPLv1, LGPLv2 300Location: external/gpl2/xcvs/dist 301Notes: 302Use external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree 303for the import. 304Do not forget to update external/gpl2/xcvs/include/config.h to match 305external/gpl2/xcvs/dist/config.h.in. 306 307Package: db 308Version: 1.85 309Current Vers: 1.86/4.7.25 310Maintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu> 311Archive Site: http://www.oracle.com/technology/software/products/berkeley-db/ 312Home Page: http://www.oracle.com/database/berkeley-db/ 313Date: 2019-01-09 314Mailing List: 315Responsible: 316License: BSD or Oracle Commercial License 317Location: lib/libc/db 318Notes: 319Note that we cannot use db 2.x for license reasons. 320Three bug fixes against 1.85 sent back to bostic. Changes to 321man/recno.3, hash/hsearch.c, and hash/ndbm.c (serious). 322Import of DB 1.85 was done via a sh script which converted the 323distribution into the netbsd format. The script can be found in 324src/lib/libc/db/db2netbsd. 325 326Package: dhcp 327Version: 4.4.1 328Current Vers: 4.4.1 329Maintainer: mellon 330Archive Site: ftp://ftp.isc.org/isc/dhcp/ 331Home Page: http://www.isc.org/software/dhcp/ 332Date: 2019-01-09 333Mailing List: dhcp-server@isc.org 334Mailing List: dhcp-client@isc.org 335Mailing List: dhcp-announce@isc.org 336Mailing List: dhcp-bugs@isc.org 337Responsible: mellon 338License: MPL 339Location: external/mpl/dhcp 340Notes: 341Use the dhcp2netbsd script. 342 343Package: dhcpcd 344Version: 7.1.0 345Current Vers: 7.1.0 346Maintainer: roy 347Archive Site: ftp://roy.marples.name/pub/dhcpcd/ 348Home Page: http://roy.marples.name/projects/dhcpcd/ 349Date: 2019-01-09 350Mailing List: dhcpcd-discuss@marples.name 351License: BSD (2-clause) 352Location: external/bsd/dhcpcd/dist 353Notes: 354Please submit all changes to the author. 355 356Package: drm 357Version: Linux 3.15 358Current Vers: ? 359Maintainer: Intel, AMD, Linux kernel developers 360Archive Site: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 361Home Page: http://dri.freedesktop.org/ 362Mailing List: dri-devel@lists.freedesktop.org 363Responsible: riastradh 364License: BSD 365Location: sys/external/bsd/drm2/dist 366Notes: 367Graphics drivers. Talk to riastradh@ about updates. When importing 368from Linux, we map 369 drivers/gpu/drm -> sys/external/bsd/drm2/dist/drm 370 include/drm -> sys/external/bsd/drm2/dist/include/drm 371 include/uapi/drm -> sys/external/bsd/drm2/dist/uapi/drm 372GPL sources are excluded. In the future, we may import them into 373external/gpl2/drm2 and build them as kernel modules. Nouveau sources 374(drivers/gpu/drm/nouveau in Linux) must first be processed with the 375script sys/external/bsd/drm2/nouveau/nouveau2netbsd, about which see 376the source for details. 377Vendor tag: LINUX 378Release tag: linux-X-Y(-rcZ)-drm-bsd 379 (nouveau got reimported as linux-3-15-drm-bsd-reimport-nouveau) 380I neglected to add RCSIDs in the last import (except for nouveau, for 381which nouveau2netbsd adds them). For the next import, remember to add 382them! 383 384 385Package: ekermit 386Version: 1.7 387Current Vers: 1.7 388Maintainer: Kermit Project 389Archive Site: ftp://ftp.kermitproject.org/kermit/ekermit/ 390Home Page: http://www.kermitproject.org/ek.html 391Date: 2019-01-09 392Mailing List: 393Responsible: apb 394License: BSD (3 clause) 395Location: external/bsd/ekermit 396Notes: 397 398Package: expat 399Version: 2.2.1 400Current Vers: 2.2.6 401Maintainer: Expat Project 402Archive Site: http://sourceforge.net/projects/expat/files/expat/ 403Home Page: http://www.libexpat.org/ 404Date: 2019-01-09 405Mailing List: expat-discuss@libexpat.org 406Responsible: mrg 407License: MIT 408Location: src/external/mit/expat/dist 409Notes: 410Please use "expat" as the vendor tag for CVS imports. 411 412Package: file 413Version: 5.35 414Current Vers: 5.35 415Maintainer: Christos Zoulas <christos@zoulas.com> 416Archive Site: ftp://ftp.astron.com/pub/file/ 417Home Page: http://www.darwinsys.com/file/ 418Date: 2019-01-09 419Mailing List: file@mx.gw.com 420Responsible: christos, pooka 421License: BSD (2-clause) 422Location: external/bsd/file/dist 423Notes: 424use file2netbsd 425 426Package: flex 427Version: 2.6.4 428Current Vers: 2.6.4 429Maintainer: Will Estes <wlestes@users.sourceforge.net> 430Archive Site: https://github.com/westes/flex/releases 431Home Page: https://github.com/westes/flex 432Date: 2019-01-09 433Mailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce 434Responsible: 435License: BSD-like 436Location: external/bsd/flex/dist 437Notes: 438There is a flex2netbsd script to help newer imports. 439 440Package: gcc 441Version: 6.5 442Current Vers: 6.5/7.4/8.2 443Maintainer: FSF 444Archive Site: ftp://ftp.gnu.org/gnu/gcc/ 445Home Page: http://www.gnu.org/software/gcc/ 446Date: 2019-01-09 447Mailing List: gcc-bugs@gnu.org 448Responsible: mrg, christos, skrll 449License: GPLv3, LGPLv3.1 450Location: external/gpl3/gcc.old/dist 451Location: external/gpl3/gcc/dist 452Notes: 453In the long term, we expect that there will often be two versions, 454in the "gcc" and "gcc.old" directories. Having two versions allows 455migration from one version of gcc to another to happen for one port 456at a time, instead of for all ports simultaneously. 457When importing a new version of external/gpl3/gcc.old: 458 - copy the current version of external/gpl3/gcc 459 - import it to a "NETBSD" vendor branch in external/gpl3/gcc.old 460Before importing a new version of external/gpl3/gcc: 461 - delete all .cvsignore and .gitignore files 462 - delete java ada fortran their libraries and testsuites 463 - delete libffi zlib boehm-gc 464 - update gcc/version.c for the NetBSD GCC date 465 - use core/c++/objc/testsuite tarballs 466 - you can use the gcc2netbsd script for the above (except version) 467 - update tools/gcc/gcc-version.mk 468 - force generate and copy tools/gcc build version of these files 469 into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1 470 471Package: gdb 472Version: 8.0.1 473Current Vers: 8.2.1 474Maintainer: FSF 475Archive Site: ftp://ftp.gnu.org/gnu/gdb/ 476Home Page: http://www.gnu.org/software/gdb/ 477Date: 2019-01-09 478Mailing List: bug-gdb@gnu.org 479Responsible: christos 480License: GPLv3, LGPLv3.1 481Location: external/gpl3/gdb/dist 482Notes: 483When updating GDB, it is imperative to test that: 484 - Debugging of kernel cores ("target kvm") works correctly 485 - Support for our kernel's remote serial debugging protocol 486 ("options KGDB") works correctly. 487 488Package: binutils 489Version: 2.31.1 490Current Vers: 2.31.1 491Maintainer: FSF 492Archive Site: ftp://ftp.gnu.org/gnu/binutils/ 493Home Page: http://www.gnu.org/software/binutils/ 494Date: 2019-01-09 495Mailing List: bug-gnu-utils@gnu.org 496Responsible: thorpej, mrg 497License: GPLv3, LGPLv3, GPLv2, LGPLv2, BSD 498Location: external/gpl3/binutils/dist 499Notes: 500 501Package: autoconf 502Version: 2.69 503Current Vers: 2.69 504Maintainer: FSF 505Archive Site: ftp://ftp.gnu.org/gnu/autoconf/ 506Home Page: http://www.gnu.org/software/autoconf/ 507Date: 2019-01-09 508Mailing List: bug-autoconf@gnu.org 509Responsible: christos 510License: GPLv3+ 511Location: external/gpl3/autoconf 512Notes: 513This is only used to re-generate the configure files in tools/compat. 514It is not part of the regular build. 515 516Package: gdtoa 517Version: 2016-02-19 518Current Vers: $(date) 519Maintainer: David M. Gay <dmg@acm.org> 520Archive Site: http://www.netlib.org/fp/ 521Home Page: http://www.netlib.org/fp/ 522Date: 2019-01-09 523Mailing List: none 524Responsible: kleink 525License: BSD-like 526Location: lib/libc/gdtoa 527Notes: 528Test suite integrated at this time, but not built (and fails to run). 529No hexadecimal floating-point string conversion for VAX FP yet. 530Only double-precision addressed at this time. 531 532 533Package: heimdal 534Version: 7.1.0 (HEAD-2017-01-28) 535Current Vers: 7.5.0 536Maintainer: Heimdal <heimdal@h5l.org> 537Archive Site: ftp://ftp.h5l.org/pub/heimdal/src/ 538Home Page: http://www.h5l.org/ 539Date: 2019-01-09 540Mailing List: heimdal-discuss@sics.se 541Responsible: joda, lha 542License: BSD 543Location: crypto/external/bsd/heimdal/dist 544Notes: 545 546Package: hunt 547Version: 2003-04-16 548Current Vers: 2003-04-16 549Maintainer: Greg Couch <gregc@cgl.ucsf.edu> 550Archive Site: 551Home Page: http://www.cgl.ucsf.edu/home/gregc/oss.html 552Date: 2019-01-09 553Responsible: mrg 554License: BSD (3-clause) 555Location: games/hunt 556Notes: 557 558Package: ipf 559Version: 5.1.1 560Current Vers: 5.1.2 561Maintainer: Darren Reed 562Archive Site: 563Home Page: 564Date: 2019-01-09 565Mailing List: ipfilter@postbox.anu.edu.au 566Responsible: darrenr, christos 567License: BSD-based; see src/external/ipf/dist/IPFILTER.LICENCE 568Location: external/bsd/ipf,sys/external/bsd/ipf 569Notes: 570ipf2netbsd should be used on a virgin ipfilter source tree. 571 572Package: ipsec-tools 573Version: (ipsec-tools head is NetBSD-current head) 574Maintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net> 575Archive Site: http://ipsec-tools.sourceforge.net 576Home Page: http://ipsec-tools.sourceforge.net 577Date: 2019-01-09 578Mailing List: ipsec-tools-devel@lists.sourceforge.net 579Responsible: manu, vanhu, mgrooms 580License: BSD (3-clause) 581Location: crypto/dist/ipsec-tools 582Notes: 583ipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools 584We don't run ipsec-tools' configure as part of the NetBSD build. configure 585generated files are available in the NetBSD source tree at: 586 src/lib/libipsec/config.h 587 src/lib/libipsec/package_version.h 588When configure.ac is updated, run the following: 589 cd src/crypto/dist/ipsec-tools 590 ./bootstrap 591 ./configure --enable-adminport --enable-hybrid --enable-frag \ 592 --enable-natt --enable-dpd 593Then copy package_version.h to src/lib/libipsec and merge config.h with 594src/lib/libipsec/config.h (it needs some manual tweaking) 595 596NOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing, 597NetBSD-current always contains latest ipsec-tools code. On the other hand, 598ipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which 599are manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly 600sync with ipsec-tools-0_7-branch) 601 602Package: KAME IPv6 603Version: KAME/NetBSD SNAP kit 604Current Vers: KAME/NetBSD SNAP kit (shipped every week) 605Maintainer: KAME Project <kame@kame.net> 606Archive Site: http://www.kame.net/ 607Home Page: http://www.kame.net/ 608Date: 2019-01-09 609Mailing List: snap-users@kame.net 610Responsible: 611License: BSD (3-clause) 612Location: sys/netinet6 613Notes: 614IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 615more conservative implementation policy. 616IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 617Please do not make too many diff-unfriendly changes (like indentation change, 618KNF police). We need to take diffs across KAME snapshots on upgrades. 619To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 620in sys/netinet6/in6.h. No script is available for upgrades. 621"KAME" branch is used for kernel merge work purposes. 622http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 623among KAME/*BSD, *BSD-current and recent *BSD releases. 624 625Package: kyua-atf-compat 626Version: 0.1 627Current Vers: 0.13 628Maintainer: Julio Merino <jmmv@NetBSD.org> 629Archive site: https://github.com/jmmv/kyua 630Home page: https://github.com/jmmv/kyua 631Date: 2019-01-09 632Mailing List: kyua-discuss@googlegroups.com 633Responsible: jmmv 634License: BSD 3-clause 635Location: external/bsd/kyua-atf-compat/dist 636Notes: 637The source files are in external/bsd/kyua-atf-compat/dist. 638Use external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/ 639directory. 640 641Package: kyua-cli 642Version: 0.7 643Current Vers: 0.9 644Maintainer: Julio Merino <jmmv@NetBSD.org> 645Archive site: https://github.com/jmmv/kyua 646Home page: https://github.com/jmmv/kyua 647Date: 2019-01-09 648Mailing List: kyua-discuss@googlegroups.com 649Responsible: jmmv 650License: BSD 3-clause 651Location: external/bsd/kyua-cli/dist 652Notes: 653The source files are in external/bsd/kyua-cli/dist. 654Use external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory. 655 656Package: kyua-testers 657Version: 0.1 658Current Vers: 0.3 659Maintainer: Julio Merino <jmmv@NetBSD.org> 660Archive site: https://github.com/jmmv/kyua 661Home page: https://github.com/jmmv/kyua 662Date: 2019-01-09 663Mailing List: kyua-discuss@googlegroups.com 664Responsible: jmmv 665License: BSD 3-clause 666Location: external/bsd/kyua-testers/dist 667Notes: 668The source files are in external/bsd/kyua-testers/dist. 669Use external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/ 670directory. 671 672Package: less 673Version: less-458 674Current Vers: less-530 675Maintainer: Mark Nudelman <markn@greenwoodsoftware.com> 676Archive Site: http://www.greenwoodsoftware.com/less/download.html 677Home Page: http://www.greenwoodsoftware.com/less/ 678Date: 2019-01-09 679Mailing List: less-announce-request@greenwoodsoftware.com 680Responsible: mrg 681License: Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418) 682Location: external/bsd/less/dist 683Notes: 684Many changes to make less act as more when invoked as more. Beware. 685Use the "src/external/bsd/less/less2netbsd" script to prepare source tree 686for importation. Run ./configure beforehand to generate "defines.h". 687Talk to mrg before importing any new version. 688 689Package: libarchive 690Version: 3.3.2pre 691Current Vers: 3.3.2 692Maintainer: kientzle@freebsd.org, joerg@NetBSD.org 693Archive Site: https://github.com/libarchive/libarchive/downloads 694Home Page: http://www.libarchive.org 695Date: 2019-01-09 696Responsible: joerg 697License: BSD (2-clause) 698Location: external/bsd/libarchive/dist 699Notes: 700Distribution is stripped down to the relevant part. 701 702Package: libdevmapper 703Version: 1.02.40 704Current Vers: 2.2.03.02 705Maintainer: lvm-devel@redhat.com 706Archive Site: ftp://sources.redhat.com/pub/lvm2/ 707Home Page: http://sources.redhat.com/lvm2/ 708Date: 2019-01-09 709Responsible: haad 710License: LGPLv2.1 711Location: external/gpl2/lvm2/dist/libdm 712Notes: 713The lvm2tools and the libdevmapper are now distributed as one source 714repository. See the lvm2tools Notes for more information. 715 716Package: libevent 717Version: 2.1.8-stable 718Current Vers: 2.1.8-stable 719Maintainer: Niels Provos <provos@citi.umich.edu> 720Archive Site: http://www.monkey.org/~provos/libevent/ 721Home Page: http://www.monkey.org/~provos/libevent/ 722Date: 2019-01-09 723Responsible: 724License: BSD (3/4-clause) 725Location: external/bsd/libevent/dist 726Notes: 727- Run the libevent2netbsd script 728- Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes. 729 man pages are in doxygen/man/man3. Remove the extra man pages that are 730 .so'ing only. Copy the rest to man. 731 732Package: llvm 733Version: 7.0.0svn (r337282) 734Current Vers.: 7.0.0svn 735Maintainer: llvm-dev@lists.llvm.org 736Home Page: https://llvm.org 737Date: 2019-01-09 738Responsible: joerg 739License: BSD/MIT 740Location: external/bsd/llvm/dist 741Notes: 742A CVS ACL is in place for the location to prevent unintentioned commits. 743All changes should come via import from upstream SVN. 744 745Package: lvm2tools 746Version: 2.02.56 747Current Vers: 2.03.02 748Maintainer: lvm-devel@redhat.com 749Archive Site: ftp://sources.redhat.com/pub/lvm2/ 750Home Page: http://sources.redhat.com/lvm2/ 751Date: 2019-01-09 752Responsible: haad 753License: GPLv2 754Location: external/gpl2/lvm2/dist 755Notes: 756Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to 757prepare source tree for import. Keep eye on dist/include/configure.h 758it might change over the releases. We maintain our own version of 759libdevmapper ioctl protocol code, therefore we should test it before 760import. Talk to haad before importing new version. 761 762Package: libpcap 763Version: 1.9.0 764Current Vers: 1.9.0 765Maintainer: tcpdump-workers@tcpdump.org 766Archive Site: http://www.tcpdump.org/release/ 767Home Page: http://www.tcpdump.org/ 768Date: 2019-01-09 769Mailing List: tcpdump-workers@tcpdump.org 770Responsible: dyoung 771License: BSD (3/4-clause) 772Location: external/bsd/libpcap/dist 773Notes: 774Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source 775tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h 776 777Package: tcpdump 778Version: 4.9.2 779Current Vers: 4.9.2 780Maintainer: tcpdump-workers@lists.tcpdump.org 781Archive Site: http://www.tcpdump.org/release/ 782Home Page: http://www.tcpdump.org/ 783Date: 2019-01-09 784Mailing List: tcpdump-workers@lists.tcpdump.org 785Responsible: 786License: BSD (3-clause) 787Location: external/bsd/tcpdump/dist 788Notes: 789Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source 790tree. 791 792Package: libwrap 793Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes 794Current Vers: tcp_wrappers 7.6-ipv6.4 795Maintainer: Wietse Venema <wietse@porcupine.org> 796Archive Site: ftp://ftp.porcupine.org/pub/security/ 797Home Page: ftp://ftp.porcupine.org/pub/security/ 798Date: 2019-01-09 799Mailing List: 800Responsible: cjs 801License: BSD-like 802Location: lib/libwrap 803Notes: 804We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 805under src/usr.sbin). We don't use tcpd; that functionality is built 806into inetd. The provided libwrap2netbsd script handles just libwrap. 807 808Package: Lua 809Version: Lua 5.3.5 810Current Vers: Lua 5.3.5 811Maintainer: PUC Rio 812Home Page: http://www.lua.org/ 813Date: 2019-01-09 814Mailing List: 815Responsible: mbalmer, lneto, salazar, alnsn 816License: MIT 817Location: external/mit/lua/dist 818Notes: 819The default module paths have been changed to not include the current 820working directory '.' to avoid potential security problems. 821 822Package: Lutok 823Version: 0.3 824Current Vers: 0.4 825Maintainer: Julio Merino <jmmv@NetBSD.org> 826Archive site: https://github.com/jmmv/lutok/releases 827Home page: https://github.com/jmmv/lutok 828Date: 2019-01-09 829Mailing List: lutok-discuss@googlegroups.com 830Responsible: jmmv 831License: BSD 3-clause 832Location: external/bsd/lutok/dist 833Notes: 834The source files are in external/bsd/lutok/dist. 835Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory. 836 837Package: m4 838Version: 20091026 839Current Vers: 20161231 840Maintainer: The OpenBSD Project 841Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4 842Home Page: http://www.openbsd.org/ 843Date: 2019-01-09 844Mailing List: 845License: BSD 3-clause like (dns-sd) 846Responsible: christos 847Location: usr.bin/m4 848Notes: 849Uses libc's ohash 850 851Package: mDNSResponder 852Version: 878.30.4 853Current Vers: 878.30.4 854Maintainer: Apple 855Archive Site: https://www.opensource.apple.com/tarballs/mDNSResponder/ 856Home Page: https://developer.apple.com/bonjour/ 857Mailing List: bonjour-dev@lists.apple.com 858License: Apache2 (mdnsd), BSD 3-clause (libdns_sd), 859 BSD 3-clause like (dns-sd) 860Responsible: tsarna 861Location: external/apache2/mDNSResponder/dist 862Notes: 863 864Package: mandoc 865Version: 1.14.4 866Current Vers: 1.14.4 867Maintainer: Kristaps Džonsons 868Archive Site: http://mdocml.bsd.lv/snapshots/ 869Home Page: http://mdocml.bsd.lv/ 870Date: 2019-01-09 871Mailing List: 872Responsible: joerg 873License: BSD (2-clause) 874Location: external/bsd/mdocml/dist 875Notes: 876 877Package: mesa-demos 878Version: 8.1.0 879Current Vers: 8.4.0 880Maintainer: mesa-git@? 881Archive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/ 882Home Page: http://www.mesa3d.org/ 883Date: 2019-01-09 884Mailing List: 885Responsible: riastradh, mrg 886License: ISC 887Location: xsrc/external/mit/mesa-demos/dist 888Notes: 889We use only glxinfo and glxgears. Delete all else on import. 890Vendor tag: xorg 891Release tag: mesa-demos-X-Y-Z 892 893Package: mesa-drm 894Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c 895Current Vers: 896Maintainer: mesa-git@? 897Archive Site: git://anongit.freedesktop.org/git/mesa/drm 898Home Page: http://cgit.freedesktop.org/mesa/drm/ 899Date: 2019-01-09 900Mailing List: 901Responsible: mrg, bjs 902License: BSD 903Location: sys/external/bsd/drm/dist 904Notes: 905 906Package: MesaLib 907Version: 10.3.5 908Current Vers: 18.3.1 909Maintainer: mesa-git@? 910Archive Site: ftp://ftp.freedesktop.org/pub/mesa/ 911Home Page: http://www.mesa3d.org/ 912Date: 2019-01-09 913Mailing List: 914Responsible: riastradh, mrg 915License: ISC 916Location: xsrc/external/mit/MesaLib/dist 917Notes: 918Vendor tag: xorg 919Release tag: MesaLib-X-Y-Z 920 921Package: mopd 922Version: 2.5.3 923Current Vers: 2.5.3 924Maintainer: Mats O Jansson <maja@celsiustech.se> 925Archive Site: http://www.stacken.kth.se/~moj/mopd.html 926Home Page: http://www.stacken.kth.se/~moj/mopd.html 927Date: 2019-01-09 928Mailing List: 929Responsible: cjs 930License: BSD (4-clause) 931Location: usr.sbin/mopd 932Notes: 933Delete the otherOS directory before importing. 934 935Package: nawk 936Version: 2012-12-20 937Current Vers: 2012-12-20 938Maintainer: Brian Kernighan <bwk@princeton.edu> 939Archive Site: https://github.com/onetrueawk/awk 940Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/ 941Date: 2019-01-09 942Mailing List: 943Responsible: jdolecek 944License: BSD-like 945Location: external/historical/nawk/dist 946Notes: 947Build maketab from nawk sources and generate proctab.c. 948Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win 949then import to src/external/historical/nawk/dist. 950 951Package: ndbootd 952Version: 0.5 953Current Vers: 0.5 954Maintainer: Matt Fredette <fredette@alum.mit.edu> 955Archive Site: 956Home Page: 957Date: 2019-01-09 958Responsible: fredette 959License: BSD (4-clause) 960Location: usr.sbin/ndbootd 961Notes: 962Run ./configure, save config.h, make distclean, rm all autoconf/automake 963and ndbootd-raw.c. Restore saved config.h, and force it to define 964HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 965 966Package: ntp 967Version: 4.2.8p12 968Current Vers: 4.2.8p12 969Maintainer: David L. Mills <mills@udel.edu> 970Archive Site: http://www.ntp.org/ 971Home Page: http://www.ntp.org/, http://support.ntp.org/ 972Date: 2019-01-09 973Mailing List: 974Responsible: simonb, jonathan, kardel 975License: BSD-like 976Location: external/bsd/ntp/dist 977Notes: 978See /usr/src/dist/ntp/ntp2netbsd for update instructions. 979 980Package: nvi 981Version: 1.81.6, HEAD as of 2013-11-20 982Current Vers: 1.81.6 983Maintainer: Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic 984Archive Site: git://repo.or.cz/nvi.git 985Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/ 986Date: 2019-01-09 987Mailing List: 988Responsible: christos 989License: BSD (3/4-clause) 990Location: external/bsd/nvi/dist 991Notes: 992We have lots of local fixes. 993 994Package: OpenLDAP 995Version: 2.4.45 996Current Vers: 2.4.47 997Maintainer: OpenLDAP Foundation 998Archive Site: http://www.openldap.org/ 999Home Page: http://www.openldap.org/ 1000Date: 2019-01-09 1001Mailing List: 1002Responsible: 1003License: BSD (3-clause) 1004Location: external/bsd/openldap/dist 1005Notes: 1006 1007Package: OpenPAM 1008Version: 20170430 (Resedacea) 1009Current Vers: 20170430 (Resedacea) 1010Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org> 1011Archive Site: http://www.openpam.org/ 1012Home Page: http://www.openpam.org/ 1013Date: 2019-01-09 1014Mailing List: 1015Responsible: christos 1016License: BSD (3-clause) 1017Location: external/bsd/openpam/dist 1018Notes: 1019 1020Package: openresolv 1021Version: 3.9.0 1022Current Vers: 3.9.0 1023Maintainer: roy 1024Archive Site: ftp://roy.marples.name/pub/openresolv/ 1025Home Page: http://roy.marples.name/projects/openresolv/ 1026Date: 2019-01-09 1027Mailing List: openresolv-discuss@marples.name 1028License: BSD (2-clause) 1029Location: external/bsd/openresolv/dist 1030Notes: 1031Please submit all changes to the author. 1032 1033Package: HPN-SSH 1034Version: 6.1p1 13 v14 1035Current Vers: 6.3p1 v14 1036Maintainer: www.psc.edu 1037Archive Site: 1038Home Page: http://www.psc.edu/index.php/hpn-ssh 1039Date: 2019-01-09 1040Mailing List: 1041Responsible: christos 1042License: 1043Location: crypto/external/bsd/openssh/dist 1044Notes: 1045Patch applied after OpenSSH import. 1046 1047Package: OpenSSH 1048Version: 7.8 1049Current Vers: 7.9 / portable 7.9p1 1050Maintainer: OpenSSH 1051Archive Site: http://www.openssh.com/ftp.html 1052Home Page: http://www.openssh.com/portable.html 1053Date: 2019-01-09 1054Mailing List: openssh-unix-announce@mindrot.org 1055Responsible: thorpej, christos, elric 1056License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE 1057Location: crypto/external/bsd/openssh/dist 1058Notes: 1059imported from OpenBSD ssh -- is not from the portable OpenSSH 1060use openssh2netbsd before import. 1061local changes (should always try to bring them back to master openssh tree, 1062markus is very cooperative about it): 1063- default for PermitRootLogin is set to "no" 1064- IgnoreRootRhosts added 1065- look at login.conf to check valid user/access list 1066- krb5 support re-added 1067- hack in cipher.c #ifdef ACCS because we are missing EVP_acss 1068 when someone imports openssl, we can remove this. 1069- added moduli from portable openssh 1070- added USE_PAM patches and auth_pam.[ch] from portable openssh 1071 (see if there is any difference between the current version of opensshX.Yp1 1072 and the new opensshZ.Wp1) and apply them. 1073- conditionalize login_cap 1074- conditionalize bsd_auth 1075- restore krb5, krb4, afs, skey 1076- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none 1077- fix ctype macro arguments 1078- umac is broken, disable it 1079- better ~homedir handling 1080- netbsd style tunnels 1081- urandom, xhome, chrootdir, rescuedir NetBSD handling 1082- utmp/utmpx handling 1083- handle tty posix_vdisable properly 1084- handle setuid and unsetuid the posix way instead of setresuid() 1085- add all missing functions 1086- always bump major when importing to avoid api problems. 1087- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. 1088- adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent 1089 1090Package: OpenSSL 1091Version: 1.0.2o/1.1.1a 1092Current Vers: 1.0.2q/1.1.1a 1093Maintainer: The OpenSSL Project 1094Archive Site: ftp://ftp.openssl.org/source/ 1095Home Page: http://www.openssl.org/ 1096Date: 2019-01-09 1097Mailing List: openssl-announce@openssl.org 1098Responsible: christos, mjf, tls, riastradh, spz 1099License: OpenSSL and SSLeay license (both BSD-like) 1100Location: crypto/external/bsd/openssl/dist 1101Notes: 1102- Run openssl2netbsd to get rid of the RCSID identifiers 1103- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man 1104 to regen man pages. 1105- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/* 1106 to regen assembly files 1107 1108Package: pcc 1109Version: 1.1.0.DEVEL 20160208 1110Current Vers: 1.1.0 20141210 1111Maintainer: Anders Magnusson <ragge@NetBSD.org> 1112Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/ 1113Home Page: http://pcc.ludd.ltu.se/ 1114Date: 2019-01-09 1115Mailing List: pcc-list@ludd.ltu.se 1116Responsible: plunky 1117License: BSD 1118Location: external/bsd/pcc/dist 1119Notes: 1120This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh 1121file for details about how to get the latest version from the upstream server 1122and import it. 1123 1124Package: pdisk 1125Version: 0.8a2 1126Current Vers: 0.8a2 1127Maintainer: Eryk Vershen <eryk@cfcl.com> 1128Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1129Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1130Date: 2019-01-09 1131Mailing List: 1132Responsible: dbj 1133License: BSD-like 1134Location: external/bsd/pdisk 1135Notes: 1136This is the disk partition utility used by Apple's mkLinux and OS X 1137It is imported into external/bsd/pdisk. 1138 1139Package: pdksh 1140Version: 5.2.14p2 1141Current Vers: 5.2.14p2 1142Maintainer: Michael Rendell <michael@cs.mun.ca> 1143Archive Site: 1144Home Page: 1145Date: 2019-01-09 1146Mailing List: 1147Responsible: jdolecek 1148License: Public domain 1149Location: bin/ksh 1150Notes: 1151pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 1152 1153Package: PF (openbsd packet filter) 1154Version: OpenBSD 4.2 1155Current Vers: OpenBSD 6.3-current 1156Maintainer: The OpenBSD Project 1157Archive Site: ftp://ftp.openbsd.org/ 1158Home Page: http://www.openbsd.org/faq/pf/ 1159Date: 2019-01-09 1160Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 1161Responsible: peter, yamt 1162License: BSD (2-clause) 1163Location: dist/pf,sys/dist/pf 1164Notes: 1165kernel code is imported into src/sys/dist/pf and src/sys/net has reachover 1166definition (files.pf). userland code is imported into src/dist/pf, and 1167reachover Makefiles are in src/usr.sbin/pf. 1168 1169Package: pkg_install 1170Version: 20180325 1171Current Vers: 20180425 1172Maintainer: The pkgsrc developers 1173Home Page: http://www.pkgsrc.org/ 1174Date: 2019-01-09 1175Mailing List: tech-pkg@NetBSD.org 1176Responsible: joerg 1177License: BSD 1178Location: external/bsd/pkg_install/dist 1179Notes: 1180The authoritative version is in pkgsrc/pkgtools/pkg_install. 1181 1182Package: ping 1183Version: 980911 1184Current Vers: 980911 1185Maintainer: Mike Muuss 1186Archive Site: 1187Home Page: http://ftp.arl.mil/mike/ping.html 1188Date: 2019-01-09 1189Mailing List: 1190Responsible: christos 1191License: BSD (3-clause) 1192Location: sbin/ping 1193Notes: 1194We use err() and friends. We have changes for snprintf, extra 1195formatting in man pages, disallowing flood pinging, alignment fixes, 1196and more. Vern's ping is gone. We are too different from everyone else 1197now to do a new import. 1198 1199Package: Postfix 1200Version: 3.1.4 1201Current Vers: 3.1.9/3.2.6/3.3.2 1202Maintainer: Wietse Venema <wietse@porcupine.org> 1203Archive Site: 1204Home Page: http://www.postfix.org/ 1205Mailing List: postfix-users@postfix.org 1206Responsible: christos 1207License: IBM Public License. See also src/external/ibm-public/postfix/dist. 1208Location: external/ibm-public/postfix/dist 1209Notes: 1210HTML documentation should be kept in sync with the README_FILES. 1211src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our 1212directory layout (the easiest way to check is by running ``postfix 1213set-permissions''). 1214 1215Package: ppp 1216Version: 2.4.7 1217Current Vers: 2.4.7 1218Maintainer: Paul Mackerras <paulus@samba.org> 1219Archive Site: 1220Home Page: 1221GIT root: git://ozlabs.org/~paulus/ppp.git 1222Mailing List: 1223Responsible: christos, cube 1224License: BSD (3-clause) 1225Location: external/bsd/ppp/dist 1226Notes: 1227BSD support was removed from 2.4.0; I added it back and removed 1228some GPL pieces. Multilink support is missing. Repeated pings to 1229Paulus have not yielded results. I've retrofitted pppdump to use 1230net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 1231is clearly a pain. I have not tested the modules code, neither our 1232makefiles make it easy to construct a module, but I left one there 1233as an example. 1234TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're 1235using the version found in 2.4.1. 1236 1237Package: root.cache 1238Version: 2018111402 (November 14, 2018) 1239Current Vers: 2018111402 (November 14, 2018) 1240Maintainer: InterNIC 1241Archive Site: ftp://ftp.internic.net/domain/named.root 1242Home Page: ftp://ftp.internic.net/domain/named.root 1243Date: 2019-01-09 1244Mailing List: 1245Responsible: thorpej 1246License: Public domain 1247Location: etc/namedb 1248Notes: 1249The root server cache is also included with BIND. However, the 1250InterNIC version is usually more up to date. 1251 1252Package: routed 1253Version: 2.32 1254Current Vers: 2.32 1255Maintainer: Vernon Schryver <vjs@rhyolite.com> 1256Archive Site: 1257Home Page: 1258Date: 2019-01-09 1259Mailing List: 1260Responsible: christos 1261License: BSD (4-clause) 1262Location: sbin/routed 1263Notes: 1264We use the md5 code from libc 1265We don't allow RIP_TRACEON and RIP_TRACEOFF 1266We use arc4random 1267We use strlcpy/snprintf 1268 1269Package: send-pr (part of GNATS) 1270Version: 3.2 1271Current Vers: 4.2 1272Maintainer: FSF 1273Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 1274Home Page: http://www.gnu.org/software/gnats/ 1275Mailing List: bug-gnats@gnu.org 1276License: GPLv2+ (4.1), GPLv3+ (4.2 and later) 1277Responsible: 1278Location: external/gpl2/send-pr 1279Notes: 1280We have 3.2 with patches to become 3.95 which was never distributed. This 1281is the last "standalone" send-pr version. Newer versions require "query-pr" 1282to be installed and many more changes. It is not worth the hassle. 1283 1284Package: SoftFloat 1285Version: 2a 1286Current Vers: 3e 1287Maintainer: John Hauser <jhauser@jhauser.us> 1288Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 1289Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html 1290Mailing List: 1291Responsible: bjh21 1292License: Public domain 1293Location: lib/libc/softfloat 1294Notes: 1295Heavily modified for use as a soft float library for GCC. The actual 1296arithmetic code is unchanged, though, and should behave exactly like the 1297original. 1298 1299Package: sqlite 1300Version: 3.26.0 1301Current Vers: 3.26.0 (2018-12-01) 1302Maintainer: Richard Hipp <drh@sqlite.org> 1303Home Page: http://www.sqlite.org 1304Responsible: joerg 1305License: Public domain 1306Location: external/public-domain/sqlite/dist 1307Notes: 1308Run cleantags before importing because sqlite3.c has an RCSID 1309 1310 1311Package: TestFloat 1312Version: 2a 1313Current Vers: 3e 1314Maintainer: John Hauser <jhauser@jhauser.us> 1315Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html 1316Home Page: http://www.jhauser.us/arithmetic/TestFloat.html 1317Mailing List: 1318Responsible: ross 1319License: BSD (4-clause) 1320Location: regress/lib/libc/ieeefp/testfloat 1321Notes: 1322 1323 1324Package: malloc 1325Version: 1995-01-15 1326Current Vers: 1995-01-15 1327Maintainer: FSF 1328Archive Site: ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz 1329Home Page: 1330Mailing List: 1331Responsible: christos 1332License: GPLv2+ 1333Location: external/gpl2/libmalloc 1334Notes: 1335The original version of gnumalloc was added (not imported) from 1336prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest 1337version from 1995. It is written by Mike Haertel, and was distributed 1338both standalone and as part of glibc. At some point glibc switched 1339to use Doug Lea's ptmalloc which is now tightly bound with glibc 1340and cannot be separated. The Doug Lea version of malloc is also 1341distributed in a standalone form by Wolfram Gloger in 1342http://www.malloc.de/en/. We can consider switching to ptmalloc 1343at some point since it will provide an alternative MT malloc, but 1344perhaps this implementation should be kept anyway for historical 1345purposes. 1346 1347Package: tmux 1348Version: 2.8 1349Current Vers: 2.8 1350Maintainer: Nicholas Marriott <nicholas.marriott@gmail.com> 1351Archive site: https://github.com/tmux/tmux 1352Home page: http://tmux.github.io 1353Mailing List: tmux-users@googlegroups.com 1354Responsible: christos 1355License: BSD 1356Location: external/bsd/tmux/dist 1357Notes: 1358See src/external/bsd/tmux/README for instructions on how to import a 1359new tmux release. 1360 1361Package: top 1362Version: 3.8beta1 1363Current Vers: 3.8beta1 1364Maintainer: William LeFebvre <wnl@groupsys.com> 1365Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz 1366Home Page: http://www.unixtop.org/ 1367Mailing List: top-spinners@ocee.groupsys.com 1368Responsible: simonb, christos 1369License: BSD (2-clause) 1370Location: external/bsd/top/dist 1371Notes: 1372 1373Package: traceroute 1374Version: 1.4a12 1375Current Vers: 1.4a12 1376Maintainer: traceroute@ee.lbl.gov 1377Archive Site: ftp://ftp.ee.lbl.gov/ 1378Home Page: http://ftp.ee.lbl.gov/ 1379Mailing List: 1380Responsible: 1381License: BSD (4-clause) 1382Location: usr.sbin/traceroute 1383Notes: 1384Added changes from a5 -> a12 manually. 1385 1386Package: tz 1387Version: tzcode2018i / tzdata2018i 1388Current Vers: tzcode2018i / tzdata2018i 1389Maintainer: Paul Eggert <eggert@cs.ucla.edu> 1390Archive Site: ftp://ftp.iana.org/tz/releases/ 1391Archive Site: ftp://munnari.oz.au/pub/oldtz/ 1392Old Archive Site: ftp://elsie.nci.nih.gov/pub/ 1393Home Page: http://www.iana.org/time-zones 1394Mailing List: tz@iana.org 1395Responsible: kleink, christos, kre 1396License: Public domain 1397Location: lib/libc/time/zoneinfo, external/public-domain/tz/share 1398Notes: 1399Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import. 1400Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode, 1401register removal) to apply. The diffs have been submitted upstream but there 1402is too much inertia to apply them. Check for .gitignore files. 1403For the data files, do use external/public-domain/tz/tzdata2netbsd. 1404 1405Package: wpa_supplicant/hostapd 1406Version: 2.7 1407Current Vers: 2.7 1408Maintainer: Jouni Malinen <jkmaline@cc.hut.fi> 1409Archive Site: http://w1.fi/releases/ 1410Home Page: http://w1.fi/wpa_supplicant/ 1411Mailing List: 1412Responsible: scw, dyoung, christos 1413License: BSD or GPLv2 1414Location: external/bsd/wpa/dist 1415Notes: 1416See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions. 1417 1418Package: zlib 1419Version: 1.2.10 1420Current Vers: 1.2.11 1421Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 1422Archive Site: http://www.zlib.net/ 1423Home Page: http://www.zlib.net/ 1424Mailing List: 1425Responsible: gwr, christos 1426License: BSD (3-clause) 1427Location: common/dist/zlib 1428Notes: 1429Imported to src/common/dist/zlib and shared by the kernel and userland. 1430Remember to run cleantags 1431 1432Package: services, protocols 1433Version: 2018-12-19 (services), 2017-10-13 (protocols) 1434Current Vers: 2018-12-19 (services), 2017-10-13 (protocols) 1435Maintainer: IANA 1436Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services) 1437Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols) 1438Home Page: http://www.iana.org/ 1439Mailing List: 1440Responsible: christos 1441License: None 1442Location: etc 1443Notes: 14441. Build package net/iana-etc 14452. Add NetBSD rcsid to the generated protocols and services in the package 1446 work area. 14473. Append the local services from the current services file. 14484. Run: 1449 services_mkdb -u services > /usr/src/etc/services 1450 cp protocols /usr/src/etc/protocols 14515. Fix protocols 1452 - fix manet alias to MANET; giving an alias with the same name is a no/op 1453 - protocol 84 is defined for as ttp and iptm, merge the two entries since 1454 libc getprotoent() does not read the whole file and merge in the "files" 1455 implementation. 1456 - add alias carp to vrrp 1457 - put back 240 (pfsync), splitting the unassigned entries 1458 1459Package: pigz 1460Version: 2.3.1 1461Current Vers: 2.4 1462Maintainer: Mark Adler <madler@alumni.caltech.edu> 1463Archive Site: http://zlib.net/pigz/ 1464Home Page: http://zlib.net/pigz/ 1465Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net 1466Responsible: mrg, tls 1467License: zlib 1468Location: external/zlib/pigz/dist 1469Notes: 1470 1471Package: xz 1472Version: 5.2.4 1473Current Vers: 5.2.4 1474Maintainer: Lasse Collin <lasse.collin@tukanni.org> 1475Archive Site: http://tukaani.org/xz/ 1476Home Page: http://tukaani.org/xz/ 1477Responsible: joerg 1478License: public-domain 1479Location: external/public-domain/xz/dist 1480Notes: 14811. See prepare-import script for stripping down the distribution. 14822. Use run-configure and double check that the stripped down configure works 1483 for tools. 14843. Carefully check for non-autoconf GPL components leaked into the dist area. 1485 1486Package: mpc 1487Version: 1.1.0 1488Current Vers: 1.1.0 1489Maintainer: 1490Archive Site: http://www.multiprecision.org/mpc/download/ 1491Home Page: http://www.multiprecision.org/mpc/ 1492Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development 1493Responsible: mrg 1494License: LGPL3 1495Location: external/lgpl3/mpc/dist 1496Notes: 1497 1498Package: mpfr 1499Version: 4.0.1 1500Current Vers: 4.0.1 1501Maintainer: 1502Archive Site: http://www.mpfr.org/mpfr-current/ 1503Home Page: http://www.mpfr.org/ 1504Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce 1505Responsible: mrg 1506License: LGPL3 1507Location: external/lgpl3/mpfr/dist 1508Notes: 1509 1510Package: GNU MP 1511Version: 6.1.2 1512Current Vers: 6.1.2 1513Maintainer: http://gmplib.org/mailman/listinfo/gmp-devel 1514Archive Site: http://gmplib.org/ 1515Home Page: http://gmplib.org/ 1516Mailing List: http://gmplib.org/mailman/listinfo/gmp-announce 1517Responsible: mrg 1518License: LGPL3 1519Location: external/lgpl3/gmp/dist 1520Notes: 1521 1522Package: osnet 1523Version: osnet-20100224 1524Current Vers: ? 1525Maintainer: ? 1526Archive Site: ? 1527Home Page: ? 1528Mailing List: ? 1529Responsible: ? 1530License: CDDL 1531Location: external/cddl/osnet 1532Notes: 1533 1534Package: sljit 1535Version: 0.93 (svn revision 333) 1536Current Vers: 0.93 1537Maintainer: Zoltán Herczeg <hzmester@freemail.hu 1538Archive Site: http://sourceforge.net/projects/sljit/ 1539Home Page: http://sljit.sourceforge.net/ 1540Mailing List: none 1541Responsible: alnsn 1542License: BSD (2-clause) 1543Location: sys/external/bsd/sljit/dist 1544Notes: 1545 Need to feed back local changes 1546 1547Package: tre 1548Version: 0.8.0, git source as of 20171117 1549Current Vers: 0.8.0 1550Maintainer: http://laurikari.net/tre 1551Archive Site: https://github.com/laurikari/tre 1552Home Page: http://laurikari.net/tre 1553Mailing List: 1554Responsible: agc, christos 1555License: BSD (2-clause) 1556Location: external/bsd/tre/dist 1557Notes: 1558 Need to feed back local changes 1559 1560Package: TrouSerS 1561Version: 0.3.14 1562Current Vers: 0.3.14 1563Maintainer: http://trousers.sourceforge.net 1564Archive Site: http://trousers.sourceforge.net 1565Home Page: http://trousers.sourceforge.net 1566Mailing List: http://trousers.sourceforge.net 1567Responsible: christos 1568License: CPL 1569Location: crypto/external/cpl/trousers/dist 1570Notes: 1571 Need to feed back local changes 1572 1573Package: tpm-tools 1574Version: 1.3.9.1 1575Current Vers: 1.3.9.1 1576Maintainer: http://trousers.sourceforge.net 1577Archive Site: http://trousers.sourceforge.net 1578Home Page: http://trousers.sourceforge.net 1579Mailing List: http://trousers.sourceforge.net 1580Responsible: christos 1581License: CPL 1582Location: crypto/external/cpl/tpm-tools/dist 1583Notes: 1584 Need to feed back local changes 1585 1586Package: elftoolchain (libelf/libdwarf) 1587Version: FreeBSD-2016-02-19-r295822 1588Current Vers: 0.7.1 1589Maintainer: Joseph Koshi <jkoshi@freebsd.org> 1590Archive Site: none 1591Home Page: http://elftoolchain.sourceforge.net 1592Mailing List: none 1593Responsible: christos 1594License: BSD-like (2-clause) 1595Location: sys/external/bsd/elftoolchain/dist 1596Notes: 1597 Run prepare-import.sh; next time use svn id. 1598 1599Package: smbfs 1600Version: smbfs-1.4.1.tar.gz + FreeBSD-2003-02-16 1601Current Vers: smbfs-1.4.5.tar.gz 1602Maintainer: Boris Popov <bp@FreeBSD.org> 1603Archive Site: http://people.freebsd.org/~bp/pub/smbfs/smbfs-1.4.1.tar.gz 1604Home Page: http://people.freebsd.org/~bp/pub/smbfs/ 1605License: BSD-like (4-clause) 1606Location: external/bsd/smbfs 1607Notes: 1608 The kernel portion has been removed from the tar file. 1609 Our kernel smbfs and netsmb directories could move to 1610 external, but this is just make-work. 1611 1612Package: timeout 1613Version: FreeBSD-2014-07-16 r268763 1614Current Vers: FreeBSD-2016-05-01 r331720 1615Maintainer: Baptiste Daroussin <bapt@FreeBSD.org> 1616Archive Site: none 1617Home Page: https://svnweb.freebsd.org/base/head/usr.bin/timeout/ 1618Mailing List: none 1619Responsible: christos 1620License: BSD-like (2-clause) 1621Location: usr.bin/timeout 1622 1623Package: libproc 1624Version: FreeBSD-2015-09-24 1625Current Vers: FreeBSD-2018-07-27 r336782 1626Maintainer: Rui Paulo <rpaulo@FreeBSD.org> 1627Archive Site: none 1628Home Page: https://svnweb.freebsd.org/base/head/lib/libproc/ 1629Mailing List: none 1630Responsible: christos 1631License: BSD-like (2-clause) 1632Location: external/bsd/libproc/dist 1633 1634Package: librtld_db 1635Version: FreeBSD-2015-09-24 1636Current Vers: FreeBSD-2017-11-26 r326219 1637Maintainer: Rui Paulo <rpaulo@FreeBSD.org> 1638Archive Site: none 1639Home Page: https://svnweb.freebsd.org/base/head/lib/librtld_db/ 1640Mailing List: none 1641Responsible: christos 1642License: BSD-like (2-clause) 1643Location: external/bsd/librtld_db/dist 1644 1645Package: netcat 1646Version: OpenBSD-2017-02-06 1647Current Vers: OpenBSD-2018-08-10 1648Maintainer: OpenBSD 1649Archive Site: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ 1650Home Page: none 1651Mailing List: none 1652Responsible: christos 1653License: BSD-like (3-clause) 1654Location: usr.bin/nc 1655 1656Package: gnu-efi 1657Version: 3.0.8 1658Current Vers: 3.0.8 1659Maintainer: https://sourceforge.net/projects/gnu-efi/ 1660Archive Site: https://sourceforge.net/projects/gnu-efi/ 1661Home Page: https://sourceforge.net/projects/gnu-efi/ 1662Mailing List: https://sourceforge.net/projects/gnu-efi/ 1663Responsible: 1664License: BSD-like (3-clause) 1665Location: sys/external/bsd/gnu-efi 1666 1667Package: dc 1668Version: 20170410 1669Current Vers: 20171217 1670Maintainer: The OpenBSD Project 1671Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/dc 1672Home Page: http://www.openbsd.org/ 1673Mailing List: 1674License: BSD 1675Responsible: christos 1676Location: usr.bin/dc 1677Notes: 1678 Uses OpenSSL's bignum 1679 1680Package: dtc,libfdt 1681Version: 1.4.4 1682Current Vers: 1.4.7 1683Maintainer: David Gibson <david@gibson.dropbear.id.au>, Jon Loeliger <jdl@jdl.com> 1684Archive Site: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1685Home Page: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1686Mailing List: mailto:devicetree-compiler@vger.kernel.org 1687Responsible: skrll 1688License: GPLv2 (dtc), BSD (libfdt) 1689Location: external/gpl2/dtc, sys/external/bsd/libfdt 1690Notes: 1691external/gpl2/dtc/dtc2netbsd should be used to create directories to import 1692 1693Package: dts 1694Version: 4.18-rc2 1695Current Vers: 4.19 1696Maintainer: https://www.kernel.org/ 1697Archive Site: https://cdn.kernel.org/pub/linux/kernel/v4.x/ 1698Home Page: https://www.kernel.org/ 1699Mailing List: mailto:devicetree@vger.kernel.org 1700Responsible: jmcneill 1701License: GPLv2 and dual GPLv2/X11 license 1702Location: sys/external/gpl2/dts 1703 1704Package: iscsi 1705Version: 4.12.4 1706Current Vers: 4.12.4 1707Maintainer: Intel Corporation 1708Archive Site: 1709Home Page: 1710Mailing List: 1711Responsible: 1712License: BSD-like (4-clause) 1713Location: external/bsd/iscsi 1714Notes: 1715 1716Package: rpi-firmware 1717Version: 1718Current Vers: 1719Maintainer: 1720Archive Site: 1721Home Page: 1722Mailing List: 1723License: Broadcom, Raspberry Pi (Trading) Ltd 1724Responsible: 1725Location: external/broadcom/rpi-firmware 1726Notes: 1727 1728Package: rtwn 1729Version: 1730Current Vers: 1731Maintainer: 1732Archive Site: 1733Home Page: 1734Mailing List: 1735License: Realtek Semiconductor Corporation 1736Responsible: 1737Location: external/realtek/rtwn 1738Notes: 1739 1740Package: urtwn 1741Version: 1742Current Vers: 1743Maintainer: 1744Archive Site: 1745Home Page: 1746Mailing List: 1747License: Realtek Semiconductor Corporation 1748Responsible: 1749Location: external/realtek/urtwn/ 1750Notes: 1751 1752Package: repulse 1753Version: 1754Current Vers: 1755Maintainer: 1756Archive Site: 1757Home Page: 1758Mailing List: 1759License: ALiENDESiGN GbR 1760Responsible: 1761Location: sys/arch/amiga/dev/repulse_firmware.h 1762Notes: 1763 1764Package: cxgb 1765Version: 1766Current Vers: 1767Maintainer: 1768Archive Site: 1769Home Page: 1770Mailing List: 1771License: Chelsio Inc. 1772Responsible: 1773Location: sys/dev/pci/cxgb/cxgb_firmware_exports.h 1774Notes: 1775 1776Package: athn 1777Version: 1778Current Vers: 1779Maintainer: 1780Archive Site: 1781Home Page: 1782Mailing List: 1783License: Atheros Communicatios, Inc. 1784Responsible: 1785Location: external/atheros/athn 1786Notes: 1787 1788Package: otus 1789Version: 1790Current Vers: 1791Maintainer: 1792Archive Site: 1793Home Page: 1794Mailing List: 1795License: Atheros Communicatios, Inc. 1796Responsible: 1797Location: external/atheros/otus 1798Notes: 1799 1800Package: intel-fw-eula 1801Version: 1802Current Vers: 1803Maintainer: 1804Archive Site: 1805Home Page: 1806Mailing List: 1807License: Intel Corporation 1808Responsible: 1809Location: external/intel-fw-eula 1810Notes: 1811 1812Package: intel-fw-public 1813Version: 1814Current Vers: 1815Maintainer: 1816Archive Site: 1817Home Page: 1818Mailing List: 1819License: Intel Corporation 1820Responsible: 1821Location: external/intel-fw-public 1822Notes: 1823 1824Package: aic7xxx 1825Version: 1826Current Vers: 1827Maintainer: Justin T. Gibbs 1828Archive Site: 1829Home Page: 1830Mailing List: 1831License: Adaptec Inc or LGPL2 1832Responsible: 1833Location: sys/dev/microcode/aic7xxx 1834Notes: 1835 1836Package: atmel 1837Version: 1838Current Vers: 1839Maintainer: 1840Archive Site: 1841Home Page: 1842Mailing List: 1843License: Atmel Corporation 1844Responsible: 1845Location: sys/dev/microcode/atmel 1846Notes: 1847 1848Package: bge 1849Version: 1850Current Vers: 1851Maintainer: 1852Archive Site: 1853Home Page: 1854Mailing List: 1855License: Broadcom Corporation 1856Responsible: 1857Location: sys/dev/microcode/bge 1858Notes: 1859 1860Package: bnx 1861Version: 1862Current Vers: 1863Maintainer: David Christensen <davidch@broadcom.com> 1864Archive Site: 1865Home Page: 1866Mailing List: 1867License: Broadcom Corporation 1868Responsible: 1869Location: sys/dev/microcode/bnx 1870Notes: 1871 1872Package: cylades-z 1873Version: 1874Current Vers: 1875Maintainer: Cyclades Corp 1876Archive Site: 1877Home Page: 1878Mailing List: 1879License: unknown 1880Responsible: 1881Location: sys/dev/microcode/cyclades-z 1882Notes: 1883 1884Package: i8255x 1885Version: 3.28 1886Current Vers: 1887Maintainer: Patrick J Luhmann (PJL) 1888Archive Site: 1889Home Page: 1890Mailing List: 1891License: Intel Corporation 1892Responsible: 1893Location: sys/dev/microcode/i8255x 1894Notes: 1895 1896Package: isp 1897Version: 1898Current Vers: 1899Maintainer: 1900Archive Site: 1901Home Page: 1902Mailing List: 1903License: QLogic, Inc. 1904Responsible: 1905Location: sys/dev/microcode/isp 1906Notes: 1907 1908Package: radeon 1909Version: 1910Current Vers: 1911Maintainer: 1912Archive Site: 1913Home Page: 1914Mailing List: 1915License: Advanced Micro Devices, Inc. 1916Responsible: 1917Location: sys/dev/microcode/radeon 1918Notes: 1919 1920Package: ral 1921Version: 1922Current Vers: 1923Maintainer: 1924Archive Site: http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git 1925Home Page: 1926Mailing List: 1927License: Ralink Technology Corp 1928Responsible: 1929Location: external/realtek/ral 1930Notes: 1931 1932Package: rum 1933Version: 1934Current Vers: 1935Maintainer: Paul Lin <paul_lin@ralinktech.com.tw> 1936Archive Site: 1937Home Page: 1938Mailing List: 1939License: Ralink Technology Corp 1940Responsible: 1941Location: external/realtek/rum 1942Notes: 1943 1944Package: run 1945Version: 1946Current Vers: 1947Maintainer: Paul Lin <paul_lin@ralinktech.com.tw> 1948Archive Site: 1949Home Page: 1950Mailing List: 1951License: Ralink Technology Corp 1952Responsible: 1953Location: sys/dev/microcode/run 1954Notes: 1955 1956Package: siop 1957Version: 1958Current Vers: 1959Maintainer: Manuel Bouyer, Shuichiro URATA, Michael L. Hitch 1960Archive Site: 1961Home Page: 1962Mailing List: 1963License: BSD-like (2-clause, 3-clause) 1964Responsible: 1965Location: sys/dev/microcode/siop 1966Notes: 1967 1968Package: tigon 1969Version: 12.4.11 1970Current Vers: 1971Maintainer: wpaul@brak.osd.bsdi.com 1972Archive Site: https://people.freebsd.org/~wpaul/Alteon/ 1973Home Page: http://www.alteon.com/support/openkits (extinct) 1974Mailing List: 1975License: Alteon WebSystems, Inc. 1976Responsible: 1977Location: sys/dev/microcode/tigon 1978Notes: 1979See https://lists.debian.org/debian-legal/2011/10/msg00001.html 1980 1981 1982Package: typhoon 1983Version: 1984Current Vers: 1985Maintainer: 3Com Corporation 1986Archive Site: 1987Home Page: 1988Mailing List: 1989License: BSD-like (3-clause) 1990Responsible: 1991Location: sys/dev/microcode/typhoon 1992Notes: 1993 1994Package: wi 1995Version: 1996Current Vers: 1997Maintainer: Symbol Technologies Inc. 1998Archive Site: 1999Home Page: http://www.symbol.com 2000Mailing List: 2001License: BSD-like (3-clause) 2002Responsible: 2003Location: sys/dev/microcode/wi 2004Notes: 2005 2006Package: yds 2007Version: 2008Current Vers: 2009Maintainer: Yamaha Corporation 2010Archive Site: 2011Home Page: 2012Mailing List: 2013License: unknown 2014Responsible: 2015Location: sys/dev/microcode/yds 2016Notes: 2017 2018Package: zyd 2019Version: 2020Current Vers: 2021Maintainer: ZyDAS Technology Corporation 2022Archive Site: 2023Home Page: 2024Mailing List: 2025License: BSD-like (3-clause) 2026Responsible: 2027Location: sys/dev/microcode/zyd 2028Notes: 2029 2030Package: libnv 2031Version: 20180906 2032Current Vers: $(date) 2033Maintainer: christos 2034Archive Site: 2035Home Page: 2036Mailing List: 2037License: BSD-like (2-clause) 2038Responsible: 2039Location: sys/external/bsd/libnv/dist 2040Notes: 2041To be used only for npf (library and headers are private) 2042Copied from FreeBSD: 2043/usr/src/sys/sys/{d,c,}nv.h 2044/usr/src/lib/libnv/ 2045/usr/src/contrib/lib/libnv/ 2046/usr/src/share/man/man9/{d,c,}nv.9 2047 2048Package: gettext 2049Version: 0.16.1 (Last GPLv2+ version) 2050Current Vers: 0.19.8 2051Maintainer: FSF 2052Archive Site: ftp://ftp.gnu.org/gnu/gettext/ 2053Home Page: http://www.gnu.org/software/gettext/ 2054Mailing List: bug-gnu-utils@gnu.org 2055Responsible: christos 2056License: GPLv2+ (0.16.1), GPLv3+ (0.17 and later) 2057Location: external/gpl2/gettext 2058Notes: 2059GNU gettext is used for userland tools like msgfmt(1) only. For libintl, 2060we use BSD-licensed implementation from Citrus project (see entry for 2061"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 2062 2063Package: grep 2064Version: 2.5.1a (last GPLv2+ version) 2065Current Vers: 3.1 2066Maintainer: FSF 2067Archive Site: ftp://ftp.gnu.org/gnu/grep/ 2068Home Page: http://www.gnu.org/software/grep/ 2069Mailing List: bug-gnu-utils@gnu.org 2070Responsible: simonb 2071License: GPLv2+ (2.5.1a), GPLv3+ (2.5.3 and later) 2072Location: external/gpl2/grep 2073Notes: 2074Use external/gpl2/grep/grep2netbsd for preparing the source tree 2075for the import. 2076On 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep; 2077see also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html) 2078was imported into src/usr.bin/grep; 2079on 16 Feb 2011, the BSD grep implementation from FreeBSD was imported 2080in src/usr.bin/grep, replacing FreeGrep 2081(http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html). 2082 2083Package: groff 2084Version: 1.19.2 (last GPLv2+ version) 2085Current Vers: 1.22.4 2086Maintainer: Werner Lemberg/FSF 2087Archive Site: ftp://ftp.gnu.org/gnu/groff/ 2088Home Page: http://www.gnu.org/software/groff/ 2089Mailing List: bug-groff@gnu.org 2090Responsible: 2091License: GPLv2+ (1.19.2), GPLv3+ (1.20 and later) 2092Location: external/gpl2/groff 2093Notes: 2094Use groff2netbsd from external/gpl2/groff/groff2netbsd to prepare the 2095distribution for import. 2096Update MDATE in src/external/gpl2/groff/Makefile.inc. 2097Package: gmake 2098Version: 3.81 (Last GPlv2+ version) 2099Current Vers: 4.2 2100Maintainer: FSF 2101Archive Site: ftp://ftp.gnu.org/gnu/make/ 2102Home Page: http://www.gnu.org/software/make/ 2103Mailing List: bug-make@gnu.org 2104Responsible: 2105License: GPLv2+ (3.81), GPLv3+ (3.82 and later) 2106Location: external/gpl2/gmake 2107Notes: 2108 2109Package: diffutils 2110Version: 2.8.1 (Last GPLv2+ version) 2111Current Vers: 3.6 2112Maintainer: FSF 2113Archive Site: ftp://ftp.gnu.org/gnu/diffutils/ 2114Home Page: http://www.gnu.org/software/diffutils/ 2115Mailing List: bug-diffutils@gnu.org 2116Responsible: 2117License: GPLv2+ (2.8.1), GPLv3+ (2.9 and later) 2118Location: external/gpl2/diffutils 2119Notes: 2120Use external/gpl2/diffutils/diffutils2netbsd for preparing the source tree 2121for the import. 2122 2123Package: rcs 2124Version: 5.7 (Last GPLv2+ version) 2125Current Vers: 5.9.4 2126Maintainer: FSF 2127Archive Site: ftp://ftp.gnu.org/gnu/rcs/ 2128Mailing List: bug-gnu-utils@gnu.org 2129Home Page: http://www.gnu.org/software/rcs/ 2130Responsible: agc 2131License: GPLv2+ (5.7), GPLv3+ (5.8 and later) 2132Location: external/gpl2/rcs 2133Notes: 2134Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 2135 2136Package: texinfo 2137Version: 4.8a (Last GPLv2+ version) 2138Current Vers: 6.5 2139Maintainer: FSF 2140Archive Site: ftp://ftp.gnu.org/gnu/texinfo/ 2141Home Page: http://www.gnu.org/software/texinfo/ 2142Mailing List: bug-texinfo@gnu.org 2143Responsible: 2144License: GPLv2+ (4.8a), GPLv3+ (4.9 and later) 2145Location: external/gpl2/texinfo 2146Notes: 2147Use src/external/gpl2/texinfo/texinfo2netbsd for preparing the source tree 2148for the import. 2149 2150