FreeBSD/ports 7a8971cdatabases/py-harlequin Makefile distinfo

databases/py-harlequin: Update to 2.8.1

ChangeLog:      https://github.com/tconbeer/harlequin/releases/tag/v2.8.1
Reported by:    Ted Conbeer <notifications at github.com>
DeltaFile
+3-3databases/py-harlequin/distinfo
+1-1databases/py-harlequin/Makefile
+4-42 files

FreeBSD/ports 401efeenet-im/mautrix-whatsapp Makefile distinfo

net-im/mautrix-whatsapp: Update to 0.2607.0

Changelog: https://github.com/mautrix/whatsapp/blob/v0.2607.0/CHANGELOG.md

- Added support for the extra passkey authentication step when logging in.
- Added support for newer versions of poll messages from WhatsApp.
- Fixed poll votes in DMs.

PR:             296902
Reported by:    Jordan Ostreff <jordan at ostreff.info>
Approved by:    Julian Weigt <juw at posteo.de> (maintainer, timeout >3 weeks)
DeltaFile
+5-5net-im/mautrix-whatsapp/distinfo
+1-2net-im/mautrix-whatsapp/Makefile
+6-72 files

LLVM/project 4fd1c1dmlir/test/Dialect/Bufferization/Transforms static-memory-planner-analysis.mlir

[mlir][bufferization] Add scf.for test cases to static memory planner (#215221)

Extends test coverage from #213634 to document how the static memory
planner handles scf.for patterns.

Four new tests (15–18):

- Test 15: alloc nested inside an scf.for body is skipped , same rule as
test 13 for scf.if, only entry-block allocs get planned.
- Test 16: entry-block alloc passed as an iter_arg, freed and replaced
each iteration. Skipped because the iter_arg dealloc also potentially
frees the per-iteration nested alloc, which the arena doesn't own.
- Test 17: entry-block alloc as iter_arg, fresh buffer yielded each
iteration without freeing the previous one (potential memory leak).
Skipped for the same reason as test 16.
- Test 18: entry-block alloc freed directly inside the loop body, fresh
buffer allocated and yielded each iteration (potential double-free /
memory leak). Skipped for the same reason.


    [3 lines not shown]
DeltaFile
+88-1mlir/test/Dialect/Bufferization/Transforms/static-memory-planner-analysis.mlir
+88-11 files

OPNSense/core ee9156dsrc/opnsense/mvc/app/models/OPNsense/Base/FieldTypes PortField.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes PortFieldTest.php

mvc: PortField: add test for normalizedPort() and annotate problem
DeltaFile
+20-1src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes/PortFieldTest.php
+7-4src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/PortField.php
+27-52 files

LLVM/project 82f1bc6mlir/include/mlir/Dialect/Linalg/IR LinalgStructuredOps.td

[mlir][linalg] Update linalg.generic doc example (#216249)

the linalg.generic example contained deprecated notations and would not
parse
DeltaFile
+18-20mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOps.td
+18-201 files

LLVM/project 6f406b7llvm/include/llvm/CodeGen ISDOpcodes.h, llvm/lib/Target/X86 X86ISelLowering.cpp

[X86] Prefer SIMD min/max/abs for scalars when staying in XMM domain (#210654)

For memory-bound scalar `smin`/`smax`/`umin`/`umax`/`abs` of
`i16`/`i32`/`i64` loads whose result is stored, prefer SSE `PMIN`/`PMAX`/`PABS` over
`cmp`+`cmov` / `neg`+`cmov`, matching GCC on cases like `sort2` and
scalar abs-to-memory.

Fixes #210569
DeltaFile
+1,725-0llvm/test/CodeGen/X86/scalar-minmax-simd.ll
+89-0llvm/lib/Target/X86/X86ISelLowering.cpp
+6-0llvm/include/llvm/CodeGen/ISDOpcodes.h
+1,820-03 files

OPNSense/plugins 0718f3bwww/caddy/src/opnsense/service/templates/OPNsense/Caddy/Config Caddyfile

www/caddy: Use helpers.getUUID instead of custom solution to the same problem
DeltaFile
+6-6www/caddy/src/opnsense/service/templates/OPNsense/Caddy/Config/Caddyfile
+6-61 files

FreeBSD/doc b23c17ddocumentation/content/en/books/handbook introduction.adoc, shared releases.adoc

14.5-R: Revert previous commit until the 14.5-R release
DeltaFile
+6-14shared/releases.adoc
+1-1documentation/content/en/books/handbook/introduction.adoc
+7-152 files

FreeBSD/doc ab0db63documentation/content/en/books/handbook introduction.adoc, shared releases.adoc

14.5-R: Temporary version bump for 14.5-R
DeltaFile
+14-6shared/releases.adoc
+1-1documentation/content/en/books/handbook/introduction.adoc
+15-72 files

FreeBSD/src d0f0a3blibexec/rc rc.subr

etc/rc.subr: svcj - use the filename for services

We have ports and basesystem services, where the internal name and the
filename differ. While the documentation recommends to keep them in
sync, the reality is different. For service jails use the basename of
the service filename.
Fixes:          2efbd48 rc: add service jails framework
Suggested by:   joneum
MFC after:      1 week
MFC to:         stable/15
DeltaFile
+6-6libexec/rc/rc.subr
+6-61 files

NetBSD/pkgsrc jH44nbhwww/py-zensical PLIST Makefile

   py-zensical: updated to 0.0.54

   0.0.54

   This version reduces peak memory usage by 8–10x, making builds of large
   documentation projects substantially more efficient. It also improves reference
   validation by preventing false positives for links successfully resolved
   through autorefs.

   Additionally, the user interface is updated to v0.0.25, fixing instant
   navigation for inline scripts and version aliases created with mike. This
   release also corrects mike configuration defaults and updates webbrowser to
   address a security vulnerability.
VersionDeltaFile
1.8+16-13www/py-zensical/distinfo
1.6+4-3www/py-zensical/cargo-depends.mk
1.6+2-2www/py-zensical/PLIST
1.9+2-2www/py-zensical/Makefile
+24-204 files

FreeBSD/ports 5d6d5a6net Makefile

net/dot1ag-utils: Connect to ports/net/Makefile. Slipped.

Approved by:    pi (post-facto)
DeltaFile
+1-0net/Makefile
+1-01 files

NetBSD/pkgsrc BLXGBMLtextproc/py-pyphen distinfo Makefile

   py-pyphen: updated to 0.18.0

   0.18.0

   Update Spanish, Hungarian, Lithuanian and Danish dictionaries.
   Keep README files updated with dictionaries.
   Include __init__ method in Pyphen API documentation.
   Support Python 3.14, drop Python 3.9 support.
VersionDeltaFile
1.22+2-7textproc/py-pyphen/Makefile
1.19+4-4textproc/py-pyphen/distinfo
+6-112 files

FreeBSD/src 84d8d28libexec/rc/rc.d bgfsck

rc.d/bgfsck: use the correct variable name

The name of the script and the name used internally for rc.conf differ,
as such the hardcoded disabling of service jails for the didn't work.
Fix by using the correct name.
Fixes:          f99f0ee14e3af rc.d: add a service jails config to all base system services
DeltaFile
+1-1libexec/rc/rc.d/bgfsck
+1-11 files

NetBSD/pkgsrc ZHNlMJwdoc TODO

   doc/TODO: + intercal-0.35.
VersionDeltaFile
1.27745+2-2doc/TODO
+2-21 files

OPNSense/core 3eeec54src/etc bogonsv6.sample

firewall: remove 2a10::/12 from bogonsv6.sample since it was de-bogonized in 2020 (#10617)

Spent some time troubleshooting why incoming traffic was being blocked by
the bogon rules after upgrade of OPNsense, and found that the system was
using the list from bogonsv6.sample which contains entries that are no longer
bogons.

2a10::/12 started being used for real network in 2020:

https://www.ripe.net/about-us/news/de-bogonising-2a10-12/
DeltaFile
+0-1src/etc/bogonsv6.sample
+0-11 files

OPNSense/core 7268bc3src/etc/inc filter.inc filter.lib.inc, src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes PortField.php

Check all items are numeric before apply range to dnat automatic firewall rule (#10712)

* Check all items are numeric before apply range to dnat automatic firewall rule

* Resolve well known ports to allow dnat ranges to target them

* Normalize all dnat ports in pf filters

* Use ->getValue() in PortField::normalizedPort

* Apply suggestion from @AdSchellevis

---------

Co-authored-by: Ad Schellevis <AdSchellevis at users.noreply.github.com>
DeltaFile
+13-0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/PortField.php
+4-3src/etc/inc/filter.lib.inc
+3-1src/etc/inc/filter.inc
+20-43 files

NetBSD/pkgsrc LRbh9EMdoc CHANGES-2026

   Updated devel/libgit2, devel/py-ruff
VersionDeltaFile
1.5263+3-1doc/CHANGES-2026
+3-11 files

FreeBSD/ports a57c52ctextproc/py-textual-fastdatatable Makefile distinfo

textproc/py-textual-fastdatatable: Update to 0.17.1

ChangeLog:      https://github.com/tconbeer/textual-fastdatatable/releases/tag/v0.17.1
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+3-3textproc/py-textual-fastdatatable/distinfo
+1-1textproc/py-textual-fastdatatable/Makefile
+4-42 files

OPNSense/core 3d73521src/opnsense/mvc/app/views/layouts default.volt, src/opnsense/www/css opnsense-favorites.css

menu: fix Favorites star rendering
DeltaFile
+4-10src/opnsense/www/css/opnsense-favorites.css
+1-4src/www/fbegin.inc
+1-4src/opnsense/mvc/app/views/layouts/default.volt
+6-183 files

OpenBSD/ports eizTuuodevel/go-tools Makefile modules.inc

   update to go-tools-0.49.0
VersionDeltaFile
1.19+36-36devel/go-tools/distinfo
1.9+9-9devel/go-tools/modules.inc
1.36+1-1devel/go-tools/Makefile
+46-463 files

NetBSD/pkgsrc NFvKnYedevel/py-ruff Makefile cargo-depends.mk

   py-ruff: updated to 0.16.3

   0.16.3

   Preview features

   [pylint] Fix false negatives on negative numbers (PLR6104)
   [pyupgrade] Add rule to replace while 1 with while True (UP048)

   Bug fixes

   [flake8-bandit] Also check keyword arguments (S602, S603, S607, S609)
   [pylint] Allow continue in finally on Python 3.8
   [pylint] Fix PLE1307 false positive with bools
   [pylint] Fix false positives and negatives with %b format character (PLE1300, PLE1307)
   [pylint] Improve handling of concatenated strings (PLE1300)

   Rule changes


    [21 lines not shown]
VersionDeltaFile
1.117+25-25devel/py-ruff/distinfo
1.111+7-7devel/py-ruff/cargo-depends.mk
1.120+2-2devel/py-ruff/Makefile
+34-343 files

FreeBSD/ports 5191e54sysutils/packer distinfo Makefile

sysutils/packer: Update 1.10.1 => 1.16.0

Port changes:
- Define LICENSE=BSL11 (custom) to satisfy check-sanity.
- Pet portlint (use tab instead of spaces).
- Use DISTVERSION instead of PORTVERSION.

Changelog:
https://github.com/hashicorp/packer/blob/v1.16.0/CHANGELOG.md

PR:             297515
Reported by:    Brad Ackerman <brad at facefault.org> (maintainer)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+5-5sysutils/packer/distinfo
+5-5sysutils/packer/Makefile
+10-102 files

OPNSense/core 8fc85c9src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes PortField.php

firewall: add missing TLS ports to well-known ports (#10672) (#10672)
DeltaFile
+4-0src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes/PortField.php
+4-01 files

OpenBSD/ports sk89GuQprint/splix distinfo Makefile

   Update to splix-2.0.2.
VersionDeltaFile
1.29+5-4print/splix/Makefile
1.6+2-2print/splix/distinfo
+7-62 files

NetBSD/pkgsrc 09TZ3G7devel/libgit2 Makefile distinfo

   libgit2: updated to 1.9.7

   v1.9.7

   This is an security release with one change.

   * Escape remote repository paths in libssh2

     In v1.9.2, we started escaping repository paths in the OpenSSH-based
     exec ssh transport. Bring the same escaping to the libssh2 transport
     to avoid any potential command injection.
VersionDeltaFile
1.49+4-4devel/libgit2/distinfo
1.103+2-2devel/libgit2/Makefile
+6-62 files

OpenBSD/src GUz4KeOsys/dev/pci if_em_hw.h if_em_hw.c

   disable dynamic power gating on Panther Lake and later

   described in Intel changes as known to cause hangs

   tested on 0x57b3 / E1000_DEV_ID_PCH_PTP_I219_LM25

   partly from Intel's DPDK driver
   ok jmatthew@
VersionDeltaFile
1.129+10-4sys/dev/pci/if_em_hw.c
1.103+2-1sys/dev/pci/if_em_hw.h
+12-52 files

OpenBSD/ports FupKcO2productivity/libphonenumber Makefile distinfo

   Update to libphonenumber-9.0.37.
VersionDeltaFile
1.94+2-2productivity/libphonenumber/distinfo
1.105+1-1productivity/libphonenumber/Makefile
+3-32 files

OpenBSD/ports Xi2M3rqsysutils/terragrunt Makefile modules.inc

   Update to terragrunt-1.1.3.
VersionDeltaFile
1.398+112-116sysutils/terragrunt/distinfo
1.115+31-33sysutils/terragrunt/modules.inc
1.405+1-1sysutils/terragrunt/Makefile
+144-1503 files

OpenBSD/ports yNF6AS1sysutils/cloud-sql-proxy Makefile distinfo

   Update to cloud-sql-proxy-2.25.2.
VersionDeltaFile
1.50+2-2sysutils/cloud-sql-proxy/distinfo
1.52+1-1sysutils/cloud-sql-proxy/Makefile
+3-32 files