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