FreeBSD/ports 0aee956sysutils/tmux Makefile

sysutils/tmux: Take maintainership
DeltaFile
+1-1sysutils/tmux/Makefile
+1-11 files

FreeBSD/ports 0726806sysutils/tmux Makefile

sysutils/tmux: release maintainership
DeltaFile
+1-1sysutils/tmux/Makefile
+1-11 files

FreeBSD/ports 45d9f72deskutils/stirling-pdf distinfo Makefile

deskutils/stirling-pdf: update to 1.6.0

Changes:        https://github.com/Stirling-Tools/Stirling-PDF/releases/tag/v1.6.0
DeltaFile
+3-3deskutils/stirling-pdf/distinfo
+1-1deskutils/stirling-pdf/Makefile
+4-42 files

FreeBSD/ports 736df34devel/gitlab-runner distinfo Makefile

devel/gitlab-runner: update to 18.6.2

Include in addition a hotfix for:
Fix bash shell cleanup to support variable expansion in paths
https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5966

Changes:        https://gitlab.com/gitlab-org/gitlab-runner/-/releases
(cherry picked from commit 2e4d871e7a2074deb41dd8f7e041ec0925d5a8bb)
DeltaFile
+11-11devel/gitlab-runner/distinfo
+2-3devel/gitlab-runner/Makefile
+13-142 files

FreeBSD/ports 175a85bnet Makefile, net/py-pystun3 Makefile distinfo

net/py-pystun3: New port: Python STUN client for getting NAT type and external IP

PyStun3 is a Python STUN client for getting NAT type and external
IP with support for Python versions 2 and 3.
DeltaFile
+17-0net/py-pystun3/Makefile
+3-0net/py-pystun3/distinfo
+2-0net/py-pystun3/pkg-descr
+1-0net/Makefile
+23-04 files

FreeBSD/ports 5c60797lang/spidermonkey115 Makefile

lang/spidermonkey115: mark DEPRECATED, without expiration date for now

Upcoming games/0ad release moves to lang/spidermonkey128; allow
until the former port can be updated before setting a date.
DeltaFile
+3-0lang/spidermonkey115/Makefile
+3-01 files

FreeBSD/ports 5fbd01abenchmarks/hipercontracer distinfo Makefile

benchmarks/hipercontracer: Update 2.1.5 => 2.1.7

Changelog:
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.6/ChangeLog
https://github.com/dreibh/hipercontracer/blob/hipercontracer-2.1.7/ChangeLog

Commit log:
https://github.com/dreibh/hipercontracer/compare/hipercontracer-2.1.5...hipercontracer-2.1.7

PR:     291244
DeltaFile
+3-3benchmarks/hipercontracer/distinfo
+1-1benchmarks/hipercontracer/Makefile
+4-42 files

FreeBSD/ports b37f7e1lang/cjs Makefile distinfo

lang/cjs: update to 128.0

New version scheme is tied to SpiderMonkey rather than Cinnamon
DeltaFile
+12-5lang/cjs/Makefile
+3-5lang/cjs/distinfo
+15-102 files

FreeBSD/ports faabb80sysutils/nginx-ui distinfo Makefile

sysutils/nginx-ui: Update to 2.2.1

ChangeLog: https://github.com/0xJacky/nginx-ui/releases/tag/v2.2.1
DeltaFile
+7-7sysutils/nginx-ui/distinfo
+2-3sysutils/nginx-ui/Makefile
+9-102 files

FreeBSD/ports ab75e30x11/cinnamon pkg-plist Makefile, x11/cinnamon/files patch-files_usr_share_cinnamon_cinnamon-settings_modules_cs__backgrounds.py

x11/cinnamon: update to 6.4.13

Also fix loading webp backgrounds
DeltaFile
+192-193x11/cinnamon/pkg-plist
+29-28x11/cinnamon/Makefile
+11-0x11/cinnamon/files/patch-files_usr_share_cinnamon_cinnamon-settings_modules_cs__backgrounds.py
+3-3x11/cinnamon/distinfo
+235-2244 files

FreeBSD/ports be4f690x11-fm/nemo pkg-plist Makefile

x11-fm/nemo: rearrange, add TRACKER option
DeltaFile
+31-31x11-fm/nemo/pkg-plist
+17-19x11-fm/nemo/Makefile
+1-1x11-fm/nemo/distinfo
+49-513 files

FreeBSD/ports 47d2d02x11-wm/muffin distinfo Makefile

x11-wm/muffin: pull in upstream commit fixing qt crashes
DeltaFile
+3-1x11-wm/muffin/distinfo
+4-0x11-wm/muffin/Makefile
+7-12 files

FreeBSD/ports 7fe173ax11/cinnamon-screensaver Makefile distinfo

x11/cinnamon-screensaver: update to 6.4.1
DeltaFile
+3-4x11/cinnamon-screensaver/Makefile
+3-3x11/cinnamon-screensaver/distinfo
+6-72 files

FreeBSD/ports 716eb57sysutils/cinnamon-control-center distinfo Makefile

sysutils/cinnamon-control-center: update to 6.4.2
DeltaFile
+3-3sysutils/cinnamon-control-center/distinfo
+2-2sysutils/cinnamon-control-center/Makefile
+5-52 files

FreeBSD/ports 72a70f1x11/cinnamon-session Makefile distinfo

x11/cinnamon-session: update to 6.4.2
DeltaFile
+8-10x11/cinnamon-session/Makefile
+3-3x11/cinnamon-session/distinfo
+11-132 files

FreeBSD/ports 28c9d48security/vuxml/vuln 2025.xml

security/vuxml: Add png vulnerabilities

 * CVE-2025-65018
 * CVE-2025-64720
 * CVE-2025-64506
 * CVE-2025-64505

Reported by:    Stefan Grundmann <sg2342 at googlemail.com>
DeltaFile
+66-0security/vuxml/vuln/2025.xml
+66-01 files

FreeBSD/ports dc7448anet-mgmt/wifimgr Makefile distinfo

net-mgmt/wifimgr: Update 1.25 => 1.26

Changelog:
 - Updated man page to note that wifimgr is not part of FreeBSD but
   that it appeared at the time of FreeBSD-8.0.
 - Added Ukrainian translation, thanks to Dmitry Luhtionov
   <dmitryluhtionov at gmail.com>.
https://opal.com/src/wifimgr/

Remove unused dependencies, fix warning from portclippy.

PR:     291215 287173
DeltaFile
+3-5net-mgmt/wifimgr/Makefile
+3-3net-mgmt/wifimgr/distinfo
+1-0net-mgmt/wifimgr/pkg-plist
+7-83 files

FreeBSD/ports 2e4d871devel/gitlab-runner distinfo Makefile

devel/gitlab-runner: update to 18.6.2

Include in addition a hotfix for:
Fix bash shell cleanup to support variable expansion in paths
https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5966

Changes:        https://gitlab.com/gitlab-org/gitlab-runner/-/releases
DeltaFile
+11-11devel/gitlab-runner/distinfo
+2-3devel/gitlab-runner/Makefile
+13-142 files

FreeBSD/ports 3103179www/dooble distinfo Makefile

www/dooble: Update 2025.07.18 => 2025.11.25

Changelog:
https://github.com/textbrowser/dooble/releases/tag/2025.11.25

PR:     291217
DeltaFile
+3-3www/dooble/distinfo
+1-1www/dooble/Makefile
+4-42 files

FreeBSD/ports 055ffa7security/boringssl distinfo Makefile

security/boringssl: update to the recent snapshot
DeltaFile
+3-3security/boringssl/distinfo
+1-1security/boringssl/Makefile
+4-42 files

FreeBSD/ports 02ccd56games/openrct2 pkg-plist distinfo

games/openrct2: update to 0.4.29

Changelog:      https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.29
DeltaFile
+6-6games/openrct2/pkg-plist
+5-5games/openrct2/distinfo
+2-2games/openrct2/Makefile
+13-133 files

FreeBSD/ports 84ca7c4editors/elementary-code Makefile distinfo, editors/elementary-code/files patch-plugins_meson.build patch-data_meson.build

editors/elementary-code: Update to 8.1.2

While here:
- Fix LICENSE
- Switch to USES=gettext-tools

Author's Note: spell plugin has been disabled. Because it depends of
gtkspell3, which seems unmaintained (no update since 2018).

Changelog:
- https://github.com/elementary/code/releases/tag/8.0.0
- https://github.com/elementary/code/releases/tag/8.1.0
- https://github.com/elementary/code/releases/tag/8.1.1
- https://github.com/elementary/code/releases/tag/8.1.2

PR:             290018
Reported by:    Olivier Duchateau <duchateau.olivier at gmail.com>
Approved by:    Miguel Gocobachi <miguel at gocobachi.dev>
DeltaFile
+7-11editors/elementary-code/Makefile
+11-0editors/elementary-code/files/patch-plugins_meson.build
+10-0editors/elementary-code/files/patch-data_meson.build
+3-3editors/elementary-code/distinfo
+2-2editors/elementary-code/pkg-plist
+33-165 files

FreeBSD/ports 3f888f6devel/rubygem-parser distinfo Makefile

devel/rubygem-parser: Update to 3.3.10.0

Changes:        https://github.com/whitequark/parser/blob/master/CHANGELOG.md
(cherry picked from commit 8e11be6c6a05abb8b00ecb5fbeaa72cdb2c0c420)
DeltaFile
+3-3devel/rubygem-parser/distinfo
+1-1devel/rubygem-parser/Makefile
+4-42 files

FreeBSD/ports adb04dadevel/gitaly distinfo, net/gitlab-agent distinfo

www/gitlab: security and patch update to 18.6.1

Changes:        https://about.gitlab.com/releases/2025/11/26/patch-release-gitlab-18-6-1-released/
Security:       4530fc9f-cb47-11f0-85d8-2cf05da270f3
(cherry picked from commit 870130e039ac160ad9fff72b1b4c87f01b0735ff)
DeltaFile
+11-11devel/gitaly/distinfo
+6-6www/gitlab/distinfo
+5-5www/gitlab-pages/distinfo
+5-5www/gitlab-workhorse/distinfo
+5-5net/gitlab-agent/distinfo
+2-2www/gitlab/Makefile.common
+34-346 files

FreeBSD/ports 294f957devel/glab distinfo Makefile

devel/glab: update to 1.78.3

Changes:        https://gitlab.com/gitlab-org/cli/-/releases
(cherry picked from commit e2d9861c03784af26b5e322828eb6f7cea1881f1)
DeltaFile
+5-5devel/glab/distinfo
+1-1devel/glab/Makefile
+6-62 files

FreeBSD/ports ab233f1devel/gitlab-runner Makefile distinfo

devel/gitlab-runner: fix pipeline errors

Running pipelines with shell executor stops with error:
fatal: unable to get password from user

See also here:
https://gitlab.com/gitlab-org/gitlab-runner/-/issues/39130
https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/5961

(cherry picked from commit 548798bd62843b70db2268085eba959fffcf64d6)
DeltaFile
+3-2devel/gitlab-runner/Makefile
+3-1devel/gitlab-runner/distinfo
+6-32 files

FreeBSD/ports 400202cdevel/gitlab-runner distinfo Makefile

devel/gitlab-runner: update to 18.6.1

This release includes the patch, so removed it.

Changes:        https://gitlab.com/gitlab-org/gitlab-runner/-/compare/v18.6.0...v18.6.1?from_project_id=250833
(cherry picked from commit d335d58e247a5829f8a7896e3fdc2a3bc5ed9178)
DeltaFile
+9-11devel/gitlab-runner/distinfo
+3-3devel/gitlab-runner/Makefile
+12-142 files

FreeBSD/ports e833968devel/glab distinfo pkg-plist

devel/glab: update to 1.78.2

Changes:        https://gitlab.com/gitlab-org/cli/-/releases
(cherry picked from commit fb4bac22c219c1e20d0dcaf3f48d822f48caf552)
DeltaFile
+5-5devel/glab/distinfo
+3-0devel/glab/pkg-plist
+1-1devel/glab/Makefile
+9-63 files

FreeBSD/ports a86f3dedevel/gitaly distinfo, www/gitlab Makefile Makefile.common

www/gitlab: major upgrade to 18.6

Changes:        https://about.gitlab.com/releases/2025/11/20/gitlab-18-6-released/
(cherry picked from commit a80e1726c2bc02d993e75188fc64eb317c4cec60)
DeltaFile
+18-18www/gitlab/Makefile
+14-14www/gitlab/files/patch-Gemfile
+11-9devel/gitaly/distinfo
+7-6www/gitlab/Makefile.common
+6-6www/gitlab/distinfo
+5-5www/gitlab-pages/distinfo
+61-5828 files not shown
+147-13634 files

FreeBSD/ports b582f3ewww/rubygem-rack-attack distinfo Makefile

www/rubygem-rack-attack: update to 6.8.0

Required for gitlab 18.6

Changes:        https://github.com/rack/rack-attack/blob/main/CHANGELOG.md
(cherry picked from commit 5f16e4d2cc5b5b8937110da4cd82b3abf3a01706)
DeltaFile
+3-3www/rubygem-rack-attack/distinfo
+2-2www/rubygem-rack-attack/Makefile
+5-52 files