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
|
Sunday, 27 Apr 2025
|
08:56 Gerald Pfeifer (gerald)
emulators/wine-devel: Update to Wine 10.5
This includes the following changes:
- Support for larger page sizes on ARM64 (which we don't enable yet).
- Pairing support in the Bluetooth driver.
- Vulkan H.264 decoding.
- Various bug fixes.
Include files/patch-dlls_ntdll_signal_x86_64.c, a patch of mine to fix
a build issue, that went upstream after this snapshot.
b063b15 |
08:12 Thierry Thomas (thierry) 
- lang/julia 1.10.3_6
Implementation of Julia, a language for technical computing
lang/julia: extension of expiry date
Two PRs with patch have been submitted: PR 278943 and PR 281237.
2f21185 |
07:40 Rodrigo Osorio (rodrigo)
devel/p5-autobox: update to 3.0.2
Changelog: https://metacpan.org/dist/autobox/changes
Major changes:
* breaking change:
the behaviour of UNIVERSAL methods like $native->can and
$native->isa is now defined as being the same as when autobox
is not enabled rather than "undefined". (technically, this
still falls under the rubric of "undefined", but the switch
from "don't know" to "don't" could break buggy code, so bump
for safety)
add DOES to the list of non-autoboxed methods
* switch to SemVer i.e. 2.86 (v2.860.0) -> 3.0.0 (v3.0.0)
* pgrade ppport.h from 3.35 -> 3.42
955f192 |
07:40 Rodrigo Osorio (rodrigo)
devel/p5-Test-Output: update to 1.036
Changelog: https://metacpan.org/dist/Test-Output/changes
67dc5c9 |
07:40 Rodrigo Osorio (rodrigo)
devel/p5-Test-Data: update to 1.248
Changelog: https://metacpan.org/dist/Test-Data/changes
89dd884 |
07:40 Rodrigo Osorio (rodrigo)
devel/p5-MooseX-Types-LoadableClass: update to 0.016
Changelog: https://metacpan.org/dist/MooseX-Types-LoadableClass/changes
dfc78fd |
07:40 Rodrigo Osorio (rodrigo)
devel/p5-MooseX-Types-Common: update to 0.001015
Changelog: https://metacpan.org/dist/MooseX-Types-Common/changes
b958ae7 |
07:40 Rodrigo Osorio (rodrigo)
devel/p5-Module-Extract-VERSION: update to 1.119
Changelog: https://metacpan.org/dist/Module-Extract-VERSION/changes
464ba99 |
07:40 Rodrigo Osorio (rodrigo)
devel/p5-Alien-cmake3: update to 0.09
Changelog: https://metacpan.org/dist/Alien-cmake3/changes
b9252d1 |
07:40 Rodrigo Osorio (rodrigo)
databases/p5-SQL-Interp: update to 1.28
Changelog: https://metacpan.org/dist/SQL-Interp/changes
d13b94d |
07:37 Kurt Jaeger (pi) Author: Björn Lemke
- devel/lfcbase 1.20.1
Collection of basic c++ classes, used for databases/cego
devel/lfcbase: update 1.20.0 -> 1.20.1
- Pager class ( windows resizing, added start of page and end of page option )
f5b5828 |
07:24 Kirill Ponomarev (krion) 
- www/miniflux 2.2.7
Self-hosted software to read RSS/Atom/JSON feeds
www/miniflux: Update to 2.2.7
PR: 285986
Reported by: dsh
f112b0c |
07:15 Emanuel Haupt (ehaupt) 
- x11/xterm 398
Terminal emulator for the X Window System
x11/xterm: Update to 398
ec74fad |
06:40 Yuri Victorovich (yuri) 
- misc/py-gpiozero 2.0.1
Simple interface to GPIO devices with Raspberry Pi
misc/py-gpiozero: New port: Simple interface to GPIO devices with Raspberry Pi
b218eaa
06:21 Oleksii Samorukov (samm)
databases/xtrabackup84: upgrade to 8.4.0-2
Changelog:
https://docs.percona.com/percona-xtrabackup/8.4/release-notes/8.4.0-2.html
12a5f1f |
05:32 Matthias Fechner (mfechner) Author: Einar Bjarni Halldórsson
security/py-certbot: added missing runtime dep py-typing-extensions
Fixes error message:
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 5, in <module>
from certbot.main import main
File "/usr/local/lib/python3.11/site-packages/certbot/main.py", line 6, in
<module>
from certbot._internal import main as internal_main
File "/usr/local/lib/python3.11/site-packages/certbot/_internal/main.py", line
20, in <module>
import josepy as jose
File "/usr/local/lib/python3.11/site-packages/josepy/__init__.py", line 41, in
<module>
from josepy.json_util import (
File "/usr/local/lib/python3.11/site-packages/josepy/json_util.py", line 25,
in <module>
from OpenSSL import crypto
File "/usr/local/lib/python3.11/site-packages/OpenSSL/__init__.py", line 8, in
<module>
from OpenSSL import SSL, crypto
File "/usr/local/lib/python3.11/site-packages/OpenSSL/SSL.py", line 42, in
<module>
from OpenSSL.crypto import (
File "/usr/local/lib/python3.11/site-packages/OpenSSL/crypto.py", line 26, in
<module>
from typing_extensions import deprecated
ModuleNotFoundError: No module named 'typing_extensions'
PR: 286283
Reported by: dweimer@dweimer.net
247856f |
05:17 Yuri Victorovich (yuri) 
- misc/rash 2.9.9
Declarative shell scripting using Rust native bindings
misc/rash: Broken on armv7
Reported by: fallout
fad3c15 |
05:16 Roman Bogorodskiy (novel)
devel/py-libvirt: update LICENSE
Use more appropriate license and also define LICENSE_FILE.
PR: 281904 (based on)
Submitted by: mew14930xvi <mew14930xvi@inbox.lv>
Sponsored by: The FreeBSD Foundation
5eb2e3a |
05:15 Yuri Victorovich (yuri) 
- misc/rash 2.9.9
Declarative shell scripting using Rust native bindings
misc/rash: update 2.9.7 → 2.9.9
e803465 |
05:05 Yuri Victorovich (yuri) 
- misc/py-torchvision 0.22.0
PyTorch: Datasets, transforms and models specific to computer vision
misc/py-torchvision: update 0.20.1 → 0.22.0
45accc3 |
04:44 Yuri Victorovich (yuri)
misc/py-timm: update 1.0.11 → 1.0.15
6a138a3 |
04:44 Yuri Victorovich (yuri)
sysutils/mise: update 2025.4.9 → 2025.4.10
Reported by: portscout
2d0bcdcc |
04:44 Yuri Victorovich (yuri)
net/shadowsocks-rust: update 1.23.1 → 1.23.2
Reported by: portscout
d1dc2db |
04:44 Yuri Victorovich (yuri)
security/zlint: update 3.6.5 → 3.6.6
Reported by: portscout
533a726 |
04:44 Yuri Victorovich (yuri)
devel/py-scooby: update 0.10.0 → 0.10.1
Reported by: portscout
65dd8ea |
04:44 Yuri Victorovich (yuri)
devel/py-blessed: update 1.20.0 → 1.21.0
Reported by: portscout
ac47e45 |
04:26 Matthias Fechner (mfechner) 2025Q2
- www/gitlab 17.11.1_1
Web GUI for managing git repositories
- www/rubygem-rqrcode-gitlab 2.2.0
Library for encoding QR Codes
- www/rubygem-rqrcode_core-gitlab 1.2.0
Ruby library for encoding QR Codes
www/gitlab: decouple from www/rubygem-rqrcode
This makes it possible to upgrade www/rubygem-rqrcode to version 3
which unbreaks it due to update of www/rubygem-rqrcode_core.
PR: 286372
(cherry picked from commit e5bf2131ff5710c26771c6c6a4d2541653c11436)
3bae97c
04:26 Matthias Fechner (mfechner) 2025Q2 | | |