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