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