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