3RDPARTY revision 1.2104
1# $NetBSD: 3RDPARTY,v 1.2104 2025/04/26 21:42:53 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.4/MPL 127Current Vers: 9.20.4/MPL 128Maintainer: ISC 129Archive Site: ftp://ftp.isc.org/isc/bind9/ 130Home Page: http://www.isc.org/software/bind/ 131Date: 2025-01-26 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.2 359Current Vers: 10.2.2 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.4.0/13.3.0/14.2.0 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-668 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.7.9 726Maintainer: kientzle@freebsd.org, joerg@NetBSD.org 727Archive Site: https://github.com/libarchive/libarchive/releases 728Home Page: http://www.libarchive.org 729Date: 2024-10-17 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.5 905Current Vers: 1.14.6 906Maintainer: Kristaps Džonsons/Ingo Schwarze 907Archive Site: http://mandoc.bsd.lv/snapshots/ 908Home Page: http://mandoc.bsd.lv/ 909Date: 2021-03-01 910Mailing List: 911Responsible: joerg 912License: BSD (2-clause) 913Location: external/bsd/mdocml/dist 914Notes: 915 916Package: mesa-demos 917Version: 8.1.0 918Current Vers: 8.4.0 919Maintainer: mesa-git@? 920Archive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/ 921Home Page: http://www.mesa3d.org/ 922Date: 2020-06-13 923Mailing List: 924Responsible: riastradh, mrg 925License: ISC 926Location: xsrc/external/mit/mesa-demos/dist 927Notes: 928We use only glxinfo and glxgears. Delete all else on import. 929Vendor tag: xorg 930Release tag: mesa-demos-X-Y-Z 931 932Package: mesa-drm 933Version: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c 934Current Vers: 935Maintainer: mesa-git@? 936Archive Site: git://anongit.freedesktop.org/git/mesa/drm 937Home Page: http://cgit.freedesktop.org/mesa/drm/ 938Date: 2019-01-09 939Mailing List: 940Responsible: mrg, bjs 941License: BSD 942Location: sys/external/bsd/drm/dist 943Notes: 944 945Package: MesaLib 946Version: 19.1.7 947Current Vers: 20.1.1 948Maintainer: mesa-git@? 949Archive Site: ftp://ftp.freedesktop.org/pub/mesa/ 950Home Page: http://www.mesa3d.org/ 951Date: 2020-06-13 952Mailing List: 953Responsible: riastradh, mrg 954License: ISC 955Location: xsrc/external/mit/MesaLib/dist 956Notes: 957Vendor tag: xorg 958Release tag: MesaLib-X-Y-Z 959 960Package: mopd 961Version: 2.5.3 962Current Vers: 2.5.3 963Maintainer: Mats O Jansson <maja@celsiustech.se> 964Archive Site: http://www.stacken.kth.se/~moj/mopd.html 965Home Page: http://www.stacken.kth.se/~moj/mopd.html 966Date: 2019-01-09 967Mailing List: 968Responsible: cjs 969License: BSD (4-clause) 970Location: usr.sbin/mopd 971Notes: 972Delete the otherOS directory before importing. 973 974Package: nawk 975Version: 2024-08-17 976Current Vers: 2024-08-17 977Maintainer: Brian Kernighan <bwk@princeton.edu> 978Archive Site: https://github.com/onetrueawk/awk 979Home Page: http://www.cs.princeton.edu/~bwk/btl.mirror/ 980Date: 2024-08-17 981Mailing List: 982Responsible: jdolecek 983License: BSD-like 984Location: external/historical/nawk/dist 985Notes: 986Build maketab from nawk sources and generate proctab.c. 987 988Package: ndbootd 989Version: 0.5 990Current Vers: 0.5 991Maintainer: Matt Fredette <fredette@alum.mit.edu> 992Archive Site: 993Home Page: 994Date: 2019-01-09 995Responsible: fredette 996License: BSD (4-clause) 997Location: usr.sbin/ndbootd 998Notes: 999Run ./configure, save config.h, make distclean, rm all autoconf/automake 1000and ndbootd-raw.c. Restore saved config.h, and force it to define 1001HAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 1002 1003Package: ntp 1004Version: 4.2.8p18 1005Current Vers: 4.2.8p18 1006Maintainer: David L. Mills <mills@udel.edu> 1007Archive Site: http://www.ntp.org/ 1008Home Page: http://www.ntp.org/, http://support.ntp.org/ 1009Date: 2024-08-18 1010Mailing List: 1011Responsible: simonb, jonathan, kardel 1012License: BSD-like 1013Location: external/bsd/ntp/dist 1014Notes: 1015See /usr/src/dist/ntp/ntp2netbsd for update instructions. 1016 1017Package: nvi 1018Version: 1.81.6, HEAD as of 2013-11-20 1019Current Vers: 1.81.6 1020Maintainer: Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic 1021Archive Site: git://repo.or.cz/nvi.git 1022Home Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/ 1023Date: 2020-06-13 1024Mailing List: 1025Responsible: christos 1026License: BSD (3/4-clause) 1027Location: external/bsd/nvi/dist 1028Notes: 1029We have lots of local fixes. 1030 1031Package: OpenLDAP 1032Version: 2.5.6 1033Current Vers: 2.5.18 1034Maintainer: OpenLDAP Foundation 1035Archive Site: http://www.openldap.org/ 1036Home Page: http://www.openldap.org/ 1037Date: 2024-09-24 1038Mailing List: 1039Responsible: 1040License: BSD (3-clause) 1041Location: external/bsd/openldap/dist 1042Notes: 1043 1044Package: OpenPAM 1045Version: 20230627 (Ximenia) 1046Current Vers: 20230627 (Ximenia) 1047Maintainer: Dag-Erling Smørgrav <des@FreeBSD.org> 1048Archive Site: http://www.openpam.org/ 1049Home Page: http://www.openpam.org/ 1050Date: 2023-06-30 1051Mailing List: 1052Responsible: christos 1053License: BSD (3-clause) 1054Location: external/bsd/openpam/dist 1055Notes: 1056 1057Package: openresolv 1058Version: 3.14.0 1059Current Vers: 3.14.0 1060Maintainer: roy 1061Archive Site: https://github.com/NetworkConfiguration/openresolv/releases 1062Home Page: http://roy.marples.name/projects/openresolv/ 1063Date: 2023-06-27 1064License: BSD (2-clause) 1065Location: external/bsd/openresolv/dist 1066Notes: 1067Please submit all changes to the author. 1068 1069Package: HPN-SSH 1070Version: 6.1p1 13 v14 1071Current Vers: 6.3p1 v14 1072Maintainer: www.psc.edu 1073Archive Site: 1074Home Page: http://www.psc.edu/index.php/hpn-ssh 1075Date: 2019-01-09 1076Mailing List: 1077Responsible: christos 1078License: 1079Location: crypto/external/bsd/openssh/dist 1080Notes: 1081Patch applied after OpenSSH import. 1082 1083Package: OpenSSH 1084Version: 10.0 1085Current Vers: 10.0 / portable 10.0p2 1086Maintainer: OpenSSH 1087Archive Site: http://www.openssh.com/ftp.html 1088Home Page: http://www.openssh.com/portable.html 1089Date: 2025-04-09 1090Mailing List: openssh-unix-announce@mindrot.org 1091Responsible: thorpej, christos, elric 1092License: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE 1093Location: crypto/external/bsd/openssh/dist 1094Vendor tag: OPENSSH 1095Release tag: vXY-YYYYMMDD for version X.Y 1096Notes: 1097imported from OpenBSD ssh -- is not from the portable OpenSSH 1098use openssh2netbsd before import. 1099local changes (should always try to bring them back to master openssh tree, 1100markus is very cooperative about it): 1101- default for PermitRootLogin is set to "no" 1102- IgnoreRootRhosts added 1103- look at login.conf to check valid user/access list 1104- krb5 support re-added 1105- hack in cipher.c #ifdef ACCS because we are missing EVP_acss 1106 when someone imports openssl, we can remove this. 1107- added moduli from portable openssh 1108- added USE_PAM patches and auth_pam.[ch] from portable openssh 1109 (see if there is any difference between the current version of opensshX.Yp1 1110 and the new opensshZ.Wp1) and apply them. 1111- added LDAP from portable openssh. 1112- conditionalize login_cap 1113- conditionalize bsd_auth 1114- restore krb5, krb4, afs, skey 1115- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none 1116- fix ctype macro arguments 1117- umac is broken, disable it 1118- better ~homedir handling 1119- netbsd style tunnels 1120- urandom, xhome, chrootdir, rescuedir NetBSD handling 1121- utmp/utmpx handling 1122- handle tty posix_vdisable properly 1123- handle setuid and unsetuid the posix way instead of setresuid() 1124- add all missing functions 1125- always bump major when importing to avoid api problems. 1126- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. 1127- adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent 1128- blocklistd additions 1129- LIBWRAP support is maintained (now in sshd-session.c) 1130 1131Package: OpenSSL 1132Version: 1.0.2o/1.1.1t/3.0.16 1133Current Vers: 1.0.2u/1.1.1w/3.0.16/3.2.4/3.3.3/3.4.1/3.5.0 1134Maintainer: The OpenSSL Project 1135Archive Site: https://github.com/openssl/openssl/releases 1136Home Page: http://www.openssl.org/ 1137Date: 2025-04-16 1138Mailing List: openssl-announce@openssl.org 1139Responsible: christos, mjf, tls, riastradh, spz 1140License: Apache2 1141Location: crypto/external/bsd/openssl/dist 1142Vendor tag: OPENSSL 1143Release tag: openssl-x-y-z (openssl-x-y-zw in past with lettered releases) 1144Current tag: openssl-3-0-16 1145Notes: 1146- Next update to be in crypto/external/apache2/openssl/dist, since 1147 OpenSSL 3.0 was relicensed as Apache2. We might consider reverting 1148 patches for idea, rc2, rc5 to retain binary compatibility with stock 1149 openssl and bump major. 1150- Run openssl2netbsd to get rid of the RCSID identifiers 1151- import 1152- configure and build after importing in the import directory 1153- check the generated files against the ones in the include directory 1154 and merge changes 1155- copy the toplevel libFOO.ld files to our FOO.map linker files (the legacy.ld 1156 is in providers/), and sync the FOO.expsym files if there were changes 1157- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man 1158 to regen man pages. 1159- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/* 1160 to regen assembly files 1161- run openssl speed -evp aes-256-cbc and compare the results with the 1162 autoconf build 1163 1164Package: pcc 1165Version: 1.1.0.DEVEL 20160208 1166Current Vers: 1.1.0 20141210 1167Maintainer: Anders Magnusson <ragge@NetBSD.org> 1168Archive Site: ftp://pcc.ludd.ltu.se/pub/pcc/ 1169Home Page: http://pcc.ludd.ltu.se/ 1170Date: 2019-01-09 1171Mailing List: pcc-list@ludd.ltu.se 1172Responsible: plunky 1173License: BSD 1174Location: external/bsd/pcc/dist 1175Notes: 1176This is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh 1177file for details about how to get the latest version from the upstream server 1178and import it. 1179 1180Package: pdisk 1181Version: 0.8a2 1182Current Vers: 0.8a2 1183Maintainer: Eryk Vershen <eryk@cfcl.com> 1184Archive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1185Home Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1186Date: 2019-01-09 1187Mailing List: 1188Responsible: dbj 1189License: BSD-like 1190Location: external/bsd/pdisk 1191Notes: 1192This is the disk partition utility used by Apple's mkLinux and OS X 1193It is imported into external/bsd/pdisk. 1194 1195Package: pdksh 1196Version: 5.2.14p2 1197Current Vers: 5.2.14p2 1198Maintainer: Michael Rendell <michael@cs.mun.ca> 1199Archive Site: 1200Home Page: 1201Date: 2019-01-09 1202Mailing List: 1203Responsible: jdolecek 1204License: Public domain 1205Location: bin/ksh 1206Notes: 1207pdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 1208 1209Package: PF (openbsd packet filter) 1210Version: OpenBSD 4.2 1211Current Vers: OpenBSD 6.3-current 1212Maintainer: The OpenBSD Project 1213Archive Site: ftp://ftp.openbsd.org/ 1214Home Page: http://www.openbsd.org/faq/pf/ 1215Date: 2019-01-09 1216Mailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 1217Responsible: peter, yamt 1218License: BSD (2-clause) 1219Location: dist/pf,sys/dist/pf 1220Notes: 1221kernel code is imported into src/sys/dist/pf and src/sys/net has reachover 1222definition (files.pf). userland code is imported into src/dist/pf, and 1223reachover Makefiles are in src/usr.sbin/pf. 1224 1225Package: pkg_install 1226Version: 20240307 1227Current Vers: 20240307 1228Maintainer: The pkgsrc developers 1229Home Page: http://www.pkgsrc.org/ 1230Date: 2024-06-11 1231Mailing List: tech-pkg@NetBSD.org 1232Responsible: joerg 1233License: BSD 1234Location: external/bsd/pkg_install/dist 1235Notes: 1236The authoritative version is in pkgsrc/pkgtools/pkg_install. 1237 1238Package: ping 1239Version: 980911 1240Current Vers: 980911 1241Maintainer: Mike Muuss 1242Archive Site: 1243Date: 2021-02-28 1244Mailing List: 1245Responsible: christos 1246License: BSD (3-clause) 1247Location: sbin/ping 1248Notes: 1249We use err() and friends. We have changes for snprintf, extra 1250formatting in man pages, disallowing flood pinging, alignment fixes, 1251and more. Vern's ping is gone. We are too different from everyone else 1252now to do a new import. 1253 1254Package: Postfix 1255Version: 3.10.1 1256Current Vers: 3.8.7, 3.9.2, 3.10.1 1257Maintainer: Wietse Venema <wietse@porcupine.org> 1258Archive Site: 1259Home Page: http://www.postfix.org/ 1260Date: 2025-02-25 1261Mailing List: postfix-users@postfix.org 1262Responsible: christos 1263License: IBM Public License. See also src/external/ibm-public/postfix/dist. 1264Location: external/ibm-public/postfix/dist 1265Notes: 1266 1267Package: ppp 1268Version: 2.5.2 1269Current Vers: 2.5.2 1270Maintainer: Paul Mackerras <paulus@samba.org> 1271Archive Site: 1272Home Page: 1273Date: 2025-01-08 1274GIT root: https://github.com/ppp-project/ppp 1275Mailing List: 1276Responsible: christos, cube 1277License: BSD (3-clause) 1278Location: external/bsd/ppp/dist 1279Notes: 1280BSD support was removed from 2.4.0; I added it back and removed 1281some GPL pieces. Multilink support is missing. Repeated pings to 1282Paulus have not yielded results. I've retrofitted pppdump to use 1283net/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 1284is clearly a pain. I have not tested the modules code, neither our 1285makefiles make it easy to construct a module, but I left one there 1286as an example. 1287TDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're 1288using the version found in 2.4.1. 1289 1290Package: root.cache 1291Version: 2023112702 (November 27, 2023) 1292Current Vers: 2023112702 (November 27, 2023) 1293Maintainer: InterNIC 1294Archive Site: ftp://ftp.internic.net/domain/named.root 1295Home Page: ftp://ftp.internic.net/domain/named.root 1296Date: 2023-11-23 1297Mailing List: 1298Responsible: thorpej 1299License: Public domain 1300Location: etc/namedb 1301Notes: 1302The root server cache is also included with BIND. However, the 1303InterNIC version is usually more up to date. 1304 1305Package: routed 1306Version: 2.32 1307Current Vers: 2.32 1308Maintainer: Vernon Schryver <vjs@rhyolite.com> 1309Archive Site: 1310Home Page: 1311Date: 2021-02-28 1312Mailing List: 1313Responsible: christos 1314License: BSD (4-clause) 1315Location: sbin/routed 1316Notes: 1317We use the md5 code from libc 1318We don't allow RIP_TRACEON and RIP_TRACEOFF 1319We use arc4random 1320We use strlcpy/snprintf 1321 1322Package: send-pr (part of GNATS) 1323Version: 3.2 1324Current Vers: 4.2 1325Maintainer: FSF 1326Archive Site: ftp://ftp.gnu.org/gnu/gnats/ 1327Home Page: http://www.gnu.org/software/gnats/ 1328Mailing List: bug-gnats@gnu.org 1329License: GPLv2+ (4.1), GPLv3+ (4.2 and later) 1330Responsible: 1331Location: external/gpl2/send-pr 1332Notes: 1333We have 3.2 with patches to become 3.95 which was never distributed. This 1334is the last "standalone" send-pr version. Newer versions require "query-pr" 1335to be installed and many more changes. It is not worth the hassle. 1336 1337Package: SoftFloat 1338Version: 2a 1339Current Vers: 3e 1340Maintainer: John Hauser <jhauser@jhauser.us> 1341Archive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 1342Home Page: http://www.jhauser.us/arithmetic/SoftFloat.html 1343Mailing List: 1344Responsible: bjh21 1345License: Public domain 1346Location: lib/libc/softfloat 1347Notes: 1348Heavily modified for use as a soft float library for GCC. The actual 1349arithmetic code is unchanged, though, and should behave exactly like the 1350original. 1351 1352Package: sqlite 1353Version: 3.45.1 1354Current Vers: 3.45.1 1355Maintainer: Richard Hipp <drh@sqlite.org> 1356Home Page: http://www.sqlite.org 1357Date: 2024-03-01 1358Responsible: joerg 1359License: Public domain 1360Location: external/public-domain/sqlite/dist 1361Notes: 1362See README file 1363 1364 1365Package: TestFloat 1366Version: 2a 1367Current Vers: 3e 1368Maintainer: John Hauser <jhauser@jhauser.us> 1369Archive Site: http://www.jhauser.us/arithmetic/TestFloat.html 1370Home Page: http://www.jhauser.us/arithmetic/TestFloat.html 1371Date: 2020-06-13 1372Mailing List: 1373Responsible: ross 1374License: BSD (4-clause) 1375Location: regress/lib/libc/ieeefp/testfloat 1376Notes: 1377 1378 1379Package: malloc 1380Version: 1995-01-15 1381Current Vers: 1995-01-15 1382Maintainer: FSF 1383Archive Site: ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz 1384Home Page: 1385Mailing List: 1386Responsible: christos 1387License: GPLv2+ 1388Location: external/gpl2/libmalloc 1389Notes: 1390The original version of gnumalloc was added (not imported) from 1391prep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest 1392version from 1995. It is written by Mike Haertel, and was distributed 1393both standalone and as part of glibc. At some point glibc switched 1394to use Doug Lea's ptmalloc which is now tightly bound with glibc 1395and cannot be separated. The Doug Lea version of malloc is also 1396distributed in a standalone form by Wolfram Gloger in 1397http://www.malloc.de/en/. We can consider switching to ptmalloc 1398at some point since it will provide an alternative MT malloc, but 1399perhaps this implementation should be kept anyway for historical 1400purposes. 1401 1402Package: tmux 1403Version: 3.5a 1404Current Vers: 3.5a 1405Maintainer: Nicholas Marriott <nicholas.marriott@gmail.com> 1406Archive site: https://github.com/tmux/tmux 1407Home page: http://tmux.github.io 1408Date: 2024-11-09 1409Mailing List: tmux-users@googlegroups.com 1410Responsible: christos 1411License: BSD 1412Location: external/bsd/tmux/dist 1413Vendor tag: TMUX 1414Release tag: tmux-x-y 1415Notes: 1416See src/external/bsd/tmux/README for instructions on how to import a 1417new tmux release. 1418 1419Package: top 1420Version: 3.8beta1 1421Current Vers: 3.8beta1 1422Maintainer: William LeFebvre <wnl@groupsys.com> 1423Archive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz 1424Home Page: http://www.unixtop.org/ 1425Mailing List: top-spinners@ocee.groupsys.com 1426Responsible: simonb, christos 1427License: BSD (2-clause) 1428Location: external/bsd/top/dist 1429Notes: 1430 1431Package: traceroute 1432Version: 1.4a12 1433Current Vers: 1.4a12 1434Maintainer: traceroute@ee.lbl.gov 1435Archive Site: ftp://ftp.ee.lbl.gov/ 1436Home Page: http://ftp.ee.lbl.gov/ 1437Mailing List: 1438Responsible: 1439License: BSD (4-clause) 1440Location: usr.sbin/traceroute 1441Notes: 1442Added changes from a5 -> a12 manually. 1443 1444Package: tradcpp 1445Version: 0.5.3 1446Current Vers: 0.5.3 1447Maintainer: David A. Holland <dholland@NetBSD.org> 1448Archive Site: https://ftp.NetBSD.org/pub/NetBSD/misc/dholland/ 1449Home Page: https://www.NetBSD.org/~dholland/tradcpp/ 1450Mailing List: tech-toolchain 1451Responsible: dholland 1452License: BSD (2-clause) 1453Location: external/bsd/tradcpp 1454Notes: 1455 1456Package: tz 1457Version: tzcode2025b / tzdata2025bgtz 1458Current Vers: tzcode2025b / tzdata2025b 1459Maintainer: Paul Eggert <eggert@cs.ucla.edu> 1460Archive Site: ftp://ftp.iana.org/tz/releases/ 1461Archive Site: ftp://munnari.oz.au/pub/oldtz/ 1462Old Archive Site: ftp://elsie.nci.nih.gov/pub/ 1463Home Page: http://www.iana.org/time-zones 1464Date: 2025-04-02 1465Mailing List: tz@iana.org 1466Responsible: kleink, christos, kre 1467License: Public domain 1468Location: lib/libc/time/zoneinfo, external/public-domain/tz/share 1469Vendor tag: ?? / TZDATA 1470Release tag: ?? / Use TZDATAYYYYx[GTZ] all in upper case (incl 'x'). 1471Notes: 1472Don't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import. 1473Diffs are now applied by hand, since we have too many diffs (re-entrant tzcode, 1474register removal) to apply. The diffs have been submitted upstream but there 1475is too much inertia to apply them. Check for .gitignore files. 1476For the data files, do use external/public-domain/tz/tzdata2netbsd (usually, 1477for now, late 2021, do it manually). 1478 1479Package: wpa_supplicant/hostapd 1480Version: 2.11 1481Current Vers: 2.11 1482Maintainer: Jouni Malinen <jkmaline@cc.hut.fi> 1483Archive Site: http://w1.fi/releases/ 1484Home Page: http://w1.fi/wpa_supplicant/ 1485Date: 2024-09-18 1486Mailing List: 1487Responsible: scw, dyoung, christos 1488License: BSD or GPLv2 1489Location: external/bsd/wpa/dist 1490Notes: 1491See src/external/bsd/wpa/NetBSD-upgrade for update instructions. 1492 1493Package: zlib 1494Version: 1.3.1 1495Current Vers: 1.3.1 1496Maintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 1497Archive Site: http://www.zlib.net/ 1498Home Page: http://www.zlib.net/ 1499Date: 2024-09-22 1500Mailing List: 1501Responsible: gwr, christos 1502License: BSD (3-clause) 1503Location: common/dist/zlib 1504Notes: 1505Imported to src/common/dist/zlib and shared by the kernel and userland. 1506Remember to run cleantags 1507 1508Package: zstd 1509Version: 1.5.6 1510Current Vers: 1.5.7 1511Maintainer: Meta 1512Archive Site: https://github.com/facebook/zstd 1513Home Page: https://github.com/facebook/zstd 1514Date: 2025-02-20 1515Mailing List: 1516Responsible: christos 1517License: BSD (3-clause)/GPLv2 1518Location: external/bsd/zstd 1519Notes: 1520 1521Package: services, protocols 1522Version: 2021-04-07 (services), 2021-02-26 (protocols) 1523Current Vers: 2021-04-07 (services), 2021-02-26 (protocols) 1524Maintainer: IANA 1525Archive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services) 1526Archive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols) 1527Home Page: http://www.iana.org/ 1528Date: 2021-04-08 1529Mailing List: 1530Responsible: christos 1531License: None 1532Location: etc 1533Notes: 15341. Build package net/iana-etc 15352. Add NetBSD rcsid to the generated protocols and services in the package 1536 work area. 15373. Append the local services from the current services file. 15384. Run: 1539 services_mkdb -u services > /usr/src/etc/services 1540 cp protocols /usr/src/etc/protocols 15415. Fix protocols 1542 - fix manet alias to MANET; giving an alias with the same name is a no/op 1543 - protocol 84 is defined for as ttp and iptm, merge the two entries since 1544 libc getprotoent() does not read the whole file and merge in the "files" 1545 implementation. 1546 - add alias carp to vrrp 1547 - put back 240 (pfsync), splitting the unassigned entries 1548 1549Package: pigz 1550Version: 2.3.1 1551Current Vers: 2.4 1552Maintainer: Mark Adler <madler@alumni.caltech.edu> 1553Archive Site: http://zlib.net/pigz/ 1554Home Page: http://zlib.net/pigz/ 1555Mailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net 1556Responsible: mrg, tls 1557License: zlib 1558Location: external/zlib/pigz/dist 1559Notes: 1560 1561Package: xz 1562Version: 5.2.4 1563Current Vers: 5.6.0 1564Maintainer: Lasse Collin <lasse.collin@tukanni.org> 1565Archive Site: http://tukaani.org/xz/ 1566Home Page: http://tukaani.org/xz/ 1567Date: 2024-02-24 1568Responsible: joerg 1569License: public-domain 1570Location: external/public-domain/xz/dist 1571Notes: 15721. See prepare-import script for stripping down the distribution. 15732. Use run-configure and double check that the stripped down configure works 1574 for tools. 15753. Carefully check for non-autoconf GPL components leaked into the dist area. 1576 1577Package: mpc 1578Version: 1.3.1 1579Current Vers: 1.3.1 1580Maintainer: 1581Archive Site: http://www.multiprecision.org/mpc/download/ 1582Home Page: http://www.multiprecision.org/mpc/ 1583Mailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development 1584Responsible: mrg 1585License: LGPL3 1586Location: external/lgpl3/mpc/dist 1587Notes: 1588 1589Package: mpfr 1590Version: 4.2.1 1591Current Vers: 4.2.1 1592Maintainer: 1593Archive Site: http://www.mpfr.org/mpfr-current/ 1594Home Page: http://www.mpfr.org/ 1595Mailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce 1596Responsible: mrg 1597License: LGPL3 1598Location: external/lgpl3/mpfr/dist 1599Notes: 1600 1601Package: GNU MP 1602Version: 6.2.1 1603Current Vers: 6.3.0 1604Maintainer: https://gmplib.org/mailman/listinfo/gmp-devel 1605Archive Site: https://gmplib.org/ 1606Home Page: https://gmplib.org/ 1607Mailing List: https://gmplib.org/mailman/listinfo/gmp-announce 1608Responsible: mrg 1609License: LGPL3 1610Location: external/lgpl3/gmp/dist 1611Notes: See the README. 1612 1613Package: osnet 1614Version: osnet-20100224 1615Current Vers: ? 1616Maintainer: ? 1617Archive Site: ? 1618Home Page: ? 1619Mailing List: ? 1620Responsible: ? 1621License: CDDL 1622Location: external/cddl/osnet 1623Notes: 1624 1625Package: sljit 1626Version: 0.93 (svn revision 333) 1627Current Vers: 0.93 1628Maintainer: Zoltán Herczeg <hzmester@freemail.hu 1629Archive Site: http://sourceforge.net/projects/sljit/ 1630Home Page: http://sljit.sourceforge.net/ 1631Mailing List: none 1632Responsible: alnsn 1633License: BSD (2-clause) 1634Location: sys/external/bsd/sljit/dist 1635Notes: 1636 Need to feed back local changes 1637 1638Package: tre 1639Version: 0.8.0, git source as of 20171117 1640Current Vers: 0.8.0 1641Maintainer: http://laurikari.net/tre 1642Archive Site: https://github.com/laurikari/tre 1643Home Page: http://laurikari.net/tre 1644Mailing List: 1645Responsible: agc, christos 1646License: BSD (2-clause) 1647Location: external/bsd/tre/dist 1648Notes: 1649 Need to feed back local changes 1650 1651Package: TrouSerS 1652Version: 0.3.14 1653Current Vers: 0.3.14 1654Maintainer: http://trousers.sourceforge.net 1655Archive Site: http://trousers.sourceforge.net 1656Home Page: http://trousers.sourceforge.net 1657Mailing List: http://trousers.sourceforge.net 1658Responsible: christos 1659License: CPL 1660Location: crypto/external/cpl/trousers/dist 1661Notes: 1662 Need to feed back local changes 1663 1664Package: tpm-tools 1665Version: 1.3.9.1 1666Current Vers: 1.3.9.1 1667Maintainer: http://trousers.sourceforge.net 1668Archive Site: http://trousers.sourceforge.net 1669Home Page: http://trousers.sourceforge.net 1670Mailing List: http://trousers.sourceforge.net 1671Responsible: christos 1672License: CPL 1673Location: crypto/external/cpl/tpm-tools/dist 1674Notes: 1675 Need to feed back local changes 1676 1677Package: elftoolchain (libelf/libdwarf) 1678Version: r4037 1679Current Vers: 0.7.1 1680Maintainer: Joseph Koshi <jkoshi@freebsd.org> 1681Archive Site: none 1682Home Page: http://elftoolchain.sourceforge.net 1683Date: 2024-03-03 1684Mailing List: none 1685Responsible: christos 1686License: BSD-like (2-clause) 1687Location: sys/external/bsd/elftoolchain/dist 1688Vendor tag: FreeBSD 1689Release tag: elftoolchain-rNNNNN 1690Notes: 1691 See README we use the svn id as the tag. 1692 1693Package: timeout 1694Version: FreeBSD-2014-07-16 r268763 1695Current Vers: FreeBSD-2016-05-01 r331720 1696Maintainer: Baptiste Daroussin <bapt@FreeBSD.org> 1697Archive Site: none 1698Home Page: https://svnweb.freebsd.org/base/head/usr.bin/timeout/ 1699Mailing List: none 1700Responsible: christos 1701License: BSD-like (2-clause) 1702Location: usr.bin/timeout 1703 1704Package: libproc 1705Version: FreeBSD-2015-09-24 1706Current Vers: FreeBSD-2018-07-27 r336782 1707Maintainer: Rui Paulo <rpaulo@FreeBSD.org> 1708Archive Site: none 1709Home Page: https://svnweb.freebsd.org/base/head/lib/libproc/ 1710Mailing List: none 1711Responsible: christos 1712License: BSD-like (2-clause) 1713Location: external/bsd/libproc/dist 1714 1715Package: librtld_db 1716Version: FreeBSD-2015-09-24 1717Current Vers: FreeBSD-2017-11-26 r326219 1718Maintainer: Rui Paulo <rpaulo@FreeBSD.org> 1719Archive Site: none 1720Home Page: https://svnweb.freebsd.org/base/head/lib/librtld_db/ 1721Mailing List: none 1722Responsible: christos 1723License: BSD-like (2-clause) 1724Location: external/bsd/librtld_db/dist 1725 1726Package: netcat 1727Version: OpenBSD-2017-02-06 1728Current Vers: OpenBSD-2020-02-12 1729Maintainer: OpenBSD 1730Archive Site: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ 1731Home Page: none 1732Date: 2020-06-13 1733Mailing List: none 1734Responsible: christos 1735License: BSD-like (3-clause) 1736Location: usr.bin/nc 1737 1738Package: gnu-efi 1739Version: 3.0.14 1740Current Vers: 3.0.14 1741Maintainer: https://sourceforge.net/projects/gnu-efi/ 1742Archive Site: https://sourceforge.net/projects/gnu-efi/ 1743Home Page: https://sourceforge.net/projects/gnu-efi/ 1744Mailing List: https://sourceforge.net/projects/gnu-efi/ 1745Responsible: 1746License: BSD-like (3-clause) 1747Location: sys/external/bsd/gnu-efi 1748 1749Package: dc 1750Version: 20170410 1751Current Vers: 20190906 1752Maintainer: The OpenBSD Project 1753Archive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/dc 1754Home Page: http://www.openbsd.org/ 1755Date: 2020-06-13 1756Mailing List: 1757License: BSD 1758Responsible: christos 1759Location: usr.bin/dc 1760Notes: 1761 Uses OpenSSL's bignum 1762 1763Package: dtc, libfdt 1764Version: 1.5.1 1765Current Vers: 1.5.1 1766Maintainer: David Gibson <david@gibson.dropbear.id.au>, Jon Loeliger <jdl@jdl.com> 1767Archive Site: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1768Home Page: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1769Mailing List: mailto:devicetree-compiler@vger.kernel.org 1770Responsible: skrll 1771License: GPLv2 (dtc), BSD (libfdt) 1772Location: external/gpl2/dtc, sys/external/bsd/libfdt 1773Notes: 1774external/gpl2/dtc/dtc2netbsd should be used to create directories to import 1775 1776Package: dts 1777Version: 5.15 1778Current Vers: 5.15 1779Maintainer: https://www.kernel.org/ 1780Archive Site: https://cdn.kernel.org/pub/linux/kernel/v5.x/ 1781Home Page: https://www.kernel.org/ 1782Mailing List: mailto:devicetree@vger.kernel.org 1783Responsible: jmcneill 1784License: GPLv2 and dual GPLv2/X11 license 1785Location: sys/external/gpl2/dts 1786Notes: 1787sys/external/gpl2/dts/dts2netbsd should be used to create directories to import 1788Not all DTS files are presently sourced from kernel.org. 1789 1790Package: iscsi 1791Version: 4.12.4 1792Current Vers: 4.12.4 1793Maintainer: Intel Corporation 1794Archive Site: 1795Home Page: 1796Mailing List: 1797Responsible: 1798License: BSD-like (4-clause) 1799Location: external/bsd/iscsi 1800Notes: 1801 1802Package: rpi-firmware 1803Version: 1804Current Vers: 1805Maintainer: 1806Archive Site: 1807Home Page: 1808Mailing List: 1809License: Broadcom, Raspberry Pi (Trading) Ltd 1810Responsible: 1811Location: external/broadcom/rpi-firmware 1812Notes: 1813 1814Package: rtwn 1815Version: 1816Current Vers: 1817Maintainer: 1818Archive Site: 1819Home Page: 1820Mailing List: 1821License: Realtek Semiconductor Corporation 1822Responsible: 1823Location: external/realtek/rtwn 1824Notes: 1825 1826Package: urtwn 1827Version: 1828Current Vers: 1829Maintainer: 1830Archive Site: 1831Home Page: 1832Mailing List: 1833License: Realtek Semiconductor Corporation 1834Responsible: 1835Location: external/realtek/urtwn/ 1836Notes: 1837 1838Package: repulse 1839Version: 1840Current Vers: 1841Maintainer: 1842Archive Site: 1843Home Page: 1844Mailing List: 1845License: ALiENDESiGN GbR 1846Responsible: 1847Location: sys/arch/amiga/dev/repulse_firmware.h 1848Notes: 1849 1850Package: cxgb 1851Version: 1852Current Vers: 1853Maintainer: 1854Archive Site: 1855Home Page: 1856Mailing List: 1857License: Chelsio Inc. 1858Responsible: 1859Location: sys/dev/pci/cxgb/cxgb_firmware_exports.h 1860Notes: 1861 1862Package: athn 1863Version: 1864Current Vers: 1865Maintainer: 1866Archive Site: 1867Home Page: 1868Mailing List: 1869License: Atheros Communicatios, Inc. 1870Responsible: 1871Location: external/atheros/athn 1872Notes: 1873 1874Package: otus 1875Version: 1876Current Vers: 1877Maintainer: 1878Archive Site: 1879Home Page: 1880Mailing List: 1881License: Atheros Communicatios, Inc. 1882Responsible: 1883Location: external/atheros/otus 1884Notes: 1885 1886Package: intel-fw-eula 1887Version: 1888Current Vers: 1889Maintainer: 1890Archive Site: 1891Home Page: 1892Mailing List: 1893License: Intel Corporation 1894Responsible: 1895Location: external/intel-fw-eula 1896Notes: 1897 1898Package: intel-fw-public 1899Version: 1900Current Vers: 1901Maintainer: 1902Archive Site: 1903Home Page: 1904Mailing List: 1905License: Intel Corporation 1906Responsible: 1907Location: external/intel-fw-public 1908Notes: 1909 1910Package: aic7xxx 1911Version: 1912Current Vers: 1913Maintainer: Justin T. Gibbs 1914Archive Site: 1915Home Page: 1916Mailing List: 1917License: Adaptec Inc or LGPL2 1918Responsible: 1919Location: sys/dev/microcode/aic7xxx 1920Notes: 1921 1922Package: atmel 1923Version: 1924Current Vers: 1925Maintainer: 1926Archive Site: 1927Home Page: 1928Mailing List: 1929License: Atmel Corporation 1930Responsible: 1931Location: sys/dev/microcode/atmel 1932Notes: 1933 1934Package: bge 1935Version: 1936Current Vers: 1937Maintainer: 1938Archive Site: 1939Home Page: 1940Mailing List: 1941License: Broadcom Corporation 1942Responsible: 1943Location: sys/dev/microcode/bge 1944Notes: 1945 1946Package: bnx 1947Version: 1948Current Vers: 1949Maintainer: David Christensen <davidch@broadcom.com> 1950Archive Site: 1951Home Page: 1952Mailing List: 1953License: Broadcom Corporation 1954Responsible: 1955Location: sys/dev/microcode/bnx 1956Notes: 1957 1958Package: cylades-z 1959Version: 1960Current Vers: 1961Maintainer: Cyclades Corp 1962Archive Site: 1963Home Page: 1964Mailing List: 1965License: unknown 1966Responsible: 1967Location: sys/dev/microcode/cyclades-z 1968Notes: 1969 1970Package: i8255x 1971Version: 3.28 1972Current Vers: 1973Maintainer: Patrick J Luhmann (PJL) 1974Archive Site: 1975Home Page: 1976Mailing List: 1977License: Intel Corporation 1978Responsible: 1979Location: sys/dev/microcode/i8255x 1980Notes: 1981 1982Package: isp 1983Version: 1984Current Vers: 1985Maintainer: 1986Archive Site: 1987Home Page: 1988Mailing List: 1989License: QLogic, Inc. 1990Responsible: 1991Location: sys/dev/microcode/isp 1992Notes: 1993 1994Package: radeon 1995Version: 1996Current Vers: 1997Maintainer: 1998Archive Site: 1999Home Page: 2000Mailing List: 2001License: Advanced Micro Devices, Inc. 2002Responsible: 2003Location: sys/dev/microcode/radeon 2004Notes: 2005 2006Package: ral 2007Version: 2008Current Vers: 2009Maintainer: 2010Archive Site: http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git 2011Home Page: 2012Mailing List: 2013License: Ralink Technology Corp 2014Responsible: 2015Location: external/realtek/ral 2016Notes: 2017 2018Package: rum 2019Version: 2020Current Vers: 2021Maintainer: Paul Lin <paul_lin@ralinktech.com.tw> 2022Archive Site: 2023Home Page: 2024Mailing List: 2025License: Ralink Technology Corp 2026Responsible: 2027Location: external/realtek/rum 2028Notes: 2029 2030Package: run 2031Version: 2032Current Vers: 2033Maintainer: Paul Lin <paul_lin@ralinktech.com.tw> 2034Archive Site: 2035Home Page: 2036Mailing List: 2037License: Ralink Technology Corp 2038Responsible: 2039Location: sys/dev/microcode/run 2040Notes: 2041 2042Package: siop 2043Version: 2044Current Vers: 2045Maintainer: Manuel Bouyer, Shuichiro URATA, Michael L. Hitch 2046Archive Site: 2047Home Page: 2048Mailing List: 2049License: BSD-like (2-clause, 3-clause) 2050Responsible: 2051Location: sys/dev/microcode/siop 2052Notes: 2053 2054Package: tigon 2055Version: 12.4.11 2056Current Vers: 2057Maintainer: wpaul@brak.osd.bsdi.com 2058Archive Site: https://people.freebsd.org/~wpaul/Alteon/ 2059Home Page: http://www.alteon.com/support/openkits (extinct) 2060Mailing List: 2061License: Alteon WebSystems, Inc. 2062Responsible: 2063Location: sys/dev/microcode/tigon 2064Notes: 2065See https://lists.debian.org/debian-legal/2011/10/msg00001.html 2066 2067 2068Package: typhoon 2069Version: 2070Current Vers: 2071Maintainer: 3Com Corporation 2072Archive Site: 2073Home Page: 2074Mailing List: 2075License: BSD-like (3-clause) 2076Responsible: 2077Location: sys/dev/microcode/typhoon 2078Notes: 2079 2080Package: wi 2081Version: 2082Current Vers: 2083Maintainer: Symbol Technologies Inc. 2084Archive Site: 2085Home Page: http://www.symbol.com 2086Mailing List: 2087License: BSD-like (3-clause) 2088Responsible: 2089Location: sys/dev/microcode/wi 2090Notes: 2091 2092Package: yds 2093Version: 2094Current Vers: 2095Maintainer: Yamaha Corporation 2096Archive Site: 2097Home Page: 2098Mailing List: 2099License: unknown 2100Responsible: 2101Location: sys/dev/microcode/yds 2102Notes: 2103 2104Package: zyd 2105Version: 2106Current Vers: 2107Maintainer: ZyDAS Technology Corporation 2108Archive Site: 2109Home Page: 2110Mailing List: 2111License: BSD-like (3-clause) 2112Responsible: 2113Location: sys/dev/microcode/zyd 2114Notes: 2115 2116Package: libnv 2117Version: 20180906 2118Current Vers: $(date) 2119Maintainer: christos 2120Archive Site: 2121Home Page: 2122Mailing List: 2123License: BSD-like (2-clause) 2124Responsible: 2125Location: sys/external/bsd/libnv/dist 2126Notes: 2127To be used only for npf (library and headers are private) 2128Copied from FreeBSD: 2129/usr/src/sys/sys/{d,c,}nv.h 2130/usr/src/lib/libnv/ 2131/usr/src/contrib/lib/libnv/ 2132/usr/src/share/man/man9/{d,c,}nv.9 2133 2134Package: gettext 2135Version: 0.16.1 (Last GPLv2+ version) 2136Current Vers: 0.22.5 2137Maintainer: FSF 2138Archive Site: ftp://ftp.gnu.org/gnu/gettext/ 2139Home Page: http://www.gnu.org/software/gettext/ 2140Date: 2024-02-25 2141Mailing List: bug-gnu-utils@gnu.org 2142Responsible: christos 2143License: GPLv2+ (0.16.1), GPLv3+ (0.17 and later) 2144Location: external/gpl2/gettext 2145Notes: 2146GNU gettext is used for userland tools like msgfmt(1) only. For libintl, 2147we use BSD-licensed implementation from Citrus project (see entry for 2148"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 2149 2150Package: grep 2151Version: 2.5.1a (last GPLv2+ version) 2152Current Vers: 3.7 2153Maintainer: FSF 2154Archive Site: ftp://ftp.gnu.org/gnu/grep/ 2155Home Page: http://www.gnu.org/software/grep/ 2156Mailing List: bug-gnu-utils@gnu.org 2157Responsible: simonb 2158License: GPLv2+ (2.5.1a), GPLv3+ (2.5.3 and later) 2159Location: external/gpl2/grep 2160Notes: 2161Use external/gpl2/grep/grep2netbsd for preparing the source tree 2162for the import. 2163On 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep; 2164see also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html) 2165was imported into src/usr.bin/grep; 2166on 16 Feb 2011, the BSD grep implementation from FreeBSD was imported 2167in src/usr.bin/grep, replacing FreeGrep 2168(http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html). 2169 2170Package: groff 2171Version: 1.19.2 (last GPLv2+ version) 2172Current Vers: 1.23.0 2173Maintainer: Werner Lemberg/FSF 2174Archive Site: ftp://ftp.gnu.org/gnu/groff/ 2175Home Page: http://www.gnu.org/software/groff/ 2176Date: 2024-11-29 2177Mailing List: bug-groff@gnu.org 2178Responsible: 2179License: GPLv2+ (1.19.2), GPLv3+ (1.20 and later) 2180Location: external/gpl2/groff 2181Notes: 2182Use groff2netbsd from external/gpl2/groff/groff2netbsd to prepare the 2183distribution for import. 2184Update MDATE in src/external/gpl2/groff/Makefile.inc. 2185 2186Package: gmake 2187Version: 3.81 (Last GPlv2+ version) 2188Current Vers: 4.4 2189Maintainer: FSF 2190Archive Site: ftp://ftp.gnu.org/gnu/make/ 2191Home Page: http://www.gnu.org/software/make/ 2192Date: 2022-12-08 2193Mailing List: bug-make@gnu.org 2194Responsible: 2195License: GPLv2+ (3.81), GPLv3+ (3.82 and later) 2196Location: external/gpl2/gmake 2197Notes: 2198 2199Package: diffutils 2200Version: 2.8.1 (Last GPLv2+ version) 2201Current Vers: 3.6 2202Maintainer: FSF 2203Archive Site: ftp://ftp.gnu.org/gnu/diffutils/ 2204Home Page: http://www.gnu.org/software/diffutils/ 2205Mailing List: bug-diffutils@gnu.org 2206Responsible: 2207License: GPLv2+ (2.8.1), GPLv3+ (2.9 and later) 2208Location: external/gpl2/diffutils 2209Notes: 2210Use external/gpl2/diffutils/diffutils2netbsd for preparing the source tree 2211for the import. 2212 2213Package: rcs 2214Version: 5.7 (Last GPLv2+ version) 2215Current Vers: 5.9.4 2216Maintainer: FSF 2217Archive Site: ftp://ftp.gnu.org/gnu/rcs/ 2218Mailing List: bug-gnu-utils@gnu.org 2219Home Page: http://www.gnu.org/software/rcs/ 2220Responsible: agc 2221License: GPLv2+ (5.7), GPLv3+ (5.8 and later) 2222Location: external/gpl2/rcs 2223Notes: 2224Old versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 2225 2226Package: texinfo 2227Version: 4.8a (Last GPLv2+ version) 2228Current Vers: 7.0 2229Maintainer: FSF 2230Archive Site: ftp://ftp.gnu.org/gnu/texinfo/ 2231Home Page: http://www.gnu.org/software/texinfo/ 2232Mailing List: bug-texinfo@gnu.org 2233Responsible: 2234License: GPLv2+ (4.8a), GPLv3+ (4.9 and later) 2235Location: external/gpl2/texinfo 2236Notes: 2237Use src/external/gpl2/texinfo/texinfo2netbsd for preparing the source tree 2238for the import. 2239 2240Package: indent 2241Version: FreeBSD-2018-11-04 r340138 2242Current Vers: FreeBSD-2020-05-21 r361337 2243Maintainer: The FreeBSD Project 2244Archive Site: none 2245Home Page: https://svnweb.freebsd.org/base/head/usr.bin/indent/ 2246Date: 2020-06-13 2247Mailing List: none 2248Responsible: 2249License: BSD-like (4-clause) 2250Location: usr.bin/indent 2251Notes: 2252Tests are stored in tests/usr.bin/indent. 2253 2254Package: ena 2255Version: 0.8.1 2256Current Vers: 2.1.1 2257Maintainer: Amazon.com 2258Archive Site: https://github.com/amzn/amzn-drivers/tree/master/kernel/fbsd/ena 2259Home Page: https://github.com/amzn/amzn-drivers/ 2260Date: 2020-06-13 2261Mailing List: none 2262Responsible: 2263License: BSD-like (2 and 3-clause) 2264Location: sys/external/bsd/ena-com 2265Notes: 2266 2267Package: terminfo 2268Version: 20231209 2269Current Vers: 20231209 2270Maintainer: Thomas Dickey (ncurses) 2271Archive Site: ftp://ftp.invisible-island.net/ncurses/current 2272Home Page: https://invisible-island.net/ncurses/ 2273Date: 2024-01-27 2274Mailing List: bug-ncurses@gnu.org 2275Responsible: 2276License: none 2277Location: share/terminfo 2278Notes: 2279Use the import script in /usr/src/share/terminfo 2280 2281Package: libcbor 2282Version: 0.7.0 2283Current Vers: 0.5.0-119-g3b41770 (3b41770ab0ca408d242041dddb3b75811345573f) 2284Maintainer: Pavel Kalvoda 2285Archive Site: https://github.com/PJK/libcbor 2286Home Page: 2287Date: 2020-03-02 2288Mailing List: 2289Responsible: christos 2290License: mit 2291Location: external/mit/libcbor 2292Notes: 2293 2294Package: pam-u2f 2295Version: 1.3.1 2296Current Vers: 1.3.1 2297Maintainer: Yubico 2298Archive Site: https://github.com/Yubico/pam-u2f 2299Home Page: https://developers.yubico.com/pam-u2f/ 2300Date: 2025-01-15 2301Mailing List: 2302Responsible: christos 2303License: bsd 2304Location: external/bsd/pam-u2f 2305Notes: 2306 2307Package: libfido2 2308Version: 1.13.0 2309Current Vers: 1.13.0 2310Maintainer: Yubico 2311Archive Site: https://github.com/Yubico/libfido2 2312Home Page: https://developers.yubico.com/libfido2/ 2313Date: 2023-08-11 2314Mailing List: 2315Responsible: christos 2316License: bsd 2317Location: external/bsd/libfido2 2318Notes: 2319 2320Package: libsodium 2321Version: 1.0.16 2322Current Vers: 1.0.18 2323Maintainer: Frank Denis 2324Archive Site: https://github.com/jedisct1/libsodium 2325Home Page: https://libsodium.org/ 2326Date: 2020-08-20 2327Mailing List: sodium-subscribe@pureftpd.org 2328Responsible: riastradh 2329License: bsd 2330Location: sys/external/bsd/libsodium 2331Notes: 2332 2333Package: Sensirion VOC index algorithm 2334Version: git commit hash 4f69c0d8e2f7192aeaf0d268211b1f54af50146b 2335Current Vers: git commit hash 4f69c0d8e2f7192aeaf0d268211b1f54af50146b 2336Maintainer: Brad Spencer 2337Archive Site: https://github.com/Sensirion/embedded-sgp 2338Home Page: https://github.com/Sensirion 2339Date: 2021-09-30 2340Mailing List: 2341Responsible: brad 2342License: BSD (3-clause) 2343Location: sys/dev/i2c/sensirion_voc_algorithm.c sys/dev/i2c/sensirion_voc_algorithm.h 2344Notes: 2345 2346Package: Terminus Font 2347Version: 4.49.1 2348Current Vers: 4.49.1 2349Maintainer: Dimitar Toshkov Zhekov 2350Archive Site: http://terminus-font.sourceforge.net/ 2351Home Page: http://terminus-font.sourceforge.net/ 2352Date: 2020-12-28 2353Mailing List: 2354Responsible: 2355License: OFL-1.1-RFN 2356Location: share/wscons/fonts 2357Notes: 2358Suitably encoded BDF files are prepared from the Unicode encoded 2359masters using upstream build scripts. BDF files are converted to the 2360WSF files with xsrc/local/programs/bdfload. File names for the 2361re-encoded subsets follow the convention used by the upstream. 2362 2363Package: Spleen 2364Version: 1.9.1 2365Current Vers: 1.9.1 2366Maintainer: Frederic Cambus 2367Archive Site: https://github.com/fcambus/spleen 2368Home Page: https://github.com/fcambus/spleen 2369Date: 2021-06-13 2370Mailing List: 2371Responsible: fcambus 2372License: BSD (2-clause) 2373Location: share/wscons/fonts 2374Notes: 2375 2376Package: mozilla-certdata 2377Version: 2024-08-23 (872bd5fefe12bc48a9c65e9ea7f189df243d835a) 2378Current Vers: 2025-01-23 (d348a62fd98df78bceaf6ce066bafad6e9f272b2) 2379Maintainer: Mozilla 2380Archive Site: https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt 2381Home Page: https://wiki.mozilla.org/CA 2382Date: 2025-01-31 2383Mailing List: 2384License: MPL 2385Responsible: riastradh, security-team 2386Location: external/mpl/mozilla-certdata 2387Vendor tag: MOZILLA-CERTDATA 2388Release tag: mozilla-certdata-YYYYMMDD 2389Notes: 2390See external/mpl/mozilla-certdata/share/Makefile for update 2391instructions. 2392 2393Package: userspace-rcu 2394Version: 0.15.0 2395Current Vers: 0.15.0 2396Maintainer: lttng 2397Archive Site: git://git.liburcu.org/userspace-rcu.git 2398Home Page: https://liburcu.org/ 2399Date: 2025-01-15 2400Mailing List: lttng-dev@lists.lttng.org. 2401License: LGPL2 2402Responsible: christos 2403Location: external/lgpl2/userspace-rcu 2404Vendor tag: URCU 2405Release tag: liburcu- 2406Notes: 2407 2408Package: isl 2409Version: 0.26 2410Current Vers: 0.26 2411Maintainer: INRIA 2412Archive Site: https://libisl.sourceforge.io/ 2413Home Page: https://libisl.sourceforge.io/ 2414Date: 2025-04-07 2415Mailing List: https://groups.google.com/g/isl-announce?pli=1 2416License: MIT 2417Responsible: mrg 2418Location: external/mit/isl 2419Vendor tag: isl 2420Release tag: isl- 2421Notes: 2422Integer Set Library 2423Prerequisite for gcc to enable additional optimizations 2424 2425Package: ctftools 2426Version: 2427Current Vers: 2428Maintainer: Illumos 2429Archive Site: https://github.com/illumos/illumos-gate/blob/master 2430 /usr/src/cmd/ctfconvert 2431 /usr/src/cmd/ctfdiff 2432 /usr/src/cmd/ctfdump 2433 /usr/src/cmd/ctfmerge 2434 /usr/src/lib/libctf 2435Home Page: 2436Date: 2025-04-26 2437Mailing List: 2438License: CDDL 2439Responsible: christos 2440Location: external/cddl/osnet/dist/ 2441Vendor tag: FreeBSD 2442Release tag: CDDL-FreeBSD-rNNNN 2443Notes: 2444Our upstream is currently FreeBSD, part of dtrace/zfs... 2445