FreeBSD/ports 6f3027adatabases/cego Makefile distinfo

databases/cego: update 2.54.1 -> 2.54.2

- fix for eft and right outer joins
DeltaFile
+5-3databases/cego/Makefile
+3-3databases/cego/distinfo
+8-62 files

FreeBSD/ports 08b4ae8sysutils/vm-bhyve pkg-message, sysutils/vm-bhyve-devel pkg-message

sysutils/vm-bhyve{,-devel}: fix typo in pkg-message

Fix typo in sysctl.conf reference.

Approved by:    ziaee, michaelo
MFH:            2026Q1
Differential Revision:  https://reviews.freebsd.org/D54844

(cherry picked from commit 104ae5e4778336bd46d365d2d4291da02c8643d6)
DeltaFile
+1-1sysutils/vm-bhyve-devel/pkg-message
+1-1sysutils/vm-bhyve/pkg-message
+2-22 files

FreeBSD/ports 104ae5esysutils/vm-bhyve pkg-message, sysutils/vm-bhyve-devel pkg-message

sysutils/vm-bhyve{,-devel}: fix typo in pkg-message

Fix typo in sysctl.conf reference.

Approved by:    ziaee, michaelo
MFH:            2026Q1
Differential Revision:  https://reviews.freebsd.org/D54844
DeltaFile
+1-1sysutils/vm-bhyve-devel/pkg-message
+1-1sysutils/vm-bhyve/pkg-message
+2-22 files

LLVM/project 14bdd06mlir/lib/Dialect/SCF/Transforms LoopSpecialization.cpp, mlir/lib/Dialect/Utils StaticValueUtils.cpp

[mlir][DialectUtils] Fix 0 step handling in `constantTripCount` (#177329)

A step size of "zero" does not indicate "zero iterations". It may
indicate an infinite number of iterations.

This commit makes some transformations more conservative. We used to
fold away some loops with step size 0 and that's now no longer the case.

Relation discussion:
https://discourse.llvm.org/t/infinite-loops-and-dead-code/89530
DeltaFile
+11-3mlir/lib/Dialect/Utils/StaticValueUtils.cpp
+8-2mlir/test/Dialect/SCF/for-loop-peeling.mlir
+4-3mlir/test/Dialect/SCF/canonicalize.mlir
+3-0mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
+26-84 files

HardenedBSD/src 37183a4sys/compat/linuxkpi/common/include/linux seq_buf.h bitops.h, sys/compat/linuxkpi/common/src linux_seq_buf.c linux_pci.c

Merge remote-tracking branch 'origin/hardened/current/master' into hardened/current/cross-dso-cfi
DeltaFile
+73-0sys/compat/linuxkpi/common/include/linux/seq_buf.h
+64-0sys/compat/linuxkpi/common/src/linux_seq_buf.c
+36-0sys/compat/linuxkpi/common/src/linux_pci.c
+6-6sys/compat/linuxkpi/common/include/linux/bitops.h
+9-0sys/compat/linuxkpi/common/include/linux/dma-mapping.h
+4-5tools/tools/nanobsd/defaults.sh
+192-118 files not shown
+207-1214 files

FreeBSD/ports 670212fnet/teddycloud pkg-plist Makefile, net/teddycloud/files patch-Makefile patch-src_home__assistant.c

net/teddycloud: Update 0.6.4 => 0.6.7

Changelogs:
https://github.com/toniebox-reverse-engineering/teddycloud/releases/tag/tc_v0.6.5
https://github.com/toniebox-reverse-engineering/teddycloud/releases/tag/tc_v0.6.6
https://github.com/toniebox-reverse-engineering/teddycloud/releases/tag/tc_v0.6.7

Improve port:
- Un-bundle libcjson, libogg and opus.
- Replace "BUILD_DEPENDS+=" with "BUILD_DEPENDS=".
- Add USES+=dos2unix - source files use DOS end-of-line characters.
- Use ETCDIR instead of ${PREFIX}/etc/teddycloud.
- Optimize do-install - remove duplicates, merge COPYTREE_SHARE, remove
  unnecessary MKDIR.
- Remove empty post-extract.

PR:             292663
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+298-13net/teddycloud/pkg-plist
+163-0net/teddycloud/files/patch-Makefile
+21-29net/teddycloud/Makefile
+17-23net/teddycloud/distinfo
+19-0net/teddycloud/files/patch-src_home__assistant.c
+18-0net/teddycloud/files/patch-src_handler__api.c
+536-657 files not shown
+614-7813 files

HardenedBSD/src 48052cesys/dev/clk/rockchip rk_clk_fract.c, sys/netpfil/ipfw ip_fw_table_value.c

Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
DeltaFile
+1-1sys/dev/clk/rockchip/rk_clk_fract.c
+1-1sys/netpfil/ipfw/ip_fw_table_value.c
+2-22 files

FreeBSD/ports 57e284cwww/py-gunicorn distinfo Makefile

www/py-gunicorn: Update version 24.0.0=>24.1.0

Changelog: https://github.com/benoitc/gunicorn/releases/tag/24.1.0
DeltaFile
+3-3www/py-gunicorn/distinfo
+1-1www/py-gunicorn/Makefile
+4-42 files

FreeBSD/ports 5bebec5databases/mroonga distinfo Makefile

databases/mroonga: Update version 15.00=>15.04

Changelog: https://mroonga.org/docs/news/15.html#release-15-04
DeltaFile
+3-3databases/mroonga/distinfo
+1-1databases/mroonga/Makefile
+4-42 files

FreeBSD/ports 9cd3ea1textproc/groonga distinfo Makefile

textproc/groonga: Update version 15.1.2=>15.1.3

Changelog: https://groonga.org/docs/news/15.html#release-15-1-3
DeltaFile
+3-3textproc/groonga/distinfo
+1-1textproc/groonga/Makefile
+4-42 files

FreeBSD/ports bffb745security/go-tuf distinfo Makefile

security/go-tuf: Update version 2.3.1=>2.4.0

Changelog: https://github.com/theupdateframework/go-tuf/releases/tag/v2.4.0
DeltaFile
+5-5security/go-tuf/distinfo
+2-2security/go-tuf/Makefile
+7-72 files

FreeBSD/ports 0614e8adevel/cirrus-cli distinfo Makefile

devel/cirrus-cli: Update version 0.159.1=>0.160.0

Changelog: https://github.com/cirruslabs/cirrus-cli/releases/tag/v0.160.0
DeltaFile
+5-5devel/cirrus-cli/distinfo
+1-1devel/cirrus-cli/Makefile
+6-62 files

FreeBSD/ports 3413943databases/freetds-devel distinfo Makefile

databases/freetds-devel: Update version 1.5.235=>1.5.237
DeltaFile
+3-3databases/freetds-devel/distinfo
+1-1databases/freetds-devel/Makefile
+4-42 files

HardenedBSD/ports 3ccc871audio/sonicradio distinfo, comms/iwmbt-firmware Makefile

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+83-59textproc/bookokrat/distinfo
+40-28textproc/bookokrat/Makefile.crates
+39-0net/liferea/files/patch-src_plugins_plugins__engine.c
+6-7comms/iwmbt-firmware/Makefile
+5-5audio/sonicradio/distinfo
+5-5sysutils/devtui/distinfo
+178-10437 files not shown
+256-17443 files

FreeBSD/ports a9a6014science/afni distinfo Makefile

science/afni: Update to 26.0.07
DeltaFile
+3-3science/afni/distinfo
+1-1science/afni/Makefile
+4-42 files

HardenedBSD/ports a9a6014science/afni distinfo Makefile

science/afni: Update to 26.0.07
DeltaFile
+3-3science/afni/distinfo
+1-1science/afni/Makefile
+4-42 files

FreeBSD/doc b8a3ec1documentation/content/en/books/porters-handbook/versions _index.adoc

versions: sentences with a full stop: missed one entry.
DeltaFile
+1-1documentation/content/en/books/porters-handbook/versions/_index.adoc
+1-11 files

OPNSense/core 6a666e8src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.php, src/opnsense/mvc/app/models/OPNsense/Kea/FieldTypes KeaPoolsField.php

Services: Kea DHCP: Kea DHCPv6 - add pool in net validation, for https://github.com/opnsense/core/issues/9343
DeltaFile
+15-0src/opnsense/mvc/app/models/OPNsense/Kea/KeaDhcpv6.php
+10-0src/opnsense/mvc/app/models/OPNsense/Kea/FieldTypes/KeaPoolsField.php
+25-02 files

OpenBSD/ports WAhoOsUdevel Makefile, devel/x86_64-elf Makefile

   Hook up devel/x86_64-elf/binutils and devel/x86_64-elf/gcc

   ok kn@
VersionDeltaFile
1.1+5-0devel/x86_64-elf/Makefile
1.2554+1-0devel/Makefile
+6-02 files

OpenBSD/ports NrDnT3edevel/x86_64-elf Makefile.inc

   Only build devel/x86_64-elf/binutils and devel/x86_64-elf/gcc on amd64
VersionDeltaFile
1.2+4-0devel/x86_64-elf/Makefile.inc
+4-01 files

OpenBSD/ports 4HaNUd2devel/x86_64-elf Makefile.inc

   Common parts for devel/x86_64-elf/binutils and devel/x86_64-elf/gcc

   ok kn@
VersionDeltaFile
1.1+15-0devel/x86_64-elf/Makefile.inc
+15-01 files

OpenBSD/ports XpCCOtndevel/x86_64-elf/gcc Makefile, devel/x86_64-elf/gcc/patches patch-Makefile_in patch-gcc_system_h

   Import x86_64-elf-gcc, part of a bare-metal only toolchain for amd64

   The idea is to have a stable and GNU-based toolchain for standalone
   code.  Such code often has GNU-specific quirks and tends to break
   when we update base clang, base lld or ports gcc.

   This uses the same gcc and binutils versions as the devel/arm-none-eabi
   toolchain because... why not. I'm not providing an i386 FLAVOR but
   someone who cares could add it easily.

   Discussed with kn@ during his net/ipxe effort.  Hopefully this will be
   usable for sysutils/firmware/vmm (conversion not tackled yet).

   ok kn@
VersionDeltaFile
1.1+644-0devel/x86_64-elf/gcc/pkg/PLIST
1.1+566-0devel/x86_64-elf/gcc/patches/patch-Makefile_in
1.1+68-0devel/x86_64-elf/gcc/patches/patch-gcc_system_h
1.1+62-0devel/x86_64-elf/gcc/patches/patch-libgcc_Makefile_in
1.1+55-0devel/x86_64-elf/gcc/Makefile
1.1+31-0devel/x86_64-elf/gcc/patches/patch-gcc_configure
+1,426-026 files not shown
+1,583-032 files

OpenBSD/ports z28zt5bdevel/x86_64-elf/binutils Makefile, devel/x86_64-elf/binutils/patches patch-ld_Makefile_in patch-libiberty_Makefile_in

   Initial revision
VersionDeltaFile
1.1+136-0devel/x86_64-elf/binutils/pkg/PLIST
1.1+24-0devel/x86_64-elf/binutils/pkg/DESCR
1.1+21-0devel/x86_64-elf/binutils/patches/patch-ld_Makefile_in
1.1+20-0devel/x86_64-elf/binutils/Makefile
1.1+12-0devel/x86_64-elf/binutils/patches/patch-libiberty_Makefile_in
1.1+12-0devel/x86_64-elf/binutils/patches/patch-libsframe_Makefile_in
+225-018 files not shown
+287-024 files

OpenBSD/ports UD1E7LLaudio/py-discogs-client Makefile distinfo

   update to py3-discogs-client-2.8, ok Johan Huldtgren (maintainer)
VersionDeltaFile
1.28+7-7audio/py-discogs-client/Makefile
1.10+2-2audio/py-discogs-client/distinfo
+9-92 files

OpenBSD/ports AquIievsecurity/py-oauthlib Makefile distinfo, security/py-oauthlib/pkg PLIST

   update to py3-oauthlib-3.3.1, ok Johan Huldtgren (maintainer)
VersionDeltaFile
1.13+25-0security/py-oauthlib/pkg/PLIST
1.29+2-3security/py-oauthlib/Makefile
1.15+2-2security/py-oauthlib/distinfo
+29-53 files

OpenBSD/src yWOvGjbsys/arch/arm64/stand/efiboot efiboot.c conf.c

   Add mappings for a few more Qualcomm Snapdragon X1 laptops.

   ok patrick@
VersionDeltaFile
1.68+13-1sys/arch/arm64/stand/efiboot/efiboot.c
1.53+2-2sys/arch/arm64/stand/efiboot/conf.c
+15-32 files

OpenBSD/src JQvkqytsys/dev/fdt qcrng.c

   Also match on qcom,trng.

   ok patrick@
VersionDeltaFile
1.2+3-2sys/dev/fdt/qcrng.c
+3-21 files

NetBSD/src 1VDbEgldoc CHANGES-9.5, sys/arch/i386/i386 vector.S

   Apply patch, requested by bouyer in ticket #1998:

        sys/arch/i386/i386/vector.S     (apply patch)

   xen: PR 58561: make sure kernel preemption won't cause write of
   evtchn_upcall_mask of the wrong virtual CPU.
   (file accidently missed in the original commit for ticket #1998)
VersionDeltaFile
1.83.4.1+21-5sys/arch/i386/i386/vector.S
1.1.2.95+2-1doc/CHANGES-9.5
+23-62 files

FreeBSD/ports d01f5f6astro/gpsprune distinfo Makefile

astro/gpsprune: update 26 → 26.1
DeltaFile
+3-3astro/gpsprune/distinfo
+1-1astro/gpsprune/Makefile
+4-42 files

HardenedBSD/ports d01f5f6astro/gpsprune distinfo Makefile

astro/gpsprune: update 26 → 26.1
DeltaFile
+3-3astro/gpsprune/distinfo
+1-1astro/gpsprune/Makefile
+4-42 files