NetBSD/pkgsrc BbzKxTpdevel/py-anyio distinfo Makefile

   py-anyio: updated to 4.15.1

   4.15.1

   - Implemented a compatibility fix for supporting direct access of ``anyio.*`` submodules
     from the main package even when those submodules were not directly imported first
VersionDeltaFile
1.39+10-11devel/py-anyio/Makefile
1.35+4-4devel/py-anyio/distinfo
+14-152 files

OPNSense/core d6cab82src/opnsense/mvc/app/controllers/OPNsense/IDS/Api SettingsController.php, src/opnsense/mvc/app/controllers/OPNsense/IDS/forms dialogRuleset.xml

suricata: rulesets: description fix (#10848)
DeltaFile
+13-2src/opnsense/www/js/opnsense.js
+0-7src/opnsense/mvc/app/controllers/OPNsense/IDS/Api/SettingsController.php
+3-2src/opnsense/mvc/app/views/layout_partials/form_input_tr.volt
+2-2src/opnsense/mvc/app/controllers/OPNsense/IDS/forms/dialogRuleset.xml
+18-134 files

FreeBSD/ports 2c27585audio/pipewire-spa-oss Makefile distinfo

audio/pipewire-spa-oss: Update to 20260807

Pull Request:   https://github.com/freebsd/freebsd-ports/pull/613
DeltaFile
+3-3audio/pipewire-spa-oss/distinfo
+2-3audio/pipewire-spa-oss/Makefile
+5-62 files

FreeBSD/ports 366ef20games/scid distinfo Makefile, games/scid/files patch-src_tkscid.cpp patch-Makefile.conf

games/scid: Update 4.7.0 => 5.2

While here, switch to DISTVERSION.

Changelog:
https://github.com/benini/scid/blob/github/ChangeLog

Commit log:
https://github.com/benini/scid/compare/v4.7.0...v5.2.202603

PR:             297105
Approved by:    Friedrich Volkmann <bsd at volki.at> (maintainer timeout, 1+ month)
Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+223-66games/scid/pkg-plist
+54-28games/scid/files/patch-Makefile.conf
+0-20games/scid/files/patch-src_tkscid.cpp
+15-4games/scid/Makefile
+3-3games/scid/distinfo
+295-1215 files

FreeBSD/ports 0ee2065www/foreign-cdm Makefile distinfo

www/foreign-cdm: Update to 20260906

Pull Request:   https://github.com/freebsd/freebsd-ports/pull/614
DeltaFile
+3-3www/foreign-cdm/distinfo
+1-2www/foreign-cdm/Makefile
+4-52 files

FreeBSD/ports be3fa7ewww/py-beautifulsoup pkg-descr Makefile, www/py-beautifulsoup4 distinfo pkg-descr

www/beautifulsoup: Convert build to use PEP 517 and rename to PyPI name

* Rename port to PyPI name according to Python policy
* Move build completely to PEP 517
* Take maintainership as agreed with wen

New name: www/beautifulsoup4

PR:             297837
Approved by:    wen (maintainer via mail)
Differential Revision:  https://reviews.freebsd.org/D59143
DeltaFile
+0-51www/py-beautifulsoup/pkg-plist
+0-37www/py-beautifulsoup/Makefile
+28-0www/py-beautifulsoup4/Makefile
+0-10www/py-beautifulsoup/pkg-descr
+10-0www/py-beautifulsoup4/pkg-descr
+3-0www/py-beautifulsoup4/distinfo
+41-983 files not shown
+43-1029 files

FreeBSD/ports 45ea4cfdeskutils/calibre Makefile, finance/beancount Makefile

*/*: Bump consumers of www/beautifulsoup4 after port rename

PR:             297837
Approved by:    wen (maintainer via email)
DeltaFile
+5-5math/py-pandas/Makefile
+3-3print/py-fontbakery/Makefile
+3-3net-mgmt/py-pypowerwall/Makefile
+3-3deskutils/calibre/Makefile
+3-2finance/beancount/Makefile
+2-2x11-toolkits/py-wxpython/Makefile
+19-1877 files not shown
+173-12283 files

NetBSD/pkgsrc IxbojORdoc CHANGES-2026

   Added misc/py-forbiddenfruit, devel/py-blockbuster
VersionDeltaFile
1.5888+3-1doc/CHANGES-2026
+3-11 files

NetBSD/pkgsrc RE9Mahodevel Makefile, devel/py-blockbuster distinfo DESCR

   py-blockbuster: added version 1.5.27

   Blockbuster is a Python package designed to detect and prevent blocking calls
   within an asynchronous event loop. It is particularly useful when executing
   tests to ensure that your asynchronous code does not inadvertently call
   blocking operations, which can lead to performance bottlenecks and
   unpredictable behavior.
VersionDeltaFile
1.1+19-0devel/py-blockbuster/Makefile
1.1+12-0devel/py-blockbuster/PLIST
1.1+5-0devel/py-blockbuster/distinfo
1.1+5-0devel/py-blockbuster/DESCR
1.4687+2-1devel/Makefile
+43-15 files

NetBSD/pkgsrc QDzoWoEmisc Makefile

   py-forbiddenfruit: added version 0.1.4
VersionDeltaFile
1.687+2-1misc/Makefile
+2-11 files

NetBSD/pkgsrc 2vTEXe3misc/py-forbiddenfruit DESCR distinfo

   py-forbiddenfruit: added version 0.1.4

   This project allows Python code to extend built-in types.
VersionDeltaFile
1.1+18-0misc/py-forbiddenfruit/Makefile
1.1+10-0misc/py-forbiddenfruit/PLIST
1.1+5-0misc/py-forbiddenfruit/distinfo
1.1+1-0misc/py-forbiddenfruit/DESCR
+34-04 files

LLVM/project 5735d17llvm/include/llvm/MC MCTargetOptions.h, llvm/include/llvm/Target TargetOptions.h

MC: Move DisableIntegratedAS from TargetOptions to MCTargetOptions (#221547)

The integrated assembler is only meaningful in MC, so this field belongs
in MCTargetOptions alongside the other assembler options rather than in
the codegen-level TargetOptions.

Co-authored-by: Claude (Claude-Opus-4.8)
DeltaFile
+7-11llvm/include/llvm/Target/TargetOptions.h
+0-7llvm/lib/CodeGen/CommandFlags.cpp
+7-0llvm/lib/MC/MCTargetOptionsCommandFlags.cpp
+3-0llvm/include/llvm/MC/MCTargetOptions.h
+1-1llvm/lib/LTO/LTOCodeGenerator.cpp
+1-1llvm/lib/CodeGen/CodeGenTargetMachineImpl.cpp
+19-204 files not shown
+23-2410 files

FreeBSD/src 88db004usr.bin/whereis whereis.c

whereis(1): Fix style(9)

Reported by:    ngie@
Differential Revision:  https://reviews.freebsd.org/D42156
DeltaFile
+1-1usr.bin/whereis/whereis.c
+1-11 files

FreeBSD/ports 557f66dgraphics/graphviz distinfo Makefile

graphics/graphviz: update to 16.1.0
DeltaFile
+8-8graphics/graphviz/Makefile
+3-3graphics/graphviz/distinfo
+11-112 files

NetBSD/pkgsrc 7IRC8Sblang/openjdk21 distinfo PLIST, lang/openjdk21/patches patch-make_autoconf_flags-cflags.m4 patch-make_autoconf_buildjdk-spec.gmk.in

   openjdk{17,21}: backport Zero VM build fixes from wip/openjdk25
VersionDeltaFile
1.1+51-0lang/openjdk21/patches/patch-src_hotspot_os__cpu_bsd__zero_os__bsd__zero.cpp
1.1+15-0lang/openjdk21/patches/patch-make_autoconf_flags-ldflags.m4
1.7+6-4lang/openjdk21/PLIST
1.3+4-4lang/openjdk21/patches/patch-make_autoconf_flags-cflags.m4
1.2+4-4lang/openjdk21/patches/patch-make_autoconf_buildjdk-spec.gmk.in
1.20+5-3lang/openjdk21/distinfo
+85-153 files not shown
+95-249 files

NetBSD/pkgsrc RtJYdGOlang/openjdk8 options.mk Makefile

   openjdk8: turn on hotspot by default on aarch64

   I've had it on for a long time and it works fine for me.
VersionDeltaFile
1.151+7-2lang/openjdk8/Makefile
1.8+2-5lang/openjdk8/options.mk
+9-72 files

NetBSD/pkgsrc WcAaM1Edoc CHANGES-2026

   doc: Updated security/ruby-rex-powershell to 0.1.105
VersionDeltaFile
1.5887+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/ports a0a6bafdevel/simdjson Makefile distinfo

devel/simdjson: update to 4.6.11

A bug fix release fixing an issue on older FreeBSD ppc* as
well as several other issues.

Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.6.10
Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.6.11

MFH:            2026Q3
Event:          Berlin Hackathon 202609
Reported by:    pkubaj

(cherry picked from commit f265d6246920a84a7c46afb03b78202eefd56924)
DeltaFile
+3-3devel/simdjson/distinfo
+1-1devel/simdjson/Makefile
+4-42 files

FreeBSD/ports e098518comms/iceoryx Makefile pkg-plist

comms/iceoryx: Update to v2.0.8

Changelog:

- Bugfixes:
  - Add missing header
  - Fix global-buffer-overflow in VersionInfo::getCurrentVersion under ASan when built from release tarball
- Refactoring:
  - Silence warnings when building with GCC 13
  - Update maintainer in package.xml

Changelog: https://github.com/eclipse-iceoryx/iceoryx/releases/tag/v2.0.7
Changelog: https://github.com/eclipse-iceoryx/iceoryx/releases/tag/v2.0.8

Event:          Berlin Hackathon 202609
MFH:            2026Q3
(cherry picked from commit f457527e543bb6752a408ad65dedeb44920e5223)
DeltaFile
+3-3comms/iceoryx/distinfo
+1-1comms/iceoryx/Makefile
+2-0comms/iceoryx/pkg-plist
+6-43 files

FreeBSD/ports 47011e0devel/simdjson Makefile distinfo

devel/simdjson: update to 4.6.9

A bug fix release based on 4.6.8

Changelog: https://github.com/simdjson/simdjson/releases/tag/v4.6.9
(cherry picked from commit 20de0b83944b8d3c205a302f415737e40b6317ff)
DeltaFile
+3-3devel/simdjson/distinfo
+1-1devel/simdjson/Makefile
+4-42 files

FreeBSD/ports efc7649x11/zutty Makefile

x11/zutty: Add dependency for default font

If the font is not present, zutty without a configuration present will
not create a window, which is confusing.

Event:          Berlin Hackathon 202609
MFH:            2026Q3
(cherry picked from commit 36db676c8f1b9e8b1b849ce2e5fbad868b43e0e0)
DeltaFile
+2-0x11/zutty/Makefile
+2-01 files

FreeBSD/ports b75501farchivers/lzma Makefile distinfo

archivers/lzma: update to 26.03

 - add USES=cpe
 - a bug fix release

Upstream changes:

 - Some bugs and vulnerabilities were fixed.

Reported by:    Anton Saietskii <vsasjason at gmail.com>
PR:             298138
MFH:            2026Q3
Event:          Berlin Hackathon 202609

(cherry picked from commit 8a2bb3240effab42b2d93b8824669c437f8c3b22)
DeltaFile
+3-3archivers/lzma/distinfo
+2-2archivers/lzma/Makefile
+5-52 files

NetBSD/pkgsrc dfQWJmOsecurity/ruby-rex-powershell Makefile distinfo

   security/ruby-rex-powershell: update to 0.1.105

   0.1.104 (no release)

   0.1.105 (2026-08-31)

   * Merge pull request #1 from bwatters-r7/collab/aarch64-injection:
     Collab/aarch64 injection

   * Merge pull request #49 from vinicius-batistella/feature/aarch64-injection:
     Route AArch64 payloads to the native powershell.exe on Windows on ARM
VersionDeltaFile
1.19+4-4security/ruby-rex-powershell/distinfo
1.17+2-2security/ruby-rex-powershell/Makefile
+6-62 files

NetBSD/pkgsrc V7JnODbdoc CHANGES-2026

   doc: Updated devel/ruby-simplecov to 1.2.0
VersionDeltaFile
1.5886+2-1doc/CHANGES-2026
+2-11 files

FreeBSD/doc cde3026website/content/en/cgi man.cgi

man.cgi: fix debug typo in last commit
DeltaFile
+1-1website/content/en/cgi/man.cgi
+1-11 files

NetBSD/pkgsrc 3LuS69mdevel/ruby-simplecov Makefile distinfo

   devel/ruby-simplecov: update to 1.2.0

   1.2.0 (2026-09-04)

   SimpleCov 1.2 adds change-focused coverage, per-test attribution, production
   coverage, and a substantially expanded CLI while keeping the existing
   configuration API working through deprecation aliases.

   Highlights

   * track_tests, simplecov tests, and simplecov affected connect covered lines
     to the tests that exercised them; the HTML report displays the same
     attribution and simplecov watch uses it for focused reruns.

   * simplecov patch, per-file baselines, missed-count caps, and coverage
     history make coverage gates useful for both new changes and legacy
     codebases.

   * SimpleCov::Production records low-overhead production line coverage, while

    [11 lines not shown]
VersionDeltaFile
1.21+69-1devel/ruby-simplecov/PLIST
1.30+4-4devel/ruby-simplecov/distinfo
1.33+2-2devel/ruby-simplecov/Makefile
+75-73 files

LLVM/project 2796699llvm/test/Transforms/SLPVectorizer/X86 loop-accumulator-reduction.ll

[SLP][NFC]Add more tests for loop accumulator reductions, NFC



Reviewers: 

Pull Request: https://github.com/llvm/llvm-project/pull/221591
DeltaFile
+1,327-0llvm/test/Transforms/SLPVectorizer/X86/loop-accumulator-reduction.ll
+1,327-01 files

FreeBSD/doc 4aadf63website/content/en/cgi man.cgi

man.cgi: better title for help and result pages

Event:                  Berlin Hackathon 202609
DeltaFile
+5-5website/content/en/cgi/man.cgi
+5-51 files

NetBSD/pkgsrc tOFcZlNdoc CHANGES-2026

   doc: Updated www/ruby-selenium-webdriver to 4.48.0
VersionDeltaFile
1.5885+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc CQgicwTwww/ruby-selenium-webdriver Makefile distinfo

   www/ruby-selenium-webdriver: update to 4.48.0

   What's Changed

   * [js] Normalize empty custom locator results by @munawiki in #17851
   * [py]: fix W3C capabilities built from a list of options (create_matches)
     by @navin772 in #17897
   * [rb] add low-level BiDi protocol integration specs by @titusfortner in
     #17878
   * Fix badge for CI build on the default branch by @nvborisenko in #17901
   * [py] Fix broken reStructuredText link in docs by @cgoldberg in #17902
   * [grid] stop forwarding se:remoteUrl past the Node that consumes it by
     @titusfortner in #17908
   * [grid] Forward file upload/download for Kubernetes, Docker and relay
     sessions by @VietND96 in #17914
   * [build] reduce github cache churn and aggressively prune CodeQL caches by
     @titusfortner in #17909
   * [java] fix two flaky BiDi tests that left timing-dependent state behind by
     @titusfortner in #17918

    [50 lines not shown]
VersionDeltaFile
1.48+4-4www/ruby-selenium-webdriver/distinfo
1.56+2-2www/ruby-selenium-webdriver/Makefile
+6-62 files