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