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