213,203 commits found in 59 milliseconds
net/samba: fix build with llvm22
The cast to char* is correct because quotactl() is older than the
invention of void*.
net/libaccounts-glib: pass the right pointer to fix build with llvm22
ok ajacoutot@
net/libaccounts-glib: pass the right pointer to fix build with llvm22
ok ajacoutot@
Update to 0.13.2
OK sthen
update to py3-pipx-1.12.0
OpenBSD /ports TlASsYn — sysutils/sleuthkit distinfo Makefile, sysutils/sleuthkit/patches patch-configure_ac patch-man_sorter_1 update 4.14.0 -> 4.15.0
configure.ac needed some tweak, no idea where this macro is defined otherwise
Rerolled tarball from upstream.
OpenBSD /ports 5Uye1qD — sysutils/py-tsk Makefile distinfo, sysutils/py-tsk/patches patch-setup_py update 20200117 -> 20260418
for unknown reason, I forgot to actually do the update
in February. So take MAINTAINER, and update now to latest
update 20240505 -> 20260411
OpenBSD /ports RtkVA2W — security/py-dfdatetime distinfo Makefile, security/py-dfdatetime/pkg PLIST update 20251018 -> 20260411
OpenBSD /ports EBUPQom — security/py-artifacts Makefile distinfo, security/py-artifacts/pkg PLIST update 20250913 -> 20260421
update 20251118 -> 20260506
script validate-definitions now "properly" self installs as validate_definitions
update 20240407 -> 20260411
new dep to py-yaml
Add MODPY_WANTLIB to CHECK_LIB_DEPENDS_ARGS in the python module
When the python module is in scope, usually the WANTLIB lists are quite
big and it's very easy to miss a hardcoded python314 or similar, as shown
by recent mistakes I made. Having this expanded and at the start of the
WANTLIB list gives a hint that one needs to pay attention and might help
reduce mishaps.
tested & ok sthen
update to py3-trove-classifiers-2026.5.20.19
update to py3-editables-0.6
OpenBSD /ports Nj7FrY9 — www/gitea distinfo Makefile, www/gitea/patches patch-custom_conf_app_example_ini Update gitea 1.26.1 - > 1.26.2
Changelog: https://github.com/go-gitea/gitea/releases/tag/v1.26.2
update to py3-ldap-3.4.7
OpenBSD /ports XIboZqy — databases/py-lmdb Makefile distinfo, databases/py-lmdb/patches patch-pyproject_toml update to py3-lmdb-2.2.0
Add build/run dependency on devel/kf6/kirigami
Spotted by sthen@, thanks
Update to libphonenumber-9.0.31.
Update to cloud-sql-proxy-2.22.0.
Update to amazon-ssm-agent-3.3.4515.0.
Disable text to speech support to unbreak runtime:
ld.so: stellarium: can't load library 'libQt6TextToSpeech.so.1.0'
Disable text to speech support otherwise it picks up x11/qt6/qtspeech.
reported by Jerome Pinot
OpenBSD /ports OuFRSU9 — databases/ruby-hiera-eyaml distinfo Makefile, databases/ruby-hiera-eyaml/pkg PLIST update 4.3.0 -> 5.0.1
Fix runtime of a few utilities with python >=3.14 (lack of URLopener).
from Josh Grosse
Update to Ruby 4.0.5
Fixes CVE-2026-46727 : Use-after-free in pthread-based getaddrinfo timeout handler
Drop class.c patch added for 4.0.4, no longer needed with included rdoc update.
Update KDE Frameworks 6.26.0
https://kde.org/announcements/frameworks/6/6.26.0/
fmirror: fix printf format warnings, use socklen_t instead of size_t
fixes build with llvm22