NetBSD/pkgsrc 8EBtjiSgraphics/R-interp/files Makevars

   (graphics/R-interp) Missing file added
VersionDeltaFile
1.1+1-0graphics/R-interp/files/Makevars
+1-01 files

NetBSD/pkgsrc NeFOgoldoc CHANGES-2026

   Updated net/ndpi, net/ntopng
VersionDeltaFile
1.3692+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc GbgsUsEdatabases/clickhouse-cpp buildlink3.mk, net/ntopng Makefile

   fix clickhouse-cpp buildlink
VersionDeltaFile
1.2+2-2databases/clickhouse-cpp/buildlink3.mk
1.89+2-2net/ntopng/Makefile
+4-42 files

NetBSD/pkgsrc tXkfVz9net/ntopng PLIST Makefile, net/ntopng/patches patch-Makefile.in

   ntopng: updated to 6.6

   6.6

   Breakthroughs

   New Autonomous Systems Dashboards, Sankeys, and comprehensive AS statistics
   Enhanced flow exporters and probes statistics with dedicated pages
   Improved SNMP devices polling
   Major flow collection code rework and optimizations
   Native support for ClickHouse Cloud with SSL connections
   Direct flows dump mode for real-time ClickHouse export

   Improvements

   Add comprehensive AS ranking detection and alerting with configurable thresholds
   Implement ASN traffic rules for better AS-level traffic management
   Enhance ASN live flow aggregation
   Add conditional ASN aggregation type based on ASN mode

    [37 lines not shown]
VersionDeltaFile
1.12+72-19net/ntopng/PLIST
1.11+20-40net/ntopng/patches/patch-Makefile.in
1.88+13-6net/ntopng/Makefile
1.19+8-7net/ntopng/distinfo
+113-724 files

NetBSD/pkgsrc Cl6pll0textproc/R-readxl Makefile distinfo, textproc/R-readxl/patches patch-src_Makevars

   (textproc/R-readxl) fix build against R-4.6.0
VersionDeltaFile
1.1+23-0textproc/R-readxl/patches/patch-src_Makevars
1.3+13-1textproc/R-readxl/Makefile
1.4+2-1textproc/R-readxl/distinfo
+38-23 files

NetBSD/pkgsrc KsKSj3Lnet/ndpi distinfo PLIST, net/ndpi/patches patch-src_lib_Makefile.in patch-configure.ac

   ndpi: updated to 5.0

   5.0

   Major Changes

   Create a new nDPI fingerprint, combining TCP fingerprint, JA4 fingepriint and TLS SHA1 certificate (or JA3S if SHA1 is missing). See: https://www.ntop.org/beyond-ja3-ja4-introducing-ndpi-traffic-fingerprint/
   Add detection of (TLS/QUIC/HTTP) flows whose hostname was not previously resolved via DNS. See: https://www.ntop.org/when-snis-cannot-be-trusted/
   Add support for an unlimited number of (custom) protocols.
   Extend custom rules (see https://github.com/ntop/nDPI/blob/dev/example/protos.txt for some examples):
   match via JA4
   match via nDPI fingerprint
   match via HTTP URL
   support for category and breed in custom rules
VersionDeltaFile
1.9+16-16net/ndpi/patches/patch-src_lib_Makefile.in
1.4+11-11net/ndpi/patches/patch-configure.ac
1.16+6-6net/ndpi/distinfo
1.8+2-2net/ndpi/PLIST
1.16+2-2net/ndpi/Makefile
+37-375 files

NetBSD/pkgsrc BGEdgyXmisc/py-tqdm distinfo Makefile

   py-tqdm: updated to 4.68.2

   4.68.2

   revert accidental change to ascii default
   UnicodeEncodeError: 'charmap' codec can't encode characters in position 6-7: character maps to <undefined> can be fixed by installing tqdm!=4.68.0,!=4.68.1
   misc docs updates
   fix links
   replace stray rst -> md syntax
   consistent "progress bar" terminology
   tests: fix coverage
VersionDeltaFile
1.49+4-4misc/py-tqdm/distinfo
1.57+2-2misc/py-tqdm/Makefile
+6-62 files

NetBSD/pkgsrc ktW4lhfdoc CHANGES-2026

   Updated security/py-asyncssh, textproc/py-pdf, devel/py-jupyter_client, databases/py-lmdb
VersionDeltaFile
1.3691+5-1doc/CHANGES-2026
+5-11 files

NetBSD/pkgsrc uQFOyVodatabases/py-lmdb distinfo Makefile

   py-lmdb: updated to 2.2.1

   2.2.1

   Improvements

   - ``lmdb.aio`` async wrapper methods (on ``AsyncEnvironment``,
       ``AsyncTransaction``, and ``AsyncCursor``) are now real class
       attributes rather than synthesized by ``__getattr__``, making them
       visible to ``dir()``, ``inspect.signature()``, ``help()``, IPython,
       and stubtest. Non-callable attributes still proxy through.

   - Added type stubs for the ``lmdb.aio`` module.

   Fixes

   - Fix a segmentation fault on Linux/aarch64 when an ``Environment`` is
       closed from a different thread than the one holding an active write
       transaction. ``Environment.close()`` now waits for the owning thread

    [18 lines not shown]
VersionDeltaFile
1.11+4-4databases/py-lmdb/distinfo
1.13+2-2databases/py-lmdb/Makefile
1.6+2-1databases/py-lmdb/PLIST
+8-73 files

NetBSD/pkgsrc bHShIPEdevel/py-jupyter_client distinfo Makefile

   py-jupyter_client: updated to 8.9.1

   8.9.1

   Bugs fixed
   - Fix restart with curve encryption enabled
VersionDeltaFile
1.40+4-4devel/py-jupyter_client/distinfo
1.50+2-2devel/py-jupyter_client/Makefile
+6-62 files

NetBSD/pkgsrc Hu5is37textproc/py-pdf distinfo Makefile

   py-pdf: updated to 6.13.1

   6.13.1, 2026-06-08

   Security (SEC)
   - Prevent infinite loops when processing threads/articles
VersionDeltaFile
1.62+4-4textproc/py-pdf/distinfo
1.68+4-2textproc/py-pdf/Makefile
+8-62 files

NetBSD/pkgsrc 8ImvMOesecurity/py-asyncssh distinfo Makefile

   py-asyncssh: updated to 2.23.1

   2.23.1 (6 Jun 2026)

   * Fixed an SCP path traversal issue. Thanks go to Jaden Furtado for
     reporting this issue.

   * Expanded previous fix to block unsafe user substitutions in server
     config. Thanks go to GitHub user cesabici-bit for reporting this
     issue.

   * Fixed default value for reuse_address and reuse_port, matching
     the behaavior of asyncio.create_server(). Thanks go to Alexander
     Shlemin for reporting the inconsistency.
VersionDeltaFile
1.50+4-4security/py-asyncssh/distinfo
1.58+2-2security/py-asyncssh/Makefile
+6-62 files

NetBSD/pkgsrc C5QE7OMgraphics/R-interp Makefile

   (graphics/R-interp) Fix build against R-4.6.0
VersionDeltaFile
1.3+7-1graphics/R-interp/Makefile
+7-11 files

NetBSD/pkgsrc sULJMoRlang/R-cpp11 buildlink3.mk

   (lang/R-cpp11) API/ABI requirement updated
VersionDeltaFile
1.3+3-3lang/R-cpp11/buildlink3.mk
+3-31 files

NetBSD/pkgsrc 0qEcQPEdoc CHANGES-2026

   doc: Updated lang/R-cpp11 to 0.5.5
VersionDeltaFile
1.3690+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc 8RPq1Ralang/R-cpp11 distinfo Makefile

   (lang/R-cpp11) Updated 0.5.1 to 0.5.5

   # cpp11 0.5.5

   * Fixed an issue where `cpp11::stop()` and `cpp11::warning()` calls
     with the same template instantiation could cause a crash on some
     systems (#491, #295).

   * `cpp_source()` now works with multiple `file`s (#492).

   # cpp11 0.5.4

   * Removed non-API usage of `R_NamespaceRegistry`.

   * Fixed a bug with `CPP11_USE_FMT` where the input was not being
     correctly wrapped in `fmt::runtime()`.

   # cpp11 0.5.3


    [13 lines not shown]
VersionDeltaFile
1.11+4-4lang/R-cpp11/distinfo
1.9+2-2lang/R-cpp11/Makefile
+6-62 files

NetBSD/pkgsrc t4LcmgFdoc CHANGES-2026

   Updated databases/clickhouse-cpp, archivers/py-zopfli
VersionDeltaFile
1.3689+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc 5MIDZXSarchivers/py-zopfli distinfo Makefile

   py-zopfli: updated to 0.4.3

   0.4.3
   Add Windows ARM64 wheel to CI build matrix
VersionDeltaFile
1.9+4-4archivers/py-zopfli/distinfo
1.15+2-2archivers/py-zopfli/Makefile
+6-62 files

NetBSD/pkgsrc pU4dNzgdatabases/clickhouse-cpp distinfo Makefile

   clickhouse-cpp: updated to 2.6.2

   2.6.2

   Add experimental Bazel support

   Implement interactive, pull based (BeginSelect and NextBlock) API for selecting data

   Bind the new ColumnBool to Bool columns instead of ColumnUInt8
   NOTE: If you are using CMake, ColumnBool is not enabled by default to avoid breaking existing clients. Use -DCH_MAP_BOOL_TO_UINT8=OFF to bind ColumnBool to ClickHouse Bool columns. In the future, this option will be set to OFF by default and later removed completely.

   Fix parsing of quoted identifiers, e.g. Tuple(`a.b` Int8)

   Add support for named tuples such as Tuple(foo Int8, bar String)

   Allow access to raw data of ColumnArray

   Remove support for nested exceptions


    [5 lines not shown]
VersionDeltaFile
1.2+6-4databases/clickhouse-cpp/distinfo
1.2+2-2databases/clickhouse-cpp/Makefile
1.2+3-1databases/clickhouse-cpp/PLIST
+11-73 files

NetBSD/pkgsrc 6fHgngJdoc CHANGES-2026

   doc: Updated databases/mariadb1011-server to 10.11.18
VersionDeltaFile
1.3688+4-1doc/CHANGES-2026
+4-11 files

NetBSD/pkgsrc 7OhNv0Zdatabases/mariadb1011-client distinfo, databases/mariadb1011-client/patches patch-CMakeLists.txt patch-plugin_auth__socket_CMakeLists.txt

   mariadb1011: Update to 10.6.27

   This update fixes various stability and security issues.

   Verified to build on NetBSD, FreeBSD, macOS, and Linux, with the
   exception of mariadb1011-embedded (quite messy).
VersionDeltaFile
1.22+4-51databases/mariadb1011-embedded/Makefile
1.6+10-9databases/mariadb1011-client/patches/patch-CMakeLists.txt
1.2+8-8databases/mariadb1011-client/patches/patch-plugin_auth__socket_CMakeLists.txt
1.19+6-6databases/mariadb1011-client/distinfo
1.3+5-5databases/mariadb1011-client/patches/patch-scripts_CMakeLists.txt
1.5+3-2databases/mariadb1011-server/PLIST
+36-818 files not shown
+39-8914 files

NetBSD/pkgsrc MNaJq8Pdoc CHANGES-2026

   doc: Updated shells/oh-my-posh to 29.15.0
VersionDeltaFile
1.3687+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc cTxvf1Dshells/oh-my-posh distinfo go-modules.mk

   shells/oh-my-posh: update to 29.15.0

   Bug Fixes

       docs: correct async setting reference and ETag caching note (94f627c)
       docs: resolve markdownlint violations (36d285f)
       mcp: harden endpoint and add discovery file (91e647d)
       mcp: hoist message var and add isError to tool responses (20fc648)
       website: use dangerouslySetInnerHTML for JSON-LD scripts (a43f4bc)

   Features

       dsc: add skipExistingInit (33c72f0), closes #7560
       website: add AI agent discovery files (74d3656)
       website: improve agent readiness meta and MCP CORS (31c53cd)
VersionDeltaFile
1.304+64-64shells/oh-my-posh/distinfo
1.130+20-20shells/oh-my-posh/go-modules.mk
1.335+2-3shells/oh-my-posh/Makefile
+86-873 files

NetBSD/pkgsrc Ot6vyzJx11/editres Makefile

   editres: make sure build finds the correct app-defaults dir.
VersionDeltaFile
1.17+3-1x11/editres/Makefile
+3-11 files

NetBSD/pkgsrc AP8R49Bnet/wget Makefile distinfo, net/wget/patches patch-src_http-ntlm.c

   wget: fix build with nettle-4
VersionDeltaFile
1.1+26-0net/wget/patches/patch-src_http-ntlm.c
1.185+2-2net/wget/Makefile
1.74+2-1net/wget/distinfo
+30-33 files

NetBSD/pkgsrc YAuAhAbdoc CHANGES-2026

   Updated net/yt-dlp, devel/py-xbe
VersionDeltaFile
1.3686+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc Rp8tCKXdevel/py-xbe PLIST Makefile

   py-xbe: updated to 1.0.4

   1.0.4
   Unknown changes
VersionDeltaFile
1.3+6-6devel/py-xbe/PLIST
1.7+6-4devel/py-xbe/Makefile
1.8+4-4devel/py-xbe/distinfo
+16-143 files

NetBSD/pkgsrc qypSdlanet/yt-dlp PLIST distinfo

   yt-dlp: updated to 2026.6.9

   yt-dlp 2026.06.09

   Important changes

   The minimum supported versions of Deno, Node, and Bun have been raised.
   The minimum required version of Deno is now v2.3.0; supported Node versions are v22 and up; Bun support has been deprecated and limited to versions 1.2.11 through 1.3.14.
   Security
   Usage of vulnerable conversions (e.g. %()s) with the --exec option is an all-too-common pitfall. To remedy this, --exec now only allows safe conversions in its command templates.
   Most users can simply replace %(...)s with %(...)q in their --exec argument(s). Numeric conversions are unaffected by this change. Using unsafe conversions with --exec poses a significant security risk. Read more
   [CVE-2026-50019] File Downloader cookie leak with curl
   Impact is limited to users of --downloader curl; cookies are now properly passed to curl so that it respects their scope
   [CVE-2026-50023] Dangerous file type creation via insufficient filename sanitization
   Writing files with the extensions .desktop, .url, or .webloc is now only allowed in the context of --write-link functionality
   [CVE-2026-50574] Arbitrary code execution via manifest downloads with aria2c
   Impact is limited to users of --downloader aria2c
   Support for downloading HLS and DASH formats with aria2c has been removed. Users affected by this change should migrate to use -N for concurrent fragment downloads via the native downloader
VersionDeltaFile
1.60+1-247net/yt-dlp/PLIST
1.84+4-4net/yt-dlp/distinfo
1.91+2-2net/yt-dlp/Makefile
+7-2533 files

NetBSD/pkgsrc MkzRk26doc CHANGES-2026

   Updated net/libtorrent-rasterbar, net/bird
VersionDeltaFile
1.3685+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc kcQk8bznet/bird distinfo Makefile

   bird: updated to 3.3.1

   3.3.1
   Many fixes, several security issues
VersionDeltaFile
1.20+4-4net/bird/distinfo
1.15+2-2net/bird/Makefile
+6-62 files