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

LLVM/project f007053llvm/include/llvm/Transforms/Vectorize LoopVectorize.h, llvm/lib/Transforms/Vectorize LoopVectorize.cpp

[LoopVectorize] Clear stale CycleAnalysis after vectorizing a loop (#215237)

After a6af12620778, LoopVectorizePass crashes when processing functions
with multiple loops. After vectorizing a loop, locks may be deleted, but
the cached CycleAnalysis still holds pointers to those blocks. If BFI is
later requested for a subsequent loop, it uses the stale CycleInfo and
crashes. Clear the cached CycleAnalysis after each loop vectorization so
that BlockFrequencyAnalysis recomputes it fresh if needed.

Fixes #215236

---------

Co-authored-by: Florian Hahn <flo at fhahn.com>
DeltaFile
+121-0llvm/test/Transforms/LoopVectorize/bfi-stale-crash.ll
+9-0llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+1-0llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
+131-03 files

LLVM/project 02da539llvm/include/llvm/CodeGen MachineRegisterInfo.h, llvm/lib/CodeGen ModuloSchedule.cpp MachinePipeliner.cpp

CodeGen: Add getDefBlock helper (#216182)

A reasonable number of places check getVRegDef just to
return the parent block, so introduce a helper for it.

Co-authored-by: Claude (Claude-Opus-4.8) <noreply at anthropic.com>
DeltaFile
+4-5llvm/lib/Target/AMDGPU/SIOptimizeVGPRLiveRange.cpp
+3-4llvm/lib/CodeGen/LiveVariables.cpp
+7-0llvm/include/llvm/CodeGen/MachineRegisterInfo.h
+2-2llvm/lib/Target/Hexagon/HexagonHardwareLoops.cpp
+2-2llvm/lib/CodeGen/MachinePipeliner.cpp
+1-2llvm/lib/CodeGen/ModuloSchedule.cpp
+19-154 files not shown
+23-1910 files

OpenBSD/ports DfhzpPtwww/epiphany Makefile distinfo

   Update to epiphany-50.6.
VersionDeltaFile
1.128+2-2www/epiphany/distinfo
1.257+1-1www/epiphany/Makefile
+3-32 files

OpenBSD/ports nhqmv7wdevel/libgit2/libgit2 Makefile, devel/libgit2/libgit2/patches patch-src_libgit2_transports_ssh_libssh2_c patch-src_libgit2_transports_ssh_libssh2_c

   Merge security fix for:
   CVE-2026-5917: Escape repo path in gen_proto()
VersionDeltaFile
1.1.2.1+17-0devel/libgit2/libgit2/patches/patch-src_libgit2_transports_ssh_libssh2_c
1.76.2.1+1-0devel/libgit2/libgit2/Makefile
1.1+0-0devel/libgit2/libgit2/patches/patch-src_libgit2_transports_ssh_libssh2_c
+18-03 files

NetBSD/pkgsrc NT9PrCMdoc CHANGES-2026

   doc: Updated www/resterm to 1.0.0
VersionDeltaFile
1.5262+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc mY3CehBwww/resterm go-modules.mk Makefile

   resterm: Update to 1.0.0

   Changelog
   Within the 1.x line:
   * Request file directives keep their names, arguments and meaning.
   * Existing CLI flags keep their meaning.
   * Headless output keeps its JSON field names, JUnit structure and exit codes.
   * Configuration keys (bindings, themes, settings) keep working.
   * The headless Go package keeps its exported API.
   * RestermScript keeps its syntax, builtins and host objects.

   More information: https://github.com/unkn0wn-root/resterm/releases/tag/v1.0.0
VersionDeltaFile
1.26+3-3www/resterm/distinfo
1.28+2-2www/resterm/Makefile
1.17+0-0www/resterm/go-modules.mk
+5-53 files

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

   change K1 exit timeout on Meteor Lake and later

   without this my Panther Lake machine could not receive non-broadcast packets

   tested on 0x57b3 / E1000_DEV_ID_PCH_PTP_I219_LM25 and
   0x550b / E1000_DEV_ID_PCH_MTP_I219_V18

   partly from Intel's DPDK driver
   ok jmatthew@
VersionDeltaFile
1.128+35-1sys/dev/pci/if_em_hw.c
1.102+9-1sys/dev/pci/if_em_hw.h
+44-22 files