1*bd74f2ceSchristos# $NetBSD: 3RDPARTY,v 1.2075 2025/01/26 16:39:26 christos Exp $ 2cf738336Slukem# 3cf738336Slukem# This file contains a list of the software that has been integrated into 4cf738336Slukem# NetBSD where we are not the primary maintainer. 5cf738336Slukem# 6cf738336Slukem# When you make changes to this software, be sure to discuss it with the 7cf738336Slukem# maintainer and contribute your patches. Divergence from the official 8cf738336Slukem# sources is not desirable, and should be avoided as much as possible. 9cf738336Slukem# 10cf738336Slukem# When importing, please deal with the RCS IDs in this way: 11cf738336Slukem# 1. Preserve the RCS IDs in the files by removing the $ signs from 12cf738336Slukem# the IDs before you do the import. 13cf738336Slukem# 2. After the import, add NetBSD RCS IDs to all of the files. 14cf738336Slukem# 15cf738336Slukem# A few notes on the format of this file (for the benefit of 16efc176a4Sjakllsch# 3rdparty2html): 17cf738336Slukem# 18f6e409cfSriz# 1.) Any line whose first non-whitespace character is # is a comment; 19f6e409cfSriz# 2.) Entries are separated by blank lines; 20f6e409cfSriz# 3.) Every package needs at least the Package, Version, Current Vers, 21f6e409cfSriz# and Maintainer fields; 22cf738336Slukem# 4.) Where a field has multiple lines of information, the field tag 23cf738336Slukem# should be repeated on each line, except: 24f6e409cfSriz# 5.) The Notes: field tag should appear on a line by itself; all 25cf738336Slukem# remaining lines until the end of the record are notes. 264e76fbe9Sapb# 274e76fbe9Sapb# Package: name or brief description (required, must be first) 284e76fbe9Sapb# Version: version that is included with NetBSD (required) 294e76fbe9Sapb# Current Vers: version that is available upstream (required) 304e76fbe9Sapb# Maintainer: name and/or email address of upstream maintainer (required) 314e76fbe9Sapb# Archive Site: URL to archive of upstream releases 324e76fbe9Sapb# Home Page: URL to web page for upstream project 33a73d3e62Schristos# Date: Date last checked 344e76fbe9Sapb# Mailing List: email address or URL related to upstream mailing list 354e76fbe9Sapb# License: description of license 364e76fbe9Sapb# Responsible: comma-separated list of NetBSD developers 374e76fbe9Sapb# Location: comma-separated list of subdirectories in the NetBSD src tree 38f09d6d8cSriastradh# Vendor tag: name of branch where vendor imports go (usually uppercase) 39f09d6d8cSriastradh# Release tag: tag of the latest vendor import (lowercase with version number) 404e76fbe9Sapb# Notes: 414e76fbe9Sapb# Multiple lines of free-form text, 424e76fbe9Sapb# Must be last. 434e76fbe9Sapb# 44cf738336Slukem 456e5369a9SkanaokaPackage: acpica 4639eda4e9SchristosVersion: 20240827 4739eda4e9SchristosCurrent Vers: 20240827 4831ae9e5dSjruohoMaintainer: Intel 495c53b839SchristosArchive Site: http://www.acpica.org/downloads/ 50a62d13abSjmcneillHome Page: http://www.acpica.org/ 514fcc385cSchristosDate: 2024-09-01 52a62d13abSjmcneillMailing List: devel@acpica.org 53005cc0e4SjruohoLicense: BSD-like 5488969970SjruohoResponsible: jruoho 55c7a7a847SdrochnerLocation: sys/external/bsd/acpica/dist 566e5369a9SkanaokaNotes: 575c53b839SchristosYou want the unix2 (dual-licensed) tar file. 58ddfa7665SkochiPlease read src/sys/dev/acpi/acpica/README before any modification. 596e5369a9Skanaoka 60cf738336SlukemPackage: am-utils [amd] 6150118341SriastradhVersion: 6.2 (20140117) 6250118341SriastradhCurrent Vers: 6.2 (20140117) 63cf738336SlukemMaintainer: Erez Zadok <ezk@cs.columbia.edu> 643c631277SwizArchive Site: ftp://ftp.am-utils.org/pub/am-utils/ 6550118341SriastradhHome Page: https://www.am-utils.org/ 66f9bbfcf7SsevanDate: 2020-06-13 678b6d7749SchristosMailing List: am-utils 689a8941e5SrpauloResponsible: christos 69b4cefcb7SrpauloLicense: BSD (4-clause) 70c7a7a847SdrochnerLocation: external/bsd/am-utils/dist 7150118341SriastradhVendor tag: ezk 7250118341SriastradhRelease tag: am-utils-x-y-YYYYMMDD 73cf738336SlukemNotes: 74cf738336SlukemAmd2netbsd script to convert to BSD make system and remove unneeded files. 758b6d7749SchristosFix symbolic links before import. 76c7a7a847SdrochnerCheck external/bsd/am-utils/include/config.h is correct after import. 77e272cbefSwizUpdate date of release in external/bsd/am-utils/man/Makefile (two places). 78cf738336Slukem 79f9669addSjmmvPackage: Automated Testing Framework (ATF) 800ed5fe36SjmmvVersion: 0.20 8145cb60ffSkamilCurrent Vers: 0.21 82046226b2SjmmvMaintainer: Julio Merino <jmmv@NetBSD.org> 830ed5fe36SjmmvArchive site: https://github.com/jmmv/atf/releases 840ed5fe36SjmmvHome page: https://github.com/jmmv/atf 8558e631d8SgutteridgeDate: 2023-04-27 8658e631d8SgutteridgeMailing List: atf-discuss@googlegroups.com 87f9669addSjmmvResponsible: jmmv 88b3bc2ad3SjmmvLicense: The NetBSD Foundation's license (BSD 2-clause) 89c7a7a847SdrochnerLocation: external/bsd/atf/dist 90f9669addSjmmvNotes: 918a8a7f1cSjmmvThe source files are in external/bsd/atf/dist. 92046226b2SjmmvUse external/bsd/atf/prepare-import.sh to regenerate the dist/ directory. 930ed5fe36SjmmvPlease avoid performing local changes to this package without discussing 940ed5fe36Sjmmvthem with the responsible person and/or the mailing list shown above. 950ed5fe36SjmmvNote that the external/bsd/atf/dist/tools is owned by NetBSD and does not 960ed5fe36Sjmmvexist upstream; however, please continue to discuss any desired changes 970ed5fe36Sjmmvupfront. 98f9669addSjmmv 99791851b4SgdamorePackage: ath-hal 100713116a7SsborrillVersion: FreeBSD SVN revision number 185521 101f9bbfcf7SsevanCurrent Vers: FreeBSD SVN revision number 361486 102791851b4SgdamoreMaintainer: Sam Leffler <sam@errno.com> 103791851b4SgdamoreArchive Site: none 104f7b2261fSsevanHome Page: https://svnweb.freebsd.org/base/head/sys/dev/ath/ath_hal/ 105f9bbfcf7SsevanDate: 2020-06-13 106791851b4SgdamoreMailing List: none 107713116a7SsborrillResponsible: sam, alc 108d1f0696bSwizLicense: BSD-like (2-clause), ISC 109c7a7a847SdrochnerLocation: sys/external/isc/atheros_hal/dist 110791851b4SgdamoreNotes: 111791851b4Sgdamore 112cf738336SlukemPackage: bc 113cf738336SlukemVersion: 1.06 11493d7cf1dSwizCurrent Vers: 1.08.1 115cf738336SlukemMaintainer: Phil Nelson <phil@cs.wwu.edu> 116cf738336SlukemArchive Site: ftp://ftp.gnu.org/gnu/bc/ 1176886da6bSlukemHome Page: http://www.gnu.org/software/bc/ 118f9bbfcf7SsevanDate: 2020-06-13 119cf738336SlukemMailing List: bug-bc@gnu.org 120cf738336SlukemResponsible: phil, simonb 121b4cefcb7SrpauloLicense: GPLv2, LGPGv2.1 122f0ae8da2SsevanLocation: external/bsd/bc 123cf738336SlukemNotes: 124cf738336Slukembc includes dc, both of which are in the NetBSD tree. 125cf738336Slukem 12624eef118SchristosPackage: bind [named and utils] 127*bd74f2ceSchristosVersion: 9.20.4/MPL 128*bd74f2ceSchristosCurrent Vers: 9.20.4/MPL 1292057fbd4SroyMaintainer: ISC 130bf7ca424SwizArchive Site: ftp://ftp.isc.org/isc/bind9/ 131d1f0696bSwizHome Page: http://www.isc.org/software/bind/ 132*bd74f2ceSchristosDate: 2025-01-26 133d1f0696bSwizMailing List: https://lists.isc.org/mailman/listinfo/bind-announce 134d1f0696bSwizMailing List: https://lists.isc.org/mailman/listinfo/bind-users 1352057fbd4SroyResponsible: christos 1366084e6c7SchristosLicense: BSD-like (2-clause) / MPL 1376c344accSmayaLocation: external/mpl/bind/dist 138cf738336SlukemNotes: 13924eef118SchristosFirst bind2netbsd script to import into src/external/bsd/bind/dist. 1406c344accSmayaThe Makefiles in src/external/mpl/bind are not handled by the script. 141e492db19SchristosBuild bind to generate the include files. 14224eef118SchristosThen binclude4netbsd script to import into src/external/bsd/bind/include. 14324eef118SchristosThe libc and include parts of the resolver are now part of libbind. 14424eef118Schristos 1452f0bfbf3SchristosPackage: blocklist 1462f0bfbf3SchristosVersion: current-2020-06-14 1472f0bfbf3SchristosCurrent Vers: current-2020-06-14 1482f0bfbf3SchristosMaintainer: Christos Zoulas <christos@zoulas.com> 1492f0bfbf3SchristosArchive Site: https://github.com/zoulasc/blocklist 1502f0bfbf3SchristosHome Page: https://github.com/zoulasc/blocklist 1512f0bfbf3SchristosDate: 2020-06-13 1522f0bfbf3SchristosResponsible: christos 1532f0bfbf3SchristosLicense: BSD-like (2-clause) 1542f0bfbf3SchristosLocation: external/bsd/blocklist 1552f0bfbf3SchristosNotes: 1562f0bfbf3Schristos 157a64c4308SchristosPackage: libuv 158e1ae8470SchristosVersion: 1.44.2 1599a11c423SgutteridgeCurrent Vers: 1.45.0 160a64c4308SchristosMaintainer: libuv 161a64c4308SchristosArchive Site: https://dist.libuv.org/dist/ 162a64c4308SchristosHome Page: https://libuv.org 1639a11c423SgutteridgeDate: 2023-06-21 164a64c4308SchristosMailing List: https://groups.google.com/forum/#!forum/libuv 165a64c4308SchristosResponsible: christos 166a64c4308SchristosLicense: mit 167a64c4308SchristosLocation: external/mit/libuv/dist 168a64c4308SchristosNotes: 169a64c4308Schristos 170c90b9921SchristosPackage: unbound 1717b8695a6SchristosVersion: 1.19.1 1727b8695a6SchristosCurrent Vers: 1.19.1 1735010ba43SchristosMaintainer: Nlnetlabs 174c90b9921SchristosArchive Site: https://www.unbound.net/downloads/unbound-latest.tar.gz 175c90b9921SchristosHome Page: https://www.unbound.net/ 1767b8695a6SchristosDate: 2024-02-17 177c90b9921SchristosMailing List: https://unbound.nlnetlabs.nl/mailman/listinfo/unbound-users 178c90b9921SchristosResponsible: christos 179c90b9921SchristosLicense: BSD-like 180c90b9921SchristosLocation: external/bsd/unbound/dist 181c90b9921SchristosNotes: 182c90b9921SchristosUse cleantags to import 183c90b9921Schristosrun configure and update config files in include 184c90b9921Schristos 185131138c7SchristosPackage: nsd 18689afa3aaSchristosVersion: 4.8.0 18789afa3aaSchristosCurrent Vers: 4.8.0 1885010ba43SchristosMaintainer: Nlnetlabs 189131138c7SchristosArchive Site: https://www.nlnetlabs.nl/svn/nsd/ 190131138c7SchristosHome Page: https://www.nlnetlabs.nl/projects/nsd/ 19189afa3aaSchristosDate: 2024-02-17 192131138c7SchristosMailing List: https://open.nlnetlabs.nl/mailman/listinfo/nsd-users/ 193131138c7SchristosResponsible: christos 194131138c7SchristosLicense: BSD-like 195131138c7SchristosLocation: external/bsd/nsd/dist 196131138c7SchristosNotes: 197131138c7SchristosUse cleantags to import 198131138c7Schristosrun configure and update config files in include 199131138c7Schristos 20024eef118SchristosPackage: libbind [libc resolver and includes] 201b8ad4de3SchristosVersion: libbind-6.0-rc1 202d1f0696bSwizCurrent Vers: libbind-6.0 2032057fbd4SroyMaintainer: ISC 2049ac8dbedSsevanArchive Site: https://downloads.isc.org/isc/libbind/cur/ 2059ac8dbedSsevanHome Page: https://www.isc.org/othersoftware/#libbind 206a73d3e62SchristosDate: 2019-01-09 207d1f0696bSwizMailing List: https://lists.isc.org/mailman/listinfo/bind-workers 2082057fbd4SroyResponsible: christos 20924eef118SchristosLicense: BSD-like (2-clause) 210c7a7a847SdrochnerLocation: external/bsd/libbind/dist 21124eef118SchristosNotes: 21224eef118SchristosFirst libbind2netbsd script to import into src/external/bsd/libbind/dist. 213f6fcc5b1SchristosThen include4netbsd script to import into src/include. 214f6fcc5b1SchristosThen libc4netbsd script to update the resolver in libc. 215f6fcc5b1SchristosTodo[1]: Update libresolv if needed. 216f6fcc5b1SchristosTodo[2]: A few files in libc/net were imported in the ISC branch but now 217f6fcc5b1Schristos they are too different or do not exist anymore: 218f6fcc5b1Schristos gethnamaddr.c getnetent.c getnetnamadr.c sethostent.c 219f6fcc5b1Schristos Others like getaddrinfo.c could be merged with isc, but it seems 220f6fcc5b1Schristos that ours is from a more recent version of KAME? 22146dd20e5SghenTodo[3]: net/base64.c is imported from bind but should be moved from net 22246dd20e5Sghen to isc/base64.c. 223f6fcc5b1SchristosTodo[4]: Re-entrant functions of net/* 22424eef118SchristosTodo[5]: Reconcile the doc directory. 225cf738336Slukem 226cf738336SlukemPackage: bsd-family-tree 227149b7d7bSsevanVersion: 361673 228149b7d7bSsevanCurrent Vers: 361673 229d1f0696bSwizMaintainer: The FreeBSD Project 230f7b2261fSsevanArchive Site: https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree 231f7b2261fSsevanHome Page: https://svnweb.freebsd.org/base/head/share/misc/bsd-family-tree 232d157cf17SsevanDate: 2020-04-02 233cf738336SlukemMailing List: 234210632e5SjmcneillResponsible: 235d1f0696bSwizLicense: BSD (2-clause) (see http://www.freebsd.org/cgi/cvsweb.cgi/src/COPYRIGHT) 236c7a7a847SdrochnerLocation: share/misc/bsd-family-tree 237cf738336SlukemNotes: 2389e612945SapbPlease send all updates upstream. Eitan Adler <lists@eitanadler.com> 2399e612945Sapbis a FreeBSD committer who has been helpful with incorporating changes 2409e612945Sapbin the past. 241cf738336Slukem 2429deeac0bSperryPackage: byacc 24304bf857eSchristosVersion: 20240109 24404bf857eSchristosCurrent Vers: 20240109 2459deeac0bSperryMaintainer: Thomas Dickey <dickey@invisible-island.net> 2469deeac0bSperryArchive Site: http://www.invisible-island.net/byacc/byacc.html 2479deeac0bSperryHome Page: http://www.invisible-island.net/byacc/byacc.html 24804bf857eSchristosDate: 2024-09-14 2499deeac0bSperryMailing List: 2509deeac0bSperryResponsible: christos 2519deeac0bSperryLicense: Public Domain 252c7a7a847SdrochnerLocation: external/bsd/byacc/dist 2539deeac0bSperryNotes: 254fcfb79caSchristosSee /usr/src/external/bsd/byacc/byacc2netbsd for update instructions. 2559deeac0bSperry 256cf738336SlukemPackage: bzip2 257d2a15d12SmayaVersion: 1.0.8 258d2a15d12SmayaCurrent Vers: 1.0.8 259cf738336SlukemMaintainer: Julian Seward <jseward@acm.org> 260d2a15d12SmayaArchive Site: https://sourceware.org/pub/bzip2/ 261d2a15d12SmayaHome Page: https://www.sourceware.org/bzip2/ 262f9bbfcf7SsevanDate: 2020-06-13 263cf738336SlukemMailing List: 264cf738336SlukemResponsible: 265b4cefcb7SrpauloLicense: BSD (4-clause) 2663815d29aSwizLocation: external/bsd/bzip2 267cf738336SlukemNotes: 2683815d29aSwizSee /usr/src/external/bsd/bzip2/bzip2netbsd for update instructions. 269cf738336Slukem 270cf738336SlukemPackage: Citrus XPG4DL 2718347be3cSdentVersion: 2728347be3cSdentCurrent Vers: 273cf738336SlukemMaintainer: Citrus 274cf738336SlukemArchive Site: http://citrus.bsdclub.org/ 2756886da6bSlukemHome Page: http://citrus.bsdclub.org/ 276f9bbfcf7SsevanDate: 2020-06-13 277cf738336SlukemMailing List: bsd-locale@hauN.org 278a8dfe6acSwizResponsible: tshiozak 279b4cefcb7SrpauloLicense: Ambiguous. Either BSD or Perl Artistic License 280b4cefcb7Srpaulo See http://citrus.bsdclub.org/#pol_license for more info. 281c7a7a847SdrochnerLocation: lib 282cf738336SlukemNotes: 283cf738336Slukemlanguage C multilingualization support suite using wchar_t and other standards. 2841bbd0498SitojunThe main development playground of Citrus is in NetBSD CVS, so you don't 2851bbd0498Sitojunneed to look for other CVS tree (like citrus CVS tree) 286cf738336Slukemmain trunc has Citrus code in the following places: 2871bbd0498Sitojun- src/lib/libc/locale, LC_CTYPE: single/multibyte support 2881bbd0498Sitojun- src/lib/libintl: GNU libc compatible gettext(3) implementation. 2891bbd0498Sitojun- src/lib/libc/citrus: multibyte LC_CTYPE handling and iconv(3) lower layer 2901bbd0498Sitojun- src/lib/libc/iconv: iconv(3) 291cf738336Slukem 292cf738336SlukemPackage: cron 29302cccc79SchristosVersion: 4.1 29402560359SwizCurrent Vers: 4.1 2952057fbd4SroyMaintainer: ISC 29660c6df9aSmrgArchive Site: ftp://ftp.isc.org/isc/cron/ 2976886da6bSlukemHome Page: 298f9bbfcf7SsevanDate: 2020-06-13 299cf738336SlukemMailing List: 300cf738336SlukemResponsible: 301b4cefcb7SrpauloLicense: BSD-like 302c7a7a847SdrochnerLocation: external/bsd/cron/dist 303cf738336SlukemNotes: 304cf738336Slukem 305cf738336SlukemPackage: cvs 306d74d8125SchristosVersion: 1.12.13 307d74d8125SchristosCurrent Vers: 1.12.13 308cf738336SlukemMaintainer: cvshome 3098373c797SwizArchive Site: http://ftp.gnu.org/non-gnu/cvs/ 3108373c797SwizHome Page: http://cvs.nongnu.org/ 311f9bbfcf7SsevanDate: 2020-06-13 312cf738336SlukemMailing List: bug-cvs@gnu.org 313df7499f8SwizResponsible: christos 314b4cefcb7SrpauloLicense: GPLv1, LGPLv2 315c7a7a847SdrochnerLocation: external/gpl2/xcvs/dist 316cf738336SlukemNotes: 317c7a7a847SdrochnerUse external/gpl2/xcvs/dist/cvs2netbsd for preparing the source tree 318cf738336Slukemfor the import. 319c7a7a847SdrochnerDo not forget to update external/gpl2/xcvs/include/config.h to match 320c7a7a847Sdrochnerexternal/gpl2/xcvs/dist/config.h.in. 321cf738336Slukem 322cf738336SlukemPackage: db 323cf738336SlukemVersion: 1.85 3248347be3cSdentCurrent Vers: 1.86/4.7.25 325cf738336SlukemMaintainer: Keith Bostic <bostic@vangogh.cs.berkeley.edu> 326005d8bc4StnnArchive Site: http://www.oracle.com/technology/software/products/berkeley-db/ 327005d8bc4StnnHome Page: http://www.oracle.com/database/berkeley-db/ 328a73d3e62SchristosDate: 2019-01-09 329cf738336SlukemMailing List: 330cf738336SlukemResponsible: 331005d8bc4StnnLicense: BSD or Oracle Commercial License 332c7a7a847SdrochnerLocation: lib/libc/db 333cf738336SlukemNotes: 334cf738336SlukemNote that we cannot use db 2.x for license reasons. 335cf738336SlukemThree bug fixes against 1.85 sent back to bostic. Changes to 336cf738336Slukemman/recno.3, hash/hsearch.c, and hash/ndbm.c (serious). 337cf738336SlukemImport of DB 1.85 was done via a sh script which converted the 338cf738336Slukemdistribution into the netbsd format. The script can be found in 339cf738336Slukemsrc/lib/libc/db/db2netbsd. 340cf738336Slukem 341cf738336SlukemPackage: dhcp 342f7a85e38SchristosVersion: 4.4.3-P1 343f7a85e38SchristosCurrent Vers: 4.4.3-P1 3442877055fSrpauloMaintainer: mellon 345cf738336SlukemArchive Site: ftp://ftp.isc.org/isc/dhcp/ 3468347be3cSdentHome Page: http://www.isc.org/software/dhcp/ 347f7a85e38SchristosDate: 2022-10-05 348cf738336SlukemMailing List: dhcp-server@isc.org 349cf738336SlukemMailing List: dhcp-client@isc.org 350cf738336SlukemMailing List: dhcp-announce@isc.org 351cf738336SlukemMailing List: dhcp-bugs@isc.org 352cf738336SlukemResponsible: mellon 353e2730066SchristosLicense: MPL 354e2730066SchristosLocation: external/mpl/dhcp 355cf738336SlukemNotes: 35690879887SchristosUse the dhcp2netbsd script. 357cf738336Slukem 3585690a56cSjoergPackage: dhcpcd 35998af55aeSroyVersion: 10.0.8 36098af55aeSroyCurrent Vers: 10.0.8 361e24ba97eSroyMaintainer: roy 3621f7e02abSroyArchive Site: https://github.com/NetworkConfiguration/dhcpcd/releases 3635f41acdbSroyHome Page: https://roy.marples.name/projects/dhcpcd/ 3645f41acdbSroyHome Page: https://github.com/NetworkConfiguration/dhcpcd 365fbd3b546SroyDate: 2024-05-24 3665690a56cSjoergLicense: BSD (2-clause) 367c7a7a847SdrochnerLocation: external/bsd/dhcpcd/dist 3685690a56cSjoergNotes: 3695f41acdbSroyPlease submit all changes upstream. 3705f41acdbSroyImport using the import-src make target. 3715690a56cSjoerg 372e45326d7SriastradhPackage: drm 3731962a652SriastradhVersion: Linux 5.6-rc3, upstream tag v5.6-rc3 3741962a652SriastradhCurrent Vers: Linux 6.6 (LTS), upstream branch linux-6.6.y, tag v6.6.35 375e45326d7SriastradhMaintainer: Intel, AMD, Linux kernel developers 3761962a652SriastradhArchive Site: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git 3771962a652SriastradhHome Page: https://dri.freedesktop.org/ 378e45326d7SriastradhMailing List: dri-devel@lists.freedesktop.org 379e45326d7SriastradhResponsible: riastradh 380e45326d7SriastradhLicense: BSD 381e45326d7SriastradhLocation: sys/external/bsd/drm2/dist 3821962a652SriastradhVendor tag: LINUX 3831962a652SriastradhRelease tag: linux-drm-vX-Y(-rcZ) (formerly linux-X-Y(-rcZ)-drm-bsd) 384e45326d7SriastradhNotes: 385e45326d7SriastradhGraphics drivers. Talk to riastradh@ about updates. When importing 386e45326d7Sriastradhfrom Linux, we map 387e45326d7Sriastradh drivers/gpu/drm -> sys/external/bsd/drm2/dist/drm 388e45326d7Sriastradh include/drm -> sys/external/bsd/drm2/dist/include/drm 3891962a652Sriastradh include/uapi/drm -> sys/external/bsd/drm2/dist/include/uapi/drm 390e45326d7SriastradhGPL sources are excluded. In the future, we may import them into 3911962a652Sriastradhexternal/gpl2/drm2 and build them as kernel modules. Sources are 3921962a652Sriastradhprocessed with prepare-import.sh first, as well as: 3931962a652Sriastradh- amdgpu/amdgpu2netbsd 3941962a652Sriastradh- i915drm/i915drmkms2netbsd 3951962a652Sriastradh- radeon/radeon2netbsd 3961962a652Sriastradh- drm/drm2netbsd 3971962a652Sriastradh- nouveau/nouveau2netbsd 3981962a652Sriastradh- vmwgfx/vmwgfx2netbsd 3991962a652SriastradhPast vendor release tags: 4001962a652Sriastradh- linux-3-6-rc8-drm2-bsd 4011962a652Sriastradh- linux-3-15-drm-bsd 4021962a652Sriastradh- linux-3-15-drm-bsd-reimport-nouveau 4031962a652Sriastradh- linux-drm-v4-4-143 4041962a652Sriastradh- linux-drm-v5-6-rc3 405cf738336Slukem 406ede978fdSapbPackage: ekermit 407ede978fdSapbVersion: 1.7 408ede978fdSapbCurrent Vers: 1.7 409ede978fdSapbMaintainer: Kermit Project 410ede978fdSapbArchive Site: ftp://ftp.kermitproject.org/kermit/ekermit/ 411ede978fdSapbHome Page: http://www.kermitproject.org/ek.html 412f9bbfcf7SsevanDate: 2020-06-13 413ede978fdSapbMailing List: 414ede978fdSapbResponsible: apb 415ede978fdSapbLicense: BSD (3 clause) 416ede978fdSapbLocation: external/bsd/ekermit 417ede978fdSapbNotes: 418ede978fdSapb 4195de6b4a0StronPackage: expat 420222fa679SchristosVersion: 2.4.6 421d161b2e5SwizCurrent Vers: 2.6.2 422cb08e275SspzMaintainer: Expat Project 423ba27e0deSmayaArchive Site: https://github.com/libexpat/libexpat/releases 4246b5ffe48SjdfHome Page: http://www.libexpat.org/ 425d161b2e5SwizDate: 2024-03-14 4265de6b4a0StronMailing List: expat-discuss@libexpat.org 427cb08e275SspzResponsible: mrg 4285de6b4a0StronLicense: MIT 4295de6b4a0StronLocation: src/external/mit/expat/dist 4305de6b4a0StronNotes: 4315de6b4a0StronPlease use "expat" as the vendor tag for CVS imports. 4325de6b4a0Stron 433cf738336SlukemPackage: file 43495fb0c16SchristosVersion: 5.45 43595fb0c16SchristosCurrent Vers: 5.45 436cf738336SlukemMaintainer: Christos Zoulas <christos@zoulas.com> 437cf738336SlukemArchive Site: ftp://ftp.astron.com/pub/file/ 438c11da4a6SwizHome Page: http://www.darwinsys.com/file/ 43995fb0c16SchristosDate: 2023-08-18 440e3ccaf6eSchristosMailing List: file@astron.com 441cf738336SlukemResponsible: christos, pooka 442b4cefcb7SrpauloLicense: BSD (2-clause) 443c7a7a847SdrochnerLocation: external/bsd/file/dist 444cf738336SlukemNotes: 4455ce82a62Schristosuse file2netbsd 446cf738336Slukem 447cf738336SlukemPackage: flex 448c6637560SchristosVersion: 2.6.4 449f7b2261fSsevanCurrent Vers: 2.6.4 4501ecd33dfSperryMaintainer: Will Estes <wlestes@users.sourceforge.net> 45167fd2a4eSchristosArchive Site: https://github.com/westes/flex/releases 45267fd2a4eSchristosHome Page: https://github.com/westes/flex 453470ca8d3SchristosDate: 2021-03-01 4541ecd33dfSperryMailing List: http://lists.sourceforge.net/mailman/listinfo/flex-announce 4551ecd33dfSperryResponsible: 456b4cefcb7SrpauloLicense: BSD-like 457c7a7a847SdrochnerLocation: external/bsd/flex/dist 458cf738336SlukemNotes: 459a4a48e0bSchristosThere is a flex2netbsd script to help newer imports. 460cf738336Slukem 461cf738336SlukemPackage: gcc 4622ad80eccSmrgVersion: 10.5.0/12.4.0 4637cfc89abSwizCurrent Vers: 10.5.0/12.4.0/13.3.0/14.2.0 464c2fd3656SmrgMaintainer: FSF 465cf738336SlukemArchive Site: ftp://ftp.gnu.org/gnu/gcc/ 46665d651feSfcambusHome Page: https://www.gnu.org/software/gcc/ 467a4dc6115SriastradhDate: 2024-06-30 468cf738336SlukemMailing List: gcc-bugs@gnu.org 469df89a495SmrgResponsible: mrg, christos, skrll 47041704cedSmrgLicense: GPLv3, LGPLv3.1 471e9e441aeSapbLocation: external/gpl3/gcc.old/dist 472c7a7a847SdrochnerLocation: external/gpl3/gcc/dist 473cf738336SlukemNotes: 474e9e441aeSapbIn the long term, we expect that there will often be two versions, 475e9e441aeSapbin the "gcc" and "gcc.old" directories. Having two versions allows 476e9e441aeSapbmigration from one version of gcc to another to happen for one port 477e9e441aeSapbat a time, instead of for all ports simultaneously. 478e9e441aeSapbWhen importing a new version of external/gpl3/gcc.old: 479e9e441aeSapb - copy the current version of external/gpl3/gcc 4806a40e30aSmrg - import it to a "NETBSD" vendor branch in external/gpl3/gcc.old 481e9e441aeSapbBefore importing a new version of external/gpl3/gcc: 4824973924cSchristos - delete all .cvsignore and .gitignore files 4834973924cSchristos - delete java ada fortran their libraries and testsuites 4844973924cSchristos - delete libffi zlib boehm-gc 4858751b920Smrg - update tools/gcc/gcc-version.mk for the NetBSD GCC date 48641704cedSmrg - use core/c++/objc/testsuite tarballs 4874973924cSchristos - you can use the gcc2netbsd script for the above (except version) 48802519d13Sskrll - update tools/gcc/gcc-version.mk 4896a40e30aSmrg - force generate and copy tools/gcc build version of these files 4906a40e30aSmrg into gcc/dist/gcc/doc: cpp.1 cpp.info gcc.1 gcc.info gcov.1 491cf738336Slukem 492cf738336SlukemPackage: gdb 493a3b06feeSchristosVersion: 15.1 4942ae507baSwizCurrent Vers: 16.1 495cf738336SlukemMaintainer: FSF 496cf738336SlukemArchive Site: ftp://ftp.gnu.org/gnu/gdb/ 4976886da6bSlukemHome Page: http://www.gnu.org/software/gdb/ 498a3b06feeSchristosDate: 2024-09-09 499cf738336SlukemMailing List: bug-gdb@gnu.org 500065bd0a0SchristosResponsible: christos 501065bd0a0SchristosLicense: GPLv3, LGPLv3.1 502c7a7a847SdrochnerLocation: external/gpl3/gdb/dist 503cf738336SlukemNotes: 5049e6fbdecStlsWhen updating GDB, it is imperative to test that: 505f9c9a8e3Schristos - Debugging of kernel cores ("target kvm") works correctly 5069e6fbdecStls - Support for our kernel's remote serial debugging protocol 5079e6fbdecStls ("options KGDB") works correctly. 508cf738336Slukem 509bb2409c6SchristosPackage: binutils 510a3b06feeSchristosVersion: 2.42 511d2d5ef51SwizCurrent Vers: 2.42 512bb2409c6SchristosMaintainer: FSF 513bb2409c6SchristosArchive Site: ftp://ftp.gnu.org/gnu/binutils/ 5143699ddcdSfcambusHome Page: https://www.gnu.org/software/binutils/ 515a3b06feeSchristosDate: 2024-09-09 516bb2409c6SchristosMailing List: bug-gnu-utils@gnu.org 517bb2409c6SchristosResponsible: thorpej, mrg 518bb2409c6SchristosLicense: GPLv3, LGPLv3, GPLv2, LGPLv2, BSD 519bb2409c6SchristosLocation: external/gpl3/binutils/dist 520bb2409c6SchristosNotes: 521bb2409c6Schristos 522bb2409c6SchristosPackage: autoconf 523bb2409c6SchristosVersion: 2.69 52443f3dea1SgutteridgeCurrent Vers: 2.72 525bb2409c6SchristosMaintainer: FSF 526bb2409c6SchristosArchive Site: ftp://ftp.gnu.org/gnu/autoconf/ 527bb2409c6SchristosHome Page: http://www.gnu.org/software/autoconf/ 52843f3dea1SgutteridgeDate: 2024-03-06 529bb2409c6SchristosMailing List: bug-autoconf@gnu.org 530bb2409c6SchristosResponsible: christos 531bb2409c6SchristosLicense: GPLv3+ 532bb2409c6SchristosLocation: external/gpl3/autoconf 533bb2409c6SchristosNotes: 534bb2409c6SchristosThis is only used to re-generate the configure files in tools/compat. 535bb2409c6SchristosIt is not part of the regular build. 536bb2409c6Schristos 53732e86504StronPackage: gdtoa 538f7b2261fSsevanVersion: 2016-02-19 53927bba9eeSchristosCurrent Vers: 2018-06-18 54032e86504StronMaintainer: David M. Gay <dmg@acm.org> 54132e86504StronArchive Site: http://www.netlib.org/fp/ 54232e86504StronHome Page: http://www.netlib.org/fp/ 54327bba9eeSchristosDate: 2021-04-10 54432e86504StronMailing List: none 54532e86504StronResponsible: kleink 54632e86504StronLicense: BSD-like 54732e86504StronLocation: lib/libc/gdtoa 54832e86504StronNotes: 54932e86504StronTest suite integrated at this time, but not built (and fails to run). 55032e86504StronNo hexadecimal floating-point string conversion for VAX FP yet. 55132e86504StronOnly double-precision addressed at this time. 55232e86504Stron 553cf738336Slukem 554cf738336SlukemPackage: heimdal 555342b5ab3SchristosVersion: 7.8.0 556342b5ab3SchristosCurrent Vers: 7.8.0 55768bf72fdSpettaiMaintainer: Heimdal <heimdal@h5l.org> 558470ca8d3SchristosArchive Site: https://github.com/heimdal/heimdal/releases/ 55968bf72fdSpettaiHome Page: http://www.h5l.org/ 560342b5ab3SchristosDate: 2023-06-19 56168bf72fdSpettaiMailing List: heimdal-discuss@sics.se 562ecbf12f7SwizResponsible: joda, lha 563b4cefcb7SrpauloLicense: BSD 564c7a7a847SdrochnerLocation: crypto/external/bsd/heimdal/dist 565cf738336SlukemNotes: 566cf738336Slukem 567cf738336SlukemPackage: hunt 568b362262fSwizVersion: 2003-04-16 56960726b3cSwizCurrent Vers: 2003-04-16 5706886da6bSlukemMaintainer: Greg Couch <gregc@cgl.ucsf.edu> 571a73d3e62SchristosArchive Site: 5726886da6bSlukemHome Page: http://www.cgl.ucsf.edu/home/gregc/oss.html 573a73d3e62SchristosDate: 2019-01-09 574cf738336SlukemResponsible: mrg 575b4cefcb7SrpauloLicense: BSD (3-clause) 576c7a7a847SdrochnerLocation: games/hunt 577cf738336SlukemNotes: 578cf738336Slukem 579e184fcd8SmarttiPackage: ipf 58094fecd46SchristosVersion: 5.1.1 58108f7289bSchristosCurrent Vers: 5.1.2 582cf738336SlukemMaintainer: Darren Reed 583e2503621SchristosArchive Site: rsync -a a.cvs.sourceforge.net::cvsroot/ipfilter/ 584e2503621SchristosHome Page: https://www.phildev.net/ipf/ 585e2503621SchristosDate: 2024-10-17 586cf738336SlukemMailing List: ipfilter@postbox.anu.edu.au 58794fecd46SchristosResponsible: darrenr, christos 588e2503621SchristosLicense: BSD-based; see src/external/bsd/ipf/dist/IPFILTER.LICENCE 58994fecd46SchristosLocation: external/bsd/ipf,sys/external/bsd/ipf 590cf738336SlukemNotes: 591cf738336Slukemipf2netbsd should be used on a virgin ipfilter source tree. 592cf738336Slukem 593354f2a10SthorpejPackage: ipsec-tools 59474e0db6eSgdtVersion: (ipsec-tools head is NetBSD-current head) 595354f2a10SthorpejMaintainer: IPsec-Tools project <ipsec-tools-core@lists.sourceforge.net> 5966886da6bSlukemArchive Site: http://ipsec-tools.sourceforge.net 5976886da6bSlukemHome Page: http://ipsec-tools.sourceforge.net 598a73d3e62SchristosDate: 2019-01-09 599354f2a10SthorpejMailing List: ipsec-tools-devel@lists.sourceforge.net 60068fd0005SmanuResponsible: manu, vanhu, mgrooms 601b4cefcb7SrpauloLicense: BSD (3-clause) 602c7a7a847SdrochnerLocation: crypto/dist/ipsec-tools 603354f2a10SthorpejNotes: 60474e0db6eSgdtipsec-tools is maintained within NetBSD src tree in src/crypto/dist/ipsec-tools 60585bab9a8SmanuWe don't run ipsec-tools' configure as part of the NetBSD build. configure 60685bab9a8Smanugenerated files are available in the NetBSD source tree at: 60785bab9a8Smanu src/lib/libipsec/config.h 60885bab9a8Smanu src/lib/libipsec/package_version.h 60985bab9a8SmanuWhen configure.ac is updated, run the following: 61085bab9a8Smanu cd src/crypto/dist/ipsec-tools 61185bab9a8Smanu ./bootstrap 61285bab9a8Smanu ./configure --enable-adminport --enable-hybrid --enable-frag \ 61385bab9a8Smanu --enable-natt --enable-dpd 61485bab9a8SmanuThen copy package_version.h to src/lib/libipsec and merge config.h with 61585bab9a8Smanusrc/lib/libipsec/config.h (it needs some manual tweaking) 61685bab9a8Smanu 61785bab9a8SmanuNOTE: As NetBSD HEAD and ipsec-tools HEAD are just the same thing, 61885bab9a8SmanuNetBSD-current always contains latest ipsec-tools code. On the other hand, 61985bab9a8Smanuipsec-tools has stable branches (e.g.: ipsec-tools-0_7-branch), which 62085bab9a8Smanuare manually pulled up to NetBSD stable branches (e.g.: netbsd-4 is regularly 62185bab9a8Smanusync with ipsec-tools-0_7-branch) 622354f2a10Sthorpej 623da33c20aSchristosPackage: jemalloc 62406e520eaSchristosVersion: 5.3.0 6251d53ce93SgutteridgeCurrent Vers: 5.3.0 6265010ba43SchristosMaintainer: Jason Evans 627da33c20aSchristosArchive Site: https://github.com/jemalloc/jemalloc 628da33c20aSchristosHome Page: https://jemalloc.net 62906e520eaSchristosDate: 2024-09-23 630da33c20aSchristosMailing List: 631da33c20aSchristosResponsible: christos 632da33c20aSchristosLicense: BSD 633da33c20aSchristosLocation: external/bsd/jemalloc 634da33c20aSchristosNotes: 6351d53ce93SgutteridgeThere are two versions of this in-tree, the principal one tracking the 6361d53ce93Sgutteridgemodern upstream, and a much older one found directly at src/lib/libc/stdlib 6371d53ce93Sgutteridgewhich is still in use and receiving local updates as well. 638da33c20aSchristos 639cf738336SlukemPackage: KAME IPv6 640cf738336SlukemVersion: KAME/NetBSD SNAP kit 641cf738336SlukemCurrent Vers: KAME/NetBSD SNAP kit (shipped every week) 642cf738336SlukemMaintainer: KAME Project <kame@kame.net> 643cf738336SlukemArchive Site: http://www.kame.net/ 6446886da6bSlukemHome Page: http://www.kame.net/ 645a73d3e62SchristosDate: 2019-01-09 646cf738336SlukemMailing List: snap-users@kame.net 647a8dfe6acSwizResponsible: 648b4cefcb7SrpauloLicense: BSD (3-clause) 649c7a7a847SdrochnerLocation: sys/netinet6 650cf738336SlukemNotes: 651cf738336SlukemIPv6 part is based on KAME/NetBSD142 SNAP as of early June 2000, with 652cf738336Slukemmore conservative implementation policy. 653cf738336SlukemIPsec part is based on KAME/NetBSD14 SNAP as of 12 June 2000. 654cf738336SlukemPlease do not make too many diff-unfriendly changes (like indentation change, 655cf738336SlukemKNF police). We need to take diffs across KAME snapshots on upgrades. 656cf738336SlukemTo identify kernel version, check net.inet6.ip6.kame_version, or KAME_VERSION 657cf738336Slukemin sys/netinet6/in6.h. No script is available for upgrades. 658cf738336Slukem"KAME" branch is used for kernel merge work purposes. 659cf738336Slukemhttp://www.kame.net/dev/cvsweb.cgi/kame/COVERAGE has functionality comparison 660cf738336Slukemamong KAME/*BSD, *BSD-current and recent *BSD releases. 661cf738336Slukem 662d2c88564SjmmvPackage: kyua-atf-compat 663d2c88564SjmmvVersion: 0.1 6641164d9e0SsevanCurrent Vers: 0.13 665d2c88564SjmmvMaintainer: Julio Merino <jmmv@NetBSD.org> 6661164d9e0SsevanArchive site: https://github.com/jmmv/kyua 6671164d9e0SsevanHome page: https://github.com/jmmv/kyua 668f9bbfcf7SsevanDate: 2020-06-13 669d2c88564SjmmvMailing List: kyua-discuss@googlegroups.com 670d2c88564SjmmvResponsible: jmmv 671d2c88564SjmmvLicense: BSD 3-clause 672d2c88564SjmmvLocation: external/bsd/kyua-atf-compat/dist 673d2c88564SjmmvNotes: 674d2c88564SjmmvThe source files are in external/bsd/kyua-atf-compat/dist. 675d2c88564SjmmvUse external/bsd/kyua-atf-compat/prepare-import.sh to regenerate the dist/ 676d2c88564Sjmmvdirectory. 677d2c88564Sjmmv 678649684dbSjmmvPackage: kyua-cli 67909503880SjmmvVersion: 0.7 6801164d9e0SsevanCurrent Vers: 0.9 681649684dbSjmmvMaintainer: Julio Merino <jmmv@NetBSD.org> 6821164d9e0SsevanArchive site: https://github.com/jmmv/kyua 6831164d9e0SsevanHome page: https://github.com/jmmv/kyua 684f9bbfcf7SsevanDate: 2020-06-13 685649684dbSjmmvMailing List: kyua-discuss@googlegroups.com 686649684dbSjmmvResponsible: jmmv 687649684dbSjmmvLicense: BSD 3-clause 688649684dbSjmmvLocation: external/bsd/kyua-cli/dist 689649684dbSjmmvNotes: 690649684dbSjmmvThe source files are in external/bsd/kyua-cli/dist. 691649684dbSjmmvUse external/bsd/kyua-cli/prepare-import.sh to regenerate the dist/ directory. 692649684dbSjmmv 6939093b029SjmmvPackage: kyua-testers 6949093b029SjmmvVersion: 0.1 6951164d9e0SsevanCurrent Vers: 0.3 6969093b029SjmmvMaintainer: Julio Merino <jmmv@NetBSD.org> 6971164d9e0SsevanArchive site: https://github.com/jmmv/kyua 6981164d9e0SsevanHome page: https://github.com/jmmv/kyua 699f9bbfcf7SsevanDate: 2020-06-13 7009093b029SjmmvMailing List: kyua-discuss@googlegroups.com 7019093b029SjmmvResponsible: jmmv 7029093b029SjmmvLicense: BSD 3-clause 7039093b029SjmmvLocation: external/bsd/kyua-testers/dist 7049093b029SjmmvNotes: 7059093b029SjmmvThe source files are in external/bsd/kyua-testers/dist. 7069093b029SjmmvUse external/bsd/kyua-testers/prepare-import.sh to regenerate the dist/ 7079093b029Sjmmvdirectory. 7089093b029Sjmmv 709cf738336SlukemPackage: less 710cf97d464SsimonbVersion: less-643 7115eb0126dSwizCurrent Vers: less-668 71207bc3e6bSjakllschMaintainer: Mark Nudelman <markn@greenwoodsoftware.com> 71319555aa7SjnemethArchive Site: http://www.greenwoodsoftware.com/less/download.html 71419555aa7SjnemethHome Page: http://www.greenwoodsoftware.com/less/ 7155eb0126dSwizDate: 2023-11-21 71607bc3e6bSjakllschMailing List: less-announce-request@greenwoodsoftware.com 717cf97d464SsimonbResponsible: mrg, simonb 718fb0c167fSjdfLicense: Less License (BSD 2-clause) or GPLv3 (v2 prior to less-418) 719c7a7a847SdrochnerLocation: external/bsd/less/dist 720cf738336SlukemNotes: 721cf738336SlukemMany changes to make less act as more when invoked as more. Beware. 722c285dda6StronUse the "src/external/bsd/less/less2netbsd" script to prepare source tree 723cf738336Slukemfor importation. Run ./configure beforehand to generate "defines.h". 724c285dda6StronTalk to mrg before importing any new version. 725cf738336Slukem 726ae6a532dSjoergPackage: libarchive 72726a80ee2SchristosVersion: 3.7.7 72826a80ee2SchristosCurrent Vers: 3.7.7 729966b72abSjoergMaintainer: kientzle@freebsd.org, joerg@NetBSD.org 730071d21f3SjoergArchive Site: https://github.com/libarchive/libarchive/releases 7319e843dfeSsevanHome Page: http://www.libarchive.org 73226a80ee2SchristosDate: 2024-10-17 733ae6a532dSjoergResponsible: joerg 734f2186046SwizLicense: BSD (2-clause) 735c7a7a847SdrochnerLocation: external/bsd/libarchive/dist 736ae6a532dSjoergNotes: 737966b72abSjoergDistribution is stripped down to the relevant part. 738ae6a532dSjoerg 739c9d0c62aShaadPackage: libdevmapper 7404afb879fShaadVersion: 1.02.40 741f9bbfcf7SsevanCurrent Vers: 2.2.03.09 742c9d0c62aShaadMaintainer: lvm-devel@redhat.com 743c9d0c62aShaadArchive Site: ftp://sources.redhat.com/pub/lvm2/ 744c9d0c62aShaadHome Page: http://sources.redhat.com/lvm2/ 745f9bbfcf7SsevanDate: 2020-06-13 746c9d0c62aShaadResponsible: haad 747c9d0c62aShaadLicense: LGPLv2.1 748c7a7a847SdrochnerLocation: external/gpl2/lvm2/dist/libdm 749c9d0c62aShaadNotes: 750c9d0c62aShaadThe lvm2tools and the libdevmapper are now distributed as one source 7515dba8dabSsnjrepository. See the lvm2tools Notes for more information. 752c9d0c62aShaad 7533486a34eSwizPackage: libevent 7542449b34bSchristosVersion: 2.1.12-stable 755470ca8d3SchristosCurrent Vers: 2.1.12-stable 7563486a34eSwizMaintainer: Niels Provos <provos@citi.umich.edu> 7573486a34eSwizArchive Site: http://www.monkey.org/~provos/libevent/ 7586886da6bSlukemHome Page: http://www.monkey.org/~provos/libevent/ 7592449b34bSchristosDate: 2021-04-06 7604f02d470SspzResponsible: 761b4cefcb7SrpauloLicense: BSD (3/4-clause) 762c7a7a847SdrochnerLocation: external/bsd/libevent/dist 7633486a34eSwizNotes: 7640a4b53f3Schristos- Run the libevent2netbsd script 7650a4b53f3Schristos- Build the doxygen man pages. Edit the Doxyfile to GENERATE_MAN=yes. 7660a4b53f3Schristos man pages are in doxygen/man/man3. Remove the extra man pages that are 7670a4b53f3Schristos .so'ing only. Copy the rest to man. 7683486a34eSwiz 7691285f7ebSjoergPackage: llvm 77076c7fc5fSjoergVersion: 10.0.0git (01f3a59fb3e2542fce74c768718f594d0debd0da) 7710898e668SwizCurrent Vers.: 18.1 772f60dfd87SjoergMaintainer: llvm-dev@lists.llvm.org 773f60dfd87SjoergHome Page: https://llvm.org 7740898e668SwizDate: 2024-03-06 7751285f7ebSjoergResponsible: joerg 77676c7fc5fSjoergLicense: Apache2 with runtime exceptions 77776c7fc5fSjoergLocation: external/apache2/llvm/dist 7781285f7ebSjoergNotes: 7791285f7ebSjoergA CVS ACL is in place for the location to prevent unintentioned commits. 7801285f7ebSjoergAll changes should come via import from upstream SVN. 7811285f7ebSjoerg 782c9d0c62aShaadPackage: lvm2tools 7834afb879fShaadVersion: 2.02.56 784a73d3e62SchristosCurrent Vers: 2.03.02 785c9d0c62aShaadMaintainer: lvm-devel@redhat.com 786c9d0c62aShaadArchive Site: ftp://sources.redhat.com/pub/lvm2/ 787c9d0c62aShaadHome Page: http://sources.redhat.com/lvm2/ 788a73d3e62SchristosDate: 2019-01-09 789c9d0c62aShaadResponsible: haad 790c9d0c62aShaadLicense: GPLv2 791c7a7a847SdrochnerLocation: external/gpl2/lvm2/dist 792c9d0c62aShaadNotes: 7931eea3914SjnemethUse the src/external/gpl2/lvm2tools/dist/lvm2netbsd script to 7941eea3914Sjnemethprepare source tree for import. Keep eye on dist/include/configure.h 795956a8dedSkamilit might change over the releases. We maintain our own version of 7961eea3914Sjnemethlibdevmapper ioctl protocol code, therefore we should test it before 7971eea3914Sjnemethimport. Talk to haad before importing new version. 798c9d0c62aShaad 799cf738336SlukemPackage: libpcap 80068b2a5c5SchristosVersion: 1.10.5 80141297626SwizCurrent Vers: 1.10.5 802cf738336SlukemMaintainer: tcpdump-workers@tcpdump.org 803cf738336SlukemArchive Site: http://www.tcpdump.org/release/ 8046886da6bSlukemHome Page: http://www.tcpdump.org/ 80541297626SwizDate: 2023-09-01 806cf738336SlukemMailing List: tcpdump-workers@tcpdump.org 807a8dfe6acSwizResponsible: dyoung 808b4cefcb7SrpauloLicense: BSD (3/4-clause) 809c7a7a847SdrochnerLocation: external/bsd/libpcap/dist 810cf738336SlukemNotes: 81145401f93SchristosUse the src/external/bsd/libpcap/libpcap2netbsd script to prepare source 81268b2a5c5Schristostree. sys/net/dlt.h is a copy of the dlt constants from dlt.h. We use our 81368b2a5c5Schristosown copy of bpf_filter.c 814cf738336Slukem 815a73d3e62SchristosPackage: tcpdump 8163189f272SchristosVersion: 4.99.5 81741297626SwizCurrent Vers: 4.99.5 818a73d3e62SchristosMaintainer: tcpdump-workers@lists.tcpdump.org 819a73d3e62SchristosArchive Site: http://www.tcpdump.org/release/ 820a73d3e62SchristosHome Page: http://www.tcpdump.org/ 82141297626SwizDate: 2023-09-01 822a73d3e62SchristosMailing List: tcpdump-workers@lists.tcpdump.org 823a73d3e62SchristosResponsible: 824a73d3e62SchristosLicense: BSD (3-clause) 825a73d3e62SchristosLocation: external/bsd/tcpdump/dist 826a73d3e62SchristosNotes: 827a73d3e62SchristosUse the src/external/bsd/tcpdump/tcpdump2netbsd script to prepare source 828a73d3e62Schristostree. 829a73d3e62Schristos 830cf738336SlukemPackage: libwrap 831cf738336SlukemVersion: tcp_wrappers 7.6 w/ large amount of IPv6 changes 832832752caStacaCurrent Vers: tcp_wrappers 7.6-ipv6.4 833cf738336SlukemMaintainer: Wietse Venema <wietse@porcupine.org> 834cf738336SlukemArchive Site: ftp://ftp.porcupine.org/pub/security/ 8356886da6bSlukemHome Page: ftp://ftp.porcupine.org/pub/security/ 836f9bbfcf7SsevanDate: 2020-06-13 837cf738336SlukemMailing List: 838a8dfe6acSwizResponsible: cjs 839b4cefcb7SrpauloLicense: BSD-like 840c7a7a847SdrochnerLocation: lib/libwrap 841cf738336SlukemNotes: 842cf738336SlukemWe import only libwrap (under src/lib), tcpdchk and tcpdmatch (both 843cf738336Slukemunder src/usr.sbin). We don't use tcpd; that functionality is built 844cf738336Slukeminto inetd. The provided libwrap2netbsd script handles just libwrap. 845cf738336Slukem 846aa94cc59SmbalmerPackage: Lua 847e66ddc66SmartinVersion: Lua 5.4.6 848e66ddc66SmartinCurrent Vers: Lua 5.4.6 849aa94cc59SmbalmerMaintainer: PUC Rio 8501ad28b13SmbalmerHome Page: https://www.lua.org/ 851f0dad708SnikitaDate: 2023-04-16 852aa94cc59SmbalmerMailing List: 853fb89644fSalnsnResponsible: mbalmer, lneto, salazar, alnsn 854aa94cc59SmbalmerLicense: MIT 855c7a7a847SdrochnerLocation: external/mit/lua/dist 856aa94cc59SmbalmerNotes: 857aa94cc59SmbalmerThe default module paths have been changed to not include the current 858217b77c0Ssnjworking directory '.' to avoid potential security problems. 859925ef48cSnikitaAll 11 bugfixes listed on http://www.lua.org/bugs.html#5.4.4 as of 2023-04-18 860925ef48cSnikitahave been applied. 861aa94cc59Smbalmer 8622b02e3cdSjmmvPackage: Lutok 86309503880SjmmvVersion: 0.3 8642f60472eSkamilCurrent Vers: 0.4 8652b02e3cdSjmmvMaintainer: Julio Merino <jmmv@NetBSD.org> 866b2121b91SkamilArchive site: https://github.com/jmmv/lutok/releases 867b2121b91SkamilHome page: https://github.com/jmmv/lutok 868f9bbfcf7SsevanDate: 2020-06-13 8692b02e3cdSjmmvMailing List: lutok-discuss@googlegroups.com 8702b02e3cdSjmmvResponsible: jmmv 8712b02e3cdSjmmvLicense: BSD 3-clause 8722b02e3cdSjmmvLocation: external/bsd/lutok/dist 8732b02e3cdSjmmvNotes: 8742b02e3cdSjmmvThe source files are in external/bsd/lutok/dist. 8752b02e3cdSjmmvUse external/bsd/lutok/prepare-import.sh to regenerate the dist/ directory. 8762b02e3cdSjmmv 87736ea22b0SchristosPackage: m4 87836ea22b0SchristosVersion: 20091026 879f9bbfcf7SsevanCurrent Vers: 20190628 880d1f0696bSwizMaintainer: The OpenBSD Project 88136ea22b0SchristosArchive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/m4 882d1f0696bSwizHome Page: http://www.openbsd.org/ 883f9bbfcf7SsevanDate: 2020-06-13 88436ea22b0SchristosMailing List: 88536ea22b0SchristosLicense: BSD 3-clause like (dns-sd) 88636ea22b0SchristosResponsible: christos 887c7a7a847SdrochnerLocation: usr.bin/m4 88836ea22b0SchristosNotes: 889f9df9ce5SchristosUses libc's ohash 89036ea22b0Schristos 891a8bcd3b5StsarnaPackage: mDNSResponder 8922b284f3cSchristosVersion: 2559.1.1 8932b284f3cSchristosCurrent Vers: 2559.1.1 894a8bcd3b5StsarnaMaintainer: Apple 895f92da534ShaukeArchive Site: https://www.opensource.apple.com/tarballs/mDNSResponder/ 896f92da534ShaukeHome Page: https://developer.apple.com/bonjour/ 8972b284f3cSchristosDate: 2024-10-26 898a8bcd3b5StsarnaMailing List: bonjour-dev@lists.apple.com 899a8bcd3b5StsarnaLicense: Apache2 (mdnsd), BSD 3-clause (libdns_sd), 900a8bcd3b5Stsarna BSD 3-clause like (dns-sd) 9012b284f3cSchristosResponsible: tsarna, christos 902c7a7a847SdrochnerLocation: external/apache2/mDNSResponder/dist 9031f8f361aSriastradhVendor tag: APPLE 9041f8f361aSriastradhRelease tag: mdnsresponder-X-Y-Z for mDNSResponder X.Y.Z 905a8bcd3b5StsarnaNotes: 906a8bcd3b5Stsarna 907feda9605SwizPackage: mandoc 9082e38032bSchristosVersion: 1.14.5 90978b8f9beSwizCurrent Vers: 1.14.6 91091d1f823SwizMaintainer: Kristaps Džonsons/Ingo Schwarze 91191d1f823SwizArchive Site: http://mandoc.bsd.lv/snapshots/ 91291d1f823SwizHome Page: http://mandoc.bsd.lv/ 913470ca8d3SchristosDate: 2021-03-01 9142f7f26abSwizMailing List: 9152f7f26abSwizResponsible: joerg 9162f7f26abSwizLicense: BSD (2-clause) 917c7a7a847SdrochnerLocation: external/bsd/mdocml/dist 9182f7f26abSwizNotes: 9192f7f26abSwiz 920be676b3dSriastradhPackage: mesa-demos 921be676b3dSriastradhVersion: 8.1.0 9221164d9e0SsevanCurrent Vers: 8.4.0 923be676b3dSriastradhMaintainer: mesa-git@? 924be676b3dSriastradhArchive Site: ftp://ftp.freedesktop.org/pub/mesa/demos/ 925be676b3dSriastradhHome Page: http://www.mesa3d.org/ 926f9bbfcf7SsevanDate: 2020-06-13 927be676b3dSriastradhMailing List: 928be676b3dSriastradhResponsible: riastradh, mrg 929be676b3dSriastradhLicense: ISC 930dfb2b1f6SsevanLocation: xsrc/external/mit/mesa-demos/dist 931be676b3dSriastradhNotes: 932be676b3dSriastradhWe use only glxinfo and glxgears. Delete all else on import. 933be676b3dSriastradhVendor tag: xorg 934be676b3dSriastradhRelease tag: mesa-demos-X-Y-Z 935be676b3dSriastradh 9368347be3cSdentPackage: mesa-drm 937bf030d67SmrgVersion: git 85b9f737db0d2a845e4d7e2bbf9ad12ff9e2227c 9388347be3cSdentCurrent Vers: 9398347be3cSdentMaintainer: mesa-git@? 9408347be3cSdentArchive Site: git://anongit.freedesktop.org/git/mesa/drm 9418347be3cSdentHome Page: http://cgit.freedesktop.org/mesa/drm/ 942a73d3e62SchristosDate: 2019-01-09 9438347be3cSdentMailing List: 9448347be3cSdentResponsible: mrg, bjs 9458347be3cSdentLicense: BSD 946c7a7a847SdrochnerLocation: sys/external/bsd/drm/dist 9478347be3cSdentNotes: 9488347be3cSdent 94966ee53e1SriastradhPackage: MesaLib 950c514a926SmayaVersion: 19.1.7 951f9bbfcf7SsevanCurrent Vers: 20.1.1 95266ee53e1SriastradhMaintainer: mesa-git@? 95366ee53e1SriastradhArchive Site: ftp://ftp.freedesktop.org/pub/mesa/ 95466ee53e1SriastradhHome Page: http://www.mesa3d.org/ 955f9bbfcf7SsevanDate: 2020-06-13 95666ee53e1SriastradhMailing List: 95766ee53e1SriastradhResponsible: riastradh, mrg 95866ee53e1SriastradhLicense: ISC 95966ee53e1SriastradhLocation: xsrc/external/mit/MesaLib/dist 96066ee53e1SriastradhNotes: 96166ee53e1SriastradhVendor tag: xorg 96266ee53e1SriastradhRelease tag: MesaLib-X-Y-Z 96366ee53e1Sriastradh 964cf738336SlukemPackage: mopd 965cf738336SlukemVersion: 2.5.3 966cf738336SlukemCurrent Vers: 2.5.3 967cf738336SlukemMaintainer: Mats O Jansson <maja@celsiustech.se> 9688347be3cSdentArchive Site: http://www.stacken.kth.se/~moj/mopd.html 9696886da6bSlukemHome Page: http://www.stacken.kth.se/~moj/mopd.html 970a73d3e62SchristosDate: 2019-01-09 971cf738336SlukemMailing List: 972cf738336SlukemResponsible: cjs 973b4cefcb7SrpauloLicense: BSD (4-clause) 974c7a7a847SdrochnerLocation: usr.sbin/mopd 975cf738336SlukemNotes: 976cf738336SlukemDelete the otherOS directory before importing. 977cf738336Slukem 978cf738336SlukemPackage: nawk 979d694da7cSchristosVersion: 2024-08-17 980b17f9c16SwizCurrent Vers: 2024-08-17 9818347be3cSdentMaintainer: Brian Kernighan <bwk@princeton.edu> 982bbcbdf23SchristosArchive Site: https://github.com/onetrueawk/awk 9838347be3cSdentHome Page: http://www.cs.princeton.edu/~bwk/btl.mirror/ 984b17f9c16SwizDate: 2024-08-17 985cf738336SlukemMailing List: 986cf738336SlukemResponsible: jdolecek 987b4cefcb7SrpauloLicense: BSD-like 988c7a7a847SdrochnerLocation: external/historical/nawk/dist 989cf738336SlukemNotes: 99078fc00f7SchristosBuild maketab from nawk sources and generate proctab.c. 991cf738336Slukem 992cf738336SlukemPackage: ndbootd 993cf738336SlukemVersion: 0.5 994cf738336SlukemCurrent Vers: 0.5 995cf738336SlukemMaintainer: Matt Fredette <fredette@alum.mit.edu> 9968347be3cSdentArchive Site: 9978347be3cSdentHome Page: 998a73d3e62SchristosDate: 2019-01-09 999cf738336SlukemResponsible: fredette 1000b4cefcb7SrpauloLicense: BSD (4-clause) 1001c7a7a847SdrochnerLocation: usr.sbin/ndbootd 1002cf738336SlukemNotes: 1003cf738336SlukemRun ./configure, save config.h, make distclean, rm all autoconf/automake 1004cf738336Slukemand ndbootd-raw.c. Restore saved config.h, and force it to define 1005cf738336SlukemHAVE_STRICT_ALIGNMENT. Fix RCS IDs, import. 1006cf738336Slukem 1007cf738336SlukemPackage: ntp 10080ae4e035SchristosVersion: 4.2.8p18 10090ae4e035SchristosCurrent Vers: 4.2.8p18 1010cf738336SlukemMaintainer: David L. Mills <mills@udel.edu> 101108f7289bSchristosArchive Site: http://www.ntp.org/ 10124a186c8fSkardelHome Page: http://www.ntp.org/, http://support.ntp.org/ 10130ae4e035SchristosDate: 2024-08-18 1014cf738336SlukemMailing List: 101583ea8f81SkardelResponsible: simonb, jonathan, kardel 1016b4cefcb7SrpauloLicense: BSD-like 1017c7a7a847SdrochnerLocation: external/bsd/ntp/dist 1018cf738336SlukemNotes: 1019cf738336SlukemSee /usr/src/dist/ntp/ntp2netbsd for update instructions. 1020cf738336Slukem 1021e59b4b68SwizPackage: nvi 1022d61f119cSchristosVersion: 1.81.6, HEAD as of 2013-11-20 102347e81965StsutsuiCurrent Vers: 1.81.6 10245df1dba9SaymericMaintainer: Sven Verdoolaege <skimo@kotnet.org>, Keith Bostic 1025a73d3e62SchristosArchive Site: git://repo.or.cz/nvi.git 1026d61f119cSchristosHome Page: https://repo.or.cz/w/nvi.git http://www.bostic.com/vi/ 1027f9bbfcf7SsevanDate: 2020-06-13 1028e59b4b68SwizMailing List: 10295df1dba9SaymericResponsible: christos 1030e59b4b68SwizLicense: BSD (3/4-clause) 10315df1dba9SaymericLocation: external/bsd/nvi/dist 1032e59b4b68SwizNotes: 103347e81965StsutsuiWe have lots of local fixes. 1034e59b4b68Swiz 1035fe8ce90eSlukemPackage: OpenLDAP 10367b6218d9SwizVersion: 2.5.6 10377b6218d9SwizCurrent Vers: 2.5.18 1038fe8ce90eSlukemMaintainer: OpenLDAP Foundation 1039fe8ce90eSlukemArchive Site: http://www.openldap.org/ 1040fe8ce90eSlukemHome Page: http://www.openldap.org/ 10415d4ee324SchristosDate: 2024-09-24 1042fe8ce90eSlukemMailing List: 10432a4f324eSlukemResponsible: 1044fe8ce90eSlukemLicense: BSD (3-clause) 1045c7a7a847SdrochnerLocation: external/bsd/openldap/dist 1046fe8ce90eSlukemNotes: 1047fe8ce90eSlukem 1048ae25fef5SchristosPackage: OpenPAM 1049498dfa02SchristosVersion: 20230627 (Ximenia) 1050498dfa02SchristosCurrent Vers: 20230627 (Ximenia) 1051dd72566cSwizMaintainer: Dag-Erling Smørgrav <des@FreeBSD.org> 1052509ef042SwizArchive Site: http://www.openpam.org/ 10536886da6bSlukemHome Page: http://www.openpam.org/ 1054498dfa02SchristosDate: 2023-06-30 1055509ef042SwizMailing List: 1056509ef042SwizResponsible: christos 1057b4cefcb7SrpauloLicense: BSD (3-clause) 1058c7a7a847SdrochnerLocation: external/bsd/openpam/dist 1059509ef042SwizNotes: 1060509ef042Swiz 10615551108fSroyPackage: openresolv 10625462b983SroyVersion: 3.13.2 10635462b983SroyCurrent Vers: 3.13.2 10645551108fSroyMaintainer: roy 10655462b983SroyArchive Site: https://github.com/NetworkConfiguration/openresolv/releases 10665551108fSroyHome Page: http://roy.marples.name/projects/openresolv/ 10675462b983SroyDate: 2023-06-27 10685551108fSroyLicense: BSD (2-clause) 1069c7a7a847SdrochnerLocation: external/bsd/openresolv/dist 10705551108fSroyNotes: 10715551108fSroyPlease submit all changes to the author. 10725551108fSroy 10739172b1cfSchristosPackage: HPN-SSH 1074d4d1bd48SchristosVersion: 6.1p1 13 v14 107508f7289bSchristosCurrent Vers: 6.3p1 v14 10769172b1cfSchristosMaintainer: www.psc.edu 1077a73d3e62SchristosArchive Site: 1078d4d1bd48SchristosHome Page: http://www.psc.edu/index.php/hpn-ssh 1079a73d3e62SchristosDate: 2019-01-09 10809172b1cfSchristosMailing List: 10819172b1cfSchristosResponsible: christos 10829172b1cfSchristosLicense: 1083c7a7a847SdrochnerLocation: crypto/external/bsd/openssh/dist 10849172b1cfSchristosNotes: 10859172b1cfSchristosPatch applied after OpenSSH import. 10869172b1cfSchristos 1087cf738336SlukemPackage: OpenSSH 10885d4ee324SchristosVersion: 9.9 10895d4ee324SchristosCurrent Vers: 9.9 / portable 9.9p1 1090cf738336SlukemMaintainer: OpenSSH 1091cf738336SlukemArchive Site: http://www.openssh.com/ftp.html 10926886da6bSlukemHome Page: http://www.openssh.com/portable.html 10935d4ee324SchristosDate: 2024-09-24 1094cf738336SlukemMailing List: openssh-unix-announce@mindrot.org 10957c49d507SitojunResponsible: thorpej, christos, elric 10961ca20e3dSchristosLicense: BSD. See src/crypto/external/bsd/openssh/dist/LICENSE 1097c7a7a847SdrochnerLocation: crypto/external/bsd/openssh/dist 1098197bd363SriastradhVendor tag: OPENSSH 1099197bd363SriastradhRelease tag: vXY-YYYYMMDD for version X.Y 1100cf738336SlukemNotes: 11011ca20e3dSchristosimported from OpenBSD ssh -- is not from the portable OpenSSH 1102c7a7a847Sdrochneruse openssh2netbsd before import. 1103cf738336Slukemlocal changes (should always try to bring them back to master openssh tree, 1104cf738336Slukemmarkus is very cooperative about it): 1105cf738336Slukem- default for PermitRootLogin is set to "no" 1106cf738336Slukem- IgnoreRootRhosts added 1107cf738336Slukem- look at login.conf to check valid user/access list 11086c1de236Schristos- krb5 support re-added 110932fd3812Schristos- hack in cipher.c #ifdef ACCS because we are missing EVP_acss 1110ca876257Schristos when someone imports openssl, we can remove this. 111184449311Schristos- added moduli from portable openssh 111284449311Schristos- added USE_PAM patches and auth_pam.[ch] from portable openssh 1113e4aeffa8Schristos (see if there is any difference between the current version of opensshX.Yp1 1114e4aeffa8Schristos and the new opensshZ.Wp1) and apply them. 11152cdc027eSchristos- added LDAP from portable openssh. 11161ca20e3dSchristos- conditionalize login_cap 11171ca20e3dSchristos- conditionalize bsd_auth 11181ca20e3dSchristos- restore krb5, krb4, afs, skey 11191ca20e3dSchristos- bring in hpn patches, disable mt aes cipher, keep speedups and cipher none 11201ca20e3dSchristos- fix ctype macro arguments 11211ca20e3dSchristos- umac is broken, disable it 11221ca20e3dSchristos- better ~homedir handling 11231ca20e3dSchristos- netbsd style tunnels 11241ca20e3dSchristos- urandom, xhome, chrootdir, rescuedir NetBSD handling 11251ca20e3dSchristos- utmp/utmpx handling 11261ca20e3dSchristos- handle tty posix_vdisable properly 11271ca20e3dSchristos- handle setuid and unsetuid the posix way instead of setresuid() 11281ca20e3dSchristos- add all missing functions 11294625a4e6Schristos- always bump major when importing to avoid api problems. 1130841d7947Schristos- make compile with gcc-4.5; const fixes, fileno() checks, shadow fixes. 11318e372342Ssevan- adjust the DEFAULT_PKCS11_WHITELIST for ssh-agent 11322cdc027eSchristos- blocklistd additions 11338c5706f2Sbuhrow- LIBWRAP support is maintained (now in sshd-session.c) 1134cf738336Slukem 1135cf738336SlukemPackage: OpenSSL 1136e56fdb4dSchristosVersion: 1.0.2o/1.1.1t/3.0.15 11373bdda19cSwizCurrent Vers: 1.0.2zd/1.1.1u/3.0.15/3.3.2 1138cf738336SlukemMaintainer: The OpenSSL Project 1139cf738336SlukemArchive Site: ftp://ftp.openssl.org/source/ 11406886da6bSlukemHome Page: http://www.openssl.org/ 1141e56fdb4dSchristosDate: 2024-09-08 1142cf738336SlukemMailing List: openssl-announce@openssl.org 1143916c5fdfSspzResponsible: christos, mjf, tls, riastradh, spz 11445aa7b24fSriastradhLicense: Apache2 1145c7a7a847SdrochnerLocation: crypto/external/bsd/openssl/dist 11464cf835aaSriastradhVendor tag: OPENSSL 11474cf835aaSriastradhRelease tag: openssl-x-y-z (openssl-x-y-zw in past with lettered releases) 1148e56fdb4dSchristosCurrent tag: openssl-3-0-15 1149cf738336SlukemNotes: 1150ccec5087Sriastradh- Next update to be in crypto/external/apache2/openssl/dist, since 11515aa7b24fSriastradh OpenSSL 3.0 was relicensed as Apache2 1152aa6ab945Schristos- Run openssl2netbsd to get rid of the RCSID identifiers 1153a9db1783Schristos- import 1154a9db1783Schristos- configure and build after importing in the import directory 1155a9db1783Schristos- check the generated files against the ones in the include directory 1156a9db1783Schristos and merge changes 1157569f414bSchristos- copy the toplevel libFOO.ld files to our FOO.map linker files (the legacy.ld 1158569f414bSchristos is in providers/), and sync the FOO.expsym files if there were changes 11594dc03982Schristos- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/man 11604dc03982Schristos to regen man pages. 1161fc13d982Schristos- run make in /usr/src/crypto/external/bsd/openssl/lib/libcrypto/arch/* 1162fc13d982Schristos to regen assembly files 1163a9db1783Schristos- run openssl speed -evp aes-256-cbc and compare the results with the 1164a9db1783Schristos autoconf build 1165cf738336Slukem 1166baa0e1c5SplunkyPackage: pcc 1167dfb2b1f6SsevanVersion: 1.1.0.DEVEL 20160208 11680a177c25SsevanCurrent Vers: 1.1.0 20141210 1169e2ee1d7cSrizMaintainer: Anders Magnusson <ragge@NetBSD.org> 1170baa0e1c5SplunkyArchive Site: ftp://pcc.ludd.ltu.se/pub/pcc/ 1171baa0e1c5SplunkyHome Page: http://pcc.ludd.ltu.se/ 1172a73d3e62SchristosDate: 2019-01-09 1173baa0e1c5SplunkyMailing List: pcc-list@ludd.ltu.se 1174baa0e1c5SplunkyResponsible: plunky 1175baa0e1c5SplunkyLicense: BSD 1176baa0e1c5SplunkyLocation: external/bsd/pcc/dist 1177baa0e1c5SplunkyNotes: 1178baa0e1c5SplunkyThis is a development snapshot. See the src/external/bsd/pcc/prepare-import.sh 1179baa0e1c5Splunkyfile for details about how to get the latest version from the upstream server 1180baa0e1c5Splunkyand import it. 1181baa0e1c5Splunky 1182718523a1SwizPackage: pdisk 1183718523a1SwizVersion: 0.8a2 1184718523a1SwizCurrent Vers: 0.8a2 1185718523a1SwizMaintainer: Eryk Vershen <eryk@cfcl.com> 1186718523a1SwizArchive Site: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 11876886da6bSlukemHome Page: http://cantaforda.com/cfcl/eryk/linux/pdisk/index.html 1188a73d3e62SchristosDate: 2019-01-09 1189718523a1SwizMailing List: 1190718523a1SwizResponsible: dbj 1191b4cefcb7SrpauloLicense: BSD-like 11923ceb15faSchristosLocation: external/bsd/pdisk 1193718523a1SwizNotes: 11945dba8dabSsnjThis is the disk partition utility used by Apple's mkLinux and OS X 11953ca28e13SwizIt is imported into external/bsd/pdisk. 1196718523a1Swiz 1197cf738336SlukemPackage: pdksh 1198cf738336SlukemVersion: 5.2.14p2 1199cf738336SlukemCurrent Vers: 5.2.14p2 1200cf738336SlukemMaintainer: Michael Rendell <michael@cs.mun.ca> 1201a73d3e62SchristosArchive Site: 1202a73d3e62SchristosHome Page: 1203a73d3e62SchristosDate: 2019-01-09 1204cf738336SlukemMailing List: 1205b2d0a8f4SjdolecekResponsible: jdolecek 1206b4cefcb7SrpauloLicense: Public domain 1207c7a7a847SdrochnerLocation: bin/ksh 1208543e58f4SreedNotes: 1209cf738336Slukempdksh-5.2.14-patches.1 and pdksh-5.2.14-patches.2 have been applied. 1210cf738336Slukem 12111770aeb7SitojunPackage: PF (openbsd packet filter) 12124802ff77SpeterVersion: OpenBSD 4.2 12138e372342SsevanCurrent Vers: OpenBSD 6.3-current 1214f35a71c3SpeterMaintainer: The OpenBSD Project 12151770aeb7SitojunArchive Site: ftp://ftp.openbsd.org/ 12166886da6bSlukemHome Page: http://www.openbsd.org/faq/pf/ 1217a73d3e62SchristosDate: 2019-01-09 1218a69d29a9SyamtMailing List: pf@benzedrine.cx or appropriate OpenBSD mailing list 1219a8dfe6acSwizResponsible: peter, yamt 1220b4cefcb7SrpauloLicense: BSD (2-clause) 1221c7a7a847SdrochnerLocation: dist/pf,sys/dist/pf 12221770aeb7SitojunNotes: 12231770aeb7Sitojunkernel code is imported into src/sys/dist/pf and src/sys/net has reachover 12241770aeb7Sitojundefinition (files.pf). userland code is imported into src/dist/pf, and 12253925b5c0Syamtreachover Makefiles are in src/usr.sbin/pf. 12261770aeb7Sitojun 12272b130496SjoergPackage: pkg_install 1228b790727dSwizVersion: 20240307 1229b790727dSwizCurrent Vers: 20240307 12302b130496SjoergMaintainer: The pkgsrc developers 1231f6e409cfSrizHome Page: http://www.pkgsrc.org/ 1232b790727dSwizDate: 2024-06-11 1233635671d6SheinzMailing List: tech-pkg@NetBSD.org 12342b130496SjoergResponsible: joerg 12352b130496SjoergLicense: BSD 1236c7a7a847SdrochnerLocation: external/bsd/pkg_install/dist 12372b130496SjoergNotes: 1238c7a7a847SdrochnerThe authoritative version is in pkgsrc/pkgtools/pkg_install. 12392b130496Sjoerg 1240e59b4b68SwizPackage: ping 1241e59b4b68SwizVersion: 980911 1242e59b4b68SwizCurrent Vers: 980911 1243587f548fSchristosMaintainer: Mike Muuss 1244587f548fSchristosArchive Site: 1245ef1fbbfaSchristosDate: 2021-02-28 1246e59b4b68SwizMailing List: 1247e59b4b68SwizResponsible: christos 1248e59b4b68SwizLicense: BSD (3-clause) 1249c7a7a847SdrochnerLocation: sbin/ping 1250e59b4b68SwizNotes: 1251e59b4b68SwizWe use err() and friends. We have changes for snprintf, extra 12525dba8dabSsnjformatting in man pages, disallowing flood pinging, alignment fixes, 1253587f548fSchristosand more. Vern's ping is gone. We are too different from everyone else 1254587f548fSchristosnow to do a new import. 1255e59b4b68Swiz 125645963a27SwizPackage: Postfix 1257815db899SchristosVersion: 3.8.4 1258738bd81dStacaCurrent Vers: 3.8.7, 3.9.1 1259cf738336SlukemMaintainer: Wietse Venema <wietse@porcupine.org> 1260a73d3e62SchristosArchive Site: 12616886da6bSlukemHome Page: http://www.postfix.org/ 1262738bd81dStacaDate: 2024-12-04 1263cf738336SlukemMailing List: postfix-users@postfix.org 1264e3923864StronResponsible: christos 1265d00145e4StronLicense: IBM Public License. See also src/external/ibm-public/postfix/dist. 1266c7a7a847SdrochnerLocation: external/ibm-public/postfix/dist 1267cf738336SlukemNotes: 1268cf738336Slukem 1269cf738336SlukemPackage: ppp 1270b19e3528SchristosVersion: 2.5.2 1271b19e3528SchristosCurrent Vers: 2.5.2 1272cf738336SlukemMaintainer: Paul Mackerras <paulus@samba.org> 1273a73d3e62SchristosArchive Site: 12746886da6bSlukemHome Page: 1275b19e3528SchristosDate: 2025-01-08 1276b19e3528SchristosGIT root: https://github.com/ppp-project/ppp 1277cf738336SlukemMailing List: 1278fbdae739SchristosResponsible: christos, cube 1279b4cefcb7SrpauloLicense: BSD (3-clause) 12801e634c3fSchristosLocation: external/bsd/ppp/dist 1281cf738336SlukemNotes: 1282cf738336SlukemBSD support was removed from 2.4.0; I added it back and removed 1283cf738336Slukemsome GPL pieces. Multilink support is missing. Repeated pings to 1284cf738336SlukemPaulus have not yielded results. I've retrofitted pppdump to use 12858e71b08aSchristosnet/zlib, and <net/ppp-comp.h> and I now maintain sys-bsd.c. This 1286cf738336Slukemis clearly a pain. I have not tested the modules code, neither our 1287cf738336Slukemmakefiles make it easy to construct a module, but I left one there 1288cf738336Slukemas an example. 1289fbdae739SchristosTDB code as found in 2.4.x, x>1 is under the GPL. Therefore, we're 1290fbdae739Schristosusing the version found in 2.4.1. 1291cf738336Slukem 1292cf738336SlukemPackage: root.cache 1293dd38e443StacaVersion: 2023112702 (November 27, 2023) 1294dd38e443StacaCurrent Vers: 2023112702 (November 27, 2023) 1295a2d68c3cSperryMaintainer: InterNIC 1296a2d68c3cSperryArchive Site: ftp://ftp.internic.net/domain/named.root 12976886da6bSlukemHome Page: ftp://ftp.internic.net/domain/named.root 1298dd38e443StacaDate: 2023-11-23 1299cf738336SlukemMailing List: 13005c8f43fcSperryResponsible: thorpej 1301b4cefcb7SrpauloLicense: Public domain 1302c7a7a847SdrochnerLocation: etc/namedb 1303cf738336SlukemNotes: 1304cf738336SlukemThe root server cache is also included with BIND. However, the 1305cf738336SlukemInterNIC version is usually more up to date. 1306cf738336Slukem 1307cf738336SlukemPackage: routed 1308e36acb5eSchristosVersion: 2.32 1309e36acb5eSchristosCurrent Vers: 2.32 1310cf738336SlukemMaintainer: Vernon Schryver <vjs@rhyolite.com> 1311a73d3e62SchristosArchive Site: 1312a73d3e62SchristosHome Page: 1313ef1fbbfaSchristosDate: 2021-02-28 1314cf738336SlukemMailing List: 13152877055fSrpauloResponsible: christos 1316b4cefcb7SrpauloLicense: BSD (4-clause) 1317c7a7a847SdrochnerLocation: sbin/routed 1318cf738336SlukemNotes: 1319cf738336SlukemWe use the md5 code from libc 1320cf738336SlukemWe don't allow RIP_TRACEON and RIP_TRACEOFF 1321a117477dSchristosWe use arc4random 1322a117477dSchristosWe use strlcpy/snprintf 1323cf738336Slukem 1324cf738336SlukemPackage: send-pr (part of GNATS) 1325e034577dSchristosVersion: 3.2 1326e034577dSchristosCurrent Vers: 4.2 1327cf738336SlukemMaintainer: FSF 1328cf738336SlukemArchive Site: ftp://ftp.gnu.org/gnu/gnats/ 13296886da6bSlukemHome Page: http://www.gnu.org/software/gnats/ 1330cf738336SlukemMailing List: bug-gnats@gnu.org 1331e034577dSchristosLicense: GPLv2+ (4.1), GPLv3+ (4.2 and later) 1332cf738336SlukemResponsible: 1333e034577dSchristosLocation: external/gpl2/send-pr 1334cf738336SlukemNotes: 1335e034577dSchristosWe have 3.2 with patches to become 3.95 which was never distributed. This 1336e034577dSchristosis the last "standalone" send-pr version. Newer versions require "query-pr" 1337e034577dSchristosto be installed and many more changes. It is not worth the hassle. 1338cf738336Slukem 1339cf738336SlukemPackage: SoftFloat 1340cf738336SlukemVersion: 2a 13410a177c25SsevanCurrent Vers: 3e 1342361e05c6SdentMaintainer: John Hauser <jhauser@jhauser.us> 1343361e05c6SdentArchive Site: http://www.jhauser.us/arithmetic/SoftFloat.html 13446886da6bSlukemHome Page: http://www.jhauser.us/arithmetic/SoftFloat.html 1345cf738336SlukemMailing List: 1346cf738336SlukemResponsible: bjh21 1347b4cefcb7SrpauloLicense: Public domain 1348c7a7a847SdrochnerLocation: lib/libc/softfloat 1349cf738336SlukemNotes: 1350cf738336SlukemHeavily modified for use as a soft float library for GCC. The actual 1351cf738336Slukemarithmetic code is unchanged, though, and should behave exactly like the 1352cf738336Slukemoriginal. 1353cf738336Slukem 1354ac86ba95SjoergPackage: sqlite 1355d037437eSchristosVersion: 3.45.1 1356d037437eSchristosCurrent Vers: 3.45.1 1357ac86ba95SjoergMaintainer: Richard Hipp <drh@sqlite.org> 1358ac86ba95SjoergHome Page: http://www.sqlite.org 1359d037437eSchristosDate: 2024-03-01 1360ac86ba95SjoergResponsible: joerg 1361ac86ba95SjoergLicense: Public domain 1362c7a7a847SdrochnerLocation: external/public-domain/sqlite/dist 1363ac86ba95SjoergNotes: 1364d037437eSchristosSee README file 1365ac86ba95Sjoerg 1366cf738336Slukem 1367cf738336SlukemPackage: TestFloat 1368cf738336SlukemVersion: 2a 13690a177c25SsevanCurrent Vers: 3e 1370361e05c6SdentMaintainer: John Hauser <jhauser@jhauser.us> 1371361e05c6SdentArchive Site: http://www.jhauser.us/arithmetic/TestFloat.html 13726886da6bSlukemHome Page: http://www.jhauser.us/arithmetic/TestFloat.html 1373f9bbfcf7SsevanDate: 2020-06-13 1374cf738336SlukemMailing List: 1375cf738336SlukemResponsible: ross 1376b4cefcb7SrpauloLicense: BSD (4-clause) 1377c7a7a847SdrochnerLocation: regress/lib/libc/ieeefp/testfloat 1378cf738336SlukemNotes: 1379cf738336Slukem 1380596bcc40Schristos 1381855f1646SchristosPackage: malloc 1382855f1646SchristosVersion: 1995-01-15 1383855f1646SchristosCurrent Vers: 1995-01-15 1384855f1646SchristosMaintainer: FSF 1385855f1646SchristosArchive Site: ftp://prep.ai.mit.edu/old-gnu/malloc.tar.gz 1386855f1646SchristosHome Page: 1387855f1646SchristosMailing List: 1388855f1646SchristosResponsible: christos 1389855f1646SchristosLicense: GPLv2+ 1390855f1646SchristosLocation: external/gpl2/libmalloc 1391855f1646SchristosNotes: 1392855f1646SchristosThe original version of gnumalloc was added (not imported) from 1393855f1646Schristosprep.ai.mit.edu in src/gnu/lib/libmalloc in 1993. This is the newest 1394855f1646Schristosversion from 1995. It is written by Mike Haertel, and was distributed 1395855f1646Schristosboth standalone and as part of glibc. At some point glibc switched 1396855f1646Schristosto use Doug Lea's ptmalloc which is now tightly bound with glibc 1397855f1646Schristosand cannot be separated. The Doug Lea version of malloc is also 1398855f1646Schristosdistributed in a standalone form by Wolfram Gloger in 1399855f1646Schristoshttp://www.malloc.de/en/. We can consider switching to ptmalloc 1400855f1646Schristosat some point since it will provide an alternative MT malloc, but 1401855f1646Schristosperhaps this implementation should be kept anyway for historical 1402855f1646Schristospurposes. 1403855f1646Schristos 1404165ab141SjmmvPackage: tmux 1405eb7a6fecSwizVersion: 3.5a 1406eb7a6fecSwizCurrent Vers: 3.5a 140741b5dd61SchristosMaintainer: Nicholas Marriott <nicholas.marriott@gmail.com> 140841b5dd61SchristosArchive site: https://github.com/tmux/tmux 140941b5dd61SchristosHome page: http://tmux.github.io 1410eb7a6fecSwizDate: 2024-11-09 141141b5dd61SchristosMailing List: tmux-users@googlegroups.com 141241b5dd61SchristosResponsible: christos 1413165ab141SjmmvLicense: BSD 1414c7a7a847SdrochnerLocation: external/bsd/tmux/dist 1415eb7a6fecSwizVendor tag: TMUX 1416eb7a6fecSwizRelease tag: tmux-x-y 1417165ab141SjmmvNotes: 1418165ab141SjmmvSee src/external/bsd/tmux/README for instructions on how to import a 1419165ab141Sjmmvnew tmux release. 1420165ab141Sjmmv 1421cf738336SlukemPackage: top 142223fb2b7bSchristosVersion: 3.8beta1 142323fb2b7bSchristosCurrent Vers: 3.8beta1 1424cf738336SlukemMaintainer: William LeFebvre <wnl@groupsys.com> 142523fb2b7bSchristosArchive Site: http://www.unixtop.org/dist/top-3.8beta1.tar.gz 14266886da6bSlukemHome Page: http://www.unixtop.org/ 1427cf738336SlukemMailing List: top-spinners@ocee.groupsys.com 142823fb2b7bSchristosResponsible: simonb, christos 1429b4cefcb7SrpauloLicense: BSD (2-clause) 1430c7a7a847SdrochnerLocation: external/bsd/top/dist 1431cf738336SlukemNotes: 1432cf738336Slukem 1433cf738336SlukemPackage: traceroute 1434415b3cc7SchristosVersion: 1.4a12 1435cf738336SlukemCurrent Vers: 1.4a12 1436cf738336SlukemMaintainer: traceroute@ee.lbl.gov 1437cf738336SlukemArchive Site: ftp://ftp.ee.lbl.gov/ 14386886da6bSlukemHome Page: http://ftp.ee.lbl.gov/ 1439cf738336SlukemMailing List: 1440cf738336SlukemResponsible: 1441b4cefcb7SrpauloLicense: BSD (4-clause) 1442c7a7a847SdrochnerLocation: usr.sbin/traceroute 1443cf738336SlukemNotes: 1444415b3cc7SchristosAdded changes from a5 -> a12 manually. 1445cf738336Slukem 1446a611fd1eSdhollandPackage: tradcpp 1447a611fd1eSdhollandVersion: 0.5.3 1448a611fd1eSdhollandCurrent Vers: 0.5.3 1449a611fd1eSdhollandMaintainer: David A. Holland <dholland@NetBSD.org> 1450ac8a7a70SleotArchive Site: https://ftp.NetBSD.org/pub/NetBSD/misc/dholland/ 1451ac8a7a70SleotHome Page: https://www.NetBSD.org/~dholland/tradcpp/ 1452a611fd1eSdhollandMailing List: tech-toolchain 1453a611fd1eSdhollandResponsible: dholland 1454a611fd1eSdhollandLicense: BSD (2-clause) 1455a611fd1eSdhollandLocation: external/bsd/tradcpp 1456a611fd1eSdhollandNotes: 1457a611fd1eSdholland 1458cf738336SlukemPackage: tz 1459dfee4a04SchristosVersion: tzcode2025a / tzdata2024bgtz 1460dfee4a04SchristosCurrent Vers: tzcode2025a / tzdata2025a 14613ba5a7a6SapbMaintainer: Paul Eggert <eggert@cs.ucla.edu> 1462ea32aac8SchristosArchive Site: ftp://ftp.iana.org/tz/releases/ 146381ae8d99SapbArchive Site: ftp://munnari.oz.au/pub/oldtz/ 1464ea32aac8SchristosOld Archive Site: ftp://elsie.nci.nih.gov/pub/ 14654a8d9825SapbHome Page: http://www.iana.org/time-zones 1466dfee4a04SchristosDate: 2025-01-24 146781ae8d99SapbMailing List: tz@iana.org 1468aaa2e0eaSkreResponsible: kleink, christos, kre 1469b4cefcb7SrpauloLicense: Public domain 1470c7eb4051SwizLocation: lib/libc/time/zoneinfo, external/public-domain/tz/share 147186f15409SkreVendor tag: ?? / TZDATA 147286f15409SkreRelease tag: ?? / TZDATA2024BTGZ 1473cf738336SlukemNotes: 14745c53b839SchristosDon't use src/lib/libc/time/tzcode2netbsd to prepare the source tree for import. 14755c53b839SchristosDiffs are now applied by hand, since we have too many diffs (re-entrant tzcode, 14765c53b839Schristosregister removal) to apply. The diffs have been submitted upstream but there 14775c53b839Schristosis too much inertia to apply them. Check for .gitignore files. 14788014931cSkreFor the data files, do use external/public-domain/tz/tzdata2netbsd (usually, 14798014931cSkrefor now, late 2021, do it manually). 1480cf738336Slukem 1481bc985817SchristosPackage: wpa_supplicant/hostapd 14824fcc385cSchristosVersion: 2.11 148353cd40efSgutteridgeCurrent Vers: 2.11 1484a0655223SwizMaintainer: Jouni Malinen <jkmaline@cc.hut.fi> 1485b6ee83e3SsnjArchive Site: http://w1.fi/releases/ 1486b6ee83e3SsnjHome Page: http://w1.fi/wpa_supplicant/ 14874fcc385cSchristosDate: 2024-09-18 1488a0655223SwizMailing List: 1489bc985817SchristosResponsible: scw, dyoung, christos 1490b4cefcb7SrpauloLicense: BSD or GPLv2 1491c7a7a847SdrochnerLocation: external/bsd/wpa/dist 1492a0655223SwizNotes: 149384896de5SgutteridgeSee src/external/bsd/wpa/NetBSD-upgrade for update instructions. 1494a0655223Swiz 1495e59b4b68SwizPackage: zlib 1496d1d98c20SchristosVersion: 1.3.1 149775d15ad6SwizCurrent Vers: 1.3.1 1498e59b4b68SwizMaintainer: Jean-loup Gailly and Mark Adler <zlib@gzip.org> 14995696b4feStacaArchive Site: http://www.zlib.net/ 15005696b4feStacaHome Page: http://www.zlib.net/ 1501d1d98c20SchristosDate: 2024-09-22 1502e59b4b68SwizMailing List: 1503e3923864StronResponsible: gwr, christos 1504e59b4b68SwizLicense: BSD (3-clause) 1505c7a7a847SdrochnerLocation: common/dist/zlib 1506e59b4b68SwizNotes: 1507e59b4b68SwizImported to src/common/dist/zlib and shared by the kernel and userland. 1508e02b8049SchristosRemember to run cleantags 1509447bc112Schristos 15107c5d5dfdSchristosPackage: zstd 15117c5d5dfdSchristosVersion: 1.5.6 15127c5d5dfdSchristosCurrent Vers: 1.5.6 15137c5d5dfdSchristosMaintainer: Meta 15147c5d5dfdSchristosArchive Site: https://github.com/facebook/zstd 15157c5d5dfdSchristosHome Page: https://github.com/facebook/zstd 15167c5d5dfdSchristosDate: 2024-09-22 15177c5d5dfdSchristosMailing List: 15187c5d5dfdSchristosResponsible: christos 15197c5d5dfdSchristosLicense: BSD (3-clause)/GPLv2 15207c5d5dfdSchristosLocation: external/bsd/zlib 15217c5d5dfdSchristosNotes: 15227c5d5dfdSchristos 1523447bc112SchristosPackage: services, protocols 15242440df94SchristosVersion: 2021-04-07 (services), 2021-02-26 (protocols) 15252440df94SchristosCurrent Vers: 2021-04-07 (services), 2021-02-26 (protocols) 1526447bc112SchristosMaintainer: IANA 1527dd84831eSchristosArchive Site: http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.txt (services) 1528f6e409cfSrizArchive Site: http://www.iana.org/assignments/protocol-numbers/protocol-numbers.txt (protocols) 1529f6e409cfSrizHome Page: http://www.iana.org/ 15302440df94SchristosDate: 2021-04-08 1531447bc112SchristosMailing List: 1532447bc112SchristosResponsible: christos 1533447bc112SchristosLicense: None 1534c7a7a847SdrochnerLocation: etc 1535447bc112SchristosNotes: 1536dd84831eSchristos1. Build package net/iana-etc 1537dd84831eSchristos2. Add NetBSD rcsid to the generated protocols and services in the package 1538dd84831eSchristos work area. 1539dd84831eSchristos3. Append the local services from the current services file. 1540dd84831eSchristos4. Run: 1541447bc112Schristos services_mkdb -u services > /usr/src/etc/services 1542447bc112Schristos cp protocols /usr/src/etc/protocols 1543c796231dSchristos5. Fix protocols 1544c796231dSchristos - fix manet alias to MANET; giving an alias with the same name is a no/op 1545c796231dSchristos - protocol 84 is defined for as ttp and iptm, merge the two entries since 1546c796231dSchristos libc getprotoent() does not read the whole file and merge in the "files" 1547c796231dSchristos implementation. 15483ae09720Schristos - add alias carp to vrrp 15493ae09720Schristos - put back 240 (pfsync), splitting the unassigned entries 1550adee1befSmrg 1551adee1befSmrgPackage: pigz 15528a7e793dStlsVersion: 2.3.1 15530a177c25SsevanCurrent Vers: 2.4 1554adee1befSmrgMaintainer: Mark Adler <madler@alumni.caltech.edu> 1555adee1befSmrgArchive Site: http://zlib.net/pigz/ 1556adee1befSmrgHome Page: http://zlib.net/pigz/ 1557adee1befSmrgMailing List: http://mail.zlib.net/mailman/listinfo/pigz-announce_zlib.net 15588a7e793dStlsResponsible: mrg, tls 1559adee1befSmrgLicense: zlib 1560c7a7a847SdrochnerLocation: external/zlib/pigz/dist 1561adee1befSmrgNotes: 15626187019bSjoerg 15636187019bSjoergPackage: xz 156406745fdbSjoergVersion: 5.2.4 15651c926255SwizCurrent Vers: 5.6.0 15666187019bSjoergMaintainer: Lasse Collin <lasse.collin@tukanni.org> 15676187019bSjoergArchive Site: http://tukaani.org/xz/ 15686187019bSjoergHome Page: http://tukaani.org/xz/ 15691c926255SwizDate: 2024-02-24 15706187019bSjoergResponsible: joerg 15716187019bSjoergLicense: public-domain 1572c7a7a847SdrochnerLocation: external/public-domain/xz/dist 15736187019bSjoergNotes: 15746187019bSjoerg1. See prepare-import script for stripping down the distribution. 157506745fdbSjoerg2. Use run-configure and double check that the stripped down configure works 157606745fdbSjoerg for tools. 157706745fdbSjoerg3. Carefully check for non-autoconf GPL components leaked into the dist area. 157841704cedSmrg 157941704cedSmrgPackage: mpc 1580c09c1d23SmrgVersion: 1.3.1 158145a780c2SmrgCurrent Vers: 1.3.1 158241704cedSmrgMaintainer: 158341704cedSmrgArchive Site: http://www.multiprecision.org/mpc/download/ 158441704cedSmrgHome Page: http://www.multiprecision.org/mpc/ 158541704cedSmrgMailing List: http://www.multiprecision.org/index.php?prog=mpc&page=development 158641704cedSmrgResponsible: mrg 158775219f3aSmrgLicense: LGPL3 158875219f3aSmrgLocation: external/lgpl3/mpc/dist 158941704cedSmrgNotes: 159041704cedSmrg 159141704cedSmrgPackage: mpfr 1592d9f8580cSmrgVersion: 4.2.1 15933a5ab087SmrgCurrent Vers: 4.2.1 159441704cedSmrgMaintainer: 159541704cedSmrgArchive Site: http://www.mpfr.org/mpfr-current/ 159641704cedSmrgHome Page: http://www.mpfr.org/ 159741704cedSmrgMailing List: http://websympa.loria.fr/wwsympa/arc/mpfr-announce 159841704cedSmrgResponsible: mrg 159941704cedSmrgLicense: LGPL3 1600c7a7a847SdrochnerLocation: external/lgpl3/mpfr/dist 160141704cedSmrgNotes: 160241704cedSmrg 160341704cedSmrgPackage: GNU MP 1604c0e7424bSmrgVersion: 6.2.1 16053a5ab087SmrgCurrent Vers: 6.3.0 1606cb7d68e6SmrgMaintainer: https://gmplib.org/mailman/listinfo/gmp-devel 1607cb7d68e6SmrgArchive Site: https://gmplib.org/ 1608cb7d68e6SmrgHome Page: https://gmplib.org/ 1609cb7d68e6SmrgMailing List: https://gmplib.org/mailman/listinfo/gmp-announce 161041704cedSmrgResponsible: mrg 161141704cedSmrgLicense: LGPL3 1612c7a7a847SdrochnerLocation: external/lgpl3/gmp/dist 1613fd813147SmrgNotes: See the README. 161477a9f910Schristos 161559df49b5SapbPackage: osnet 161659df49b5SapbVersion: osnet-20100224 161759df49b5SapbCurrent Vers: ? 161859df49b5SapbMaintainer: ? 161959df49b5SapbArchive Site: ? 162059df49b5SapbHome Page: ? 162159df49b5SapbMailing List: ? 162259df49b5SapbResponsible: ? 162359df49b5SapbLicense: CDDL 162459df49b5SapbLocation: external/cddl/osnet 162559df49b5SapbNotes: 162659df49b5Sapb 16271e8343beSalnsnPackage: sljit 1628ee881241SalnsnVersion: 0.93 (svn revision 333) 16290a177c25SsevanCurrent Vers: 0.93 16301e8343beSalnsnMaintainer: Zoltán Herczeg <hzmester@freemail.hu 16311e8343beSalnsnArchive Site: http://sourceforge.net/projects/sljit/ 16321e8343beSalnsnHome Page: http://sljit.sourceforge.net/ 16331e8343beSalnsnMailing List: none 16341e8343beSalnsnResponsible: alnsn 16351e8343beSalnsnLicense: BSD (2-clause) 16361e8343beSalnsnLocation: sys/external/bsd/sljit/dist 16371e8343beSalnsnNotes: 16381e8343beSalnsn Need to feed back local changes 16391e8343beSalnsn 164077a9f910SchristosPackage: tre 16418c04a8d7SrinVersion: 0.8.0, git source as of 20171117 164277a9f910SchristosCurrent Vers: 0.8.0 164377a9f910SchristosMaintainer: http://laurikari.net/tre 16448c04a8d7SrinArchive Site: https://github.com/laurikari/tre 164577a9f910SchristosHome Page: http://laurikari.net/tre 1646d1f0696bSwizMailing List: 164777a9f910SchristosResponsible: agc, christos 1648d1f0696bSwizLicense: BSD (2-clause) 1649c7a7a847SdrochnerLocation: external/bsd/tre/dist 165077a9f910SchristosNotes: 165177a9f910Schristos Need to feed back local changes 1652a0160c16Schristos 1653a0160c16SchristosPackage: TrouSerS 1654b5c28866SchristosVersion: 0.3.14 16550a177c25SsevanCurrent Vers: 0.3.14 1656a0160c16SchristosMaintainer: http://trousers.sourceforge.net 1657a0160c16SchristosArchive Site: http://trousers.sourceforge.net 1658a0160c16SchristosHome Page: http://trousers.sourceforge.net 1659a0160c16SchristosMailing List: http://trousers.sourceforge.net 1660a0160c16SchristosResponsible: christos 1661a0160c16SchristosLicense: CPL 1662c7a7a847SdrochnerLocation: crypto/external/cpl/trousers/dist 1663a0160c16SchristosNotes: 1664a0160c16Schristos Need to feed back local changes 16654936d74fSchristos 16664936d74fSchristosPackage: tpm-tools 1667b5c28866SchristosVersion: 1.3.9.1 16680a177c25SsevanCurrent Vers: 1.3.9.1 16694936d74fSchristosMaintainer: http://trousers.sourceforge.net 16704936d74fSchristosArchive Site: http://trousers.sourceforge.net 16714936d74fSchristosHome Page: http://trousers.sourceforge.net 16724936d74fSchristosMailing List: http://trousers.sourceforge.net 16734936d74fSchristosResponsible: christos 16744936d74fSchristosLicense: CPL 1675c7a7a847SdrochnerLocation: crypto/external/cpl/tpm-tools/dist 16764936d74fSchristosNotes: 16774936d74fSchristos Need to feed back local changes 16780b5291deSchristos 1679e0b5ed66SchristosPackage: elftoolchain (libelf/libdwarf) 16805d078fb1SchristosVersion: r4037 1681f02ae561SsevanCurrent Vers: 0.7.1 1682e0b5ed66SchristosMaintainer: Joseph Koshi <jkoshi@freebsd.org> 16830b5291deSchristosArchive Site: none 1684f02ae561SsevanHome Page: http://elftoolchain.sourceforge.net 16855d078fb1SchristosDate: 2024-03-03 16860b5291deSchristosMailing List: none 16870b5291deSchristosResponsible: christos 16880b5291deSchristosLicense: BSD-like (2-clause) 1689e0b5ed66SchristosLocation: sys/external/bsd/elftoolchain/dist 169098f50260SriastradhVendor tag: FreeBSD 169198f50260SriastradhRelease tag: elftoolchain-rNNNNN 16920b5291deSchristosNotes: 16935d078fb1Schristos See README we use the svn id as the tag. 1694de1cb92cSchristos 169558c47301SchristosPackage: timeout 1696dfb2b1f6SsevanVersion: FreeBSD-2014-07-16 r268763 1697dfb2b1f6SsevanCurrent Vers: FreeBSD-2016-05-01 r331720 169858c47301SchristosMaintainer: Baptiste Daroussin <bapt@FreeBSD.org> 169958c47301SchristosArchive Site: none 17000a177c25SsevanHome Page: https://svnweb.freebsd.org/base/head/usr.bin/timeout/ 170158c47301SchristosMailing List: none 170258c47301SchristosResponsible: christos 170358c47301SchristosLicense: BSD-like (2-clause) 170458c47301SchristosLocation: usr.bin/timeout 17051fc78635Schristos 17061fc78635SchristosPackage: libproc 17071fc78635SchristosVersion: FreeBSD-2015-09-24 17080a177c25SsevanCurrent Vers: FreeBSD-2018-07-27 r336782 17091fc78635SchristosMaintainer: Rui Paulo <rpaulo@FreeBSD.org> 17101fc78635SchristosArchive Site: none 17110a177c25SsevanHome Page: https://svnweb.freebsd.org/base/head/lib/libproc/ 17121fc78635SchristosMailing List: none 17131fc78635SchristosResponsible: christos 17141fc78635SchristosLicense: BSD-like (2-clause) 17151fc78635SchristosLocation: external/bsd/libproc/dist 17161fc78635Schristos 17171fc78635SchristosPackage: librtld_db 17181fc78635SchristosVersion: FreeBSD-2015-09-24 17190a177c25SsevanCurrent Vers: FreeBSD-2017-11-26 r326219 17201fc78635SchristosMaintainer: Rui Paulo <rpaulo@FreeBSD.org> 17211fc78635SchristosArchive Site: none 17220a177c25SsevanHome Page: https://svnweb.freebsd.org/base/head/lib/librtld_db/ 17231fc78635SchristosMailing List: none 17241fc78635SchristosResponsible: christos 17251fc78635SchristosLicense: BSD-like (2-clause) 17261fc78635SchristosLocation: external/bsd/librtld_db/dist 1727ac1e6b58Schristos 1728ac1e6b58SchristosPackage: netcat 1729ac1e6b58SchristosVersion: OpenBSD-2017-02-06 1730f9bbfcf7SsevanCurrent Vers: OpenBSD-2020-02-12 1731ac1e6b58SchristosMaintainer: OpenBSD 17320a177c25SsevanArchive Site: http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/nc/ 1733ac1e6b58SchristosHome Page: none 1734f9bbfcf7SsevanDate: 2020-06-13 1735ac1e6b58SchristosMailing List: none 1736ac1e6b58SchristosResponsible: christos 1737ac1e6b58SchristosLicense: BSD-like (3-clause) 1738ac1e6b58SchristosLocation: usr.bin/nc 1739c92e6a07Snonaka 1740c92e6a07SnonakaPackage: gnu-efi 17418795b854SjmcneillVersion: 3.0.14 17428795b854SjmcneillCurrent Vers: 3.0.14 1743c92e6a07SnonakaMaintainer: https://sourceforge.net/projects/gnu-efi/ 1744c92e6a07SnonakaArchive Site: https://sourceforge.net/projects/gnu-efi/ 1745c92e6a07SnonakaHome Page: https://sourceforge.net/projects/gnu-efi/ 1746c92e6a07SnonakaMailing List: https://sourceforge.net/projects/gnu-efi/ 1747c92e6a07SnonakaResponsible: 1748c92e6a07SnonakaLicense: BSD-like (3-clause) 1749c92e6a07SnonakaLocation: sys/external/bsd/gnu-efi 175053f9164eSchristos 175153f9164eSchristosPackage: dc 175253f9164eSchristosVersion: 20170410 1753f9bbfcf7SsevanCurrent Vers: 20190906 175453f9164eSchristosMaintainer: The OpenBSD Project 175553f9164eSchristosArchive Site: http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/dc 175653f9164eSchristosHome Page: http://www.openbsd.org/ 1757f9bbfcf7SsevanDate: 2020-06-13 175853f9164eSchristosMailing List: 175953f9164eSchristosLicense: BSD 176053f9164eSchristosResponsible: christos 176153f9164eSchristosLocation: usr.bin/dc 176253f9164eSchristosNotes: 176353f9164eSchristos Uses OpenSSL's bignum 1764a6ce035cSskrll 1765a6ce035cSskrllPackage: dtc, libfdt 1766520cf6d5SwizVersion: 1.5.1 1767520cf6d5SwizCurrent Vers: 1.5.1 1768a6ce035cSskrllMaintainer: David Gibson <david@gibson.dropbear.id.au>, Jon Loeliger <jdl@jdl.com> 1769a6ce035cSskrllArchive Site: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1770a6ce035cSskrllHome Page: https://git.kernel.org/pub/scm/utils/dtc/dtc.git 1771a6ce035cSskrllMailing List: mailto:devicetree-compiler@vger.kernel.org 1772a6ce035cSskrllResponsible: skrll 1773a6ce035cSskrllLicense: GPLv2 (dtc), BSD (libfdt) 1774a6ce035cSskrllLocation: external/gpl2/dtc, sys/external/bsd/libfdt 1775fa2256b7SskrllNotes: 1776fa2256b7Sskrllexternal/gpl2/dtc/dtc2netbsd should be used to create directories to import 17775aa651b1Sjmcneill 17785aa651b1SjmcneillPackage: dts 177965bc3618SjmcneillVersion: 5.15 178065bc3618SjmcneillCurrent Vers: 5.15 17815aa651b1SjmcneillMaintainer: https://www.kernel.org/ 178265bc3618SjmcneillArchive Site: https://cdn.kernel.org/pub/linux/kernel/v5.x/ 17835aa651b1SjmcneillHome Page: https://www.kernel.org/ 17845aa651b1SjmcneillMailing List: mailto:devicetree@vger.kernel.org 17855aa651b1SjmcneillResponsible: jmcneill 17865aa651b1SjmcneillLicense: GPLv2 and dual GPLv2/X11 license 17875aa651b1SjmcneillLocation: sys/external/gpl2/dts 17885da8a764SgutteridgeNotes: 17895da8a764Sgutteridgesys/external/gpl2/dts/dts2netbsd should be used to create directories to import 17905da8a764SgutteridgeNot all DTS files are presently sourced from kernel.org. 17910e321d4cSmlelstv 17920e321d4cSmlelstvPackage: iscsi 17930e321d4cSmlelstvVersion: 4.12.4 17940e321d4cSmlelstvCurrent Vers: 4.12.4 17950e321d4cSmlelstvMaintainer: Intel Corporation 17960e321d4cSmlelstvArchive Site: 17970e321d4cSmlelstvHome Page: 17980e321d4cSmlelstvMailing List: 17990e321d4cSmlelstvResponsible: 18000e321d4cSmlelstvLicense: BSD-like (4-clause) 18010e321d4cSmlelstvLocation: external/bsd/iscsi 18020e321d4cSmlelstvNotes: 18030e321d4cSmlelstv 18040e321d4cSmlelstvPackage: rpi-firmware 18050e321d4cSmlelstvVersion: 18060e321d4cSmlelstvCurrent Vers: 18070e321d4cSmlelstvMaintainer: 18080e321d4cSmlelstvArchive Site: 18090e321d4cSmlelstvHome Page: 18100e321d4cSmlelstvMailing List: 18110e321d4cSmlelstvLicense: Broadcom, Raspberry Pi (Trading) Ltd 18120e321d4cSmlelstvResponsible: 18130e321d4cSmlelstvLocation: external/broadcom/rpi-firmware 18140e321d4cSmlelstvNotes: 18150e321d4cSmlelstv 18160e321d4cSmlelstvPackage: rtwn 18170e321d4cSmlelstvVersion: 18180e321d4cSmlelstvCurrent Vers: 18190e321d4cSmlelstvMaintainer: 18200e321d4cSmlelstvArchive Site: 18210e321d4cSmlelstvHome Page: 18220e321d4cSmlelstvMailing List: 18230e321d4cSmlelstvLicense: Realtek Semiconductor Corporation 18240e321d4cSmlelstvResponsible: 18250e321d4cSmlelstvLocation: external/realtek/rtwn 18260e321d4cSmlelstvNotes: 18270e321d4cSmlelstv 18280e321d4cSmlelstvPackage: urtwn 18290e321d4cSmlelstvVersion: 18300e321d4cSmlelstvCurrent Vers: 18310e321d4cSmlelstvMaintainer: 18320e321d4cSmlelstvArchive Site: 18330e321d4cSmlelstvHome Page: 18340e321d4cSmlelstvMailing List: 18350e321d4cSmlelstvLicense: Realtek Semiconductor Corporation 18360e321d4cSmlelstvResponsible: 18370e321d4cSmlelstvLocation: external/realtek/urtwn/ 18380e321d4cSmlelstvNotes: 18390e321d4cSmlelstv 18400e321d4cSmlelstvPackage: repulse 18410e321d4cSmlelstvVersion: 18420e321d4cSmlelstvCurrent Vers: 18430e321d4cSmlelstvMaintainer: 18440e321d4cSmlelstvArchive Site: 18450e321d4cSmlelstvHome Page: 18460e321d4cSmlelstvMailing List: 18470e321d4cSmlelstvLicense: ALiENDESiGN GbR 18480e321d4cSmlelstvResponsible: 18490e321d4cSmlelstvLocation: sys/arch/amiga/dev/repulse_firmware.h 18500e321d4cSmlelstvNotes: 18510e321d4cSmlelstv 18520e321d4cSmlelstvPackage: cxgb 18530e321d4cSmlelstvVersion: 18540e321d4cSmlelstvCurrent Vers: 18550e321d4cSmlelstvMaintainer: 18560e321d4cSmlelstvArchive Site: 18570e321d4cSmlelstvHome Page: 18580e321d4cSmlelstvMailing List: 18590e321d4cSmlelstvLicense: Chelsio Inc. 18600e321d4cSmlelstvResponsible: 18610e321d4cSmlelstvLocation: sys/dev/pci/cxgb/cxgb_firmware_exports.h 18620e321d4cSmlelstvNotes: 18630e321d4cSmlelstv 18640e321d4cSmlelstvPackage: athn 18650e321d4cSmlelstvVersion: 18660e321d4cSmlelstvCurrent Vers: 18670e321d4cSmlelstvMaintainer: 18680e321d4cSmlelstvArchive Site: 18690e321d4cSmlelstvHome Page: 18700e321d4cSmlelstvMailing List: 18710e321d4cSmlelstvLicense: Atheros Communicatios, Inc. 18720e321d4cSmlelstvResponsible: 18730e321d4cSmlelstvLocation: external/atheros/athn 18740e321d4cSmlelstvNotes: 18750e321d4cSmlelstv 18760e321d4cSmlelstvPackage: otus 18770e321d4cSmlelstvVersion: 18780e321d4cSmlelstvCurrent Vers: 18790e321d4cSmlelstvMaintainer: 18800e321d4cSmlelstvArchive Site: 18810e321d4cSmlelstvHome Page: 18820e321d4cSmlelstvMailing List: 18830e321d4cSmlelstvLicense: Atheros Communicatios, Inc. 18840e321d4cSmlelstvResponsible: 18850e321d4cSmlelstvLocation: external/atheros/otus 18860e321d4cSmlelstvNotes: 18870e321d4cSmlelstv 18880e321d4cSmlelstvPackage: intel-fw-eula 18890e321d4cSmlelstvVersion: 18900e321d4cSmlelstvCurrent Vers: 18910e321d4cSmlelstvMaintainer: 18920e321d4cSmlelstvArchive Site: 18930e321d4cSmlelstvHome Page: 18940e321d4cSmlelstvMailing List: 18950e321d4cSmlelstvLicense: Intel Corporation 18960e321d4cSmlelstvResponsible: 18970e321d4cSmlelstvLocation: external/intel-fw-eula 18980e321d4cSmlelstvNotes: 18990e321d4cSmlelstv 19000e321d4cSmlelstvPackage: intel-fw-public 19010e321d4cSmlelstvVersion: 19020e321d4cSmlelstvCurrent Vers: 19030e321d4cSmlelstvMaintainer: 19040e321d4cSmlelstvArchive Site: 19050e321d4cSmlelstvHome Page: 19060e321d4cSmlelstvMailing List: 19070e321d4cSmlelstvLicense: Intel Corporation 19080e321d4cSmlelstvResponsible: 19090e321d4cSmlelstvLocation: external/intel-fw-public 19100e321d4cSmlelstvNotes: 19110e321d4cSmlelstv 19120e321d4cSmlelstvPackage: aic7xxx 19130e321d4cSmlelstvVersion: 19140e321d4cSmlelstvCurrent Vers: 19150e321d4cSmlelstvMaintainer: Justin T. Gibbs 19160e321d4cSmlelstvArchive Site: 19170e321d4cSmlelstvHome Page: 19180e321d4cSmlelstvMailing List: 19190e321d4cSmlelstvLicense: Adaptec Inc or LGPL2 19200e321d4cSmlelstvResponsible: 19210e321d4cSmlelstvLocation: sys/dev/microcode/aic7xxx 19220e321d4cSmlelstvNotes: 19230e321d4cSmlelstv 19240e321d4cSmlelstvPackage: atmel 19250e321d4cSmlelstvVersion: 19260e321d4cSmlelstvCurrent Vers: 19270e321d4cSmlelstvMaintainer: 19280e321d4cSmlelstvArchive Site: 19290e321d4cSmlelstvHome Page: 19300e321d4cSmlelstvMailing List: 19310e321d4cSmlelstvLicense: Atmel Corporation 19320e321d4cSmlelstvResponsible: 19330e321d4cSmlelstvLocation: sys/dev/microcode/atmel 19340e321d4cSmlelstvNotes: 19350e321d4cSmlelstv 19360e321d4cSmlelstvPackage: bge 19370e321d4cSmlelstvVersion: 19380e321d4cSmlelstvCurrent Vers: 19390e321d4cSmlelstvMaintainer: 19400e321d4cSmlelstvArchive Site: 19410e321d4cSmlelstvHome Page: 19420e321d4cSmlelstvMailing List: 19430e321d4cSmlelstvLicense: Broadcom Corporation 19440e321d4cSmlelstvResponsible: 19450e321d4cSmlelstvLocation: sys/dev/microcode/bge 19460e321d4cSmlelstvNotes: 19470e321d4cSmlelstv 19480e321d4cSmlelstvPackage: bnx 19490e321d4cSmlelstvVersion: 19500e321d4cSmlelstvCurrent Vers: 19510e321d4cSmlelstvMaintainer: David Christensen <davidch@broadcom.com> 19520e321d4cSmlelstvArchive Site: 19530e321d4cSmlelstvHome Page: 19540e321d4cSmlelstvMailing List: 19550e321d4cSmlelstvLicense: Broadcom Corporation 19560e321d4cSmlelstvResponsible: 19570e321d4cSmlelstvLocation: sys/dev/microcode/bnx 19580e321d4cSmlelstvNotes: 19590e321d4cSmlelstv 19600e321d4cSmlelstvPackage: cylades-z 19610e321d4cSmlelstvVersion: 19620e321d4cSmlelstvCurrent Vers: 19630e321d4cSmlelstvMaintainer: Cyclades Corp 19640e321d4cSmlelstvArchive Site: 19650e321d4cSmlelstvHome Page: 19660e321d4cSmlelstvMailing List: 19670e321d4cSmlelstvLicense: unknown 19680e321d4cSmlelstvResponsible: 19690e321d4cSmlelstvLocation: sys/dev/microcode/cyclades-z 19700e321d4cSmlelstvNotes: 19710e321d4cSmlelstv 19720e321d4cSmlelstvPackage: i8255x 19730e321d4cSmlelstvVersion: 3.28 19740e321d4cSmlelstvCurrent Vers: 19750e321d4cSmlelstvMaintainer: Patrick J Luhmann (PJL) 19760e321d4cSmlelstvArchive Site: 19770e321d4cSmlelstvHome Page: 19780e321d4cSmlelstvMailing List: 19790e321d4cSmlelstvLicense: Intel Corporation 19800e321d4cSmlelstvResponsible: 19810e321d4cSmlelstvLocation: sys/dev/microcode/i8255x 19820e321d4cSmlelstvNotes: 19830e321d4cSmlelstv 19840e321d4cSmlelstvPackage: isp 19850e321d4cSmlelstvVersion: 19860e321d4cSmlelstvCurrent Vers: 19870e321d4cSmlelstvMaintainer: 19880e321d4cSmlelstvArchive Site: 19890e321d4cSmlelstvHome Page: 19900e321d4cSmlelstvMailing List: 19910e321d4cSmlelstvLicense: QLogic, Inc. 19920e321d4cSmlelstvResponsible: 19930e321d4cSmlelstvLocation: sys/dev/microcode/isp 19940e321d4cSmlelstvNotes: 19950e321d4cSmlelstv 19960e321d4cSmlelstvPackage: radeon 19970e321d4cSmlelstvVersion: 19980e321d4cSmlelstvCurrent Vers: 19990e321d4cSmlelstvMaintainer: 20000e321d4cSmlelstvArchive Site: 20010e321d4cSmlelstvHome Page: 20020e321d4cSmlelstvMailing List: 20030e321d4cSmlelstvLicense: Advanced Micro Devices, Inc. 20040e321d4cSmlelstvResponsible: 20050e321d4cSmlelstvLocation: sys/dev/microcode/radeon 20060e321d4cSmlelstvNotes: 20070e321d4cSmlelstv 20080e321d4cSmlelstvPackage: ral 20090e321d4cSmlelstvVersion: 20100e321d4cSmlelstvCurrent Vers: 20110e321d4cSmlelstvMaintainer: 20120e321d4cSmlelstvArchive Site: http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git 20130e321d4cSmlelstvHome Page: 20140e321d4cSmlelstvMailing List: 20150e321d4cSmlelstvLicense: Ralink Technology Corp 20160e321d4cSmlelstvResponsible: 20170e321d4cSmlelstvLocation: external/realtek/ral 20180e321d4cSmlelstvNotes: 20190e321d4cSmlelstv 20200e321d4cSmlelstvPackage: rum 20210e321d4cSmlelstvVersion: 20220e321d4cSmlelstvCurrent Vers: 20230e321d4cSmlelstvMaintainer: Paul Lin <paul_lin@ralinktech.com.tw> 20240e321d4cSmlelstvArchive Site: 20250e321d4cSmlelstvHome Page: 20260e321d4cSmlelstvMailing List: 20270e321d4cSmlelstvLicense: Ralink Technology Corp 20280e321d4cSmlelstvResponsible: 20290e321d4cSmlelstvLocation: external/realtek/rum 20300e321d4cSmlelstvNotes: 20310e321d4cSmlelstv 20320e321d4cSmlelstvPackage: run 20330e321d4cSmlelstvVersion: 20340e321d4cSmlelstvCurrent Vers: 20350e321d4cSmlelstvMaintainer: Paul Lin <paul_lin@ralinktech.com.tw> 20360e321d4cSmlelstvArchive Site: 20370e321d4cSmlelstvHome Page: 20380e321d4cSmlelstvMailing List: 20390e321d4cSmlelstvLicense: Ralink Technology Corp 20400e321d4cSmlelstvResponsible: 20410e321d4cSmlelstvLocation: sys/dev/microcode/run 20420e321d4cSmlelstvNotes: 20430e321d4cSmlelstv 20440e321d4cSmlelstvPackage: siop 20450e321d4cSmlelstvVersion: 20460e321d4cSmlelstvCurrent Vers: 20470e321d4cSmlelstvMaintainer: Manuel Bouyer, Shuichiro URATA, Michael L. Hitch 20480e321d4cSmlelstvArchive Site: 20490e321d4cSmlelstvHome Page: 20500e321d4cSmlelstvMailing List: 20510e321d4cSmlelstvLicense: BSD-like (2-clause, 3-clause) 20520e321d4cSmlelstvResponsible: 20530e321d4cSmlelstvLocation: sys/dev/microcode/siop 20540e321d4cSmlelstvNotes: 20550e321d4cSmlelstv 20560e321d4cSmlelstvPackage: tigon 20570e321d4cSmlelstvVersion: 12.4.11 20580e321d4cSmlelstvCurrent Vers: 20590e321d4cSmlelstvMaintainer: wpaul@brak.osd.bsdi.com 20607098a041SmlelstvArchive Site: https://people.freebsd.org/~wpaul/Alteon/ 20617098a041SmlelstvHome Page: http://www.alteon.com/support/openkits (extinct) 20620e321d4cSmlelstvMailing List: 20637098a041SmlelstvLicense: Alteon WebSystems, Inc. 20640e321d4cSmlelstvResponsible: 20650e321d4cSmlelstvLocation: sys/dev/microcode/tigon 20660e321d4cSmlelstvNotes: 20677098a041SmlelstvSee https://lists.debian.org/debian-legal/2011/10/msg00001.html 20687098a041Smlelstv 20690e321d4cSmlelstv 20700e321d4cSmlelstvPackage: typhoon 20710e321d4cSmlelstvVersion: 20720e321d4cSmlelstvCurrent Vers: 20730e321d4cSmlelstvMaintainer: 3Com Corporation 20740e321d4cSmlelstvArchive Site: 20750e321d4cSmlelstvHome Page: 20760e321d4cSmlelstvMailing List: 20770e321d4cSmlelstvLicense: BSD-like (3-clause) 20780e321d4cSmlelstvResponsible: 20790e321d4cSmlelstvLocation: sys/dev/microcode/typhoon 20800e321d4cSmlelstvNotes: 20810e321d4cSmlelstv 20820e321d4cSmlelstvPackage: wi 20830e321d4cSmlelstvVersion: 20840e321d4cSmlelstvCurrent Vers: 20850e321d4cSmlelstvMaintainer: Symbol Technologies Inc. 20860e321d4cSmlelstvArchive Site: 20870e321d4cSmlelstvHome Page: http://www.symbol.com 20880e321d4cSmlelstvMailing List: 20890e321d4cSmlelstvLicense: BSD-like (3-clause) 20900e321d4cSmlelstvResponsible: 20910e321d4cSmlelstvLocation: sys/dev/microcode/wi 20920e321d4cSmlelstvNotes: 20930e321d4cSmlelstv 20940e321d4cSmlelstvPackage: yds 20950e321d4cSmlelstvVersion: 20960e321d4cSmlelstvCurrent Vers: 20970e321d4cSmlelstvMaintainer: Yamaha Corporation 20980e321d4cSmlelstvArchive Site: 20990e321d4cSmlelstvHome Page: 21000e321d4cSmlelstvMailing List: 21010e321d4cSmlelstvLicense: unknown 21020e321d4cSmlelstvResponsible: 21030e321d4cSmlelstvLocation: sys/dev/microcode/yds 21040e321d4cSmlelstvNotes: 21050e321d4cSmlelstv 21060e321d4cSmlelstvPackage: zyd 21070e321d4cSmlelstvVersion: 21080e321d4cSmlelstvCurrent Vers: 21090e321d4cSmlelstvMaintainer: ZyDAS Technology Corporation 21100e321d4cSmlelstvArchive Site: 21110e321d4cSmlelstvHome Page: 21120e321d4cSmlelstvMailing List: 21130e321d4cSmlelstvLicense: BSD-like (3-clause) 21140e321d4cSmlelstvResponsible: 21150e321d4cSmlelstvLocation: sys/dev/microcode/zyd 21160e321d4cSmlelstvNotes: 21170e321d4cSmlelstv 211848bbb808SchristosPackage: libnv 211948bbb808SchristosVersion: 20180906 212048bbb808SchristosCurrent Vers: $(date) 212148bbb808SchristosMaintainer: christos 212248bbb808SchristosArchive Site: 212348bbb808SchristosHome Page: 212448bbb808SchristosMailing List: 212548bbb808SchristosLicense: BSD-like (2-clause) 212648bbb808SchristosResponsible: 212748bbb808SchristosLocation: sys/external/bsd/libnv/dist 212848bbb808SchristosNotes: 212948bbb808SchristosTo be used only for npf (library and headers are private) 213048bbb808SchristosCopied from FreeBSD: 213148bbb808Schristos/usr/src/sys/sys/{d,c,}nv.h 213248bbb808Schristos/usr/src/lib/libnv/ 213348bbb808Schristos/usr/src/contrib/lib/libnv/ 213448bbb808Schristos/usr/src/share/man/man9/{d,c,}nv.9 2135bb2409c6Schristos 2136bb2409c6SchristosPackage: gettext 2137bb2409c6SchristosVersion: 0.16.1 (Last GPLv2+ version) 2138b36cffa3SwizCurrent Vers: 0.22.5 2139bb2409c6SchristosMaintainer: FSF 2140bb2409c6SchristosArchive Site: ftp://ftp.gnu.org/gnu/gettext/ 2141bb2409c6SchristosHome Page: http://www.gnu.org/software/gettext/ 2142b36cffa3SwizDate: 2024-02-25 2143bb2409c6SchristosMailing List: bug-gnu-utils@gnu.org 2144bb2409c6SchristosResponsible: christos 2145bb2409c6SchristosLicense: GPLv2+ (0.16.1), GPLv3+ (0.17 and later) 2146bb2409c6SchristosLocation: external/gpl2/gettext 2147bb2409c6SchristosNotes: 2148bb2409c6SchristosGNU gettext is used for userland tools like msgfmt(1) only. For libintl, 2149bb2409c6Schristoswe use BSD-licensed implementation from Citrus project (see entry for 2150bb2409c6Schristos"Citrus XPG4DL"). We hope to replace userland tools with BSD-licensed one. 2151bb2409c6Schristos 2152bb2409c6SchristosPackage: grep 2153bb2409c6SchristosVersion: 2.5.1a (last GPLv2+ version) 2154eb6fd168SwizCurrent Vers: 3.7 2155bb2409c6SchristosMaintainer: FSF 2156bb2409c6SchristosArchive Site: ftp://ftp.gnu.org/gnu/grep/ 2157bb2409c6SchristosHome Page: http://www.gnu.org/software/grep/ 2158bb2409c6SchristosMailing List: bug-gnu-utils@gnu.org 2159bb2409c6SchristosResponsible: simonb 2160bb2409c6SchristosLicense: GPLv2+ (2.5.1a), GPLv3+ (2.5.3 and later) 2161bb2409c6SchristosLocation: external/gpl2/grep 2162bb2409c6SchristosNotes: 2163bb2409c6SchristosUse external/gpl2/grep/grep2netbsd for preparing the source tree 2164bb2409c6Schristosfor the import. 2165bb2409c6SchristosOn 2 Jan 2004, a non-GNU grep (FreeGrep, https://github.com/howardjp/freegrep; 2166bb2409c6Schristossee also http://www.monkey.org/openbsd/archive/tech/0306/msg00129.html) 2167bb2409c6Schristoswas imported into src/usr.bin/grep; 2168bb2409c6Schristoson 16 Feb 2011, the BSD grep implementation from FreeBSD was imported 2169bb2409c6Schristosin src/usr.bin/grep, replacing FreeGrep 2170bb2409c6Schristos(http://mail-index.NetBSD.org/source-changes/2011/02/16/msg018643.html). 2171bb2409c6Schristos 2172bb2409c6SchristosPackage: groff 2173bb2409c6SchristosVersion: 1.19.2 (last GPLv2+ version) 2174bed795a5SlukemCurrent Vers: 1.23.0 2175bb2409c6SchristosMaintainer: Werner Lemberg/FSF 2176bb2409c6SchristosArchive Site: ftp://ftp.gnu.org/gnu/groff/ 2177bb2409c6SchristosHome Page: http://www.gnu.org/software/groff/ 2178bed795a5SlukemDate: 2024-11-29 2179bb2409c6SchristosMailing List: bug-groff@gnu.org 2180bb2409c6SchristosResponsible: 2181bb2409c6SchristosLicense: GPLv2+ (1.19.2), GPLv3+ (1.20 and later) 2182bb2409c6SchristosLocation: external/gpl2/groff 2183bb2409c6SchristosNotes: 2184bb2409c6SchristosUse groff2netbsd from external/gpl2/groff/groff2netbsd to prepare the 2185bb2409c6Schristosdistribution for import. 2186bb2409c6SchristosUpdate MDATE in src/external/gpl2/groff/Makefile.inc. 21874019629bSmsaitoh 2188bb2409c6SchristosPackage: gmake 2189bb2409c6SchristosVersion: 3.81 (Last GPlv2+ version) 219037fa523fSgutteridgeCurrent Vers: 4.4 2191bb2409c6SchristosMaintainer: FSF 2192bb2409c6SchristosArchive Site: ftp://ftp.gnu.org/gnu/make/ 2193bb2409c6SchristosHome Page: http://www.gnu.org/software/make/ 219437fa523fSgutteridgeDate: 2022-12-08 2195bb2409c6SchristosMailing List: bug-make@gnu.org 2196bb2409c6SchristosResponsible: 2197bb2409c6SchristosLicense: GPLv2+ (3.81), GPLv3+ (3.82 and later) 2198bb2409c6SchristosLocation: external/gpl2/gmake 2199bb2409c6SchristosNotes: 2200bb2409c6Schristos 2201bb2409c6SchristosPackage: diffutils 2202bb2409c6SchristosVersion: 2.8.1 (Last GPLv2+ version) 2203bb2409c6SchristosCurrent Vers: 3.6 2204bb2409c6SchristosMaintainer: FSF 2205bb2409c6SchristosArchive Site: ftp://ftp.gnu.org/gnu/diffutils/ 2206bb2409c6SchristosHome Page: http://www.gnu.org/software/diffutils/ 2207bb2409c6SchristosMailing List: bug-diffutils@gnu.org 2208bb2409c6SchristosResponsible: 2209bb2409c6SchristosLicense: GPLv2+ (2.8.1), GPLv3+ (2.9 and later) 2210bb2409c6SchristosLocation: external/gpl2/diffutils 2211bb2409c6SchristosNotes: 2212bb2409c6SchristosUse external/gpl2/diffutils/diffutils2netbsd for preparing the source tree 2213bb2409c6Schristosfor the import. 2214bb2409c6Schristos 2215bb2409c6SchristosPackage: rcs 2216bb2409c6SchristosVersion: 5.7 (Last GPLv2+ version) 2217bb2409c6SchristosCurrent Vers: 5.9.4 2218bb2409c6SchristosMaintainer: FSF 2219bb2409c6SchristosArchive Site: ftp://ftp.gnu.org/gnu/rcs/ 2220bb2409c6SchristosMailing List: bug-gnu-utils@gnu.org 2221bb2409c6SchristosHome Page: http://www.gnu.org/software/rcs/ 2222bb2409c6SchristosResponsible: agc 2223bb2409c6SchristosLicense: GPLv2+ (5.7), GPLv3+ (5.8 and later) 2224bb2409c6SchristosLocation: external/gpl2/rcs 2225bb2409c6SchristosNotes: 2226bb2409c6SchristosOld versions are available from Purdue (ftp.cs.purdue.edu:/pub/RCS). 2227bb2409c6Schristos 2228bb2409c6SchristosPackage: texinfo 2229bb2409c6SchristosVersion: 4.8a (Last GPLv2+ version) 2230f2f60498SwizCurrent Vers: 7.0 2231bb2409c6SchristosMaintainer: FSF 2232bb2409c6SchristosArchive Site: ftp://ftp.gnu.org/gnu/texinfo/ 2233bb2409c6SchristosHome Page: http://www.gnu.org/software/texinfo/ 2234bb2409c6SchristosMailing List: bug-texinfo@gnu.org 2235bb2409c6SchristosResponsible: 2236bb2409c6SchristosLicense: GPLv2+ (4.8a), GPLv3+ (4.9 and later) 2237bb2409c6SchristosLocation: external/gpl2/texinfo 2238bb2409c6SchristosNotes: 2239bb2409c6SchristosUse src/external/gpl2/texinfo/texinfo2netbsd for preparing the source tree 2240bb2409c6Schristosfor the import. 2241bb2409c6Schristos 2242acb7f73bSkamilPackage: indent 2243acb7f73bSkamilVersion: FreeBSD-2018-11-04 r340138 2244f9bbfcf7SsevanCurrent Vers: FreeBSD-2020-05-21 r361337 2245acb7f73bSkamilMaintainer: The FreeBSD Project 2246acb7f73bSkamilArchive Site: none 2247acb7f73bSkamilHome Page: https://svnweb.freebsd.org/base/head/usr.bin/indent/ 2248f9bbfcf7SsevanDate: 2020-06-13 2249acb7f73bSkamilMailing List: none 2250acb7f73bSkamilResponsible: 2251acb7f73bSkamilLicense: BSD-like (4-clause) 2252acb7f73bSkamilLocation: usr.bin/indent 2253acb7f73bSkamilNotes: 2254acb7f73bSkamilTests are stored in tests/usr.bin/indent. 22554019629bSmsaitoh 22564019629bSmsaitohPackage: ena 22574019629bSmsaitohVersion: 0.8.1 2258f9bbfcf7SsevanCurrent Vers: 2.1.1 22594019629bSmsaitohMaintainer: Amazon.com 22604019629bSmsaitohArchive Site: https://github.com/amzn/amzn-drivers/tree/master/kernel/fbsd/ena 22614019629bSmsaitohHome Page: https://github.com/amzn/amzn-drivers/ 2262f9bbfcf7SsevanDate: 2020-06-13 22634019629bSmsaitohMailing List: none 22644019629bSmsaitohResponsible: 22654019629bSmsaitohLicense: BSD-like (2 and 3-clause) 22664019629bSmsaitohLocation: sys/external/bsd/ena-com 22674019629bSmsaitohNotes: 2268d5fb362fSchristos 2269d5fb362fSchristosPackage: terminfo 22702a2ce64fSchristosVersion: 20231209 22712a2ce64fSchristosCurrent Vers: 20231209 2272d5fb362fSchristosMaintainer: Thomas Dickey (ncurses) 2273d5fb362fSchristosArchive Site: ftp://ftp.invisible-island.net/ncurses/current 2274d5fb362fSchristosHome Page: https://invisible-island.net/ncurses/ 22752a2ce64fSchristosDate: 2024-01-27 2276d5fb362fSchristosMailing List: bug-ncurses@gnu.org 2277d5fb362fSchristosResponsible: 2278d5fb362fSchristosLicense: none 227916d84c34SriastradhLocation: share/terminfo 2280d5fb362fSchristosNotes: 2281d5fb362fSchristosUse the import script in /usr/src/share/terminfo 2282a86feaf4Schristos 2283a86feaf4SchristosPackage: libcbor 228416d84c34SriastradhVersion: 0.7.0 228516d84c34SriastradhCurrent Vers: 0.5.0-119-g3b41770 (3b41770ab0ca408d242041dddb3b75811345573f) 2286a86feaf4SchristosMaintainer: Pavel Kalvoda 228716d84c34SriastradhArchive Site: https://github.com/PJK/libcbor 2288a86feaf4SchristosHome Page: 2289a86feaf4SchristosDate: 2020-03-02 229016d84c34SriastradhMailing List: 229116d84c34SriastradhResponsible: christos 2292a86feaf4SchristosLicense: mit 229316d84c34SriastradhLocation: external/mit/libcbor 2294a86feaf4SchristosNotes: 2295a86feaf4Schristos 2296a86feaf4SchristosPackage: pam-u2f 2297a9f3c75fSchristosVersion: 1.3.1 2298a9f3c75fSchristosCurrent Vers: 1.3.1 2299a86feaf4SchristosMaintainer: Yubico 230016d84c34SriastradhArchive Site: https://github.com/Yubico/pam-u2f 2301a86feaf4SchristosHome Page: https://developers.yubico.com/pam-u2f/ 2302a9f3c75fSchristosDate: 2025-01-15 230316d84c34SriastradhMailing List: 230416d84c34SriastradhResponsible: christos 2305a86feaf4SchristosLicense: bsd 230616d84c34SriastradhLocation: external/bsd/pam-u2f 2307a86feaf4SchristosNotes: 2308a86feaf4Schristos 2309a86feaf4SchristosPackage: libfido2 2310f89028ceSchristosVersion: 1.13.0 2311f89028ceSchristosCurrent Vers: 1.13.0 2312a86feaf4SchristosMaintainer: Yubico 231316d84c34SriastradhArchive Site: https://github.com/Yubico/libfido2 231416d84c34SriastradhHome Page: https://developers.yubico.com/libfido2/ 2315f89028ceSchristosDate: 2023-08-11 231616d84c34SriastradhMailing List: 231716d84c34SriastradhResponsible: christos 2318a86feaf4SchristosLicense: bsd 231916d84c34SriastradhLocation: external/bsd/libfido2 232016d84c34SriastradhNotes: 232116d84c34Sriastradh 232216d84c34SriastradhPackage: libsodium 232316d84c34SriastradhVersion: 1.0.16 232416d84c34SriastradhCurrent Vers: 1.0.18 232516d84c34SriastradhMaintainer: Frank Denis 232616d84c34SriastradhArchive Site: https://github.com/jedisct1/libsodium 232716d84c34SriastradhHome Page: https://libsodium.org/ 232816d84c34SriastradhDate: 2020-08-20 232916d84c34SriastradhMailing List: sodium-subscribe@pureftpd.org 233016d84c34SriastradhResponsible: riastradh 233116d84c34SriastradhLicense: bsd 233216d84c34SriastradhLocation: sys/external/bsd/libsodium 2333a86feaf4SchristosNotes: 233407c1ed8bSbrad 233507c1ed8bSbradPackage: Sensirion VOC index algorithm 233607c1ed8bSbradVersion: git commit hash 4f69c0d8e2f7192aeaf0d268211b1f54af50146b 233707c1ed8bSbradCurrent Vers: git commit hash 4f69c0d8e2f7192aeaf0d268211b1f54af50146b 233807c1ed8bSbradMaintainer: Brad Spencer 233907c1ed8bSbradArchive Site: https://github.com/Sensirion/embedded-sgp 234007c1ed8bSbradHome Page: https://github.com/Sensirion 234107c1ed8bSbradDate: 2021-09-30 234207c1ed8bSbradMailing List: 234307c1ed8bSbradResponsible: brad 234407c1ed8bSbradLicense: BSD (3-clause) 234507c1ed8bSbradLocation: sys/dev/i2c/sensirion_voc_algorithm.c sys/dev/i2c/sensirion_voc_algorithm.h 234607c1ed8bSbradNotes: 23478d7f6981Suwe 23488d7f6981SuwePackage: Terminus Font 23498d7f6981SuweVersion: 4.49.1 23508d7f6981SuweCurrent Vers: 4.49.1 23518d7f6981SuweMaintainer: Dimitar Toshkov Zhekov 23528d7f6981SuweArchive Site: http://terminus-font.sourceforge.net/ 23538d7f6981SuweHome Page: http://terminus-font.sourceforge.net/ 23548d7f6981SuweDate: 2020-12-28 23558d7f6981SuweMailing List: 23568d7f6981SuweResponsible: 23578d7f6981SuweLicense: OFL-1.1-RFN 23588d7f6981SuweLocation: share/wscons/fonts 23598d7f6981SuweNotes: 23608d7f6981SuweSuitably encoded BDF files are prepared from the Unicode encoded 23618d7f6981Suwemasters using upstream build scripts. BDF files are converted to the 23628d7f6981SuweWSF files with xsrc/local/programs/bdfload. File names for the 23638d7f6981Suwere-encoded subsets follow the convention used by the upstream. 2364a6c96c3aSfcambus 2365a6c96c3aSfcambusPackage: Spleen 2366a6c96c3aSfcambusVersion: 1.9.1 2367a6c96c3aSfcambusCurrent Vers: 1.9.1 2368a6c96c3aSfcambusMaintainer: Frederic Cambus 2369a6c96c3aSfcambusArchive Site: https://github.com/fcambus/spleen 2370a6c96c3aSfcambusHome Page: https://github.com/fcambus/spleen 2371a6c96c3aSfcambusDate: 2021-06-13 2372a6c96c3aSfcambusMailing List: 2373a6c96c3aSfcambusResponsible: fcambus 2374a6c96c3aSfcambusLicense: BSD (2-clause) 2375a6c96c3aSfcambusLocation: share/wscons/fonts 2376a6c96c3aSfcambusNotes: 2377476eae44Sriastradh 2378544be713SwizPackage: mozilla-certdata 2379544be713SwizVersion: 2024-08-23 (872bd5fefe12bc48a9c65e9ea7f189df243d835a) 2380544be713SwizCurrent Vers: 2024-11-15 (5751b6bae365bbb7590c8f6afb62712ff6baed8a) 2381544be713SwizMaintainer: Mozilla 2382544be713SwizArchive Site: https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt 2383544be713SwizHome Page: https://wiki.mozilla.org/CA 2384544be713SwizDate: 2024-11-27 2385544be713SwizMailing List: 2386544be713SwizLicense: MPL 2387544be713SwizResponsible: riastradh, security-team 2388544be713SwizLocation: external/mpl/mozilla-certdata 2389544be713SwizVendor tag: MOZILLA-CERTDATA 2390544be713SwizRelease tag: mozilla-certdata-YYYYMMDD 2391544be713SwizNotes: 2392544be713SwizSee external/mpl/mozilla-certdata/share/Makefile for update 2393544be713Swizinstructions. 2394544be713Swiz 239568dab8b9SchristosPackage: userspace-rcu 239668dab8b9SchristosVersion: 0.15.0 239768dab8b9SchristosCurrent Vers: 0.15.0 239868dab8b9SchristosMaintainer: lttng 239968dab8b9SchristosArchive Site: git://git.liburcu.org/userspace-rcu.git 240068dab8b9SchristosHome Page: https://liburcu.org/ 240168dab8b9SchristosDate: 2025-01-15 240268dab8b9SchristosMailing List: lttng-dev@lists.lttng.org. 240368dab8b9SchristosLicense: LGPL2 240468dab8b9SchristosResponsible: christos 240568dab8b9SchristosLocation: external/lgpl2/userspace-rcu 240668dab8b9SchristosVendor tag: URCU 240768dab8b9SchristosRelease tag: liburcu- 2408476eae44SriastradhNotes: 2409