notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
100 most recent commits (all timestamps are UTC)

FreshPorts has everything you want to know about FreeBSD software, ports, packages, applications, whatever term you want to use.

Yesterday's Commits | Quarterly Branch

Wednesday, 11 Dec 2024
20:51 Hiroki Tagato (tagattie) search for other commits by this committer
  • ftp/wcurl 2024.12.08 Simple wrapper around curl to easily download files
ftp/wcurl: update to 2024.12.08

Changelog: https://github.com/curl/wcurl/blob/v2024.12.08/CHANGELOG.md

Reported by:	portscout
commit hash: 9261f2157b61db42c1a408ecf31adeb2889ee36c commit hash: 9261f2157b61db42c1a408ecf31adeb2889ee36c commit hash: 9261f2157b61db42c1a408ecf31adeb2889ee36c commit hash: 9261f2157b61db42c1a408ecf31adeb2889ee36c 9261f21
20:46 Yuri Victorovich (yuri) search for other commits by this committer
20:46 Yuri Victorovich (yuri) search for other commits by this committer
20:40 Joerg Wunsch (joerg) search for other commits by this committer
devel/mspdebug: fix include order

The default include order in the Makefile preferred global directories
over local ones. Thus, ftdi.h from an installed libftdi was considered
instead of the internal ftdi.h, leading to compilation errors in this
situation.

Reported by:	holm@freibergnet.de
Approved by:	(maintainer timeout)
Differential Revision:	https://reviews.freebsd.org/D47975
commit hash: 506e265d16c472b3e691fc789734d25aef8e1ebc commit hash: 506e265d16c472b3e691fc789734d25aef8e1ebc commit hash: 506e265d16c472b3e691fc789734d25aef8e1ebc commit hash: 506e265d16c472b3e691fc789734d25aef8e1ebc 506e265
20:40 Joerg Wunsch (joerg) search for other commits by this committer
devel/msp430-debug-stack: fix udev config script

The udev config script wants to assign and use shell variables.  In
order for devd to correctly distinguish between internal and shell
variables, shell variables must always use braces ${...}.
commit hash: 4a23b974d4871f8abf0b86df0b96a9549866fab9 commit hash: 4a23b974d4871f8abf0b86df0b96a9549866fab9 commit hash: 4a23b974d4871f8abf0b86df0b96a9549866fab9 commit hash: 4a23b974d4871f8abf0b86df0b96a9549866fab9 4a23b97
20:40 Hiroki Tagato (tagattie) search for other commits by this committer
  • devel/task 3.40.1 Task runner / simpler Make alternative written in Go
devel/task: update to 3.40.1

Changelog: https://github.com/go-task/task/blob/v3.40.1/CHANGELOG.md

Reported by:	portscout
commit hash: b692994a0c25f23e9bac0ff03b274713f7f345bb commit hash: b692994a0c25f23e9bac0ff03b274713f7f345bb commit hash: b692994a0c25f23e9bac0ff03b274713f7f345bb commit hash: b692994a0c25f23e9bac0ff03b274713f7f345bb b692994
19:14 Kurt Jaeger (pi) search for other commits by this committer Author: Björn Lemke
databases/cego: update 2.49.16 -> 2.49.20

- Removed lockPool call in CegoAdminThread::srvExportTableSet and
  srvExportTable to avoid lock timeouts during long running exports
- Made some code cleanup in CegoAdminThread ( exception consolidation )
- db thread query history information, added timestamp and cost information
- Introduces new cgadm admin commands
  o queryhist last n
  o queryhist cost n
  to show the query history for all db threads in the db thread
  pool. The last n queries or the most expensive n queries are
  indicated
- Added query history suppport for cgadm screen mode
- CegoAdmScreen to fully support of query history feature
  ( last and full over all db threads ).
- Screen2:Grid schema patches added to satisfy new column alignment
  feature for Screen2
- Fix added in CegoDBThreadPool. CegoAdminThreadPool and CegoLogThreadPool.
  If database hostname is not defined, the corresponding service is served
  on any hostname. This avoids confusion regarding IPv4 and IPv6 host
  configuration ( e.g. on MacOSX Sequoia, java seems to
  handle localhost always as IPv4 127.0.0.1, while on POSIX layer,
  it is mapped to ::1, a bit strange )
- Added new lfcbase Net::serve6 method to db, admin and log threadpool.
  If no hostname is defined in database xml, an IP dual stack
  configuration is set up.
commit hash: 9789c73f37998c9e24fc3839e1d2b0db8133a165 commit hash: 9789c73f37998c9e24fc3839e1d2b0db8133a165 commit hash: 9789c73f37998c9e24fc3839e1d2b0db8133a165 commit hash: 9789c73f37998c9e24fc3839e1d2b0db8133a165 9789c73
19:13 Kurt Jaeger (pi) search for other commits by this committer Author: Björn Lemke
  • devel/lfcxml 1.3.8 C++ XML library, used for databases/cego
devel/lfcxml: update 1.3.7 -> 1.3.8

- Patches added for pretty printing xml string
commit hash: 4dffb2d27749e950270e696f8fa8ea894bfbff91 commit hash: 4dffb2d27749e950270e696f8fa8ea894bfbff91 commit hash: 4dffb2d27749e950270e696f8fa8ea894bfbff91 commit hash: 4dffb2d27749e950270e696f8fa8ea894bfbff91 4dffb2d
19:10 Kurt Jaeger (pi) search for other commits by this committer Author: Björn Lemke
  • devel/lfcbase 1.18.11 Collection of basic c++ classes, used for databases/cego
devel/lfcbase: update 1.18.8 -> 1.18.11

- patch for Screen2::Message class, since width and height may change
  for messages, window should be allocated new after each setInfo method call
- patch for Screen2::Grid class to support left and right alignment
  for data cols
- Added Net::serve6 method to handle v46 protocol an any adress.
- In new method Net::serve6, added setsockopt to disable IPV6_V6ONLY.
  This is required for FreeBSD build, since as default FreeBSD binds
  single stack
commit hash: 96e189a25446e0dee886a1a644acc0cbe43bfbc8 commit hash: 96e189a25446e0dee886a1a644acc0cbe43bfbc8 commit hash: 96e189a25446e0dee886a1a644acc0cbe43bfbc8 commit hash: 96e189a25446e0dee886a1a644acc0cbe43bfbc8 96e189a
17:33 Piotr Kubaj (pkubaj) search for other commits by this committer
sysutils/mprocs: fix build by removing outdated patch
commit hash: c14550d3bcf17e109f0b9a770380989020c15740 commit hash: c14550d3bcf17e109f0b9a770380989020c15740 commit hash: c14550d3bcf17e109f0b9a770380989020c15740 commit hash: c14550d3bcf17e109f0b9a770380989020c15740 c14550d
17:33 Piotr Kubaj (pkubaj) search for other commits by this committer
java/intellij-ultimate: fix build on powerpc64le

install  -s -m 0644
/wrkdirs/usr/ports/java/intellij-ultimate/work/jna/com/sun/jna/freebsd-powerpc64le/libjnidispatch.so
/wrkdirs/usr/ports/java/intellij-ultimate/work/stage/usr/local/share/intellij-ultimate/lib/jna/
install:
/wrkdirs/usr/ports/java/intellij-ultimate/work/jna/com/sun/jna/freebsd-powerpc64le/libjnidispatch.so:
No such file or directory
commit hash: 0a0fe0bf5486c617fdf692c23abec28525dcf653 commit hash: 0a0fe0bf5486c617fdf692c23abec28525dcf653 commit hash: 0a0fe0bf5486c617fdf692c23abec28525dcf653 commit hash: 0a0fe0bf5486c617fdf692c23abec28525dcf653 0a0fe0b
17:29 Piotr Kubaj (pkubaj) search for other commits by this committer
biology/seqwish: disable march=native, fixing build on non-x86

Contrary to the removed comment, it doesn't break compilation, tested on amd64.
commit hash: 440dfcc986d1b3e205cfc758956a646f1719eeca commit hash: 440dfcc986d1b3e205cfc758956a646f1719eeca commit hash: 440dfcc986d1b3e205cfc758956a646f1719eeca commit hash: 440dfcc986d1b3e205cfc758956a646f1719eeca 440dfcc
17:29 Piotr Kubaj (pkubaj) search for other commits by this committer
  • security/libhydrogen 0.0.0.g20240509_1 Lightweight, secure, easy-to-use crypto library for constrained environments
security/libhydrogen: disable march=native, fixing build on non-amd64 / non-x86
commit hash: f26a053fe016f254dbf07f6d311a41b93d446862 commit hash: f26a053fe016f254dbf07f6d311a41b93d446862 commit hash: f26a053fe016f254dbf07f6d311a41b93d446862 commit hash: f26a053fe016f254dbf07f6d311a41b93d446862 f26a053
17:29 Piotr Kubaj (pkubaj) search for other commits by this committer
multimedia/obs-studio: fix build on powerpc64le

/wrkdirs/usr/ports/multimedia/obs-studio/work/obs-studio-30.2.3/libobs/graphics/../util/simde/x86/sse2.h:1793:58:
error: Current handling of vector bool and vector pixel types in this context
are deprecated. The default behaviour will soon change to that implied by the
'-altivec-compat=xl' option [-Werror,-Wdeprecated-altivec-src-compat]
 1793 |         r_.i64 = HEDLEY_STATIC_CAST(__typeof__(r_.i64), (a_.f64 !=
b_.f64));
commit hash: aaa90fdb184994bb6a155d7ed5059b9f4bd66825 commit hash: aaa90fdb184994bb6a155d7ed5059b9f4bd66825 commit hash: aaa90fdb184994bb6a155d7ed5059b9f4bd66825 commit hash: aaa90fdb184994bb6a155d7ed5059b9f4bd66825 aaa90fd
17:29 Piotr Kubaj (pkubaj) search for other commits by this committer
  • misc/koboldcpp 1.78 Simple way to run GGML and GGUF AI models with a KoboldAI WebUI
misc/koboldcpp: fix build on powerpc*

immintrin.h is not available on powerpc / powerpc64 and requires VSX on
powerpc64le.
commit hash: 600465f88b34c0cf552f0732b6e99eb51b8bcb2f commit hash: 600465f88b34c0cf552f0732b6e99eb51b8bcb2f commit hash: 600465f88b34c0cf552f0732b6e99eb51b8bcb2f commit hash: 600465f88b34c0cf552f0732b6e99eb51b8bcb2f 600465f
17:29 Piotr Kubaj (pkubaj) search for other commits by this committer
devel/premake5: fix build on powerpc*

cc -o build/bootstrap/premake_bootstrap -DPREMAKE_NO_BUILTIN_SCRIPTS
-DLUA_USE_POSIX -DLUA_USE_DLOPEN -I"contrib/lua/src" -I"contrib/luashim"
src/host/*.c contrib/lua/src/lapi.c contrib/lua/src/lbaselib.c
contrib/lua/src/lbitlib.c contrib/lua/src/lcode.c contrib/lua/src/lcorolib.c
contrib/lua/src/lctype.c contrib/lua/src/ldblib.c contrib/lua/src/ldebug.c
contrib/lua/src/ldo.c contrib/lua/src/ldump.c contrib/lua/src/lfunc.c
contrib/lua/src/lgc.c contrib/lua/src/linit.c contrib/lua/src/liolib.c
contrib/lua/src/llex.c contrib/lua/src/lmathlib.c contrib/lua/src/lmem.c
contrib/lua/src/loadlib.c contrib/lua/src/lobject.c contrib/lua/src/lopcodes.c
contrib/lua/src/loslib.c contrib/lua/src/lparser.c contrib/lua/src/lstate.c
contrib/lua/src/lstring.c contrib/lua/src/lstrlib.c contrib/lua/src/ltable.c
contrib/lua/src/ltablib.c contrib/lua/src/ltm.c contrib/lua/src/lundump.c
contrib/lua/src/lutf8lib.c contrib/lua/src/lvm.c contrib/lua/src/lzio.c  -lm
src/host/os_hostarch.c:11:20: error: use of undeclared identifier
'PLATFORM_ARCHITECTURE'
   11 |         lua_pushstring(L, PLATFORM_ARCHITECTURE);
      |                           ^
1 error generated.
commit hash: 19a36b338b808052dcda42843d3d63c1728d6ec8 commit hash: 19a36b338b808052dcda42843d3d63c1728d6ec8 commit hash: 19a36b338b808052dcda42843d3d63c1728d6ec8 commit hash: 19a36b338b808052dcda42843d3d63c1728d6ec8 19a36b3
17:28 Piotr Kubaj (pkubaj) search for other commits by this committer
multimedia/librespot: fix build on powerpc64le

 
/wrkdirs/usr/ports/multimedia/librespot/work/librespot-0.6.0/cargo-crates/aws-lc-sys-0.22.0/aws-lc/crypto/fipsmodule/cpucap/cpu_ppc64le.c:72:28:
error: call to undeclared function 'getauxval'; ISO C99 and later do not support
implicit function declarations [-Werror,-Wimplicit-function-declaration]
     72 |   OPENSSL_ppc64le_hwcap2 = getauxval(AT_HWCAP2);
        |                            ^
  1 error generated.
commit hash: a171f900541f1370a14d0a218322da21fa7bdf2e commit hash: a171f900541f1370a14d0a218322da21fa7bdf2e commit hash: a171f900541f1370a14d0a218322da21fa7bdf2e commit hash: a171f900541f1370a14d0a218322da21fa7bdf2e a171f90
17:28 Piotr Kubaj (pkubaj) search for other commits by this committer
  • lang/php84 8.4.1 PHP Scripting Language (8.4.X branch)
www/php84-opcache: fix build on non-amd64 / non-i386

post-configure step unconditionally tried to use JIT source, even when JIT was
disabled in ports (on aarch64) or in the source (powerpc*, riscv*, armv7),
which caused build breakage.

This commit checks whether JIT is supported (currently it is only on aarch64,
amd64 and i386) and only then uses JIT sources.
It also enables JIT on aarch64, which was disabled previously.
commit hash: 9df694a48dced4125478aff98b3af12410c8bc6b commit hash: 9df694a48dced4125478aff98b3af12410c8bc6b commit hash: 9df694a48dced4125478aff98b3af12410c8bc6b commit hash: 9df694a48dced4125478aff98b3af12410c8bc6b 9df694a
17:28 Piotr Kubaj (pkubaj) search for other commits by this committer
  • games/openrct2 0.4.17 Open source re-implementation of RollerCoaster Tycoon 2
games/openrct2: update to 0.4.17

Changelog:	https://github.com/OpenRCT2/OpenRCT2/releases/tag/v0.4.17
commit hash: e11a06dc7ea4a9c30b58eca6c587cb6a99670911 commit hash: e11a06dc7ea4a9c30b58eca6c587cb6a99670911 commit hash: e11a06dc7ea4a9c30b58eca6c587cb6a99670911 commit hash: e11a06dc7ea4a9c30b58eca6c587cb6a99670911 e11a06d
17:28 Piotr Kubaj (pkubaj) search for other commits by this committer
emulators/mgba: update to 0.10.4

Emulation fixes:
 - GB Audio: Fix audio envelope timing resetting too often (fixes
mgba.io/i/3164)
 - GB I/O: Fix STAT writing IRQ trigger conditions (fixes mgba.io/i/2501)
 - GBA GPIO: Fix gyro read-out start (fixes mgba.io/i/3141)
 - GBA I/O: Fix HALTCNT access behavior (fixes mgba.io/i/2309)
 - GBA I/O: Fix audio register 8-bit write behavior (fixes mgba.io/i/3086)
 - GBA Serialize: Properly restore GPIO register state (fixes mgba.io/i/3294)
 - GBA SIO: Fix MULTI mode SIOCNT bit 7 writes on secondary GBAs (fixes
mgba.io/i/3110)
Other fixes:
 - Core: Fix patch autoloading leaking the file handle
 - GB: Fix uninitialized save data when loading undersized temporary saves
 - GB, GBA Core: Fix memory leak if reloading debug symbols
 - GB Serialize: Prevent loading invalid states where LY >= 144 in modes other
than 1
 - GBA Audio: Fix crash if audio FIFOs and timers get out of sync
 - GBA Audio: Fix crash in audio subsampling if timing lockstep breaks
 - GBA Core: Fix loading symbols from ELF files if the file doesn't end with
.elf
 - GBA Memory: Let raw access read high MMIO addresses
 - Qt: Fix crash when applying changes to GB I/O registers in I/O view
 - Qt: Fix LCDC background priority/enable bit being mis-mapped in I/O view
 - Qt: Fix saving named states breaking when screenshot states disabled (fixes
mgba.io/i/3320)
 - Qt: Fix potential crash on Wayland with OpenGL (fixes mgba.io/i/3276)
 - Qt: Fix installer updates if a version number is in the filename (fixes
mgba.io/i/3109)
 - Updater: Fix updating appimage across filesystems
Misc:
 - Qt: Make window corners square on Windows 11 (fixes mgba.io/i/3285)
 - Switch: Add bilinear filtering option (closes mgba.io/i/3111)
 - Vita: Add imc0 and xmc0 mount point support
commit hash: e8fd0c082035a4abc41a63015c28d9196a19f7ab commit hash: e8fd0c082035a4abc41a63015c28d9196a19f7ab commit hash: e8fd0c082035a4abc41a63015c28d9196a19f7ab commit hash: e8fd0c082035a4abc41a63015c28d9196a19f7ab e8fd0c0
14:52 Thomas Zander (riggs) search for other commits by this committer
  • net/traefik 3.2.1 High availability reverse proxy and load balancer
net/traefik: Update to upstream release 3.2.1

Details:
- Move traefik to the 3.2 branch, release details see:
  https://github.com/traefik/traefik/releases/tag/v3.2.1
- The breaking config changes between the previous 3.1 and 3.2 are
  mostly limited to Kubernetes, see:
  https://doc.traefik.io/traefik/migration/v3/#v31-to-v32

MFH:		2024Q4
commit hash: 0ba0e86947dffa339fc9e88a2952b4a47d1e78d1 commit hash: 0ba0e86947dffa339fc9e88a2952b4a47d1e78d1 commit hash: 0ba0e86947dffa339fc9e88a2952b4a47d1e78d1 commit hash: 0ba0e86947dffa339fc9e88a2952b4a47d1e78d1 0ba0e86
14:52 Thomas Zander (riggs) search for other commits by this committer
audio/musicpd: Update to upstream version 0.23.16

Bugfix release, see:
https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.16/NEWS

MFH:		2024Q4
commit hash: 67ffb76fdf2dffc73f97646fe45a8b55212494f3 commit hash: 67ffb76fdf2dffc73f97646fe45a8b55212494f3 commit hash: 67ffb76fdf2dffc73f97646fe45a8b55212494f3 commit hash: 67ffb76fdf2dffc73f97646fe45a8b55212494f3 67ffb76
14:48 Alexey Dokuchaev (danfe) search for other commits by this committer
lang/algol68g: update Algol 68 Genie to version 3.5.10

Reported by:	portscout
commit hash: f82e5a27b917f23e883ff01569e4eb9fd1eea9dc commit hash: f82e5a27b917f23e883ff01569e4eb9fd1eea9dc commit hash: f82e5a27b917f23e883ff01569e4eb9fd1eea9dc commit hash: f82e5a27b917f23e883ff01569e4eb9fd1eea9dc f82e5a2
14:36 Yasuhiro Kimura (yasu) search for other commits by this committer
sysutils/lockfile-progs: Update to 0.2.0

ChangeLog:	https://tracker.debian.org/news/1593225/accepted-lockfile-progs-020-source-into-unstable/
commit hash: d1f94b3a7ec6bb76e9c4f11d32966260a0fc75e3 commit hash: d1f94b3a7ec6bb76e9c4f11d32966260a0fc75e3 commit hash: d1f94b3a7ec6bb76e9c4f11d32966260a0fc75e3 commit hash: d1f94b3a7ec6bb76e9c4f11d32966260a0fc75e3 d1f94b3
14:13 Baptiste Daroussin (bapt) search for other commits by this committer
filesystems/openzfs-kmod: mark as broken everywhere
commit hash: d276f8ffd8e57bcff358e659658f8b4de2abf258 commit hash: d276f8ffd8e57bcff358e659658f8b4de2abf258 commit hash: d276f8ffd8e57bcff358e659658f8b4de2abf258 commit hash: d276f8ffd8e57bcff358e659658f8b4de2abf258 d276f8f
14:09 Robert Nagy (rnagy) search for other commits by this committer 2024Q4
  • www/chromium 131.0.6778.139 Google web browser based on WebKit
www/chromium: update to 131.0.6778.139

Security:	https://vuxml.freebsd.org/freebsd/aeee5ebd-356c-49c1-8959-7c88981de5fd.html
Security:	https://vuxml.freebsd.org/freebsd/3d5b7860-48ad-48c2-aa36-601b8ab9cc43.html
(cherry picked from commit d5403e7eb37c379deb17380bd23d726cc30f580e)
commit hash: a7875c61c22593e8175838518163701440ab2fa2 commit hash: a7875c61c22593e8175838518163701440ab2fa2 commit hash: a7875c61c22593e8175838518163701440ab2fa2 commit hash: a7875c61c22593e8175838518163701440ab2fa2 a7875c6
14:08 Robert Nagy (rnagy) search for other commits by this committer
  • www/chromium 131.0.6778.139 Google web browser based on WebKit
www/chromium: update to 131.0.6778.139

Security:	https://vuxml.freebsd.org/freebsd/aeee5ebd-356c-49c1-8959-7c88981de5fd.html
Security:	https://vuxml.freebsd.org/freebsd/3d5b7860-48ad-48c2-aa36-601b8ab9cc43.html
commit hash: d5403e7eb37c379deb17380bd23d726cc30f580e commit hash: d5403e7eb37c379deb17380bd23d726cc30f580e commit hash: d5403e7eb37c379deb17380bd23d726cc30f580e commit hash: d5403e7eb37c379deb17380bd23d726cc30f580e d5403e7
14:07 Robert Nagy (rnagy) search for other commits by this committer
security/vuxml: add www/*chromium < 131.0.6778.139

Obtained
from:	https://chromereleases.googleblog.com/2024/12/stable-channel-update-for-desktop_10.html
Obtained
from:	https://chromereleases.googleblog.com/2024/12/stable-channel-update-for-desktop.html
commit hash: 327c49946f636a8ce09085f353361d3778a03021 commit hash: 327c49946f636a8ce09085f353361d3778a03021 commit hash: 327c49946f636a8ce09085f353361d3778a03021 commit hash: 327c49946f636a8ce09085f353361d3778a03021 327c499
12:23 Kirill Ponomarev (krion) search for other commits by this committer
sysutils/cbsd-mq-api: Update to 0.4

Changes: https://github.com/cbsd/cbsd-mq-api/releases/tag/v0.4
commit hash: 100c6871a8e720d79e3b3de841055460d0167ffd commit hash: 100c6871a8e720d79e3b3de841055460d0167ffd commit hash: 100c6871a8e720d79e3b3de841055460d0167ffd commit hash: 100c6871a8e720d79e3b3de841055460d0167ffd 100c687
12:12 Joseph Mingrone (jrm) search for other commits by this committer
  • lang/sbcl 2.4.11_1,1 Common Lisp development system derived from the CMU CL system
lang/sbcl: Backport fix for SBCL bug #2090967

A change introduced in SBCL 2.4.11 caused build failures for downstream
projects such as StumpWM.  For details, see:
https://bugs.launchpad.net/sbcl/+bug/2090967.

Backport a fix from the SBCL master branch to address the build issue
for x11-wm/stumpwm.

Approved by:	krion (maintainer, via IRC)
Differential Revision:	https://reviews.freebsd.org/D47995
commit hash: 0710b9ab10eadde4b89478195f3ec68f53ff7796 commit hash: 0710b9ab10eadde4b89478195f3ec68f53ff7796 commit hash: 0710b9ab10eadde4b89478195f3ec68f53ff7796 commit hash: 0710b9ab10eadde4b89478195f3ec68f53ff7796 0710b9a
11:55 Christoph Moench-Tegeder (cmt) search for other commits by this committer 2024Q4
  • mail/thunderbird 128.5.2 Mozilla Thunderbird is standalone mail and news that stands above This port version is marked as vulnerable. 
mail/thunderbird: update to 128.5.2 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/128.5.2esr/releasenotes/

(cherry picked from commit 50f5d5bcbc14633e758d62897acbf87f0c5be735)
commit hash: a364cffbbafb4b9bff96d4709815bb696b05ee9e commit hash: a364cffbbafb4b9bff96d4709815bb696b05ee9e commit hash: a364cffbbafb4b9bff96d4709815bb696b05ee9e commit hash: a364cffbbafb4b9bff96d4709815bb696b05ee9e a364cff
11:53 Christoph Moench-Tegeder (cmt) search for other commits by this committer
  • mail/thunderbird 128.5.2 Mozilla Thunderbird is standalone mail and news that stands above This port version is marked as vulnerable. 
mail/thunderbird: update to 128.5.2 (rc1)

Release Notes:
  https://www.thunderbird.net/en-US/thunderbird/128.5.2esr/releasenotes/
commit hash: 50f5d5bcbc14633e758d62897acbf87f0c5be735 commit hash: 50f5d5bcbc14633e758d62897acbf87f0c5be735 commit hash: 50f5d5bcbc14633e758d62897acbf87f0c5be735 commit hash: 50f5d5bcbc14633e758d62897acbf87f0c5be735 50f5d5b
11:26 Yuri Victorovich (yuri) search for other commits by this committer
security/trufflehog: update 3.63.11 → 3.86.0
commit hash: b7de747f1a78b1ea6c0635a66639e6c34c6513fd commit hash: b7de747f1a78b1ea6c0635a66639e6c34c6513fd commit hash: b7de747f1a78b1ea6c0635a66639e6c34c6513fd commit hash: b7de747f1a78b1ea6c0635a66639e6c34c6513fd b7de747
11:26 Yuri Victorovich (yuri) search for other commits by this committer
sysutils/mise: update 2024.12.0 → 2024.12.5

Reported by:	portscout
commit hash: 865311d3577687306e5d0d67cc3ceffab2f79e80 commit hash: 865311d3577687306e5d0d67cc3ceffab2f79e80 commit hash: 865311d3577687306e5d0d67cc3ceffab2f79e80 commit hash: 865311d3577687306e5d0d67cc3ceffab2f79e80 865311d
11:26 Yuri Victorovich (yuri) search for other commits by this committer
graphics/filament: update 1.55.0 → 1.56.3

Reported by:	portscout
commit hash: 9df16f72c8b209afe693c4c3fbf4733c7e38a7c9 commit hash: 9df16f72c8b209afe693c4c3fbf4733c7e38a7c9 commit hash: 9df16f72c8b209afe693c4c3fbf4733c7e38a7c9 commit hash: 9df16f72c8b209afe693c4c3fbf4733c7e38a7c9 9df16f7
11:26 Yuri Victorovich (yuri) search for other commits by this committer
  • devel/spyder 6.0.3 Scientific PYthon Development EnviRonment, an alternative to IDLE
devel/spyder: update 6.0.1 → 6.0.3

Reported by:	portscout
commit hash: bafcfedf8d8ad4b6bb8263a5453ccc83663c4351 commit hash: bafcfedf8d8ad4b6bb8263a5453ccc83663c4351 commit hash: bafcfedf8d8ad4b6bb8263a5453ccc83663c4351 commit hash: bafcfedf8d8ad4b6bb8263a5453ccc83663c4351 bafcfed
11:26 Yuri Victorovich (yuri) search for other commits by this committer
japanese/py-SudachiPy: update 0.6.8 → 0.6.9
commit hash: 07bb365f88a5564dd7cb538ea0df9b6f0255b1a0 commit hash: 07bb365f88a5564dd7cb538ea0df9b6f0255b1a0 commit hash: 07bb365f88a5564dd7cb538ea0df9b6f0255b1a0 commit hash: 07bb365f88a5564dd7cb538ea0df9b6f0255b1a0 07bb365
11:26 Yuri Victorovich (yuri) search for other commits by this committer
  • graphics/f3d 2.5.1 Fast and minimalist 3D viewer
  • graphics/{,py-}f3d: update 2.5.0 → 2.5.1
    
    Reported by:	portscout
    commit hash: 6f242600fcd487d9b6ef645433853ebeddf1e24c commit hash: 6f242600fcd487d9b6ef645433853ebeddf1e24c commit hash: 6f242600fcd487d9b6ef645433853ebeddf1e24c commit hash: 6f242600fcd487d9b6ef645433853ebeddf1e24c 6f24260
11:26 Yuri Victorovich (yuri) search for other commits by this committer
databases/surrealdb: update 2.0.4 → 2.1.3

Reported by:	portscout
commit hash: 16c8f604f34cc29c72d9f381b793d29fd21030ab commit hash: 16c8f604f34cc29c72d9f381b793d29fd21030ab commit hash: 16c8f604f34cc29c72d9f381b793d29fd21030ab commit hash: 16c8f604f34cc29c72d9f381b793d29fd21030ab 16c8f60
11:26 Yuri Victorovich (yuri) search for other commits by this committer
devel/py-monty: update 2024.10.21 → 2024.12.10

Reported by:	portscout
commit hash: 110ee573f74092d4c5844ef1ca221b7a3f91e379 commit hash: 110ee573f74092d4c5844ef1ca221b7a3f91e379 commit hash: 110ee573f74092d4c5844ef1ca221b7a3f91e379 commit hash: 110ee573f74092d4c5844ef1ca221b7a3f91e379 110ee57
11:26 Yuri Victorovich (yuri) search for other commits by this committer
  • net-p2p/aeron 1.46.7 Reliable UDP unicast, UDP multicast, and IPC message transportnew!
net-p2p/aeron: update 1.44.6 → 1.46.7

Reported by:	portscout
commit hash: 421b5b4534a0c06576e5061fcf21fddd46c247c0 commit hash: 421b5b4534a0c06576e5061fcf21fddd46c247c0 commit hash: 421b5b4534a0c06576e5061fcf21fddd46c247c0 commit hash: 421b5b4534a0c06576e5061fcf21fddd46c247c0 421b5b4
11:26 Yuri Victorovich (yuri) search for other commits by this committer
misc/py-openai: update 1.57.0 → 1.57.2

Reported by:	portscout
commit hash: d799d43a1ea6f43899cfaf584e7d6c13603f3a1e commit hash: d799d43a1ea6f43899cfaf584e7d6c13603f3a1e commit hash: d799d43a1ea6f43899cfaf584e7d6c13603f3a1e commit hash: d799d43a1ea6f43899cfaf584e7d6c13603f3a1e d799d43
11:26 Yuri Victorovich (yuri) search for other commits by this committer
  • lang/quilc 1.26.0_7 Optimizing Quil compiler (for quantum computing)
lang/quilc: Fix checksum

... because the unversioned file changed again.

Reported by:	fallout
commit hash: e9ecab3a6d4cc76a276ce948cd60e410f7fa2edd commit hash: e9ecab3a6d4cc76a276ce948cd60e410f7fa2edd commit hash: e9ecab3a6d4cc76a276ce948cd60e410f7fa2edd commit hash: e9ecab3a6d4cc76a276ce948cd60e410f7fa2edd e9ecab3
11:09 Jimmy Olgeni (olgeni) search for other commits by this committer
net/nats-server: update to version 2.10.23
commit hash: 3b950f70f4f22f680ff84462549b520b8843e909 commit hash: 3b950f70f4f22f680ff84462549b520b8843e909 commit hash: 3b950f70f4f22f680ff84462549b520b8843e909 commit hash: 3b950f70f4f22f680ff84462549b520b8843e909 3b950f7
11:04 Jason E. Hale (jhale) search for other commits by this committer
  • net-im/kaidan 0.10.0 User-friendly XMPP client for every device
net-im/kaidan: Update to 0.10.0
commit hash: 548983ad7cfe996c906c5b99277bf1514b6ec4ed commit hash: 548983ad7cfe996c906c5b99277bf1514b6ec4ed commit hash: 548983ad7cfe996c906c5b99277bf1514b6ec4ed commit hash: 548983ad7cfe996c906c5b99277bf1514b6ec4ed 548983a
11:04 Jason E. Hale (jhale) search for other commits by this committer
  • net-im/qxmpp 1.9.2 XMPP client library based on Qt and C++
net-im/qxmpp: Update to 1.9.2

https://github.com/qxmpp-project/qxmpp/releases/tag/v1.9.2
commit hash: a082f27b2295422c6623d88c72ee4b0d2ac31c35 commit hash: a082f27b2295422c6623d88c72ee4b0d2ac31c35 commit hash: a082f27b2295422c6623d88c72ee4b0d2ac31c35 commit hash: a082f27b2295422c6623d88c72ee4b0d2ac31c35 a082f27
10:43 Wen Heping (wen) search for other commits by this committer
math/R-cran-inline: Update to 0.3.20
commit hash: e180a6ce65805a32120cd768348bb2aa942768ed commit hash: e180a6ce65805a32120cd768348bb2aa942768ed commit hash: e180a6ce65805a32120cd768348bb2aa942768ed commit hash: e180a6ce65805a32120cd768348bb2aa942768ed e180a6c
10:19 Nuno Teixeira (eduardo) search for other commits by this committer
devel/R-cran-testthat: Update to 3.2.2

ChangeLog: https://cloud.r-project.org/web/packages/testthat/news/news.html
commit hash: d353d43ffbe42eebe7ceb409c6af869b54bfa2aa commit hash: d353d43ffbe42eebe7ceb409c6af869b54bfa2aa commit hash: d353d43ffbe42eebe7ceb409c6af869b54bfa2aa commit hash: d353d43ffbe42eebe7ceb409c6af869b54bfa2aa d353d43
10:19 Nuno Teixeira (eduardo) search for other commits by this committer
devel/R-cran-lubridate: Update to 1.9.4

ChangeLog: https://cran.r-project.org/web/packages/lubridate/news/news.html
commit hash: 4027e7635cbd3039d9f4f07ee74391eaa2838fc1 commit hash: 4027e7635cbd3039d9f4f07ee74391eaa2838fc1 commit hash: 4027e7635cbd3039d9f4f07ee74391eaa2838fc1 commit hash: 4027e7635cbd3039d9f4f07ee74391eaa2838fc1 4027e76
10:19 Nuno Teixeira (eduardo) search for other commits by this committer
math/R-cran-RcppArmadillo: Update to 14.2.2-1

ChangeLog: https://cran.r-project.org/web/packages/RcppArmadillo/news.html
commit hash: 5167d86cdcd20112993866102463720f8a9ada92 commit hash: 5167d86cdcd20112993866102463720f8a9ada92 commit hash: 5167d86cdcd20112993866102463720f8a9ada92 commit hash: 5167d86cdcd20112993866102463720f8a9ada92 5167d86
09:48 Alexander Leidinger (netchild) search for other commits by this committer
www/nginx-ultimate-bad-bot-blocker: Update to a recent version.

Only small changes to the installed scripts. The data part is
handled by the update script anyway.

PR:		283151
commit hash: ec4007708a003cbb6e970eeac0236c36c0017f78 commit hash: ec4007708a003cbb6e970eeac0236c36c0017f78 commit hash: ec4007708a003cbb6e970eeac0236c36c0017f78 commit hash: ec4007708a003cbb6e970eeac0236c36c0017f78 ec40077
09:48 Alexander Leidinger (netchild) search for other commits by this committer
devel/sonarqube-community: Update plugins.
commit hash: 34275b043466aad05ad7361c8b77a150416f2993 commit hash: 34275b043466aad05ad7361c8b77a150416f2993 commit hash: 34275b043466aad05ad7361c8b77a150416f2993 commit hash: 34275b043466aad05ad7361c8b77a150416f2993 34275b0
09:15 Matthias Fechner (mfechner) search for other commits by this committer
09:15 Matthias Fechner (mfechner) search for other commits by this committer
devel/rubygem-json-schema: update to 5.1.1

Changes:	https://github.com/voxpupuli/json-schema/blob/master/CHANGELOG.md
commit hash: 380e906b03100e0d9322fadf19e55ae090bfa83b commit hash: 380e906b03100e0d9322fadf19e55ae090bfa83b commit hash: 380e906b03100e0d9322fadf19e55ae090bfa83b commit hash: 380e906b03100e0d9322fadf19e55ae090bfa83b 380e906
09:15 Matthias Fechner (mfechner) search for other commits by this committer
textproc/rubygem-nokogiri: update to 1.16.8

Changes:	https://github.com/sparklemotion/nokogiri/releases
commit hash: 10b26325d47ee00ffb3f30996de63f7776830a82 commit hash: 10b26325d47ee00ffb3f30996de63f7776830a82 commit hash: 10b26325d47ee00ffb3f30996de63f7776830a82 commit hash: 10b26325d47ee00ffb3f30996de63f7776830a82 10b2632
09:15 Matthias Fechner (mfechner) search for other commits by this committer
www/rubygem-http-cookie: update to 1.0.8

Changes:	https://github.com/sparklemotion/http-cookie/releases
commit hash: 20092c10ca75541ff436a076ac11b3fde36748a5 commit hash: 20092c10ca75541ff436a076ac11b3fde36748a5 commit hash: 20092c10ca75541ff436a076ac11b3fde36748a5 commit hash: 20092c10ca75541ff436a076ac11b3fde36748a5 20092c1
08:59 Wen Heping (wen) search for other commits by this committer
  • www/ilias 9.6 Powerful, dynamic, PHP and MySQL based e-learning platform
www/ilias: Update to 9.6
commit hash: f2d8c2c31cb81f9bd94cc8dd020e6fe8b00b5497 commit hash: f2d8c2c31cb81f9bd94cc8dd020e6fe8b00b5497 commit hash: f2d8c2c31cb81f9bd94cc8dd020e6fe8b00b5497 commit hash: f2d8c2c31cb81f9bd94cc8dd020e6fe8b00b5497 f2d8c2c
08:36 Wen Heping (wen) search for other commits by this committer
  • www/elgg 6.1.1 Blogging and social networking platform
www/elgg: Update to 6.1.1
commit hash: fab8561adf709be7d5b188f2c94bec92ff171628 commit hash: fab8561adf709be7d5b188f2c94bec92ff171628 commit hash: fab8561adf709be7d5b188f2c94bec92ff171628 commit hash: fab8561adf709be7d5b188f2c94bec92ff171628 fab8561
08:26 Ronald Klop (ronald) search for other commits by this committer
databases/mongodb80: update to 8.0.4

Changes and announcement:
https://www.mongodb.com/community/forums/t/mongodb-8-0-4-is-released/307122?u=r_k
commit hash: 96d78c0507e56622d41e4d08545f2f032e4c6ab7 commit hash: 96d78c0507e56622d41e4d08545f2f032e4c6ab7 commit hash: 96d78c0507e56622d41e4d08545f2f032e4c6ab7 commit hash: 96d78c0507e56622d41e4d08545f2f032e4c6ab7 96d78c0
06:19 Yuri Victorovich (yuri) search for other commits by this committer 2024Q4
graphics/oculante: Broken on arm64

Reported by:	fallout

(cherry picked from commit 8bc858544338f08bc842a8492f38ff4bd638da60)
commit hash: 0ca0be4ae9db2a693ceae90519cc722d93090b8e commit hash: 0ca0be4ae9db2a693ceae90519cc722d93090b8e commit hash: 0ca0be4ae9db2a693ceae90519cc722d93090b8e commit hash: 0ca0be4ae9db2a693ceae90519cc722d93090b8e 0ca0be4
06:17 Yuri Victorovich (yuri) search for other commits by this committer 2024Q4
games/emptyepsilon: update 2021.06.23 → 2024.12.08

(cherry picked from commit 5cd5e48a0e6079c1bbf92b2ae00850109b79d386)
commit hash: 585e45049b6a5f715816fb547684a0511c80b482 commit hash: 585e45049b6a5f715816fb547684a0511c80b482 commit hash: 585e45049b6a5f715816fb547684a0511c80b482 commit hash: 585e45049b6a5f715816fb547684a0511c80b482 585e450
06:01 Yuri Victorovich (yuri) search for other commits by this committer
devel/cargo-spellcheck: Broken on armv7

Reported by:	fallout
commit hash: 68840d5c764aff7a7a083be416eebc8ce93d446d commit hash: 68840d5c764aff7a7a083be416eebc8ce93d446d commit hash: 68840d5c764aff7a7a083be416eebc8ce93d446d commit hash: 68840d5c764aff7a7a083be416eebc8ce93d446d 68840d5
06:01 Yuri Victorovich (yuri) search for other commits by this committer
science/py-segyio: Remove invalid code in setup.py

... that breaks build on 15 (only).
commit hash: ba50837727b0fd58b9013047d2b98a644d1fa395 commit hash: ba50837727b0fd58b9013047d2b98a644d1fa395 commit hash: ba50837727b0fd58b9013047d2b98a644d1fa395 commit hash: ba50837727b0fd58b9013047d2b98a644d1fa395 ba50837
04:53 Zsolt Udvari (uzsolt) search for other commits by this committer
devel/R-cran-parsedate: Update to 1.3.2

Take maintainership.

Reported by:	portscout
commit hash: f047dd42987d808a3ac95bacc22d240b2ff1bda6 commit hash: f047dd42987d808a3ac95bacc22d240b2ff1bda6 commit hash: f047dd42987d808a3ac95bacc22d240b2ff1bda6 commit hash: f047dd42987d808a3ac95bacc22d240b2ff1bda6 f047dd4
04:04 Yuri Victorovich (yuri) search for other commits by this committer
  • science/shelxle 1.0.1697_1 Graphical user interface for small-molecule structure refinement
science/shelxle: Switch to Qt6
commit hash: 0f8b5da2a8ab406b113032022d272884342fef83 commit hash: 0f8b5da2a8ab406b113032022d272884342fef83 commit hash: 0f8b5da2a8ab406b113032022d272884342fef83 commit hash: 0f8b5da2a8ab406b113032022d272884342fef83 0f8b5da
Tuesday, 10 Dec 2024
21:49 Yuri Victorovich (yuri) search for other commits by this committer
  • devel/nanobind 2.4.0 Tiny and efficient C++/Python bindings (C++ version)
devel/nanobind: Update comments
commit hash: 8d21c2b2d552fb620833840a248ccefa55460397 commit hash: 8d21c2b2d552fb620833840a248ccefa55460397 commit hash: 8d21c2b2d552fb620833840a248ccefa55460397 commit hash: 8d21c2b2d552fb620833840a248ccefa55460397 8d21c2b
21:49 Yuri Victorovich (yuri) search for other commits by this committer
21:34 Palle Girgensohn (girgen) search for other commits by this committer
net-mgmt/telegraf: Update to 1.33.0

Release notes:	https://github.com/influxdata/telegraf/releases/tag/v1.33.0
commit hash: 0a5c132dd45a3e7939c9cf7034e4e445239d8c8d commit hash: 0a5c132dd45a3e7939c9cf7034e4e445239d8c8d commit hash: 0a5c132dd45a3e7939c9cf7034e4e445239d8c8d commit hash: 0a5c132dd45a3e7939c9cf7034e4e445239d8c8d 0a5c132
21:00 Vladimir Druzenko (vvd) search for other commits by this committer Author: Alexandre Labarre
games/minecraft-server: Update 1.21.1 → 1.21.3

Changelogs:
https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-2
https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-3

PR:		282305
Approved by:	Jonathan Price <freebsd@jonathanprice.org> (maintainer)
commit hash: 845b62d4d25f802c624c18c4ae51a16397b97d3d commit hash: 845b62d4d25f802c624c18c4ae51a16397b97d3d commit hash: 845b62d4d25f802c624c18c4ae51a16397b97d3d commit hash: 845b62d4d25f802c624c18c4ae51a16397b97d3d 845b62d
20:37 Dima Panov (fluffy) search for other commits by this committer Author: Bartek thindil Jasicki
emulators/wine-proton: update to version 9.0-3 (+)

PR:	282697

Sponsored by:	Future Crew, LLC
commit hash: 377e01b8ea3a15d3ca18dfb467966a5600a444c9 commit hash: 377e01b8ea3a15d3ca18dfb467966a5600a444c9 commit hash: 377e01b8ea3a15d3ca18dfb467966a5600a444c9 commit hash: 377e01b8ea3a15d3ca18dfb467966a5600a444c9 377e01b
20:34 Dima Panov (fluffy) search for other commits by this committer
  • ports-mgmt/synth 3.03 Custom package repository builder for FreeBSD and DragonFly
ports-mgmt/synth: update to 3.03 release (+)

Relax ncurses dependency

PR:	281595, 283236
commit hash: 7f2adb43fa1e7590cd958a7399892f0c2c4deef0 commit hash: 7f2adb43fa1e7590cd958a7399892f0c2c4deef0 commit hash: 7f2adb43fa1e7590cd958a7399892f0c2c4deef0 commit hash: 7f2adb43fa1e7590cd958a7399892f0c2c4deef0 7f2adb4
20:31 Joseph Mingrone (jrm) search for other commits by this committer Author: Älven
biology/hyphy: Update to 2.5.64

PR:		283028
commit hash: f7b1e0ec49b6360f713428b32d6aad2f514a50f8 commit hash: f7b1e0ec49b6360f713428b32d6aad2f514a50f8 commit hash: f7b1e0ec49b6360f713428b32d6aad2f514a50f8 commit hash: f7b1e0ec49b6360f713428b32d6aad2f514a50f8 f7b1e0e
19:40 Daniel Engberg (diizzy) search for other commits by this committer
net/uriparser: Utilize framework for unit tests

Instead of having unit tests as an option and enabled by default
build when requested.

PR:		283184
Reviewed by:	Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
commit hash: 197b5473c2c2f1e899dd234f6f9a76307e89453b commit hash: 197b5473c2c2f1e899dd234f6f9a76307e89453b commit hash: 197b5473c2c2f1e899dd234f6f9a76307e89453b commit hash: 197b5473c2c2f1e899dd234f6f9a76307e89453b 197b547
19:40 Daniel Engberg (diizzy) search for other commits by this committer
  • archivers/libzip 1.11.2 C library for reading, creating, and modifying ZIP archives
archivers/libzip: Update to 1.11.2

Changelog: https://github.com/nih-at/libzip/releases/tag/v1.11.2

PR:		283056
Reviewed by:	rakuco (maintainer)
commit hash: 10da00dd35dfd86a3cdd0a9e8dd84d6057587409 commit hash: 10da00dd35dfd86a3cdd0a9e8dd84d6057587409 commit hash: 10da00dd35dfd86a3cdd0a9e8dd84d6057587409 commit hash: 10da00dd35dfd86a3cdd0a9e8dd84d6057587409 10da00d
19:40 Daniel Engberg (diizzy) search for other commits by this committer
security/intel-ipsec-mb: Only build unit tests upon request

Instead on building unit tests every time just do it when requested

Approved by:	portmgr (blanket, build fix)
commit hash: 835d5954f5ba9b2cbb516c0d7293b185045d5023 commit hash: 835d5954f5ba9b2cbb516c0d7293b185045d5023 commit hash: 835d5954f5ba9b2cbb516c0d7293b185045d5023 commit hash: 835d5954f5ba9b2cbb516c0d7293b185045d5023 835d595
19:10 Fernando Apesteguía (fernape) search for other commits by this committer
security/vuxml: Add mozilla vulnerabilities

 * CVE-2024-11692
 * CVE-2024-11696
 * CVE-2024-11697
 * CVE-2024-11699
commit hash: eb66f4658087fd0fe83d8f5c30fa084f95c58c2b commit hash: eb66f4658087fd0fe83d8f5c30fa084f95c58c2b commit hash: eb66f4658087fd0fe83d8f5c30fa084f95c58c2b commit hash: eb66f4658087fd0fe83d8f5c30fa084f95c58c2b eb66f46
19:03 Guido Falsi (madpilot) search for other commits by this committer
graphics/ocaml-cairo: Update to 0.6.5
commit hash: 91e1a16e4253606a5c2b549f266feeae68d0fbb8 commit hash: 91e1a16e4253606a5c2b549f266feeae68d0fbb8 commit hash: 91e1a16e4253606a5c2b549f266feeae68d0fbb8 commit hash: 91e1a16e4253606a5c2b549f266feeae68d0fbb8 91e1a16
19:03 Guido Falsi (madpilot) search for other commits by this committer
x11-toolkits/girara: Update to 0.4.5
commit hash: 5042ee23415ae3f36a2e61ac01737671a60b49fd commit hash: 5042ee23415ae3f36a2e61ac01737671a60b49fd commit hash: 5042ee23415ae3f36a2e61ac01737671a60b49fd commit hash: 5042ee23415ae3f36a2e61ac01737671a60b49fd 5042ee2
18:36 Gabriel M. Dutra (dutra) search for other commits by this committer
textproc/tui-journal: Update to 0.13.1

Add FreeBSD install instructions to README
Add Config path via CLI & State Path configurable & Fix default state path
commit hash: f5daffffe722b4f2c56dba0bde6fa4615a36a5bb commit hash: f5daffffe722b4f2c56dba0bde6fa4615a36a5bb commit hash: f5daffffe722b4f2c56dba0bde6fa4615a36a5bb commit hash: f5daffffe722b4f2c56dba0bde6fa4615a36a5bb f5dafff
18:17 Vladimir Druzenko (vvd) search for other commits by this committer Author: Martin Pala
  • sysutils/monit 5.34.3 Unix system management and proactive monitoring
sysutils/monit: Update 5.34.2 → 5.34.3

Changelog:
https://mmonit.com/monit/changes/#5.34.3

PR:	283237
commit hash: 9ab8a539cd67363f647568d28b673408c91bae64 commit hash: 9ab8a539cd67363f647568d28b673408c91bae64 commit hash: 9ab8a539cd67363f647568d28b673408c91bae64 commit hash: 9ab8a539cd67363f647568d28b673408c91bae64 9ab8a53
17:48 Larry Rosenman (ler) search for other commits by this committer
  • archivers/zip 3.0_3 Create/update ZIP files compatible with PKZIP
archivers/zip: honor CC & CFLAGS

and release maintainership

PR:	270985
Reported by: Eric Camachat <eric@camachat.org>
commit hash: fa3634bb050bdc7a84e29038c5533d9d1dca844f commit hash: fa3634bb050bdc7a84e29038c5533d9d1dca844f commit hash: fa3634bb050bdc7a84e29038c5533d9d1dca844f commit hash: fa3634bb050bdc7a84e29038c5533d9d1dca844f fa3634b
17:27 Joseph Mingrone (jrm) search for other commits by this committer Author: Pierre Pronchery
security/osv-scanner: Update to 1.9.1

This now requires Go 1.23.

Changelog:	https://github.com/google/osv-scanner/releases/tag/v1.9.1
PR:		282822
Approved by:	maintainer timeout
Sponsored by:	The FreeBSD Foundation
commit hash: a78f1bc536506716d296d07087e028c07ada45d3 commit hash: a78f1bc536506716d296d07087e028c07ada45d3 commit hash: a78f1bc536506716d296d07087e028c07ada45d3 commit hash: a78f1bc536506716d296d07087e028c07ada45d3 a78f1bc
17:12 Fernando Apesteguía (fernape) search for other commits by this committer
  • graphics/peps 2.0_9 Converts EPS images to anti-aliased bitmaps Deprecated Expiration Date
graphics-peps: Deprecate

Ancient port with upstream gone.
Dependency of deprecated textproc/docproj-legacy

PR:		282043
Reported by:	diizzy@FreeBSD.org
commit hash: 288a1365923b2dd17ba01acd732cd4f483c38c0a commit hash: 288a1365923b2dd17ba01acd732cd4f483c38c0a commit hash: 288a1365923b2dd17ba01acd732cd4f483c38c0a commit hash: 288a1365923b2dd17ba01acd732cd4f483c38c0a 288a136
17:08 Hajimu UMEMOTO (ume) search for other commits by this committer
16:47 Jason E. Hale (jhale) search for other commits by this committer
audio/strawberry: Update to 1.2.3

https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.2.3
commit hash: 3196b8be7ff5e8756846474136122d496ea21631 commit hash: 3196b8be7ff5e8756846474136122d496ea21631 commit hash: 3196b8be7ff5e8756846474136122d496ea21631 commit hash: 3196b8be7ff5e8756846474136122d496ea21631 3196b8b
15:57 Gabriel M. Dutra (dutra) search for other commits by this committer
11:56 Rene Ladan (rene) search for other commits by this committer
  • devel/ocaml-seq 0.2.2_1 Compatibility library for the iterator type of OCaml Deleted Deprecated Expired
    • MOVED
    • devel/ocaml-seq: Remove expired port
      
      2024-12-10 devel/ocaml-seq: Seq is provided by lang/ocaml.
      commit hash: 5aa8fda73c5a73a707dc2237475d72a3353070e9 commit hash: 5aa8fda73c5a73a707dc2237475d72a3353070e9 commit hash: 5aa8fda73c5a73a707dc2237475d72a3353070e9 commit hash: 5aa8fda73c5a73a707dc2237475d72a3353070e9 5aa8fda
11:49 Rene Ladan (rene) search for other commits by this committer
net/ooni-probe-cli: update to 3.24.0, use Go 1.22

PR:		282991
Approved by:	maintainer timeout (egypcio, 14 days)
commit hash: 2a7e259db5a9d50cc647ea5bf6dfcd5557d3157f commit hash: 2a7e259db5a9d50cc647ea5bf6dfcd5557d3157f commit hash: 2a7e259db5a9d50cc647ea5bf6dfcd5557d3157f commit hash: 2a7e259db5a9d50cc647ea5bf6dfcd5557d3157f 2a7e259
10:49 Yuri Victorovich (yuri) search for other commits by this committer
misc/llama-cpp: update 4285 → 4295

Reported by:	portscout
commit hash: dd4f6131e6d7b407a76a5322db9b771714962857 commit hash: dd4f6131e6d7b407a76a5322db9b771714962857 commit hash: dd4f6131e6d7b407a76a5322db9b771714962857 commit hash: dd4f6131e6d7b407a76a5322db9b771714962857 dd4f613
10:49 Yuri Victorovich (yuri) search for other commits by this committer
math/scorec-core: update 3.0.1 → 3.0.2

Reported by:	portscout
commit hash: c22b2d500937f548b299599124833bc6534bf5e3 commit hash: c22b2d500937f548b299599124833bc6534bf5e3 commit hash: c22b2d500937f548b299599124833bc6534bf5e3 commit hash: c22b2d500937f548b299599124833bc6534bf5e3 c22b2d5
10:20 Nicola Vitale (nivit) search for other commits by this committer
net-im/linux-discord: Update to 0.0.77
commit hash: 0c1b3a3e1cdc57df1111611d3d3b426a313e640f commit hash: 0c1b3a3e1cdc57df1111611d3d3b426a313e640f commit hash: 0c1b3a3e1cdc57df1111611d3d3b426a313e640f commit hash: 0c1b3a3e1cdc57df1111611d3d3b426a313e640f 0c1b3a3
10:06 Nuno Teixeira (eduardo) search for other commits by this committer
  • shells/xonsh 0.19.0 Python-powered, cross-platform, Unix-gazing shell
shells/xonsh: Update to 0.19.0

ChangeLog: https://github.com/xonsh/xonsh/releases/tag/0.19.0
commit hash: af3bc6a2cac362432e8f545afac31b0b8926c4ab commit hash: af3bc6a2cac362432e8f545afac31b0b8926c4ab commit hash: af3bc6a2cac362432e8f545afac31b0b8926c4ab commit hash: af3bc6a2cac362432e8f545afac31b0b8926c4ab af3bc6a
09:09 Robert Clausecker (fuz) search for other commits by this committer 2024Q4
textproc/htmldoc: update to 1.9.20

A bug fix update, fixing some issues with 1.9.19

Changelog: https://github.com/michaelrsweet/htmldoc/releases/tag/v1.9.20

MFH:		2024Q4
(cherry picked from commit a2471355cba0da9dd4fa1e012608647bd1945858)
commit hash: 170bc318815f52a37bdb64b6d6b3a2194d2a4ee6 commit hash: 170bc318815f52a37bdb64b6d6b3a2194d2a4ee6 commit hash: 170bc318815f52a37bdb64b6d6b3a2194d2a4ee6 commit hash: 170bc318815f52a37bdb64b6d6b3a2194d2a4ee6 170bc31
09:09 Robert Clausecker (fuz) search for other commits by this committer Author: Martin Filla 2024Q4
  • lang/nyan 0.3.1 Data description language designed for openage
lang/nyan: update to 0.3.1

Changelog: https://github.com/SFTtech/nyan/releases/tag/v0.3.1

PR:		283199
MFH:		2024Q4
(cherry picked from commit 7e9d0a1ef70ae19a62871ffe847f1010ca444e51)
commit hash: 02cebb1e833997dd73b735695bb26565d9b7e3f8 commit hash: 02cebb1e833997dd73b735695bb26565d9b7e3f8 commit hash: 02cebb1e833997dd73b735695bb26565d9b7e3f8 commit hash: 02cebb1e833997dd73b735695bb26565d9b7e3f8 02cebb1e
09:09 Robert Clausecker (fuz) search for other commits by this committer Author: Jan Bramkamp 2024Q4
sysutils/runwhen: Bump revision for devel/skalibs

Bump port revision from 3 to 4 to force rebuild
with skalibs-2.14.1.1.

PR:		283100
MFH:		2024Q4
(cherry picked from commit f1cf98c55600424e747e67e6ecd1c7bf223f0f79)
commit hash: d4bc5945b15b7d08bff9192df33a8d9dfcf2ab0b commit hash: d4bc5945b15b7d08bff9192df33a8d9dfcf2ab0b commit hash: d4bc5945b15b7d08bff9192df33a8d9dfcf2ab0b commit hash: d4bc5945b15b7d08bff9192df33a8d9dfcf2ab0b d4bc594
09:09 Robert Clausecker (fuz) search for other commits by this committer Author: Jan Bramkamp 2024Q4
sysutils/s6-rc: Update to version 0.5.5.0

Changelog: https://git.skarnet.org/cgi-bin/cgit.cgi/s6-rc/plain/NEWS

PR:		283100, 282021
MFH:		2024Q4
(cherry picked from commit 67a5a85b3e6717e1cf14cca34998bddeda4c1860)
commit hash: f7ed942b22f39617c58a3e7a6855d14a7449eb4e commit hash: f7ed942b22f39617c58a3e7a6855d14a7449eb4e commit hash: f7ed942b22f39617c58a3e7a6855d14a7449eb4e commit hash: f7ed942b22f39617c58a3e7a6855d14a7449eb4e f7ed942
09:09 Robert Clausecker (fuz) search for other commits by this committer Author: Jan Bramkamp 2024Q4
sysutils/s6: Update to version 2.13.1.0

Changelog: https://git.skarnet.org/cgi-bin/cgit.cgi/s6/plain/NEWS

PR:		283100, 282021
MFH:		2024Q4
Reported by:	Saj Goonatilleke <sg@redu.cx>

(cherry picked from commit 5a326a79614f751c7bee8e43c107027f3d57bbae)
commit hash: f4604bc95f5bb5ba55df45f14cf377f6240ad430 commit hash: f4604bc95f5bb5ba55df45f14cf377f6240ad430 commit hash: f4604bc95f5bb5ba55df45f14cf377f6240ad430 commit hash: f4604bc95f5bb5ba55df45f14cf377f6240ad430 f4604bc
09:09 Robert Clausecker (fuz) search for other commits by this committer Author: Jan Bramkamp 2024Q4
  • lang/execline 2.9.6.1 Lightweight non-interactive sh(1)-like scripting language
lang/execline: Update to version 2.9.6.1

Changelog: https://git.skarnet.org/cgi-bin/cgit.cgi/execline/plain/NEWS

PR:		283100, 282021
MFH:		2024Q4
(cherry picked from commit 00547944126e6bbcea8cd6760586610c69170af5)
commit hash: 234be95b762489b14d702c4a90377a504c0f93b7 commit hash: 234be95b762489b14d702c4a90377a504c0f93b7 commit hash: 234be95b762489b14d702c4a90377a504c0f93b7 commit hash: 234be95b762489b14d702c4a90377a504c0f93b7 234be95
09:09 Robert Clausecker (fuz) search for other commits by this committer Author: Jan Bramkamp 2024Q4
  • devel/skalibs 2.14.3.0 General purpose C libraries used by skarnet.org software
devel/skalibs: Update to version 2.14.3.0

Upstream changes:

 - Important bugfixes for some of the software stack.
 - New function: fork_newpid(), forking a process in a new pid
   namespace on Linux (and returning -1 ENOSYS on other systems).
 - QoL: IOPAUSE_EXCEPT will now always trigger IOPAUSE_READ or
   IOPAUSE_WRITE as well, which means error handling before the IO
   primitive is now unnecessary.

PR:		283100, 282021
MFH:		2024Q4
(cherry picked from commit d866f8bfec4b780b2fe0c9b1d4f90508b7c99862)
commit hash: 24d93475a168bb1d620e28d67852d7449d9c108d commit hash: 24d93475a168bb1d620e28d67852d7449d9c108d commit hash: 24d93475a168bb1d620e28d67852d7449d9c108d commit hash: 24d93475a168bb1d620e28d67852d7449d9c108d 24d9347
09:05 Robert Clausecker (fuz) search for other commits by this committer Author: Kreeblah
news/nzbhydra2: Update to 7.9.0

Changelog: https://github.com/theotherp/nzbhydra2/releases

PR:		282717
Approved by:	marcel@herrbischoff.com (maintainer timeout)
commit hash: 76c731519733848b96ed9e649c4d580332d32cc0 commit hash: 76c731519733848b96ed9e649c4d580332d32cc0 commit hash: 76c731519733848b96ed9e649c4d580332d32cc0 commit hash: 76c731519733848b96ed9e649c4d580332d32cc0 76c7315

Yesterday's Commits | Quarterly Branch