FreeBSD/ports 8598a2dx11-wm/sway Makefile distinfo

x11-wm/sway: update to 1.12

Changes:        https://github.com/swaywm/sway/releases/tag/1.12
Reported by:    GitHub (watch releases)
DeltaFile
+3-4x11-wm/sway/Makefile
+3-3x11-wm/sway/distinfo
+6-72 files

FreeBSD/ports d81da44x11-wm/labwc Makefile distinfo

x11-wm/labwc: update to 0.20.0

Changes:        https://github.com/labwc/labwc/releases/tag/0.20.0
Reported by:    GitHub (watch releases)
DeltaFile
+5-2x11-wm/labwc/Makefile
+3-3x11-wm/labwc/distinfo
+8-52 files

FreeBSD/ports c9cedb2x11/foot distinfo Makefile

x11/foot: update to 1.27.0

Changes:        https://codeberg.org/dnkl/foot/releases/tag/1.27.0
Reported by:    Repology, Justine Smithies
DeltaFile
+3-3x11/foot/distinfo
+1-1x11/foot/Makefile
+4-42 files

FreeBSD/ports e4d33f5misc/ompl pkg-plist Makefile, misc/ompl/files patch-CMakeModules_CompilerSettings.cmake patch-CMakeLists.txt

misc/ompl: update 1.6.0 → 2.0.0
DeltaFile
+123-26misc/ompl/pkg-plist
+18-20misc/ompl/Makefile
+0-17misc/ompl/files/patch-CMakeModules_CompilerSettings.cmake
+4-4misc/ompl/files/patch-CMakeLists.txt
+3-3misc/ompl/distinfo
+148-705 files

FreeBSD/ports c5183aemisc/lean-ctx distinfo Makefile

misc/lean-ctx: update 3.6.16 → 3.6.17
DeltaFile
+5-9misc/lean-ctx/distinfo
+2-4misc/lean-ctx/Makefile
+7-132 files

FreeBSD/ports c253204math/octave-forge-netcdf distinfo Makefile

math/octave-forge-netcdf: Update to 1.0.20.
DeltaFile
+3-3math/octave-forge-netcdf/distinfo
+1-2math/octave-forge-netcdf/Makefile
+4-52 files

FreeBSD/ports 176d1a3math/octave-forge-sqlite distinfo Makefile, math/octave-forge-sqlite/files patch-DESCRIPTION

math/octave-forge-sqlite: Update to 0.1.4.
DeltaFile
+9-0math/octave-forge-sqlite/files/patch-DESCRIPTION
+3-3math/octave-forge-sqlite/distinfo
+1-2math/octave-forge-sqlite/Makefile
+13-53 files

FreeBSD/ports 7b56985www/firefox distinfo Makefile

www/firefox: update to 151.0.2 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/151.0.2/releasenotes/

(cherry picked from commit 62b655e5e2d5f37290f88a684c6cdd95bc5d6ecd)
DeltaFile
+3-3www/firefox/distinfo
+1-1www/firefox/Makefile
+4-42 files

FreeBSD/ports 9cbe7a9net/liferea distinfo Makefile

net/liferea: update to 1.16.10

Release Notes:
  https://github.com/lwindolf/liferea/releases/tag/v1.16.10
DeltaFile
+3-3net/liferea/distinfo
+1-1net/liferea/Makefile
+4-42 files

FreeBSD/ports 62b655ewww/firefox distinfo Makefile

www/firefox: update to 151.0.2 (rc1)

Release Notes (soon):
  https://www.firefox.com/en-US/firefox/151.0.2/releasenotes/
DeltaFile
+3-3www/firefox/distinfo
+1-1www/firefox/Makefile
+4-42 files

FreeBSD/ports 86d2e19audio/mate-media Makefile distinfo

audio/mate-media: switch to GitHub source

Switch from MATE mirror to GitHub tarball using USE_GITHUB and
GH_ACCOUNT=mate-desktop, add autoreconf, and bump PORTREVISION.
DeltaFile
+7-6audio/mate-media/Makefile
+3-3audio/mate-media/distinfo
+10-92 files

FreeBSD/ports 21d3756multimedia/tsduck pkg-plist Makefile, multimedia/tsduck/files patch-src_libtscore_system_tsFileUtils.cpp

multimedia/tsduck: Update 3.43 => 3.44

Changelog:
https://tsduck.io/changelog/

Replace ".if" with "DOCS_VARS".

PR:             295523
Sponsored by:   UNIS Labs
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+42-6multimedia/tsduck/pkg-plist
+0-13multimedia/tsduck/files/patch-src_libtscore_system_tsFileUtils.cpp
+3-9multimedia/tsduck/Makefile
+3-3multimedia/tsduck/distinfo
+48-314 files

FreeBSD/ports bdeaa12sysutils/sec distinfo Makefile

sysutils/sec: Update 2.9.3 => 2.9.4

Changelog:
https://github.com/simple-evcorr/sec/blob/2.9.4/ChangeLog

PR:             295553
Sponsored by:   UNIS Labs
DeltaFile
+3-3sysutils/sec/distinfo
+1-1sysutils/sec/Makefile
+4-42 files

FreeBSD/ports 23c19basecurity/py-privleap Makefile pkg-plist, security/py-privleap/files patch-usr_lib_python3_dist-packages_privleap_privleapd.py privleapd.in

security/py-privleap: New port: Limited Privilege Escalation Framework

privleap is a privilege escalation framework similar in purpose to
sudo and doas, but very different conceptually. It is designed to
allow user-level applications to run very specific operations as
root without allowing full root control of the machine. Unlike
directly executable privilege escalation frameworks like sudo,
privleap runs as a background service that listens for signals from
other applications. Each signal can request a particular, pre-configured
action to be taken. Signals are authenticated, and each action is
taken only if the signal passes authentication. Any console output
from the action is then returned to the caller. This system allows
privleap to function without being SUID-root, and avoids a lot of
the potential pitfalls of sudo, doas, run0, etc.

WWW: https://www.kicksecure.com/wiki/Privleap
DeltaFile
+125-0security/py-privleap/files/patch-usr_lib_python3_dist-packages_privleap_privleapd.py
+50-0security/py-privleap/Makefile
+27-0security/py-privleap/pkg-plist
+23-0security/py-privleap/files/privleapd.in
+19-0security/py-privleap/files/patch-usr_lib_python3_dist-packages_privleap_privleap.py
+12-0security/py-privleap/pkg-descr
+256-07 files not shown
+306-013 files

FreeBSD/ports d310b41security/py-PAM Makefile distinfo, security/py-PAM/files patch-PAMmodule.c patch-examples_pamtest.py

security/py-PAM: new port: Python interface to the PAM library

This module makes the PAM (Pluggable Authentication Modules) functions
available in Python 3. With this module you can write Python 3
applications that implement authentication services using PAM.

WWW: https://packages.debian.org/sid/python3-pam
DeltaFile
+219-0security/py-PAM/files/patch-PAMmodule.c
+69-0security/py-PAM/files/patch-examples_pamtest.py
+36-0security/py-PAM/Makefile
+19-0security/py-PAM/files/patch-setup.py
+3-0security/py-PAM/distinfo
+3-0security/py-PAM/pkg-descr
+349-01 files not shown
+350-07 files

FreeBSD/ports c36192dmail/hydroxide distinfo Makefile, mail/hydroxide/files modules.txt

mail/hydroxide: Update 0.2.31 => 0.2.32

Changelog:
https://github.com/emersion/hydroxide/releases/tag/v0.2.32
See also:
https://github.com/emersion/hydroxide/issues/328

Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+21-21mail/hydroxide/distinfo
+10-11mail/hydroxide/Makefile
+7-7mail/hydroxide/files/modules.txt
+38-393 files

FreeBSD/ports fe5840ftextproc/feluda distinfo Makefile.crates, textproc/feluda/files patch-Cargo.lock

textproc/feluda: Update 1.12.0 => 1.13.0

Changelog:
https://github.com/anistark/feluda/releases/tag/v1.13.0

Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+265-263textproc/feluda/distinfo
+131-130textproc/feluda/Makefile.crates
+7-7textproc/feluda/files/patch-Cargo.lock
+1-2textproc/feluda/Makefile
+404-4024 files

FreeBSD/ports 3f939a2net/wifi-firmware-iwlwifi-kmod/files extract-fw-list.sh

net/wifi-firmware-iwlwifi-kmod: update script to generate fw list

Starting recently newer iwlwifi firmware now uses a different file
name scheme ending in -cNNN for the core version.
Deal with the fact that we can have -NNN and -cNNN now; even in parallel.
Make sure the few .pnvm files are staying correctly where needed.

Given there is firmware newer than the driver can handle, implement
a max version array, so we can limit certain files to a specific
version.  While this is needed for Linux v7.0 based iwlwifi it looks
like for 7.1 it will also be needed.

Sponsored by:   The FreeBSD Foundation
Reviewed by:    jrm
Differential Revision: https://reviews.freebsd.org/D57047
DeltaFile
+51-11net/wifi-firmware-iwlwifi-kmod/files/extract-fw-list.sh
+51-111 files

FreeBSD/ports b6e9378net/wifi-firmware-ath10k-kmod distinfo, net/wifi-firmware-ath11k-kmod distinfo

wifi-firmware-*: update to 20260410

Update firmware to 20260410.  This includes new firmware files
for iwlwifi and rtw89.

Bump the main firmware version as well.

Sponsored by:   The FreeBSD Foundation
Reviewed by:    jrm
Differential Revision: https://reviews.freebsd.org/D57050
DeltaFile
+175-175net/wifi-firmware-ath11k-kmod/distinfo
+131-131net/wifi-firmware-mt76-kmod/distinfo
+99-105net/wifi-firmware-iwlwifi-kmod/distinfo
+97-97net/wifi-firmware-ath10k-kmod/distinfo
+39-35net/wifi-firmware-rtw89-kmod/distinfo
+27-27net/wifi-firmware-rtw88-kmod/distinfo
+568-57011 files not shown
+625-63017 files

FreeBSD/ports 1d778b2net/wifi-firmware-ath10k-kmod distinfo, net/wifi-firmware-ath11k-kmod distinfo

net/wifi-firmware-kmod: deal with '?' in file names as sha256 broke it

md5 (sha256) as of 70fde0ed6bbbb1f84c440190ba1e5435f8c90e13 in base
started quoting ? as \? which then goes into the distinfo file and
as a result we fail to find that file later using Mk/Scripts/.

Using the dummy=/ option is not as straight forward with a dynamic list
of distfiles as one would wish.
We now build a full matrix of MASTER_SITE x DISTFILES;  that is for
each "DISTFILE" we generate a :group with a full download URL on each
"MASTER_SITE".  That way each file is still possibly downloadable from
each of the various master sites.

The difference now is that the files stored in distfiles no longer
contain the ?h=<tag> extension as we strip that for the distfile having
it encoded in the master_site URLs.

Building that matrix needs to happen after bsd.port.pre.mk is included
as otherwise FLAVOR is not set correctly and we do not build the

    [19 lines not shown]
DeltaFile
+175-175net/wifi-firmware-ath11k-kmod/distinfo
+131-131net/wifi-firmware-mt76-kmod/distinfo
+105-105net/wifi-firmware-iwlwifi-kmod/distinfo
+97-97net/wifi-firmware-ath10k-kmod/distinfo
+35-35net/wifi-firmware-rtw89-kmod/distinfo
+27-27net/wifi-firmware-rtw88-kmod/distinfo
+570-5703 files not shown
+619-6099 files

FreeBSD/ports c08f758www/freenginx Makefile, www/lua-stream-nginx-module/files patch-src_ngx__stream__lua__module.c patch-src_ngx__stream__lua__time.c

www/{nginx,nginx-devel,freenginx}: use lua-stream-nginx-module port

Replace the embedded LUASTREAM GH_TUPLE handling with a
BUILD_DEPENDS on www/lua-stream-nginx-module and use the
module sources from the dedicated port during the build.

Add freenginx compatibility patches for lua-stream-nginx-module.

Also update lua-stream-nginx-module to version 0.0.17.

PR:     294426
Sponsored by:   Netzkommune GmbH
DeltaFile
+20-0www/lua-stream-nginx-module/files/patch-src_ngx__stream__lua__module.c
+12-0www/lua-stream-nginx-module/files/patch-src_ngx__stream__lua__time.c
+11-0www/lua-stream-nginx-module/files/patch-src_ngx__stream__lua__ssl__certby.c
+6-1www/freenginx/Makefile
+6-1www/nginx/Makefile
+6-1www/nginx-devel/Makefile
+61-36 files not shown
+70-1512 files

FreeBSD/ports 176d080textproc/obsidian distinfo Makefile

textproc/obsidian: Update to 1.12.7
DeltaFile
+3-3textproc/obsidian/distinfo
+1-2textproc/obsidian/Makefile
+1-2textproc/obsidian/pkg-plist
+5-73 files

FreeBSD/ports 5debbeedns/tldx distinfo Makefile

dns/tldx: Update 1.3.4 => 1.4.0

While here, switch to Go 1.26+.

Changelog:
https://github.com/brandonyoungdev/tldx/releases/tag/v1.4.0

Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+5-5dns/tldx/distinfo
+2-3dns/tldx/Makefile
+7-82 files

FreeBSD/ports 5904274net-im/flare distinfo Makefile

net-im/flare: Update 0.20.4 => 0.20.5

Changelog:
https://gitlab.com/schmiddi-on-mobile/flare/-/releases/0.20.5

Approved by:    osa, vvd (Mentors, implicit)
DeltaFile
+3-3net-im/flare/distinfo
+1-1net-im/flare/Makefile
+4-42 files

FreeBSD/ports e4f0662games/libretro-shaders-slang pkg-plist distinfo

games/libretro-shaders-slang: Update g20260421 => g20260507

Commitlog:
https://github.com/libretro/slang-shaders/compare/6edb8f0...cef2de61

PR:             295572
Sponsored by:   UNIS Labs
DeltaFile
+10-4games/libretro-shaders-slang/pkg-plist
+3-3games/libretro-shaders-slang/distinfo
+2-2games/libretro-shaders-slang/Makefile
+15-93 files

FreeBSD/ports 10e4e08games/libretro-shaders-glsl distinfo Makefile

games/libretro-shaders-glsl: Update g20260423 => g20260505

Commitlog:
https://github.com/libretro/glsl-shaders/compare/2f0979f...42fa8a9

PR:             295568
Sponsored by:   UNIS Labs
DeltaFile
+3-3games/libretro-shaders-glsl/distinfo
+2-2games/libretro-shaders-glsl/Makefile
+5-52 files

FreeBSD/ports b8257e1www/librewolf/files patch-build_moz.configure_toolchain.configure

www/librewolf: Unbreak configure build

PR:             295570
Approved by:    blanket (fix build)
Approved by:    arrowd (co-mentor)
Obtained from:  https://cgit.freebsd.org/ports/commit/?id=e84b0b8772c7f4a005121d141ccde2cea2a7a646
DeltaFile
+46-0www/librewolf/files/patch-build_moz.configure_toolchain.configure
+46-01 files

FreeBSD/ports 2086a43audio/libmatemixer pkg-plist Makefile

audio/libmatemixer: switch to GitHub source

Switch from MATE mirror to GitHub tarball using USE_GITHUB, add
autoreconf and gtk-doc build dependency, and remove gtk-doc HTML
entries from pkg-plist that were never installed due to
--disable-gtk-doc in CONFIGURE_ARGS.
DeltaFile
+0-24audio/libmatemixer/pkg-plist
+8-5audio/libmatemixer/Makefile
+3-3audio/libmatemixer/distinfo
+11-323 files

FreeBSD/ports f5a0135databases/pg-safeupdate Makefile, databases/pgjwt Makefile

*/*: Change maintainer EMail address for Lukas Engelhardt

Submitted by:   private email (verified off site)
DeltaFile
+1-1databases/pgjwt/Makefile
+1-1databases/pg-safeupdate/Makefile
+1-1databases/pgsql-http/Makefile
+3-33 files

FreeBSD/ports 031bf16databases/pg_net distinfo Makefile

databases/pg_net: Update to 0.20.3

PR:             295492
DeltaFile
+3-3databases/pg_net/distinfo
+3-3databases/pg_net/Makefile
+2-1databases/pg_net/pkg-plist
+8-73 files