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