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