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