3RDPARTY revision 1.1610
1# $NetBSD: 3RDPARTY,v 1.1610 2019/04/06 00:12:28 sevan 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.8-P1/BSD 9.13.7/MPL 124Current Vers: 9.13.7/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.9.1 144Maintainer: Nlnetlabs 145Archive Site: https://www.unbound.net/downloads/unbound-latest.tar.gz 146Home Page: https://www.unbound.net/ 147Date: 2019-03-17 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.26 158Current Vers: 4.1.26 159Maintainer: Nlnetlabs 160Archive Site: https://www.nlnetlabs.nl/svn/nsd/ 161Home Page: https://www.nlnetlabs.nl/projects/nsd/ 162Date: 2019-03-17 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.1 345Current Vers: 7.1.1 346Maintainer: roy 347Archive Site: ftp://roy.marples.name/pub/dhcpcd/ 348Home Page: http://roy.marples.name/projects/dhcpcd/ 349Date: 2019-02-07 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: jemalloc 603Version: 5.1.0 604Current Vers: 5.1.0 605Maintainer: Jason Evans 606Archive Site: https://github.com/jemalloc/jemalloc 607Home Page: https://jemalloc.net 608Date: 2019-03-04 609Mailing List: 610Responsible: christos 611License: BSD 612Location: external/bsd/jemalloc 613Notes: 614 615Package: KAME IPv6 616Version: KAME/NetBSD SNAP kit 617Current Vers: KAME/NetBSD SNAP kit (shipped every week) 618Maintainer: KAME Project <kame@kame.net> 619Archive Site: http://www.kame.net/ 620Home Page: http://www.kame.net/ 621Date: 2019-01-09 622Mailing List: snap-users@kame.net 623Responsible: 624License: BSD (3-clause) 625Location: sys/netinet6 626Notes: 627IPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 628more conservative implementation policy. 629IPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 630Please do not make too many diff-unfriendly changes (like indentation change, 631KNF police). We need to take diffs across KAME snapshots on upgrades. 632To identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 633in sys/netinet6/in6.h. No script is available for upgrades. 634"KAME" branch is used for kernel merge work purposes. 635http://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 636among KAME/*BSD, *BSD-current and recent *BSD releases. 637 638Package: kyua-atf-compat 639Version: 0.1 640Current Vers: 0.13 641Maintainer: Julio Merino <jmmv@NetBSD.org> 642Archive site: https://github.com/jmmv/kyua 643Home page: https://github.com/jmmv/kyua 644Date: 2019-01-09 645Mailing List: kyua-discuss@googlegroups.com 646Responsible: jmmv 647License: BSD 3-clause 648Location: external/bsd/kyua-atf-compat/dist 649Notes: 650The source files are in external/bsd/kyua-atf-compat/dist. 651Use external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/ 652directory. 653 654Package: kyua-cli 655Version: 0.7 656Current Vers: 0.9 657Maintainer: Julio Merino <jmmv@NetBSD.org> 658Archive site: https://github.com/jmmv/kyua 659Home page: https://github.com/jmmv/kyua 660Date: 2019-01-09 661Mailing List: kyua-discuss@googlegroups.com 662Responsible: jmmv 663License: BSD 3-clause 664Location: external/bsd/kyua-cli/dist 665Notes: 666The source files are in external/bsd/kyua-cli/dist. 667Use external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory. 668 669Package: kyua-testers 670Version: 0.1 671Current Vers: 0.3 672Maintainer: Julio Merino <jmmv@NetBSD.org> 673Archive site: https://github.com/jmmv/kyua 674Home page: https://github.com/jmmv/kyua 675Date: 2019-01-09 676Mailing List: kyua-discuss@googlegroups.com 677Responsible: jmmv 678License: BSD 3-clause 679Location: external/bsd/kyua-testers/dist 680Notes: 681The source files are in external/bsd/kyua-testers/dist. 682Use external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/ 683directory. 684 685Package: less 686Version: less-458 687Current Vers: less-530 688Maintainer: Mark Nudelman <markn@greenwoodsoftware.com> 689Archive Site: http://www.greenwoodsoftware.com/less/download.html 690Home Page: http://www.greenwoodsoftware.com/less/ 691Date: 2019-01-09 692Mailing List: less-announce-request@greenwoodsoftware.com 693Responsible: mrg 694License: Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418) 695Location: external/bsd/less/dist 696Notes: 697Many changes to make less act as more when invoked as more. Beware. 698Use the "src/external/bsd/less/less2netbsd" script to prepare source tree 699for importation. Run ./configure beforehand to generate "defines.h". 700Talk to mrg before importing any new version. 701 702Package: libarchive 703Version: 3.3.2pre 704Current Vers: 3.3.2 705Maintainer: kientzle@freebsd.org, joerg@NetBSD.org 706Archive Site: https://github.com/libarchive/libarchive/downloads 707Home Page: http://www.libarchive.org 708Date: 2019-01-09 709Responsible: joerg 710License: BSD (2-clause) 711Location: external/bsd/libarchive/dist 712Notes: 713Distribution is stripped down to the relevant part. 714 715Package: libdevmapper 716Version: 1.02.40 717Current Vers: 2.2.03.02 718Maintainer: lvm-devel@redhat.com 719Archive Site: ftp://sources.redhat.com/pub/lvm2/ 720Home Page: http://sources.redhat.com/lvm2/ 721Date: 2019-01-09 722Responsible: haad 723License: LGPLv2.1 724Location: external/gpl2/lvm2/dist/libdm 725Notes: 726The lvm2tools and the libdevmapper are now distributed as one source 727repository. See the lvm2tools Notes for more information. 728 729Package: libevent 730Version: 2.1.8-stable 731Current Vers: 2.1.8-stable 732Maintainer: Niels Provos <provos@citi.umich.edu> 733Archive Site: http://www.monkey.org/~provos/libevent/ 734Home Page: http://www.monkey.org/~provos/libevent/ 735Date: 2019-01-09 736Responsible: 737License: BSD (3/4-clause) 738Location: external/bsd/libevent/dist 739Notes: 740- Run the libevent2netbsd script 741- Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes. 742 man pages are in doxygen/man/man3. Remove the extra man pages that are 743 .so'ing only. Copy the rest to man. 744 745Package: llvm 746Version: 7.0.0svn (r337282) 747Current Vers.: 8.0.0 748Maintainer: llvm-dev@lists.llvm.org 749Home Page: https://llvm.org 750Date: 2019-01-09 751Responsible: joerg 752License: BSD/MIT 753Location: external/bsd/llvm/dist 754Notes: 755A CVS ACL is in place for the location to prevent unintentioned commits. 756All changes should come via import from upstream SVN. 757 758Package: lvm2tools 759Version: 2.02.56 760Current Vers: 2.03.02 761Maintainer: lvm-devel@redhat.com 762Archive Site: ftp://sources.redhat.com/pub/lvm2/ 763Home Page: http://sources.redhat.com/lvm2/ 764Date: 2019-01-09 765Responsible: haad 766License: GPLv2 767Location: external/gpl2/lvm2/dist 768Notes: 769Use the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to 770prepare source tree for import. Keep eye on dist/include/configure.h 771it might change over the releases. We maintain our own version of 772libdevmapper ioctl protocol code, therefore we should test it before 773import. Talk to haad before importing new version. 774 775Package: libpcap 776Version: 1.9.0 777Current Vers: 1.9.0 778Maintainer: tcpdump-workers@tcpdump.org 779Archive Site: http://www.tcpdump.org/release/ 780Home Page: http://www.tcpdump.org/ 781Date: 2019-01-09 782Mailing List: tcpdump-workers@tcpdump.org 783Responsible: dyoung 784License: BSD (3/4-clause) 785Location: external/bsd/libpcap/dist 786Notes: 787Use the src/external/bsd/libpcap/libpcap2netbsd script to prepare source 788tree. sys/net/dlt.h is a copy of the dlt constants from pcap.h 789 790Package: tcpdump 791Version: 4.9.2 792Current Vers: 4.9.2 793Maintainer: tcpdump-workers@lists.tcpdump.org 794Archive Site: http://www.tcpdump.org/release/ 795Home Page: http://www.tcpdump.org/ 796Date: 2019-01-09 797Mailing List: tcpdump-workers@lists.tcpdump.org 798Responsible: 799License: BSD (3-clause) 800Location: external/bsd/tcpdump/dist 801Notes: 802Use the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source 803tree. 804 805Package: libwrap 806Version: tcp_wrappers 7.6 w/ large amount of IPv6 changes 807Current Vers: tcp_wrappers 7.6-ipv6.4 808Maintainer: Wietse Venema <wietse@porcupine.org> 809Archive Site: ftp://ftp.porcupine.org/pub/security/ 810Home Page: ftp://ftp.porcupine.org/pub/security/ 811Date: 2019-01-09 812Mailing List: 813Responsible: cjs 814License: BSD-like 815Location: lib/libwrap 816Notes: 817We import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 818under src/usr.sbin). We don't use tcpd; that functionality is built 819into inetd. The provided libwrap2netbsd script handles just libwrap. 820 821Package: Lua 822Version: Lua 5.3.5 823Current Vers: Lua 5.3.5 824Maintainer: PUC Rio 825Home Page: http://www.lua.org/ 826Date: 2019-01-09 827Mailing List: 828Responsible: mbalmer, lneto, salazar, alnsn 829License: MIT 830Location: external/mit/lua/dist 831Notes: 832The default module paths have been changed to not include the current 833working directory '.' to avoid potential security problems. 834 835Package: Lutok 836Version: 0.3 837Current Vers: 0.4 838Maintainer: Julio Merino <jmmv@NetBSD.org> 839Archive site: https://github.com/jmmv/lutok/releases 840Home page: https://github.com/jmmv/lutok 841Date: 2019-01-09 842Mailing List: lutok-discuss@googlegroups.com 843Responsible: jmmv 844License: BSD 3-clause 845Location: external/bsd/lutok/dist 846Notes: 847The source files are in external/bsd/lutok/dist. 848Use external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory. 849 850Package: m4 851Version: 20091026 852Current Vers: 20161231 853Maintainer: The OpenBSD Project 854Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4 855Home Page: http://www.openbsd.org/ 856Date: 2019-01-09 857Mailing List: 858License: BSD 3-clause like (dns-sd) 859Responsible: christos 860Location: usr.bin/m4 861Notes: 862Uses libc's ohash 863 864Package: mDNSResponder 865Version: 878.30.4 866Current Vers: 878.30.4 867Maintainer: Apple 868Archive Site: https://www.opensource.apple.com/tarballs/mDNSResponder/ 869Home Page: https://developer.apple.com/bonjour/ 870Mailing List: bonjour-dev@lists.apple.com 871License: Apache2 (mdnsd), BSD 3-clause (libdns_sd), 872 BSD 3-clause like (dns-sd) 873Responsible: tsarna 874Location: external/apache2/mDNSResponder/dist 875Notes: 876 877Package: mandoc 878Version: 1.14.5 879Current Vers: 1.14.5 880Maintainer: Kristaps Džonsons/Ingo Schwarze 881Archive Site: http://mandoc.bsd.lv/snapshots/ 882Home Page: http://mandoc.bsd.lv/ 883Date: 2019-03-10 884Mailing List: 885Responsible: joerg 886License: BSD (2-clause) 887Location: external/bsd/mdocml/dist 888Notes: 889 890Package: mesa-demos 891Version: 8.1.0 892Current Vers: 8.4.0 893Maintainer: mesa-git@? 894Archive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/ 895Home Page: http://www.mesa3d.org/ 896Date: 2019-01-09 897Mailing List: 898Responsible: riastradh, mrg 899License: ISC 900Location: xsrc/external/mit/mesa-demos/dist 901Notes: 902We use only glxinfo and glxgears. Delete all else on import. 903Vendor tag: xorg 904Release tag: mesa-demos-X-Y-Z 905 906Package: mesa-drm 907Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c 908Current Vers: 909Maintainer: mesa-git@? 910Archive Site: git://anongit.freedesktop.org/git/mesa/drm 911Home Page: http://cgit.freedesktop.org/mesa/drm/ 912Date: 2019-01-09 913Mailing List: 914Responsible: mrg, bjs 915License: BSD 916Location: sys/external/bsd/drm/dist 917Notes: 918 919Package: MesaLib 920Version: 18.3.4 921Current Vers: 19.0.1 922Maintainer: mesa-git@? 923Archive Site: ftp://ftp.freedesktop.org/pub/mesa/ 924Home Page: http://www.mesa3d.org/ 925Date: 2019-04-05 926Mailing List: 927Responsible: riastradh, mrg 928License: ISC 929Location: xsrc/external/mit/MesaLib/dist 930Notes: 931Vendor tag: xorg 932Release tag: MesaLib-X-Y-Z 933 934Package: mopd 935Version: 2.5.3 936Current Vers: 2.5.3 937Maintainer: Mats O Jansson <maja@celsiustech.se> 938Archive Site: http://www.stacken.kth.se/~moj/mopd.html 939Home Page: http://www.stacken.kth.se/~moj/mopd.html 940Date: 2019-01-09 941Mailing List: 942Responsible: cjs 943License: BSD (4-clause) 944Location: usr.sbin/mopd 945Notes: 946Delete the otherOS directory before importing. 947 948Package: nawk 949Version: 2012-12-20 950Current Vers: 2012-12-20 951Maintainer: Brian Kernighan <bwk@princeton.edu> 952Archive Site: https://github.com/onetrueawk/awk 953Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/ 954Date: 2019-01-09 955Mailing List: 956Responsible: jdolecek 957License: BSD-like 958Location: external/historical/nawk/dist 959Notes: 960Build maketab from nawk sources and generate proctab.c. 961Remove buildwin.bat, missing95.c, ytab.[ch], ytab?.bak, vcvars.bat makefile.win 962then import to src/external/historical/nawk/dist. 963 964Package: ndbootd 965Version: 0.5 966Current Vers: 0.5 967Maintainer: Matt Fredette <fredette@alum.mit.edu> 968Archive Site: 969Home Page: 970Date: 2019-01-09 971Responsible: fredette 972License: BSD (4-clause) 973Location: usr.sbin/ndbootd 974Notes: 975Run ./configure, save config.h, make distclean, rm all autoconf/automake 976and ndbootd-raw.c. Restore saved config.h, and force it to define 977HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 978 979Package: ntp 980Version: 4.2.8p12 981Current Vers: 4.2.8p12 982Maintainer: David L. Mills <mills@udel.edu> 983Archive Site: http://www.ntp.org/ 984Home Page: http://www.ntp.org/, http://support.ntp.org/ 985Date: 2019-01-09 986Mailing List: 987Responsible: simonb, jonathan, kardel 988License: BSD-like 989Location: external/bsd/ntp/dist 990Notes: 991See /usr/src/dist/ntp/ntp2netbsd for update instructions. 992 993Package: nvi 994Version: 1.81.6, HEAD as of 2013-11-20 995Current Vers: 1.81.6 996Maintainer: Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic 997Archive Site: git://repo.or.cz/nvi.git 998Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/ 999Date: 2019-01-09 1000Mailing List: 1001Responsible: christos 1002License: BSD (3/4-clause) 1003Location: external/bsd/nvi/dist 1004Notes: 1005We have lots of local fixes. 1006 1007Package: OpenLDAP 1008Version: 2.4.45 1009Current Vers: 2.4.47 1010Maintainer: OpenLDAP Foundation 1011Archive Site: http://www.openldap.org/ 1012Home Page: http://www.openldap.org/ 1013Date: 2019-01-09 1014Mailing List: 1015Responsible: 1016License: BSD (3-clause) 1017Location: external/bsd/openldap/dist 1018Notes: 1019 1020Package: OpenPAM 1021Version: 20170430 (Resedacea) 1022Current Vers: 20170430 (Resedacea) 1023Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org> 1024Archive Site: http://www.openpam.org/ 1025Home Page: http://www.openpam.org/ 1026Date: 2019-01-09 1027Mailing List: 1028Responsible: christos 1029License: BSD (3-clause) 1030Location: external/bsd/openpam/dist 1031Notes: 1032 1033Package: openresolv 1034Version: 3.9.0 1035Current Vers: 3.9.0 1036Maintainer: roy 1037Archive Site: ftp://roy.marples.name/pub/openresolv/ 1038Home Page: http://roy.marples.name/projects/openresolv/ 1039Date: 2019-01-09 1040Mailing List: openresolv-discuss@marples.name 1041License: BSD (2-clause) 1042Location: external/bsd/openresolv/dist 1043Notes: 1044Please submit all changes to the author. 1045 1046Package: HPN-SSH 1047Version: 6.1p1 13 v14 1048Current Vers: 6.3p1 v14 1049Maintainer: www.psc.edu 1050Archive Site: 1051Home Page: http://www.psc.edu/index.php/hpn-ssh 1052Date: 2019-01-09 1053Mailing List: 1054Responsible: christos 1055License: 1056Location: crypto/external/bsd/openssh/dist 1057Notes: 1058Patch applied after OpenSSH import. 1059 1060Package: OpenSSH 1061Version: 7.8 1062Current Vers: 7.9 / portable 7.9p1 1063Maintainer: OpenSSH 1064Archive Site: http://www.openssh.com/ftp.html 1065Home Page: http://www.openssh.com/portable.html 1066Date: 2019-01-09 1067Mailing List: openssh-unix-announce@mindrot.org 1068Responsible: thorpej, christos, elric 1069License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE 1070Location: crypto/external/bsd/openssh/dist 1071Notes: 1072imported from OpenBSD ssh -- is not from the portable OpenSSH 1073use openssh2netbsd before import. 1074local changes (should always try to bring them back to master openssh tree, 1075markus is very cooperative about it): 1076- default for PermitRootLogin is set to "no" 1077- IgnoreRootRhosts added 1078- look at login.conf to check valid user/access list 1079- krb5 support re-added 1080- hack in cipher.c #ifdef ACCS because we are missing EVP_acss 1081 when someone imports openssl, we can remove this. 1082- added moduli from portable openssh 1083- added USE_PAM patches and auth_pam.[ch] from portable openssh 1084 (see if there is any difference between the current version of opensshX.Yp1 1085 and the new opensshZ.Wp1) and apply them. 1086- conditionalize login_cap 1087- conditionalize bsd_auth 1088- restore krb5, krb4, afs, skey 1089- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none 1090- fix ctype macro arguments 1091- umac is broken, disable it 1092- better ~homedir handling 1093- netbsd style tunnels 1094- urandom, xhome, chrootdir, rescuedir NetBSD handling 1095- utmp/utmpx handling 1096- handle tty posix_vdisable properly 1097- handle setuid and unsetuid the posix way instead of setresuid() 1098- add all missing functions 1099- always bump major when importing to avoid api problems. 1100- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. 1101- adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent 1102 1103Package: OpenSSL 1104Version: 1.0.2o/1.1.1b 1105Current Vers: 1.0.2r/1.1.1b 1106Maintainer: The OpenSSL Project 1107Archive Site: ftp://ftp.openssl.org/source/ 1108Home Page: http://www.openssl.org/ 1109Date: 2019-03-12 1110Mailing List: openssl-announce@openssl.org 1111Responsible: christos, mjf, tls, riastradh, spz 1112License: OpenSSL and SSLeay license (both BSD-like) 1113Location: crypto/external/bsd/openssl/dist 1114Notes: 1115- Run openssl2netbsd to get rid of the RCSID identifiers 1116- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man 1117 to regen man pages. 1118- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/* 1119 to regen assembly files 1120 1121Package: pcc 1122Version: 1.1.0.DEVEL 20160208 1123Current Vers: 1.1.0 20141210 1124Maintainer: Anders Magnusson <ragge@NetBSD.org> 1125Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/ 1126Home Page: http://pcc.ludd.ltu.se/ 1127Date: 2019-01-09 1128Mailing List: pcc-list@ludd.ltu.se 1129Responsible: plunky 1130License: BSD 1131Location: external/bsd/pcc/dist 1132Notes: 1133This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh 1134file for details about how to get the latest version from the upstream server 1135and import it. 1136 1137Package: pdisk 1138Version: 0.8a2 1139Current Vers: 0.8a2 1140Maintainer: Eryk Vershen <eryk@cfcl.com> 1141Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1142Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1143Date: 2019-01-09 1144Mailing List: 1145Responsible: dbj 1146License: BSD-like 1147Location: external/bsd/pdisk 1148Notes: 1149This is the disk partition utility used by Apple's mkLinux and OS X 1150It is imported into external/bsd/pdisk. 1151 1152Package: pdksh 1153Version: 5.2.14p2 1154Current Vers: 5.2.14p2 1155Maintainer: Michael Rendell <michael@cs.mun.ca> 1156Archive Site: 1157Home Page: 1158Date: 2019-01-09 1159Mailing List: 1160Responsible: jdolecek 1161License: Public domain 1162Location: bin/ksh 1163Notes: 1164pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 1165 1166Package: PF (openbsd packet filter) 1167Version: OpenBSD 4.2 1168Current Vers: OpenBSD 6.3-current 1169Maintainer: The OpenBSD Project 1170Archive Site: ftp://ftp.openbsd.org/ 1171Home Page: http://www.openbsd.org/faq/pf/ 1172Date: 2019-01-09 1173Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 1174Responsible: peter, yamt 1175License: BSD (2-clause) 1176Location: dist/pf,sys/dist/pf 1177Notes: 1178kernel code is imported into src/sys/dist/pf and src/sys/net has reachover 1179definition (files.pf). userland code is imported into src/dist/pf, and 1180reachover Makefiles are in src/usr.sbin/pf. 1181 1182Package: pkg_install 1183Version: 20190405 1184Current Vers: 20190405 1185Maintainer: The pkgsrc developers 1186Home Page: http://www.pkgsrc.org/ 1187Date: 2019-01-09 1188Mailing List: tech-pkg@NetBSD.org 1189Responsible: joerg 1190License: BSD 1191Location: external/bsd/pkg_install/dist 1192Notes: 1193The authoritative version is in pkgsrc/pkgtools/pkg_install. 1194 1195Package: ping 1196Version: 980911 1197Current Vers: 980911 1198Maintainer: Mike Muuss 1199Archive Site: 1200Home Page: http://ftp.arl.mil/mike/ping.html 1201Date: 2019-01-09 1202Mailing List: 1203Responsible: christos 1204License: BSD (3-clause) 1205Location: sbin/ping 1206Notes: 1207We use err() and friends. We have changes for snprintf, extra 1208formatting in man pages, disallowing flood pinging, alignment fixes, 1209and more. Vern's ping is gone. We are too different from everyone else 1210now to do a new import. 1211 1212Package: Postfix 1213Version: 3.1.4 1214Current Vers: 3.1.9/3.2.6/3.3.2 1215Maintainer: Wietse Venema <wietse@porcupine.org> 1216Archive Site: 1217Home Page: http://www.postfix.org/ 1218Mailing List: postfix-users@postfix.org 1219Responsible: christos 1220License: IBM Public License. See also src/external/ibm-public/postfix/dist. 1221Location: external/ibm-public/postfix/dist 1222Notes: 1223HTML documentation should be kept in sync with the README_FILES. 1224src/gnu/dist/postfix/conf/postfix-files must be kept in sync with our 1225directory layout (the easiest way to check is by running ``postfix 1226set-permissions''). 1227 1228Package: ppp 1229Version: 2.4.7 1230Current Vers: 2.4.7 1231Maintainer: Paul Mackerras <paulus@samba.org> 1232Archive Site: 1233Home Page: 1234GIT root: git://ozlabs.org/~paulus/ppp.git 1235Mailing List: 1236Responsible: christos, cube 1237License: BSD (3-clause) 1238Location: external/bsd/ppp/dist 1239Notes: 1240BSD support was removed from 2.4.0; I added it back and removed 1241some GPL pieces. Multilink support is missing. Repeated pings to 1242Paulus have not yielded results. I've retrofitted pppdump to use 1243net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 1244is clearly a pain. I have not tested the modules code, neither our 1245makefiles make it easy to construct a module, but I left one there 1246as an example. 1247TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're 1248using the version found in 2.4.1. 1249 1250Package: root.cache 1251Version: 2018111402 (November 14, 2018) 1252Current Vers: 2018111402 (November 14, 2018) 1253Maintainer: InterNIC 1254Archive Site: ftp://ftp.internic.net/domain/named.root 1255Home Page: ftp://ftp.internic.net/domain/named.root 1256Date: 2019-01-09 1257Mailing List: 1258Responsible: thorpej 1259License: Public domain 1260Location: etc/namedb 1261Notes: 1262The root server cache is also included with BIND. However, the 1263InterNIC version is usually more up to date. 1264 1265Package: routed 1266Version: 2.32 1267Current Vers: 2.32 1268Maintainer: Vernon Schryver <vjs@rhyolite.com> 1269Archive Site: 1270Home Page: 1271Date: 2019-01-09 1272Mailing List: 1273Responsible: christos 1274License: BSD (4-clause) 1275Location: sbin/routed 1276Notes: 1277We use the md5 code from libc 1278We don't allow RIP_TRACEON and RIP_TRACEOFF 1279We use arc4random 1280We use strlcpy/snprintf 1281 1282Package: send-pr (part of GNATS) 1283Version: 3.2 1284Current Vers: 4.2 1285Maintainer: FSF 1286Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 1287Home Page: http://www.gnu.org/software/gnats/ 1288Mailing List: bug-gnats@gnu.org 1289License: GPLv2+ (4.1), GPLv3+ (4.2 and later) 1290Responsible: 1291Location: external/gpl2/send-pr 1292Notes: 1293We have 3.2 with patches to become 3.95 which was never distributed. This 1294is the last "standalone" send-pr version. Newer versions require "query-pr" 1295to be installed and many more changes. It is not worth the hassle. 1296 1297Package: SoftFloat 1298Version: 2a 1299Current Vers: 3e 1300Maintainer: John Hauser <jhauser@jhauser.us> 1301Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 1302Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html 1303Mailing List: 1304Responsible: bjh21 1305License: Public domain 1306Location: lib/libc/softfloat 1307Notes: 1308Heavily modified for use as a soft float library for GCC. The actual 1309arithmetic code is unchanged, though, and should behave exactly like the 1310original. 1311 1312Package: sqlite 1313Version: 3.26.0 1314Current Vers: 3.26.0 (2018-12-01) 1315Maintainer: Richard Hipp <drh@sqlite.org> 1316Home Page: http://www.sqlite.org 1317Responsible: joerg 1318License: Public domain 1319Location: external/public-domain/sqlite/dist 1320Notes: 1321Run cleantags before importing because sqlite3.c has an RCSID 1322 1323 1324Package: TestFloat 1325Version: 2a 1326Current Vers: 3e 1327Maintainer: John Hauser <jhauser@jhauser.us> 1328Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html 1329Home Page: http://www.jhauser.us/arithmetic/TestFloat.html 1330Mailing List: 1331Responsible: ross 1332License: BSD (4-clause) 1333Location: regress/lib/libc/ieeefp/testfloat 1334Notes: 1335 1336 1337Package: malloc 1338Version: 1995-01-15 1339Current Vers: 1995-01-15 1340Maintainer: FSF 1341Archive Site: ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz 1342Home Page: 1343Mailing List: 1344Responsible: christos 1345License: GPLv2+ 1346Location: external/gpl2/libmalloc 1347Notes: 1348The original version of gnumalloc was added (not imported) from 1349prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest 1350version from 1995. It is written by Mike Haertel, and was distributed 1351both standalone and as part of glibc. At some point glibc switched 1352to use Doug Lea's ptmalloc which is now tightly bound with glibc 1353and cannot be separated. The Doug Lea version of malloc is also 1354distributed in a standalone form by Wolfram Gloger in 1355http://www.malloc.de/en/. We can consider switching to ptmalloc 1356at some point since it will provide an alternative MT malloc, but 1357perhaps this implementation should be kept anyway for historical 1358purposes. 1359 1360Package: tmux 1361Version: 2.8 1362Current Vers: 2.8 1363Maintainer: Nicholas Marriott <nicholas.marriott@gmail.com> 1364Archive site: https://github.com/tmux/tmux 1365Home page: http://tmux.github.io 1366Mailing List: tmux-users@googlegroups.com 1367Responsible: christos 1368License: BSD 1369Location: external/bsd/tmux/dist 1370Notes: 1371See src/external/bsd/tmux/README for instructions on how to import a 1372new tmux release. 1373 1374Package: top 1375Version: 3.8beta1 1376Current Vers: 3.8beta1 1377Maintainer: William LeFebvre <wnl@groupsys.com> 1378Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz 1379Home Page: http://www.unixtop.org/ 1380Mailing List: top-spinners@ocee.groupsys.com 1381Responsible: simonb, christos 1382License: BSD (2-clause) 1383Location: external/bsd/top/dist 1384Notes: 1385 1386Package: traceroute 1387Version: 1.4a12 1388Current Vers: 1.4a12 1389Maintainer: traceroute@ee.lbl.gov 1390Archive Site: ftp://ftp.ee.lbl.gov/ 1391Home Page: http://ftp.ee.lbl.gov/ 1392Mailing List: 1393Responsible: 1394License: BSD (4-clause) 1395Location: usr.sbin/traceroute 1396Notes: 1397Added changes from a5 -> a12 manually. 1398 1399Package: tz 1400Version: tzcode2019a / tzdata2019a 1401Current Vers: tzcode2019a / tzdata2019a 1402Maintainer: Paul Eggert <eggert@cs.ucla.edu> 1403Archive Site: ftp://ftp.iana.org/tz/releases/ 1404Archive Site: ftp://munnari.oz.au/pub/oldtz/ 1405Old Archive Site: ftp://elsie.nci.nih.gov/pub/ 1406Home Page: http://www.iana.org/time-zones 1407Mailing List: tz@iana.org 1408Responsible: kleink, christos, kre 1409License: Public domain 1410Location: lib/libc/time/zoneinfo, external/public-domain/tz/share 1411Notes: 1412Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import. 1413Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode, 1414register removal) to apply. The diffs have been submitted upstream but there 1415is too much inertia to apply them. Check for .gitignore files. 1416For the data files, do use external/public-domain/tz/tzdata2netbsd. 1417 1418Package: wpa_supplicant/hostapd 1419Version: 2.7 1420Current Vers: 2.7 1421Maintainer: Jouni Malinen <jkmaline@cc.hut.fi> 1422Archive Site: http://w1.fi/releases/ 1423Home Page: http://w1.fi/wpa_supplicant/ 1424Mailing List: 1425Responsible: scw, dyoung, christos 1426License: BSD or GPLv2 1427Location: external/bsd/wpa/dist 1428Notes: 1429See /usr/src/external/bsd/wpa/NetBSD-upgrade for update instructions. 1430 1431Package: zlib 1432Version: 1.2.10 1433Current Vers: 1.2.11 1434Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 1435Archive Site: http://www.zlib.net/ 1436Home Page: http://www.zlib.net/ 1437Mailing List: 1438Responsible: gwr, christos 1439License: BSD (3-clause) 1440Location: common/dist/zlib 1441Notes: 1442Imported to src/common/dist/zlib and shared by the kernel and userland. 1443Remember to run cleantags 1444 1445Package: services, protocols 1446Version: 2018-12-19 (services), 2017-10-13 (protocols) 1447Current Vers: 2018-12-19 (services), 2017-10-13 (protocols) 1448Maintainer: IANA 1449Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services) 1450Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols) 1451Home Page: http://www.iana.org/ 1452Mailing List: 1453Responsible: christos 1454License: None 1455Location: etc 1456Notes: 14571. Build package net/iana-etc 14582. Add NetBSD rcsid to the generated protocols and services in the package 1459 work area. 14603. Append the local services from the current services file. 14614. Run: 1462 services_mkdb -u services > /usr/src/etc/services 1463 cp protocols /usr/src/etc/protocols 14645. Fix protocols 1465 - fix manet alias to MANET; giving an alias with the same name is a no/op 1466 - protocol 84 is defined for as ttp and iptm, merge the two entries since 1467 libc getprotoent() does not read the whole file and merge in the "files" 1468 implementation. 1469 - add alias carp to vrrp 1470 - put back 240 (pfsync), splitting the unassigned entries 1471 1472Package: pigz 1473Version: 2.3.1 1474Current Vers: 2.4 1475Maintainer: Mark Adler <madler@alumni.caltech.edu> 1476Archive Site: http://zlib.net/pigz/ 1477Home Page: http://zlib.net/pigz/ 1478Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net 1479Responsible: mrg, tls 1480License: zlib 1481Location: external/zlib/pigz/dist 1482Notes: 1483 1484Package: xz 1485Version: 5.2.4 1486Current Vers: 5.2.4 1487Maintainer: Lasse Collin <lasse.collin@tukanni.org> 1488Archive Site: http://tukaani.org/xz/ 1489Home Page: http://tukaani.org/xz/ 1490Responsible: joerg 1491License: public-domain 1492Location: external/public-domain/xz/dist 1493Notes: 14941. See prepare-import script for stripping down the distribution. 14952. Use run-configure and double check that the stripped down configure works 1496 for tools. 14973. Carefully check for non-autoconf GPL components leaked into the dist area. 1498 1499Package: mpc 1500Version: 1.1.0 1501Current Vers: 1.1.0 1502Maintainer: 1503Archive Site: http://www.multiprecision.org/mpc/download/ 1504Home Page: http://www.multiprecision.org/mpc/ 1505Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development 1506Responsible: mrg 1507License: LGPL3 1508Location: external/lgpl3/mpc/dist 1509Notes: 1510 1511Package: mpfr 1512Version: 4.0.1 1513Current Vers: 4.0.1 1514Maintainer: 1515Archive Site: http://www.mpfr.org/mpfr-current/ 1516Home Page: http://www.mpfr.org/ 1517Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce 1518Responsible: mrg 1519License: LGPL3 1520Location: external/lgpl3/mpfr/dist 1521Notes: 1522 1523Package: GNU MP 1524Version: 6.1.2 1525Current Vers: 6.1.2 1526Maintainer: http://gmplib.org/mailman/listinfo/gmp-devel 1527Archive Site: http://gmplib.org/ 1528Home Page: http://gmplib.org/ 1529Mailing List: http://gmplib.org/mailman/listinfo/gmp-announce 1530Responsible: mrg 1531License: LGPL3 1532Location: external/lgpl3/gmp/dist 1533Notes: 1534 1535Package: osnet 1536Version: osnet-20100224 1537Current Vers: ? 1538Maintainer: ? 1539Archive Site: ? 1540Home Page: ? 1541Mailing List: ? 1542Responsible: ? 1543License: CDDL 1544Location: external/cddl/osnet 1545Notes: 1546 1547Package: sljit 1548Version: 0.93 (svn revision 333) 1549Current Vers: 0.93 1550Maintainer: Zoltán Herczeg <hzmester@freemail.hu 1551Archive Site: http://sourceforge.net/projects/sljit/ 1552Home Page: http://sljit.sourceforge.net/ 1553Mailing List: none 1554Responsible: alnsn 1555License: BSD (2-clause) 1556Location: sys/external/bsd/sljit/dist 1557Notes: 1558 Need to feed back local changes 1559 1560Package: tre 1561Version: 0.8.0, git source as of 20171117 1562Current Vers: 0.8.0 1563Maintainer: http://laurikari.net/tre 1564Archive Site: https://github.com/laurikari/tre 1565Home Page: http://laurikari.net/tre 1566Mailing List: 1567Responsible: agc, christos 1568License: BSD (2-clause) 1569Location: external/bsd/tre/dist 1570Notes: 1571 Need to feed back local changes 1572 1573Package: TrouSerS 1574Version: 0.3.14 1575Current Vers: 0.3.14 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/trousers/dist 1583Notes: 1584 Need to feed back local changes 1585 1586Package: tpm-tools 1587Version: 1.3.9.1 1588Current Vers: 1.3.9.1 1589Maintainer: http://trousers.sourceforge.net 1590Archive Site: http://trousers.sourceforge.net 1591Home Page: http://trousers.sourceforge.net 1592Mailing List: http://trousers.sourceforge.net 1593Responsible: christos 1594License: CPL 1595Location: crypto/external/cpl/tpm-tools/dist 1596Notes: 1597 Need to feed back local changes 1598 1599Package: elftoolchain (libelf/libdwarf) 1600Version: FreeBSD-2016-02-19-r295822 1601Current Vers: 0.7.1 1602Maintainer: Joseph Koshi <jkoshi@freebsd.org> 1603Archive Site: none 1604Home Page: http://elftoolchain.sourceforge.net 1605Mailing List: none 1606Responsible: christos 1607License: BSD-like (2-clause) 1608Location: sys/external/bsd/elftoolchain/dist 1609Notes: 1610 Run prepare-import.sh; next time use svn id. 1611 1612Package: smbfs 1613Version: smbfs-1.4.1.tar.gz + FreeBSD-2003-02-16 1614Current Vers: smbfs-1.4.5.tar.gz 1615Maintainer: Boris Popov <bp@FreeBSD.org> 1616Archive Site: http://people.freebsd.org/~bp/pub/smbfs/smbfs-1.4.1.tar.gz 1617Home Page: http://people.freebsd.org/~bp/pub/smbfs/ 1618License: BSD-like (4-clause) 1619Location: external/bsd/smbfs 1620Notes: 1621 The kernel portion has been removed from the tar file. 1622 Our kernel smbfs and netsmb directories could move to 1623 external, but this is just make-work. 1624 1625Package: timeout 1626Version: FreeBSD-2014-07-16 r268763 1627Current Vers: FreeBSD-2016-05-01 r331720 1628Maintainer: Baptiste Daroussin <bapt@FreeBSD.org> 1629Archive Site: none 1630Home Page: https://svnweb.freebsd.org/base/head/usr.bin/timeout/ 1631Mailing List: none 1632Responsible: christos 1633License: BSD-like (2-clause) 1634Location: usr.bin/timeout 1635 1636Package: libproc 1637Version: FreeBSD-2015-09-24 1638Current Vers: FreeBSD-2018-07-27 r336782 1639Maintainer: Rui Paulo <rpaulo@FreeBSD.org> 1640Archive Site: none 1641Home Page: https://svnweb.freebsd.org/base/head/lib/libproc/ 1642Mailing List: none 1643Responsible: christos 1644License: BSD-like (2-clause) 1645Location: external/bsd/libproc/dist 1646 1647Package: librtld_db 1648Version: FreeBSD-2015-09-24 1649Current Vers: FreeBSD-2017-11-26 r326219 1650Maintainer: Rui Paulo <rpaulo@FreeBSD.org> 1651Archive Site: none 1652Home Page: https://svnweb.freebsd.org/base/head/lib/librtld_db/ 1653Mailing List: none 1654Responsible: christos 1655License: BSD-like (2-clause) 1656Location: external/bsd/librtld_db/dist 1657 1658Package: netcat 1659Version: OpenBSD-2017-02-06 1660Current Vers: OpenBSD-2018-08-10 1661Maintainer: OpenBSD 1662Archive Site: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ 1663Home Page: none 1664Mailing List: none 1665Responsible: christos 1666License: BSD-like (3-clause) 1667Location: usr.bin/nc 1668 1669Package: gnu-efi 1670Version: 3.0.8 1671Current Vers: 3.0.8 1672Maintainer: https://sourceforge.net/projects/gnu-efi/ 1673Archive Site: https://sourceforge.net/projects/gnu-efi/ 1674Home Page: https://sourceforge.net/projects/gnu-efi/ 1675Mailing List: https://sourceforge.net/projects/gnu-efi/ 1676Responsible: 1677License: BSD-like (3-clause) 1678Location: sys/external/bsd/gnu-efi 1679 1680Package: dc 1681Version: 20170410 1682Current Vers: 20171217 1683Maintainer: The OpenBSD Project 1684Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/dc 1685Home Page: http://www.openbsd.org/ 1686Mailing List: 1687License: BSD 1688Responsible: christos 1689Location: usr.bin/dc 1690Notes: 1691 Uses OpenSSL's bignum 1692 1693Package: dtc,libfdt 1694Version: 1.4.4 1695Current Vers: 1.4.7 1696Maintainer: David Gibson <david@gibson.dropbear.id.au>, Jon Loeliger <jdl@jdl.com> 1697Archive Site: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1698Home Page: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1699Mailing List: mailto:devicetree-compiler@vger.kernel.org 1700Responsible: skrll 1701License: GPLv2 (dtc), BSD (libfdt) 1702Location: external/gpl2/dtc, sys/external/bsd/libfdt 1703Notes: 1704external/gpl2/dtc/dtc2netbsd should be used to create directories to import 1705 1706Package: dts 1707Version: 4.20.3 1708Current Vers: 4.20.3 1709Maintainer: https://www.kernel.org/ 1710Archive Site: https://cdn.kernel.org/pub/linux/kernel/v4.x/ 1711Home Page: https://www.kernel.org/ 1712Mailing List: mailto:devicetree@vger.kernel.org 1713Responsible: jmcneill 1714License: GPLv2 and dual GPLv2/X11 license 1715Location: sys/external/gpl2/dts 1716 1717Package: iscsi 1718Version: 4.12.4 1719Current Vers: 4.12.4 1720Maintainer: Intel Corporation 1721Archive Site: 1722Home Page: 1723Mailing List: 1724Responsible: 1725License: BSD-like (4-clause) 1726Location: external/bsd/iscsi 1727Notes: 1728 1729Package: rpi-firmware 1730Version: 1731Current Vers: 1732Maintainer: 1733Archive Site: 1734Home Page: 1735Mailing List: 1736License: Broadcom, Raspberry Pi (Trading) Ltd 1737Responsible: 1738Location: external/broadcom/rpi-firmware 1739Notes: 1740 1741Package: rtwn 1742Version: 1743Current Vers: 1744Maintainer: 1745Archive Site: 1746Home Page: 1747Mailing List: 1748License: Realtek Semiconductor Corporation 1749Responsible: 1750Location: external/realtek/rtwn 1751Notes: 1752 1753Package: urtwn 1754Version: 1755Current Vers: 1756Maintainer: 1757Archive Site: 1758Home Page: 1759Mailing List: 1760License: Realtek Semiconductor Corporation 1761Responsible: 1762Location: external/realtek/urtwn/ 1763Notes: 1764 1765Package: repulse 1766Version: 1767Current Vers: 1768Maintainer: 1769Archive Site: 1770Home Page: 1771Mailing List: 1772License: ALiENDESiGN GbR 1773Responsible: 1774Location: sys/arch/amiga/dev/repulse_firmware.h 1775Notes: 1776 1777Package: cxgb 1778Version: 1779Current Vers: 1780Maintainer: 1781Archive Site: 1782Home Page: 1783Mailing List: 1784License: Chelsio Inc. 1785Responsible: 1786Location: sys/dev/pci/cxgb/cxgb_firmware_exports.h 1787Notes: 1788 1789Package: athn 1790Version: 1791Current Vers: 1792Maintainer: 1793Archive Site: 1794Home Page: 1795Mailing List: 1796License: Atheros Communicatios, Inc. 1797Responsible: 1798Location: external/atheros/athn 1799Notes: 1800 1801Package: otus 1802Version: 1803Current Vers: 1804Maintainer: 1805Archive Site: 1806Home Page: 1807Mailing List: 1808License: Atheros Communicatios, Inc. 1809Responsible: 1810Location: external/atheros/otus 1811Notes: 1812 1813Package: intel-fw-eula 1814Version: 1815Current Vers: 1816Maintainer: 1817Archive Site: 1818Home Page: 1819Mailing List: 1820License: Intel Corporation 1821Responsible: 1822Location: external/intel-fw-eula 1823Notes: 1824 1825Package: intel-fw-public 1826Version: 1827Current Vers: 1828Maintainer: 1829Archive Site: 1830Home Page: 1831Mailing List: 1832License: Intel Corporation 1833Responsible: 1834Location: external/intel-fw-public 1835Notes: 1836 1837Package: aic7xxx 1838Version: 1839Current Vers: 1840Maintainer: Justin T. Gibbs 1841Archive Site: 1842Home Page: 1843Mailing List: 1844License: Adaptec Inc or LGPL2 1845Responsible: 1846Location: sys/dev/microcode/aic7xxx 1847Notes: 1848 1849Package: atmel 1850Version: 1851Current Vers: 1852Maintainer: 1853Archive Site: 1854Home Page: 1855Mailing List: 1856License: Atmel Corporation 1857Responsible: 1858Location: sys/dev/microcode/atmel 1859Notes: 1860 1861Package: bge 1862Version: 1863Current Vers: 1864Maintainer: 1865Archive Site: 1866Home Page: 1867Mailing List: 1868License: Broadcom Corporation 1869Responsible: 1870Location: sys/dev/microcode/bge 1871Notes: 1872 1873Package: bnx 1874Version: 1875Current Vers: 1876Maintainer: David Christensen <davidch@broadcom.com> 1877Archive Site: 1878Home Page: 1879Mailing List: 1880License: Broadcom Corporation 1881Responsible: 1882Location: sys/dev/microcode/bnx 1883Notes: 1884 1885Package: cylades-z 1886Version: 1887Current Vers: 1888Maintainer: Cyclades Corp 1889Archive Site: 1890Home Page: 1891Mailing List: 1892License: unknown 1893Responsible: 1894Location: sys/dev/microcode/cyclades-z 1895Notes: 1896 1897Package: i8255x 1898Version: 3.28 1899Current Vers: 1900Maintainer: Patrick J Luhmann (PJL) 1901Archive Site: 1902Home Page: 1903Mailing List: 1904License: Intel Corporation 1905Responsible: 1906Location: sys/dev/microcode/i8255x 1907Notes: 1908 1909Package: isp 1910Version: 1911Current Vers: 1912Maintainer: 1913Archive Site: 1914Home Page: 1915Mailing List: 1916License: QLogic, Inc. 1917Responsible: 1918Location: sys/dev/microcode/isp 1919Notes: 1920 1921Package: radeon 1922Version: 1923Current Vers: 1924Maintainer: 1925Archive Site: 1926Home Page: 1927Mailing List: 1928License: Advanced Micro Devices, Inc. 1929Responsible: 1930Location: sys/dev/microcode/radeon 1931Notes: 1932 1933Package: ral 1934Version: 1935Current Vers: 1936Maintainer: 1937Archive Site: http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git 1938Home Page: 1939Mailing List: 1940License: Ralink Technology Corp 1941Responsible: 1942Location: external/realtek/ral 1943Notes: 1944 1945Package: rum 1946Version: 1947Current Vers: 1948Maintainer: Paul Lin <paul_lin@ralinktech.com.tw> 1949Archive Site: 1950Home Page: 1951Mailing List: 1952License: Ralink Technology Corp 1953Responsible: 1954Location: external/realtek/rum 1955Notes: 1956 1957Package: run 1958Version: 1959Current Vers: 1960Maintainer: Paul Lin <paul_lin@ralinktech.com.tw> 1961Archive Site: 1962Home Page: 1963Mailing List: 1964License: Ralink Technology Corp 1965Responsible: 1966Location: sys/dev/microcode/run 1967Notes: 1968 1969Package: siop 1970Version: 1971Current Vers: 1972Maintainer: Manuel Bouyer, Shuichiro URATA, Michael L. Hitch 1973Archive Site: 1974Home Page: 1975Mailing List: 1976License: BSD-like (2-clause, 3-clause) 1977Responsible: 1978Location: sys/dev/microcode/siop 1979Notes: 1980 1981Package: tigon 1982Version: 12.4.11 1983Current Vers: 1984Maintainer: wpaul@brak.osd.bsdi.com 1985Archive Site: https://people.freebsd.org/~wpaul/Alteon/ 1986Home Page: http://www.alteon.com/support/openkits (extinct) 1987Mailing List: 1988License: Alteon WebSystems, Inc. 1989Responsible: 1990Location: sys/dev/microcode/tigon 1991Notes: 1992See https://lists.debian.org/debian-legal/2011/10/msg00001.html 1993 1994 1995Package: typhoon 1996Version: 1997Current Vers: 1998Maintainer: 3Com Corporation 1999Archive Site: 2000Home Page: 2001Mailing List: 2002License: BSD-like (3-clause) 2003Responsible: 2004Location: sys/dev/microcode/typhoon 2005Notes: 2006 2007Package: wi 2008Version: 2009Current Vers: 2010Maintainer: Symbol Technologies Inc. 2011Archive Site: 2012Home Page: http://www.symbol.com 2013Mailing List: 2014License: BSD-like (3-clause) 2015Responsible: 2016Location: sys/dev/microcode/wi 2017Notes: 2018 2019Package: yds 2020Version: 2021Current Vers: 2022Maintainer: Yamaha Corporation 2023Archive Site: 2024Home Page: 2025Mailing List: 2026License: unknown 2027Responsible: 2028Location: sys/dev/microcode/yds 2029Notes: 2030 2031Package: zyd 2032Version: 2033Current Vers: 2034Maintainer: ZyDAS Technology Corporation 2035Archive Site: 2036Home Page: 2037Mailing List: 2038License: BSD-like (3-clause) 2039Responsible: 2040Location: sys/dev/microcode/zyd 2041Notes: 2042 2043Package: libnv 2044Version: 20180906 2045Current Vers: $(date) 2046Maintainer: christos 2047Archive Site: 2048Home Page: 2049Mailing List: 2050License: BSD-like (2-clause) 2051Responsible: 2052Location: sys/external/bsd/libnv/dist 2053Notes: 2054To be used only for npf (library and headers are private) 2055Copied from FreeBSD: 2056/usr/src/sys/sys/{d,c,}nv.h 2057/usr/src/lib/libnv/ 2058/usr/src/contrib/lib/libnv/ 2059/usr/src/share/man/man9/{d,c,}nv.9 2060 2061Package: gettext 2062Version: 0.16.1 (Last GPLv2+ version) 2063Current Vers: 0.19.8 2064Maintainer: FSF 2065Archive Site: ftp://ftp.gnu.org/gnu/gettext/ 2066Home Page: http://www.gnu.org/software/gettext/ 2067Mailing List: bug-gnu-utils@gnu.org 2068Responsible: christos 2069License: GPLv2+ (0.16.1), GPLv3+ (0.17 and later) 2070Location: external/gpl2/gettext 2071Notes: 2072GNU gettext is used for userland tools like msgfmt(1) only. For libintl, 2073we use BSD-licensed implementation from Citrus project (see entry for 2074"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 2075 2076Package: grep 2077Version: 2.5.1a (last GPLv2+ version) 2078Current Vers: 3.1 2079Maintainer: FSF 2080Archive Site: ftp://ftp.gnu.org/gnu/grep/ 2081Home Page: http://www.gnu.org/software/grep/ 2082Mailing List: bug-gnu-utils@gnu.org 2083Responsible: simonb 2084License: GPLv2+ (2.5.1a), GPLv3+ (2.5.3 and later) 2085Location: external/gpl2/grep 2086Notes: 2087Use external/gpl2/grep/grep2netbsd for preparing the source tree 2088for the import. 2089On 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep; 2090see also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html) 2091was imported into src/usr.bin/grep; 2092on 16 Feb 2011, the BSD grep implementation from FreeBSD was imported 2093in src/usr.bin/grep, replacing FreeGrep 2094(http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html). 2095 2096Package: groff 2097Version: 1.19.2 (last GPLv2+ version) 2098Current Vers: 1.22.4 2099Maintainer: Werner Lemberg/FSF 2100Archive Site: ftp://ftp.gnu.org/gnu/groff/ 2101Home Page: http://www.gnu.org/software/groff/ 2102Mailing List: bug-groff@gnu.org 2103Responsible: 2104License: GPLv2+ (1.19.2), GPLv3+ (1.20 and later) 2105Location: external/gpl2/groff 2106Notes: 2107Use groff2netbsd from external/gpl2/groff/groff2netbsd to prepare the 2108distribution for import. 2109Update MDATE in src/external/gpl2/groff/Makefile.inc. 2110Package: gmake 2111Version: 3.81 (Last GPlv2+ version) 2112Current Vers: 4.2 2113Maintainer: FSF 2114Archive Site: ftp://ftp.gnu.org/gnu/make/ 2115Home Page: http://www.gnu.org/software/make/ 2116Mailing List: bug-make@gnu.org 2117Responsible: 2118License: GPLv2+ (3.81), GPLv3+ (3.82 and later) 2119Location: external/gpl2/gmake 2120Notes: 2121 2122Package: diffutils 2123Version: 2.8.1 (Last GPLv2+ version) 2124Current Vers: 3.6 2125Maintainer: FSF 2126Archive Site: ftp://ftp.gnu.org/gnu/diffutils/ 2127Home Page: http://www.gnu.org/software/diffutils/ 2128Mailing List: bug-diffutils@gnu.org 2129Responsible: 2130License: GPLv2+ (2.8.1), GPLv3+ (2.9 and later) 2131Location: external/gpl2/diffutils 2132Notes: 2133Use external/gpl2/diffutils/diffutils2netbsd for preparing the source tree 2134for the import. 2135 2136Package: rcs 2137Version: 5.7 (Last GPLv2+ version) 2138Current Vers: 5.9.4 2139Maintainer: FSF 2140Archive Site: ftp://ftp.gnu.org/gnu/rcs/ 2141Mailing List: bug-gnu-utils@gnu.org 2142Home Page: http://www.gnu.org/software/rcs/ 2143Responsible: agc 2144License: GPLv2+ (5.7), GPLv3+ (5.8 and later) 2145Location: external/gpl2/rcs 2146Notes: 2147Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 2148 2149Package: texinfo 2150Version: 4.8a (Last GPLv2+ version) 2151Current Vers: 6.5 2152Maintainer: FSF 2153Archive Site: ftp://ftp.gnu.org/gnu/texinfo/ 2154Home Page: http://www.gnu.org/software/texinfo/ 2155Mailing List: bug-texinfo@gnu.org 2156Responsible: 2157License: GPLv2+ (4.8a), GPLv3+ (4.9 and later) 2158Location: external/gpl2/texinfo 2159Notes: 2160Use src/external/gpl2/texinfo/texinfo2netbsd for preparing the source tree 2161for the import. 2162 2163Package: indent 2164Version: FreeBSD-2018-11-04 r340138 2165Current Vers: FreeBSD-2018-11-04 r340138 2166Maintainer: The FreeBSD Project 2167Archive Site: none 2168Home Page: https://svnweb.freebsd.org/base/head/usr.bin/indent/ 2169Mailing List: none 2170Responsible: 2171License: BSD-like (4-clause) 2172Location: usr.bin/indent 2173Notes: 2174Tests are stored in tests/usr.bin/indent. 2175