1,254,909 commits found in 120 milliseconds
devel/jetbrains-phpstorm: Update to 2025.2.4
PR: 290701
Reported by: maintainer
devel/jetbrains-goland: Update to 2025.2.4
PR: 290700
Reported by: maintainer
databases/pgagroal: Mark BROKEN on i386
Fails to build with:
error: format specifies type 'unsigned long' but the argument has type
'unsigned int' [-Werror,-Wformat]
(cherry picked from commit 8a648e3368f2c927ba1acd3bea56d00870a38cd3 )
devel/jetbrains-webstorm: Update to 2025.2.4
PR: 290701
Reported by: maintainer
sysutils/reggae: Update to 0.5.0
PR: 291448
Reported by: maintainer
FreeBSD /ports c390852 — www/ungoogled-chromium/files patch-chrome_browser_about__flags.cc patch-chrome_browser_flag__descriptions.h www/ungoogled-chromium: update to 143.0.7499.40
Security: https://vuxml.freebsd.org/freebsd/ea34264d-d289-11f0-a15a-a8a1599412c6.html
(cherry picked from commit bd1d21666a743054354625e939a884d8ddf6010c )
FreeBSD /ports 70774db — www/chromium/files patch-chrome_browser_about__flags.cc patch-chrome_browser_flag__descriptions.h www/chromium: update to 143.0.7499.40
Security: https://vuxml.freebsd.org/freebsd/ea34264d-d289-11f0-a15a-a8a1599412c6.html
(cherry picked from commit 4c471c813b75c518d07ab8748c29b0b840276cad )
devel/pyenv: update to version 2.6.16
mail/p5-Sisimai: update 5.4.1 -> 5.5.0
Changelog: https://metacpan.org/dist/Sisimai/changes
misc/p5-Business-ISBN-Data: update 20251121 .001 -> 20251205 .001
Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
www/xurls: Use the default version of Go language
- Undeprecate the port
Suggested by: adamw (via email)
www/shiori: Use the default version of Go language
- Undeprecate the port
Reported by: adamw (via email)
audio/sonicradio: Use the default version of Go language
- Undeprecate the port
Reported by: adamw (via email)
net/k6: Update to 1.4.2
ChangeLog:
https://github.com/grafana/k6/releases/tag/v1.4.2
devel/glab: update to 1.79.0
Changes: https://gitlab.com/gitlab-org/cli/-/releases
FreeBSD /ports 54c2aa4 — audio/TonieToolbox Makefile distinfo, audio/TonieToolbox/files patch-pyproject.toml audio/TonieToolbox: fixed regression from 17b7192f71e43928b7d9781a042517858d9498f0
textproc/miller: Reset maintainership (private email, no longer runs FreeBSD)
Thanks to the outgoing maintainer!
While here, remove NOOP go version limiter.
FreeBSD /ports 02998ed — biology/hyphy Makefile distinfo, biology/hyphy/files patch-src_core_global__things.cpp biology/hyphy: Update to 2.5.88
Sponsored by: The FreeBSD Foundation
graphics/glslang: Update to 16.1.0
Changelog: https://github.com/KhronosGroup/glslang/blob/16.1.0/CHANGES.md
Reported by: GitHub (watch releases)
x11-fonts/plex-ttf: return to pool.
FreeBSD /ports 3b5e1f0 — net-im/telegram-desktop distinfo Makefile, net-im/telegram-desktop/files patch-Telegram_SourceFiles_platform_linux_current__geo__location__linux.cpp net-im/telegram-desktop: update: 6.3.4 -> 6.3.6
Sponsored by: tipi.work
net-im/tde2e: update: 1.8.56 -> 1.8.58
Sponsored by: tipi.work
net-mgmt/check_syncthing: Update 0.0.6 => 1.0.0, undeprecate
Changelog:
https://github.com/dsh2dsh/check_syncthing/releases/tag/v1.0.0
PR: 291433
devel/libthai: Bump PORTREVISION to force package rebuild
Force package rebuild after devel/libdatrie change.
Reported by: Frank Bartels <knarf at knarf.de>
dns/blocky: Unpin Go version number
Reported by: go (adamw)
sysutils/kopia: Update to 0.22.3
- Unpin Go version number [1]
Reported by: go (adamw) [1]
ChangeLog: https://github.com/kopia/kopia/releases/tag/v0.22.3
sysutils/hcloud: Update to 1.57.0
Doesn't need specify Go version so remove it.
Changelogs:
https://github.com/hetznercloud/cli/releases/tag/v1.56.0
https://github.com/hetznercloud/cli/releases/tag/v1.57.0
FreeBSD /src 3f709e4 — clang/include/clang/Parse Parser.h, clang/lib/CodeGen CGBuiltin.cpp Vendor import of llvm-project main llvmorg-21-init-19288-gface93e724f4, the last commit before the upstream release/21.x branch was created.
Delta File +30,222 -0 llvm/include/llvm/Testing/Demangle/DemangleTestCases.inc +952 -17,880 clang/lib/CodeGen/CGBuiltin.cpp +7,266 -2,300 clang/include/clang/Parse/Parser.h +8,137 -0 clang/lib/CodeGen/TargetBuiltins/ARM.cpp +5,436 -2,665 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp +2,759 -5,088 llvm/lib/Target/NVPTX/NVPTXIntrinsics.td +54,772 -27,933 8,189 files not shown +516,543 -374,423 8,195 files
textproc/py-gi-docgen: Update to 2025.5
PR: 290389
ip6: Add explicit lock order information to catch LOR
Over the past several years, we have had sporadic reports of a lock
order reversal between the tcphash lock and the in6_ifaddr_lock.
These seems to be hard to reproduce reliably, and the WITNESS backtrace
points to code which uses the correct locking order.
This commit adds the correct lock order explicitly to help us detect
the call stack which uses the incorrect locking order.
PR: 289184
Reported by: bz, gbe
Reviewed by: bz, glebius
Differential Revision: https://reviews.freebsd.org/D54088