13,076,204 commits found in 7 milliseconds
remove python3-setproctitle dependency
FreeNAS /freenas 684145d — src/middlewared/middlewared main.py worker.py, src/middlewared/middlewared/plugins zettarepl.py fix setting comm/cmdline buffers
plasma6-kglobalacceld: add an unversioned .so link
sddm: Fix rc script and minor patch for VirtualTerminal.cpp
freecad: fix build with pkgsrc-2025Q4
NetBSD /pkgsrc-wip a24242e — py-pyside6 PLIST distinfo, py-pyside6/patches patch-sources_pyside6_cmake_Macros_PySideModules.cmake patch-sources_pyside6_libpyside_CMakeLists.txt py-pyside6: update to 6.10.1
Builds with pkgsrc-2025Q4.
orocos-kdl: allow cmake 3.5 compatibility to fix build
NetBSD /pkgsrc-wip 5cb4b45 — prusaslicer distinfo, prusaslicer/patches patch-src_slic3r_GUI_RemovableDriveManager.cpp patch-src_slic3r_Utils_Bonjour.cpp prusaslicer: Fixed to build with pkgsrc-2025Q4 release.
www/squid: Fix LDAP SASL NETTLE build options
LDAP, SASL and NETTLE needs USES pkgconfig:build to be built.
Since pkgconfig is required for build with several other options, move
it to the general USES.
PR: 292070
textproc/moor: Update 2.9.6 => 2.10.1
Port changes:
- For patch, don't rely on line number to use REINPLACE_CMD since
it's not so reliable way to replace a string.
Changelogs:
- https://github.com/walles/moor/releases/tag/v2.10.0
- https://github.com/walles/moor/releases/tag/v2.10.1
PR: 292116
python312: Update to python312-3.12.12
python311: Update to python311-3.11.14
ftp/sftpgo: update to 2.7.0 and fix go version constraints
The port requires Go 1.25+, so mention that in the Makefile
Changelog: https://github.com/drakkan/sftpgo/releases/tag/v2.7.0
PR: 292041
python312: Update to python312-3.12.12
HardenedBSD /src 4393c14 — contrib/kyua/doc kyua-report-html.1.in kyua-report-junit.1.in, lib/libc/sys ioctl.2 Merge branch 'freebsd/14-stable/main' into hardened/14-stable/master
Merge branch 'freebsd/15-stable/main' into hardened/15-stable/main
LLVM /project 791e8bb — clang-tools-extra/clang-tidy/bugprone StdNamespaceModificationCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst [clang-tidy] Don't diagnose simply opening a namespace like `std::chrono` in `std-namespace-modification`
python311: Update to python311-3.11.14
python310: Update to 3.10.19
doc: Updated emulators/qemu7 to 7.2.22
qemu7: Update to qemu-7.2.22
This is exclusively a bug and security fix release that fixes a
use-after-free and various aborts.
doc: Updated ruby-gnome packages to 4.3.4
net/claws: Update to 0.5.2
ruby-gnome: update to 4.3.4.
Upstream changes:
https://github.com/ruby-gnome/ruby-gnome/releases/tag/4.3.4
Ruby-GNOME 4.3.4: 2025-12-02
Changes
All
* Improvements
+ MSYS2: Added system package information
o GH-1691
o GH-1692
o Patch by takuya kodama.
Ruby/GLib2
[10 lines not shown ] openssl: list SHA-3 digests in help output
Register sha3-{224,256,384,512} as dgst commands so they appear in
openssl help. Without this, SHA-3 support is easy to miss and looks
unsupported from the command line.
ok tb jsing
OpenBSD /ports D1R5uhT — databases/duckdb Makefile distinfo, databases/duckdb/patches patch-CMakeLists_txt databases/duckdb: update to 1.4.3
feedback from and ok sthen@
openssl dgst: drop unused cfg.m
Remove an unused intermediate EVP_MD pointer and assign digests
directly to cfg.md.
ok tb joel
fonts/ttfmkdir2: forgot to regen the patch sums
(part of previous)
CHANGES: ttmkfdir2 (fix UB noticed on tech-pkg)
fonts/ttmkfdir2: avoid undefined behavior
The function that produced the font foundry name was returning a
pointer to its own automatic storage for cases where it was generating
"misc" for an unknown foundry. This is just as invalid in C++ as it is
in C, and dressing it up in C++ goop just made it harder to see that
it was wrong.
XXX: There's half a dozen entries in the foundry table here that are
XXX: unmatchable because they're lower-case and it does toupper()
XXX: before matching.