FreeBSD/src ee81cd1sys/dev/dpaa qman.c qman_portals.c

dpaa/qman: Fix various pool allocation bugs

* Set qman_channel_base after determining if QMan is v3, otherwise this
  global stays at 0x21, which messes up the shift in
  qman_portal_static_dequeue_channel().
* Fix the base shift in qman_portal_static_dequeue_channel(), there are
  only 15 channels available, not 16, so starting at a shift of 15
  yields shifting into the portal-specific channel.
* Correct vmem pool names for QMan resource pools.
DeltaFile
+3-4sys/dev/dpaa/qman_portals.c
+3-3sys/dev/dpaa/qman.c
+6-72 files

FreeBSD/src 1d445aesys/dev/dpaa dpaa_eth.c

dpaa/eth: fast-path single-page TX frame build

The TX SG-build loop in dpaa_eth_if_start_locked() walked page
boundaries with PAGE_MASK arithmetic even for buffers that lived
entirely within one page -- the common case, since MCLBYTES
is smaller than PAGE_SIZE.  Add a fast path that emits a single SGT
entry for wholly-in-one-page segments and skips the inner while
entirely.

Fix the following bugs while we're here:

1. "if (m->m_len == 0) continue;" in the outer loop never
   advanced m -- any zero-length mbuf hung the TX path in an
   infinite loop.  Fix this by switching to a for loop, with the
   advancement in the post-clause.

2. In the inner (page-splitting) loop, the cap
   "if (m->m_len < ssize) ssize = m->m_len;" compared against
   the mbuf's original length, not the remaining bytes.  A single mbuf

    [11 lines not shown]
DeltaFile
+42-15sys/dev/dpaa/dpaa_eth.c
+42-151 files

FreeBSD/ports b9863a8deskutils/qownnotes Makefile distinfo

deskutils/qownnotes: update QOwnNotes to version 26.8.6.
DeltaFile
+3-3deskutils/qownnotes/distinfo
+1-1deskutils/qownnotes/Makefile
+4-42 files

FreeBSD/ports e446d1edns/dnsviz distinfo Makefile

dns/dnsviz: update 0.9.4 -> 0.11.1, pet repology

Changes:        https://github.com/dnsviz/dnsviz/releases
DeltaFile
+5-6dns/dnsviz/Makefile
+3-3dns/dnsviz/distinfo
+8-92 files

FreeBSD/ports 46196cbdevel/protobuf-java Makefile distinfo

devel/protobuf-java: Update 4.34.1 => 4.36.0

Changelogs:
https://github.com/protocolbuffers/protobuf/releases/tag/v34.2
https://github.com/protocolbuffers/protobuf/releases/tag/v35.0
https://github.com/protocolbuffers/protobuf/releases/tag/v35.1
https://github.com/protocolbuffers/protobuf/releases/tag/v36.0

PR:             297699
Sponsored by:   UNIS Labs
DeltaFile
+3-3devel/protobuf-java/distinfo
+1-1devel/protobuf-java/Makefile
+4-42 files

FreeBSD/ports e9b1a58devel/py-archinfo Makefile distinfo

devel/py-archinfo: Update 9.3.0 => 9.3.3

Commit log:
https://github.com/angr/archinfo/compare/v9.3.0...v9.3.3

PR:             297706
Sponsored by:   UNIS Labs
DeltaFile
+3-3devel/py-archinfo/distinfo
+1-1devel/py-archinfo/Makefile
+4-42 files

OpenBSD/ports bp3YPv4comms Makefile

   +openfpgaloader
VersionDeltaFile
1.100+1-0comms/Makefile
+1-01 files

OpenBSD/ports Yp9AyTUcomms/openfpgaloader Makefile distinfo, comms/openfpgaloader/pkg DESCR README

   Initial revision
VersionDeltaFile
1.1+116-0comms/openfpgaloader/pkg/PLIST
1.1+73-0comms/openfpgaloader/pkg/README
1.1+28-0comms/openfpgaloader/Makefile
1.1+3-0comms/openfpgaloader/pkg/DESCR
1.1+2-0comms/openfpgaloader/distinfo
1.1.1.1+0-0comms/openfpgaloader/Makefile
+222-04 files not shown
+222-010 files

FreeBSD/ports ba87e7bgraphics/opennurbs Makefile distinfo

graphics/opennurbs: Update to v8.34.26223.11001
DeltaFile
+3-3graphics/opennurbs/distinfo
+1-1graphics/opennurbs/Makefile
+4-42 files

NetBSD/pkgsrc y6FJlsYaudio/sptui Makefile, audio/ymuse Makefile

   Revbump all Go packages after go126 update
VersionDeltaFile
1.30+2-2chat/neonmodem/Makefile
1.93+2-2chat/matterircd/Makefile
1.64+2-2chat/gomuks/Makefile
1.105+2-2chat/coyim/Makefile
1.51+2-2audio/ymuse/Makefile
1.27+2-2audio/sptui/Makefile
+12-12205 files not shown
+422-410211 files

NetBSD/pkgsrc H7h0hk0doc CHANGES-2026

   doc: Updated lang/go126 to 1.26.7
VersionDeltaFile
1.5454+3-1doc/CHANGES-2026
+3-11 files

OpenBSD/ports S7OM3akcad Makefile

   +nextpnr
VersionDeltaFile
1.60+1-0cad/Makefile
+1-01 files

FreeBSD/ports aea30badevel/py-pipdeptree Makefile distinfo

devel/py-pipdeptree: Update version 3.1.0=>3.1.1

Changelog: https://github.com/tox-dev/pipdeptree/releases/tag/3.1.1
DeltaFile
+3-3devel/py-pipdeptree/distinfo
+1-1devel/py-pipdeptree/Makefile
+4-42 files

FreeBSD/ports d458740devel/py-pytest-env Makefile distinfo

devel/py-pytest-env: Update version 1.1.2=>1.1.3

Changelog: https://github.com/pytest-dev/pytest-env/releases/tag/1.1.3
DeltaFile
+3-3devel/py-pytest-env/distinfo
+1-1devel/py-pytest-env/Makefile
+4-42 files

FreeBSD/ports b750689security/kanidm Makefile Makefile.crates, security/kanidm/files kanidmd.in kanidm-server-newsyslog.in

security/kanidm: Update version 1.10.4=>1.10.5

- Fix logging on log rotation via SIGHUP
- Add newsyslog configuration

Changelog: https://github.com/kanidm/kanidm/releases/tag/v1.10.5
See: https://github.com/kanidm/kanidm/issues/4426
DeltaFile
+277-271security/kanidm/distinfo
+137-134security/kanidm/Makefile.crates
+6-2security/kanidm/Makefile
+8-0security/kanidm/files/kanidm-client-newsyslog.in
+7-0security/kanidm/files/kanidm-server-newsyslog.in
+1-1security/kanidm/files/kanidmd.in
+436-4084 files not shown
+440-41010 files

FreeBSD/ports 0c3790cdevel/py-tox Makefile distinfo

devel/py-tox: Update version 4.38.0=>4.39.0

Changelog: https://github.com/tox-dev/tox/releases/tag/4.39.0
DeltaFile
+3-3devel/py-tox/distinfo
+1-1devel/py-tox/Makefile
+4-42 files

FreeBSD/ports 1b1d930devel/py-crc32c Makefile distinfo

devel/py-crc32c: Update version 2.8=>2.9

Changelog: https://github.com/ICRAR/crc32c/releases/tag/v2.9
DeltaFile
+3-3devel/py-crc32c/distinfo
+2-2devel/py-crc32c/Makefile
+5-52 files

FreeBSD/ports cbcd991textproc/redisearch2 Makefile distinfo

textproc/redisearch2: Update version 2.10.10=>2.10.11

Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.10.11
DeltaFile
+5-5textproc/redisearch2/distinfo
+2-2textproc/redisearch2/Makefile
+7-72 files

FreeBSD/ports c48bfb6textproc/redisearch28 Makefile distinfo

textproc/redisearch28: Update version 2.8.10=>2.8.11

Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.8.11
DeltaFile
+3-3textproc/redisearch28/distinfo
+1-1textproc/redisearch28/Makefile
+4-42 files

FreeBSD/ports 281ff3btextproc/redisearch24 Makefile distinfo

textproc/redisearch24: Update version 2.4.11=>2.4.12

Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.4.12
DeltaFile
+3-3textproc/redisearch24/distinfo
+1-1textproc/redisearch24/Makefile
+4-42 files

FreeBSD/ports 94a7538textproc/redisearch26 Makefile distinfo

textproc/redisearch26: Update version 2.6.11=>2.6.12

Changelog: https://github.com/RediSearch/RediSearch/releases/tag/v2.6.12
DeltaFile
+5-5textproc/redisearch26/distinfo
+2-2textproc/redisearch26/Makefile
+7-72 files

FreeBSD/ports 920d954databases/redis distinfo Makefile, databases/redis/files patch-redis.conf

databases/redis: Update version 8.10.0=>8.10.1

- Fix config [1]
- Fix modules DEPENDS [2]

Changelog: https://github.com/redis/redis/releases/tag/8.10.1

PR:              297636 [1], 297680 [2]
DeltaFile
+16-1databases/redis/files/patch-redis.conf
+4-4databases/redis/Makefile
+3-3databases/redis/distinfo
+23-83 files

FreeBSD/ports a2c4b4edatabases/redis84 Makefile distinfo

databases/redis84: Update version 8.4.5=>8.4.6

Changelog: https://github.com/redis/redis/releases/tag/8.4.6
DeltaFile
+3-3databases/redis84/distinfo
+1-1databases/redis84/Makefile
+4-42 files

FreeBSD/ports 21051c3databases/redis88 Makefile distinfo

databases/redis88: Update version 8.8.1=>8.8.2

Changelog: https://github.com/redis/redis/releases/tag/8.8.2
DeltaFile
+3-3databases/redis88/distinfo
+1-1databases/redis88/Makefile
+4-42 files

FreeBSD/ports 2e16e69databases/redis86 Makefile distinfo

databases/redis86: Update version 8.6.5=>8.6.6

Changelog: https://github.com/redis/redis/releases/tag/8.6.6
DeltaFile
+3-3databases/redis86/distinfo
+1-1databases/redis86/Makefile
+4-42 files

FreeBSD/ports 2ae3ec0databases/redis72 Makefile distinfo

databases/redis72: Update version 7.2.15=>7.2.16

Changelog: https://github.com/redis/redis/releases/tag/7.2.16
DeltaFile
+3-3databases/redis72/distinfo
+1-1databases/redis72/Makefile
+4-42 files

FreeBSD/ports 245a8bbdatabases/redis82 Makefile distinfo

databases/redis82: Update version 8.2.8=>8.2.9

Changelog: https://github.com/redis/redis/releases/tag/8.2.9
DeltaFile
+3-3databases/redis82/distinfo
+1-1databases/redis82/Makefile
+4-42 files

FreeBSD/ports f8fc136databases/redis80 Makefile

databases/redis80: Mark DEPRECATED

- Upstream version reaches EOL
- Use databases/redis82
- Set EXPIRATION_DATE 2026-12-01

See: https://redis.io/docs/latest/operate/oss_and_stack/install/version-mgmt/
DeltaFile
+4-0databases/redis80/Makefile
+4-01 files

FreeBSD/ports 995711cdatabases/redis74 Makefile distinfo

databases/redis74: Update version 7.4.10=>7.4.11

Changelog: https://github.com/redis/redis/releases/tag/7.4.11
DeltaFile
+3-3databases/redis74/distinfo
+1-1databases/redis74/Makefile
+4-42 files

FreeBSD/ports c644e38databases/clickhouse Makefile Makefile.submodules

databases/clickhouse: Update version 26.3.17.110=>26.3.18.32

Changelog: https://github.com/ClickHouse/ClickHouse/releases/tag/v26.3.18.32-lts
DeltaFile
+15-13databases/clickhouse/distinfo
+6-5databases/clickhouse/Makefile.submodules
+1-1databases/clickhouse/Makefile
+22-193 files