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

Monday, 28 Apr 2025
05:55 Emanuel Haupt (ehaupt) search for other commits by this committer Author: Daniel Engberg
audio/sidplayfp: Update to 2.13.1

PR:		286262
commit hash: c8de91ee78e106c6e5929918ca98fc3cac3569c3 commit hash: c8de91ee78e106c6e5929918ca98fc3cac3569c3 commit hash: c8de91ee78e106c6e5929918ca98fc3cac3569c3 commit hash: c8de91ee78e106c6e5929918ca98fc3cac3569c3 c8de91e
02:13 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Armin Shirazi
02:06 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: SyoBoN
japanese/cskk: update to 3.2.0

Changes: https://github.com/naokiri/cskk/releases/tag/v3.2.0

PR:		286379
commit hash: bd140a5939552d3ef8509a0caf5938d53513d259 commit hash: bd140a5939552d3ef8509a0caf5938d53513d259 commit hash: bd140a5939552d3ef8509a0caf5938d53513d259 commit hash: bd140a5939552d3ef8509a0caf5938d53513d259 bd140a5
01:40 Yuri Victorovich (yuri) search for other commits by this committer Author: Getz Mikalsen
01:27 Yuri Victorovich (yuri) search for other commits by this committer
  • devel/gsl-lite 0.42.0 Implementation of the C++ Core Guidelines Support Librarynew!
  • devel/gsl-lite: New port: Implementation of the C++ Core Guidelines Support
    Library
    commit hash: 6df600eb4a604f171a50f65a6c9f95b532c7cb65 commit hash: 6df600eb4a604f171a50f65a6c9f95b532c7cb65 commit hash: 6df600eb4a604f171a50f65a6c9f95b532c7cb65 commit hash: 6df600eb4a604f171a50f65a6c9f95b532c7cb65 6df600e
01:27 Yuri Victorovich (yuri) search for other commits by this committer
  • devel/lace 1.4.2_1 Implementation of work-stealing in C
devel/lace: Broken on i386; Remove -march=native

Reported by:	fallout
commit hash: dd69e8cd4248d381ee924d0602a5034b6549c14a commit hash: dd69e8cd4248d381ee924d0602a5034b6549c14a commit hash: dd69e8cd4248d381ee924d0602a5034b6549c14a commit hash: dd69e8cd4248d381ee924d0602a5034b6549c14a dd69e8c
01:20 Vladimir Druzenko (vvd) search for other commits by this committer Author: William Carrel
  • net-im/snac 2.75 Simple, minimalistic ActivityPub instance written in portable C
net-im/snac: update 2.74 → 2.75

Release notes:
https://codeberg.org/grunfink/snac2/src/tag/2.75/RELEASE_NOTES.md

PR:		286339
Approved by:	Matthew Phillips <matthew@matthewphillips.info> (maintainer)
commit hash: 9c97008e6a4fea594eef72254b478b80add66727 commit hash: 9c97008e6a4fea594eef72254b478b80add66727 commit hash: 9c97008e6a4fea594eef72254b478b80add66727 commit hash: 9c97008e6a4fea594eef72254b478b80add66727 9c97008
01:00 Yasuhiro Kimura (yasu) search for other commits by this committer
security/py-certbot: Revert "added missing runtime dep py-typing-extensions"

This reverts commit 247856f790fa0917e0461097cd6ce64493a6f447.

According to backtrace in commit message of commit 247856f790fa,
typing_extensions is imported from
site-packages/OpenSSL/crypto.py. And it belongs to not certbot but
pyOpenSSL. So devel/py-typing-extensions should be added to
RUN_DEPENDS of security/py-openssl that is indirect runtime dependency
of certbot.

PR:		286283
Approved by:	portmgr (implicit, just fix it)
commit hash: 6acd25c9e86cc28c49341d0f824cb762eeabe807 commit hash: 6acd25c9e86cc28c49341d0f824cb762eeabe807 commit hash: 6acd25c9e86cc28c49341d0f824cb762eeabe807 commit hash: 6acd25c9e86cc28c49341d0f824cb762eeabe807 6acd25c
00:59 Yasuhiro Kimura (yasu) search for other commits by this committer
security/py-openssl: Add devel/py-typing-extensions to RUN_DEPENDS

Unless typing-extensions is installed, runtime error happens as
following.

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:	Dean E. Weimer
Approved by:	portmgr (implicit, just fix it)
Fixes:		e4937425f2b1 security/py-openssl: Update to 25.0.0
commit hash: 4c8cf03f5bd4a6868e2217071bb55ec698cbbbd0 commit hash: 4c8cf03f5bd4a6868e2217071bb55ec698cbbbd0 commit hash: 4c8cf03f5bd4a6868e2217071bb55ec698cbbbd0 commit hash: 4c8cf03f5bd4a6868e2217071bb55ec698cbbbd0 4c8cf03
00:56 Yasuhiro Kimura (yasu) search for other commits by this committer
Makefile: Fix `make index` on FreeBSD 13

With recent main branch `make index` causes following warning message
on FreeeBSD 13.

make_index: Circular dependency loop found: glib-2.84.1_2,2 depends upon itself.

And it generates empty index file.

The issue seems to happen because /usr/libexec/make_index is used on
FreeBSD 13. So fix it by changing Makefile so Tools/make_index is
always used.

PR:		285999
Approved by:	portmgr (implicit, just fix it)
commit hash: 08721b3f06620b328fe9071649ed84b207ebcd06 commit hash: 08721b3f06620b328fe9071649ed84b207ebcd06 commit hash: 08721b3f06620b328fe9071649ed84b207ebcd06 commit hash: 08721b3f06620b328fe9071649ed84b207ebcd06 08721b3
Sunday, 27 Apr 2025
23:26 Vladimir Druzenko (vvd) search for other commits by this committer Author: Thomas Dreibholz
net/subnetcalc: Update 2.6.1 => 2.6.4

Changelog:
https://github.com/dreibh/subnetcalc/blob/subnetcalc-2.6.4/ChangeLog

Commit log:
https://github.com/dreibh/subnetcalc/compare/subnetcalc-2.6.1...subnetcalc-2.6.4

PR:	286398
commit hash: 64f93d6d88b54c8d1ce88e167a4468e89ac86008 commit hash: 64f93d6d88b54c8d1ce88e167a4468e89ac86008 commit hash: 64f93d6d88b54c8d1ce88e167a4468e89ac86008 commit hash: 64f93d6d88b54c8d1ce88e167a4468e89ac86008 64f93d6d
23:23 Vladimir Druzenko (vvd) search for other commits by this committer Author: Thomas Dreibholz
net/td-system-tools: Update 2.0.7 => 2.1.0

Changelog:
https://github.com/dreibh/system-tools/blob/td-system-tools-2.1.0/ChangeLog

Commit log:
https://github.com/dreibh/system-tools/compare/td-system-tools-2.0.7...td-system-tools-2.1.0

PR:	286399
commit hash: 6a70ac50f365c1585463ec3fe32386fd301f2531 commit hash: 6a70ac50f365c1585463ec3fe32386fd301f2531 commit hash: 6a70ac50f365c1585463ec3fe32386fd301f2531 commit hash: 6a70ac50f365c1585463ec3fe32386fd301f2531 6a70ac5
23:13 Vladimir Druzenko (vvd) search for other commits by this committer Author: Thomas Dreibholz
converters/bibtexconv: Update 1.4.4 => 2.0.0

Changelog:
https://github.com/dreibh/bibtexconv/blob/bibtexconv-2.0.0/ChangeLog
Commit log:
https://github.com/dreibh/bibtexconv/compare/bibtexconv-1.4.4...bibtexconv-2.0.0

PR:	286400
commit hash: e4415959bfda8f1d77f321fc47355eaa22250c1c commit hash: e4415959bfda8f1d77f321fc47355eaa22250c1c commit hash: e4415959bfda8f1d77f321fc47355eaa22250c1c commit hash: e4415959bfda8f1d77f321fc47355eaa22250c1c e441595
23:05 Vladimir Druzenko (vvd) search for other commits by this committer Author: Martin Filla
deskutils/ausweisapp2: Update 2.3.0 => 2.3.1

Changelog:
https://github.com/Governikus/AusweisApp/releases/tag/2.3.1

PR:	285521
commit hash: 1f68403e5608dfb2a8585fa31c63faec23d00a69 commit hash: 1f68403e5608dfb2a8585fa31c63faec23d00a69 commit hash: 1f68403e5608dfb2a8585fa31c63faec23d00a69 commit hash: 1f68403e5608dfb2a8585fa31c63faec23d00a69 1f68403
22:59 Jan Beich (jbeich) search for other commits by this committer
x11-wm/sway: update to 1.11.r2

Changes:	https://github.com/swaywm/sway/releases/tag/1.11-rc2
Reported by:	GitHub (watch releases)
commit hash: 9482dc22997c81cb1c108b8658d40646737245fb commit hash: 9482dc22997c81cb1c108b8658d40646737245fb commit hash: 9482dc22997c81cb1c108b8658d40646737245fb commit hash: 9482dc22997c81cb1c108b8658d40646737245fb 9482dc2
22:59 Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots019: update to 0.19.0.r3

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.19.0-rc3
Reported by:	GitLab (notify releases)
commit hash: d523fd67ef1d2974456d16ed34141e5815f5fcc8 commit hash: d523fd67ef1d2974456d16ed34141e5815f5fcc8 commit hash: d523fd67ef1d2974456d16ed34141e5815f5fcc8 commit hash: d523fd67ef1d2974456d16ed34141e5815f5fcc8 d523fd6
21:15 Hiroki Tagato (tagattie) search for other commits by this committer
  • devel/electron35 35.2.1 Build cross-platform desktop apps with JavaScript, HTML, and CSS
devel/electron35: update to 35.2.1

Changelog: https://github.com/electron/electron/releases/tag/v35.2.1

Reported by:	GitHub (watch releases)
commit hash: b5b756ce6130b68c08ed85e2bf05a3d8ebf34696 commit hash: b5b756ce6130b68c08ed85e2bf05a3d8ebf34696 commit hash: b5b756ce6130b68c08ed85e2bf05a3d8ebf34696 commit hash: b5b756ce6130b68c08ed85e2bf05a3d8ebf34696 b5b756c
20:36 Vladimir Druzenko (vvd) search for other commits by this committer
20:32 Vladimir Druzenko (vvd) search for other commits by this committer Author: Goran Mekić
textproc/py-precis_i18n: Update 1.1.0 => 1.1.1

Changelog:
https://github.com/byllyfish/precis_i18n/releases/tag/v1.1.1

PR:	286396
commit hash: baf9c7b7922f6d9ac3f1a8c68652d0f458f28ab3 commit hash: baf9c7b7922f6d9ac3f1a8c68652d0f458f28ab3 commit hash: baf9c7b7922f6d9ac3f1a8c68652d0f458f28ab3 commit hash: baf9c7b7922f6d9ac3f1a8c68652d0f458f28ab3 baf9c7b
20:10 Vladimir Druzenko (vvd) search for other commits by this committer Author: Goran Mekić
  • mail/py-mailsuite 1.10.0 Python package to simplify receiving, parsing, and sending email
mail/py-mailsuite: Update to 1.9.18 => 1.10.0

Changelogs:
https://github.com/seanthegeek/mailsuite/blob/master/CHANGELOG.md#1100

PR:	286394
commit hash: 2ca20daf2f0e9efee5742496eff7f33f88f526df commit hash: 2ca20daf2f0e9efee5742496eff7f33f88f526df commit hash: 2ca20daf2f0e9efee5742496eff7f33f88f526df commit hash: 2ca20daf2f0e9efee5742496eff7f33f88f526df 2ca20da
20:10 Vladimir Druzenko (vvd) search for other commits by this committer Author: Goran Mekić
  • www/py-webargs 8.7.0 Python library for parsing and validating HTTP request objects
www/py-webargs: Update 8.6.0 => 8.7.0

Changelog:
https://github.com/marshmallow-code/webargs/blob/8.7.0/CHANGELOG.rst

PR:	286395
commit hash: fcb9669f38919fd530fa4e86388e44991096df7f commit hash: fcb9669f38919fd530fa4e86388e44991096df7f commit hash: fcb9669f38919fd530fa4e86388e44991096df7f commit hash: fcb9669f38919fd530fa4e86388e44991096df7f fcb9669
20:10 Vladimir Druzenko (vvd) search for other commits by this committer Author: Goran Mekić
devel/serd: Update 0.32.2 => 0.32.4

Changelog:
https://gitlab.com/drobilla/serd/-/releases/v0.32.4

PR:	286393
commit hash: bd8591c6e956eb1aa24c95385ee2e05360abcaea commit hash: bd8591c6e956eb1aa24c95385ee2e05360abcaea commit hash: bd8591c6e956eb1aa24c95385ee2e05360abcaea commit hash: bd8591c6e956eb1aa24c95385ee2e05360abcaea bd8591c
20:10 Vladimir Druzenko (vvd) search for other commits by this committer Author: Goran Mekić
devel/py-apispec: Update 6.7.1 => 6.8.1

Changelogs:
https://github.com/marshmallow-code/apispec/blob/6.8.1/CHANGELOG.rst

PR:	286392
commit hash: 2c4760082bce68a691aed8a78badb1fdcfbb7749 commit hash: 2c4760082bce68a691aed8a78badb1fdcfbb7749 commit hash: 2c4760082bce68a691aed8a78badb1fdcfbb7749 commit hash: 2c4760082bce68a691aed8a78badb1fdcfbb7749 2c47600
20:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
finance/quickfix: Fix build

Fixes: f17754b Remove defunct references to python3.8
commit hash: 93d4a42455d5bc45a4f4695c5e1579007fceffff commit hash: 93d4a42455d5bc45a4f4695c5e1579007fceffff commit hash: 93d4a42455d5bc45a4f4695c5e1579007fceffff commit hash: 93d4a42455d5bc45a4f4695c5e1579007fceffff 93d4a42
20:02 Muhammad Moinur Rahman (bofh) search for other commits by this committer
www/mod_auth_kerb2: Refactor

- Replace @exec with @postexec/@postunexec
- Replace PORTVERSION with DISTVERSION
- Pet portclippy
- Refresh patches
commit hash: da3985ecfc4e6fe022a6fe1890724755c76b3fe4 commit hash: da3985ecfc4e6fe022a6fe1890724755c76b3fe4 commit hash: da3985ecfc4e6fe022a6fe1890724755c76b3fe4 commit hash: da3985ecfc4e6fe022a6fe1890724755c76b3fe4 da3985e
19:45 Thomas Zander (riggs) search for other commits by this committer 2025Q2
multimedia/mkvtoolnix: Update to upstream release 92.0

Details:
- New features and bugfixes, see
  https://mkvtoolnix.download/doc/NEWS.md

MFH:		2025Q2
(cherry picked from commit 713838842f986517ba1c88d706c0f849d133d7ab)
commit hash: c1cf8f33a773a7c7e65f15da6f911913cdd246a9 commit hash: c1cf8f33a773a7c7e65f15da6f911913cdd246a9 commit hash: c1cf8f33a773a7c7e65f15da6f911913cdd246a9 commit hash: c1cf8f33a773a7c7e65f15da6f911913cdd246a9 c1cf8f3
19:44 Thomas Zander (riggs) search for other commits by this committer
multimedia/mkvtoolnix: Update to upstream release 92.0

Details:
- New features and bugfixes, see
  https://mkvtoolnix.download/doc/NEWS.md

MFH:		2025Q2
commit hash: 713838842f986517ba1c88d706c0f849d133d7ab commit hash: 713838842f986517ba1c88d706c0f849d133d7ab commit hash: 713838842f986517ba1c88d706c0f849d133d7ab commit hash: 713838842f986517ba1c88d706c0f849d133d7ab 7138388
19:41 Daniel Engberg (diizzy) search for other commits by this committer
print/pdfcpu: Update to 0.10.2

Users needs to reset their config when upgrading from a previous
version

Changelog: https://github.com/pdfcpu/pdfcpu/releases/tag/v0.10.2
commit hash: 77883c3dc9bd324f638a0c9ee906be521a512ea1 commit hash: 77883c3dc9bd324f638a0c9ee906be521a512ea1 commit hash: 77883c3dc9bd324f638a0c9ee906be521a512ea1 commit hash: 77883c3dc9bd324f638a0c9ee906be521a512ea1 77883c3
19:19 Vladimir Druzenko (vvd) search for other commits by this committer Author: Alexandre Labarre
games/minecraft-server: Update 1.21.4 => 1.21.5

Changelog:
https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21-5

PR:		286161
Approved by:	freebsd@jonathanprice.org (maintainer, implicit)
commit hash: ee43b64ea6967480c3361128e5536fd7eb8fd8d7 commit hash: ee43b64ea6967480c3361128e5536fd7eb8fd8d7 commit hash: ee43b64ea6967480c3361128e5536fd7eb8fd8d7 commit hash: ee43b64ea6967480c3361128e5536fd7eb8fd8d7 ee43b64
18:24 Yuri Victorovich (yuri) search for other commits by this committer Author: Huan Zhou
  • misc/ncnn 20250427 High-performance neural network inference framework
misc/ncnn: update 20241226 → 20250427

PR:	286382
commit hash: ed44a65c6c472bf102b1130bac72296873771b66 commit hash: ed44a65c6c472bf102b1130bac72296873771b66 commit hash: ed44a65c6c472bf102b1130bac72296873771b66 commit hash: ed44a65c6c472bf102b1130bac72296873771b66 ed44a65
18:24 Yuri Victorovich (yuri) search for other commits by this committer
shells/starship: update 1.22.1 → 1.23.0
commit hash: 2011c4a5d4310a1f80ea998546c7be7543c49e57 commit hash: 2011c4a5d4310a1f80ea998546c7be7543c49e57 commit hash: 2011c4a5d4310a1f80ea998546c7be7543c49e57 commit hash: 2011c4a5d4310a1f80ea998546c7be7543c49e57 2011c4a
18:24 Yuri Victorovich (yuri) search for other commits by this committer
  • misc/rash 2.9.10 Declarative shell scripting using Rust native bindings
misc/rash: update 2.9.9 → 2.9.10
commit hash: 104169ec665e043b2300127919505e135b6e5432 commit hash: 104169ec665e043b2300127919505e135b6e5432 commit hash: 104169ec665e043b2300127919505e135b6e5432 commit hash: 104169ec665e043b2300127919505e135b6e5432 104169e
18:24 Yuri Victorovich (yuri) search for other commits by this committer
misc/py-gpiozero: Remove comment
commit hash: 2be7344f5b64837fab38bd104a75b59ee0434426 commit hash: 2be7344f5b64837fab38bd104a75b59ee0434426 commit hash: 2be7344f5b64837fab38bd104a75b59ee0434426 commit hash: 2be7344f5b64837fab38bd104a75b59ee0434426 2be7344
18:03 Neel Chauhan (nc) search for other commits by this committer
multimedia/gtk-youtube-viewer: update to 3.11.6
commit hash: a0ba466d7532cbd70babe69e1f949eb0ded222e9 commit hash: a0ba466d7532cbd70babe69e1f949eb0ded222e9 commit hash: a0ba466d7532cbd70babe69e1f949eb0ded222e9 commit hash: a0ba466d7532cbd70babe69e1f949eb0ded222e9 a0ba466
17:56 Bernard Spil (brnrd) search for other commits by this committer
mail/nextcloud-mail: Update to 5.0.2
commit hash: 7fb7a4b7e177d5196e259e7d5f7d5dae01137d84 commit hash: 7fb7a4b7e177d5196e259e7d5f7d5dae01137d84 commit hash: 7fb7a4b7e177d5196e259e7d5f7d5dae01137d84 commit hash: 7fb7a4b7e177d5196e259e7d5f7d5dae01137d84 7fb7a4b
17:56 Bernard Spil (brnrd) search for other commits by this committer
www/nextcloud-calendar: Update to 5.2.2
commit hash: 6998876c93f77cb2bfee9cb1bb999769ff2aa099 commit hash: 6998876c93f77cb2bfee9cb1bb999769ff2aa099 commit hash: 6998876c93f77cb2bfee9cb1bb999769ff2aa099 commit hash: 6998876c93f77cb2bfee9cb1bb999769ff2aa099 6998876
17:40 Ashish SHUKLA (ashish) search for other commits by this committer
textproc/harper: Update to 0.31.0
commit hash: 7ec7993ea194b619af9b490bf6e0902f7f894da4 commit hash: 7ec7993ea194b619af9b490bf6e0902f7f894da4 commit hash: 7ec7993ea194b619af9b490bf6e0902f7f894da4 commit hash: 7ec7993ea194b619af9b490bf6e0902f7f894da4 7ec7993
17:38 Neel Chauhan (nc) search for other commits by this committer
games/SpaceCadetPinball-devel: Update to 2.1.0.20240821
commit hash: 42d3c47780e9a173647da7b7c5234bbd6ba13385 commit hash: 42d3c47780e9a173647da7b7c5234bbd6ba13385 commit hash: 42d3c47780e9a173647da7b7c5234bbd6ba13385 commit hash: 42d3c47780e9a173647da7b7c5234bbd6ba13385 42d3c47
17:38 Neel Chauhan (nc) search for other commits by this committer
graphics/py-glfw: Update to 2.9.0
commit hash: e2ffca2f1f5b1e450e4046f1c1c3274b8256a9c2 commit hash: e2ffca2f1f5b1e450e4046f1c1c3274b8256a9c2 commit hash: e2ffca2f1f5b1e450e4046f1c1c3274b8256a9c2 commit hash: e2ffca2f1f5b1e450e4046f1c1c3274b8256a9c2 e2ffca2
17:30 Craig Leres (leres) search for other commits by this committer
  • devel/py-b2 4.3.2 Command Line Interface for Backblaze's B2 storage service
devel/py-b2: Update to 4.3.1

Changes since 4.3.0:

 - Avoid failing on BrokenPipeError when running commands.

 - Display error message when trying to use --with-auth param for
   b2id:// urls in the file url command.

Reported by:	github
commit hash: db423e952b7dc6a0e4084e1230f8b793a2ad742e commit hash: db423e952b7dc6a0e4084e1230f8b793a2ad742e commit hash: db423e952b7dc6a0e4084e1230f8b793a2ad742e commit hash: db423e952b7dc6a0e4084e1230f8b793a2ad742e db423e9
17:24 Rodrigo Osorio (rodrigo) search for other commits by this committer
textproc/p5-String-RewritePrefix: update to 0.009

Changelog: https://metacpan.org/dist/String-RewritePrefix/changes
commit hash: 5fec993b1c9dc14fcd5fb6c7adc30efa0129c9ca commit hash: 5fec993b1c9dc14fcd5fb6c7adc30efa0129c9ca commit hash: 5fec993b1c9dc14fcd5fb6c7adc30efa0129c9ca commit hash: 5fec993b1c9dc14fcd5fb6c7adc30efa0129c9ca 5fec993
17:24 Rodrigo Osorio (rodrigo) search for other commits by this committer
textproc/p5-Sort-Fields: update to 1.003

Changelog: https://metacpan.org/dist/Sort-Fields/changes
commit hash: 73b173f7b1e756f109c010723c72f7541f9a04fa commit hash: 73b173f7b1e756f109c010723c72f7541f9a04fa commit hash: 73b173f7b1e756f109c010723c72f7541f9a04fa commit hash: 73b173f7b1e756f109c010723c72f7541f9a04fa 73b173f
17:24 Rodrigo Osorio (rodrigo) search for other commits by this committer
textproc/p5-Apache-Solr: update to 1.10

Changelog: https://metacpan.org/dist/Apache-Solr/changes
commit hash: 06ef6644a25a7ca5e3a455369cfa7b2fdafd5c4c commit hash: 06ef6644a25a7ca5e3a455369cfa7b2fdafd5c4c commit hash: 06ef6644a25a7ca5e3a455369cfa7b2fdafd5c4c commit hash: 06ef6644a25a7ca5e3a455369cfa7b2fdafd5c4c 06ef664
17:24 Rodrigo Osorio (rodrigo) search for other commits by this committer
security/p5-Authen-SASL: update to 2.1800

Changelog: https://metacpan.org/dist/Authen-SASL/changes
commit hash: 2360fbdafe93340319af67630f47996b8d85fd1d commit hash: 2360fbdafe93340319af67630f47996b8d85fd1d commit hash: 2360fbdafe93340319af67630f47996b8d85fd1d commit hash: 2360fbdafe93340319af67630f47996b8d85fd1d 2360fbd
17:24 Rodrigo Osorio (rodrigo) search for other commits by this committer
net/p5-Net-EPP: update to 0.28

Changelog: https://metacpan.org/dist/Net-EPP/changes
commit hash: 207d99943bdc3c275ead61304ca5db0808a766a1 commit hash: 207d99943bdc3c275ead61304ca5db0808a766a1 commit hash: 207d99943bdc3c275ead61304ca5db0808a766a1 commit hash: 207d99943bdc3c275ead61304ca5db0808a766a1 207d999
17:24 Rodrigo Osorio (rodrigo) search for other commits by this committer
misc/p5-Business-ISBN-Data: update to 20250418.001

Changelog: https://metacpan.org/dist/Business-ISBN-Data/changes
commit hash: 0383fd5b4aae1714a096b781c56abbdd5d77d24a commit hash: 0383fd5b4aae1714a096b781c56abbdd5d77d24a commit hash: 0383fd5b4aae1714a096b781c56abbdd5d77d24a commit hash: 0383fd5b4aae1714a096b781c56abbdd5d77d24a 0383fd5
17:24 Rodrigo Osorio (rodrigo) search for other commits by this committer
math/p5-Math-Cephes: update to 0.5308

Changelog: https://metacpan.org/dist/Math-Cephes/changes
commit hash: 33f9b6beb15056d3859bc22390667229cbc67966 commit hash: 33f9b6beb15056d3859bc22390667229cbc67966 commit hash: 33f9b6beb15056d3859bc22390667229cbc67966 commit hash: 33f9b6beb15056d3859bc22390667229cbc67966 33f9b6b
17:24 Rodrigo Osorio (rodrigo) search for other commits by this committer
math/p5-Math-BigInt: update to 2.005003

Changelog: https://metacpan.org/dist/Math-BigInt/changes
commit hash: 75e8aaf28b6a1a34da4263a5b096445fa5360ee7 commit hash: 75e8aaf28b6a1a34da4263a5b096445fa5360ee7 commit hash: 75e8aaf28b6a1a34da4263a5b096445fa5360ee7 commit hash: 75e8aaf28b6a1a34da4263a5b096445fa5360ee7 75e8aaf
17:24 Rodrigo Osorio (rodrigo) search for other commits by this committer
mail/p5-MIME-Types: update to 2.28

Changelog: https://metacpan.org/dist/MIME-Types/changes

Major changes:
    * some 'deprecated' texts made it to types.db.
    * text/ecmascript RFC9239
    * default charsets according to RFC6657
    * update reference to specs RFC6838 and RFC9694
    * iana updates
commit hash: 46b569ab08f91b6f8861d0f7c9fedcfce559cdf0 commit hash: 46b569ab08f91b6f8861d0f7c9fedcfce559cdf0 commit hash: 46b569ab08f91b6f8861d0f7c9fedcfce559cdf0 commit hash: 46b569ab08f91b6f8861d0f7c9fedcfce559cdf0 46b569a
17:24 Rodrigo Osorio (rodrigo) search for other commits by this committer
mail/p5-Email-Sender-Transport-SQLite: update to 1.501

Changelog: https://metacpan.org/dist/Email-Sender-Transport-SQLite/changes
commit hash: 55bbe03ac1ba59b0bd76f4986328208701fd5616 commit hash: 55bbe03ac1ba59b0bd76f4986328208701fd5616 commit hash: 55bbe03ac1ba59b0bd76f4986328208701fd5616 commit hash: 55bbe03ac1ba59b0bd76f4986328208701fd5616 55bbe03
17:17 Neel Chauhan (nc) search for other commits by this committer
  • archivers/gzip 1.14 Compression utility designed to be a replacement for compress
archivers/gzip: Update to 1.14
commit hash: 1be8340d0f156f0d537668d813beb82021b645fe commit hash: 1be8340d0f156f0d537668d813beb82021b645fe commit hash: 1be8340d0f156f0d537668d813beb82021b645fe commit hash: 1be8340d0f156f0d537668d813beb82021b645fe 1be8340
17:15 Neel Chauhan (nc) search for other commits by this committer
sysutils/iocage-devel: Remove devel/py-pytest-runner dependency as it's no
longer used
commit hash: 7df7fad7ca83a71c4e5953166d349e1952f799d7 commit hash: 7df7fad7ca83a71c4e5953166d349e1952f799d7 commit hash: 7df7fad7ca83a71c4e5953166d349e1952f799d7 commit hash: 7df7fad7ca83a71c4e5953166d349e1952f799d7 7df7fad
16:41 Emanuel Haupt (ehaupt) search for other commits by this committer
audio/pt2-clone: Update to 1.73
commit hash: 6d4dcc98ba843a93659d857c17289f3104b5081f commit hash: 6d4dcc98ba843a93659d857c17289f3104b5081f commit hash: 6d4dcc98ba843a93659d857c17289f3104b5081f commit hash: 6d4dcc98ba843a93659d857c17289f3104b5081f 6d4dcc9
15:35 Vladimir Druzenko (vvd) search for other commits by this committer Author: John W. O'Brien
  • net/mcjoin 2.12 Simple multicast testing application for UNIX
net/mcjoin: Update 2.11 => 2.12

Changelog:
https://github.com/troglobit/mcjoin/releases/tag/v2.12

Remove GNU_CONFIGURE_MANPREFIX, pet portclippy.

PR:	286390
commit hash: bf11b9f66bf85a0e0b4397d13624ad5805b4d830 commit hash: bf11b9f66bf85a0e0b4397d13624ad5805b4d830 commit hash: bf11b9f66bf85a0e0b4397d13624ad5805b4d830 commit hash: bf11b9f66bf85a0e0b4397d13624ad5805b4d830 bf11b9f
15:35 Vladimir Druzenko (vvd) search for other commits by this committer Author: Goran Mekić
www/py-freenit: Update 0.3.13 => 0.3.14, unbreak

Changelog:
https://github.com/freenit-framework/backend/releases/tag/0.3.14

PR:	286389
commit hash: 6bc7980c1e1f73f1e86a8f566ebd7c5768ebb0c5 commit hash: 6bc7980c1e1f73f1e86a8f566ebd7c5768ebb0c5 commit hash: 6bc7980c1e1f73f1e86a8f566ebd7c5768ebb0c5 commit hash: 6bc7980c1e1f73f1e86a8f566ebd7c5768ebb0c5 6bc7980
15:35 Vladimir Druzenko (vvd) search for other commits by this committer Author: Goran Mekić
databases/py-ormar: Update 0.20.1 => 0.20.2

Changelog:
https://github.com/collerek/ormar/releases/tag/0.20.2

Pet portclippy.

PR:	286388
commit hash: 4267a0f3e06009883facb9b5cbc8f08fc924096c commit hash: 4267a0f3e06009883facb9b5cbc8f08fc924096c commit hash: 4267a0f3e06009883facb9b5cbc8f08fc924096c commit hash: 4267a0f3e06009883facb9b5cbc8f08fc924096c 4267a0f
15:35 Vladimir Druzenko (vvd) search for other commits by this committer Author: Goran Mekić
databases/py-databases: Update 0.8.0 => 0.9.0

Changelog:
https://github.com/encode/databases/releases/tag/0.9.0

Pet portclippy.

PR:	286387
commit hash: 3c065993eeaa13a8d44acb94a9cc3aaaf8b46b34 commit hash: 3c065993eeaa13a8d44acb94a9cc3aaaf8b46b34 commit hash: 3c065993eeaa13a8d44acb94a9cc3aaaf8b46b34 commit hash: 3c065993eeaa13a8d44acb94a9cc3aaaf8b46b34 3c06599
15:23 Piotr Kubaj (pkubaj) search for other commits by this committer
sysutils/btop: update to 1.4.1

Additionaly, use lowdown for manpage generation.

Changelog:	https://github.com/aristocratos/btop/releases/tag/v1.4.1
commit hash: 8b3f5df7116b91ef0e374089873fdc4a396d3852 commit hash: 8b3f5df7116b91ef0e374089873fdc4a396d3852 commit hash: 8b3f5df7116b91ef0e374089873fdc4a396d3852 commit hash: 8b3f5df7116b91ef0e374089873fdc4a396d3852 8b3f5df
13:04 Muhammad Moinur Rahman (bofh) search for other commits by this committer
  • irc/bnc 2.9.4_1 Simple IRC relay proxy with support for virtual hosting Deprecated Expiration Date
irc/bnc: Mark DEPRECATED

- Upstream unmaintained
- Last release in 2005
- WWW returns 404
- No upstream distfiles
- Set EXPIRATION_DATE 2025-05-27
commit hash: 65d0bc0310bdc4269b381d4cbcb0851130b7a3de commit hash: 65d0bc0310bdc4269b381d4cbcb0851130b7a3de commit hash: 65d0bc0310bdc4269b381d4cbcb0851130b7a3de commit hash: 65d0bc0310bdc4269b381d4cbcb0851130b7a3de 65d0bc0
13:00 Muhammad Moinur Rahman (bofh) search for other commits by this committer
  • irc/bip 0.9.2 Simple IRC proxy with SSL support
irc/bip: Update version 0.9.1=>0.9.2

- Pet portclippy

Changelog: https://projects.duckcorp.org/news/170
commit hash: b6a04c6ee1046308f32c3f841d53f46f3c27dc2d commit hash: b6a04c6ee1046308f32c3f841d53f46f3c27dc2d commit hash: b6a04c6ee1046308f32c3f841d53f46f3c27dc2d commit hash: b6a04c6ee1046308f32c3f841d53f46f3c27dc2d b6a04c6
12:17 Hiroki Tagato (tagattie) search for other commits by this committer
  • editors/vscode 1.99.2_2 Visual Studio Code - Open Source ("Code - OSS")
  • */*: bump port revision after electron34 update
    commit hash: 0ffcfa76d4b2437859ee1f0f58c69c876993e52a commit hash: 0ffcfa76d4b2437859ee1f0f58c69c876993e52a commit hash: 0ffcfa76d4b2437859ee1f0f58c69c876993e52a commit hash: 0ffcfa76d4b2437859ee1f0f58c69c876993e52a 0ffcfa7
12:17 Hiroki Tagato (tagattie) search for other commits by this committer
  • devel/electron34 34.5.3 Build cross-platform desktop apps with JavaScript, HTML, and CSS
devel/electron34: update to 34.5.3

Changelog:
- https://github.com/electron/electron/releases/tag/v34.5.2
- https://github.com/electron/electron/releases/tag/v34.5.3

Reported by:	GitHub (watch releases)
commit hash: 587a72c3390d70b5ade0601bf33fef08533d2c09 commit hash: 587a72c3390d70b5ade0601bf33fef08533d2c09 commit hash: 587a72c3390d70b5ade0601bf33fef08533d2c09 commit hash: 587a72c3390d70b5ade0601bf33fef08533d2c09 587a72c
12:13 Rene Ladan (rene) search for other commits by this committer
multimedia/w_scan2: update to 1.0.17

- ATSC_VSB: remove channels 37-69 (patch by https://github.com/majortom9)
- support DVB-T for Panama (patch by https://github.com/ejrydhfs)
- fix build with gcc-15

Reported by:	portscout
commit hash: b818a3ad89dfa5b33b1772ec3f9e12eeb904db1a commit hash: b818a3ad89dfa5b33b1772ec3f9e12eeb904db1a commit hash: b818a3ad89dfa5b33b1772ec3f9e12eeb904db1a commit hash: b818a3ad89dfa5b33b1772ec3f9e12eeb904db1a b818a3a
11:19 TAKATSU Tomonari (tota) search for other commits by this committer
  • math/R-cran-spdep 1.3.11 Spatial dependence: weighting schemes, statistics, and models
math/R-cran-spdep: Update to 1.3-11

Reported by:	portscout
commit hash: d1b62a52a27ad1e88b531d4b7b2d0a5d6923c4d5 commit hash: d1b62a52a27ad1e88b531d4b7b2d0a5d6923c4d5 commit hash: d1b62a52a27ad1e88b531d4b7b2d0a5d6923c4d5 commit hash: d1b62a52a27ad1e88b531d4b7b2d0a5d6923c4d5 d1b62a5
11:17 Ashish SHUKLA (ashish) search for other commits by this committer
devel/mold: Update to 2.38.0
commit hash: 9ab7800c7844c6c66a7c2b7490e7895c97774dbd commit hash: 9ab7800c7844c6c66a7c2b7490e7895c97774dbd commit hash: 9ab7800c7844c6c66a7c2b7490e7895c97774dbd commit hash: 9ab7800c7844c6c66a7c2b7490e7895c97774dbd 9ab7800
10:39 Rene Ladan (rene) search for other commits by this committer
10:38 Max Brazhnikov (makc) search for other commits by this committer 2025Q2
deskutils/kdeconnect-kde: use upstream patch to fix build on i386

(cherry picked from commit 0f575e344f8b26764c22ef126aef0255bc0dd9ac)
commit hash: cb08533be13adf9d6cc65bde775690af7e35815e commit hash: cb08533be13adf9d6cc65bde775690af7e35815e commit hash: cb08533be13adf9d6cc65bde775690af7e35815e commit hash: cb08533be13adf9d6cc65bde775690af7e35815e cb08533
10:37 Max Brazhnikov (makc) search for other commits by this committer
deskutils/kdeconnect-kde: use upstream patch to fix build on i386
commit hash: 0f575e344f8b26764c22ef126aef0255bc0dd9ac commit hash: 0f575e344f8b26764c22ef126aef0255bc0dd9ac commit hash: 0f575e344f8b26764c22ef126aef0255bc0dd9ac commit hash: 0f575e344f8b26764c22ef126aef0255bc0dd9ac 0f575e3
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/qemu-devel: Update version 9.1.0.20241130=>9.1.0.20241231
commit hash: ef297c6be972549daa6871876116195807d4affd commit hash: ef297c6be972549daa6871876116195807d4affd commit hash: ef297c6be972549daa6871876116195807d4affd commit hash: ef297c6be972549daa6871876116195807d4affd ef297c6
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer Author: Christos Chatzaras
  • security/sshguard 2.5.0,1 Protect hosts from brute-force attacks against SSH and other services
security/sshguard: Update version 2.4.3=>2.5.0

- While I am here pet portclippy
- Cleanup GNU_CONFIGURE_MANPREFIX

Changelog: https://bitbucket.org/sshguard/sshguard/src/master/CHANGELOG.rst

PR: 286371
Approved by:	kevinz5000@gmail.com (maintainer)

security/sshguard:
commit hash: 3db5d4a55e81817c2348ba32c5b8cf3bf1cf2041 commit hash: 3db5d4a55e81817c2348ba32c5b8cf3bf1cf2041 commit hash: 3db5d4a55e81817c2348ba32c5b8cf3bf1cf2041 commit hash: 3db5d4a55e81817c2348ba32c5b8cf3bf1cf2041 3db5d4a
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
emulators/qemu: Update version 9.2.1=>9.2.2

Changelog: https://wiki.qemu.org/ChangeLog/9.2
commit hash: 719a68ea59a3197af712ddec24ba16f611a4599e commit hash: 719a68ea59a3197af712ddec24ba16f611a4599e commit hash: 719a68ea59a3197af712ddec24ba16f611a4599e commit hash: 719a68ea59a3197af712ddec24ba16f611a4599e 719a68e
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
archivers/py-libarchive-c: Update version 5.1=>5.2

Changelog: https://github.com/Changaco/python-libarchive-c/releases/tag/5.2
commit hash: 671a6dbbb838230c097c39cc99a76c10211c7b1a commit hash: 671a6dbbb838230c097c39cc99a76c10211c7b1a commit hash: 671a6dbbb838230c097c39cc99a76c10211c7b1a commit hash: 671a6dbbb838230c097c39cc99a76c10211c7b1a 671a6db
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
  • archivers/libcomprex 0.3.3_15 Transparently handles automatic compression and decompression of filesExpiration Date
archivers/libcomprex: Mark DEPRECATED

- Unmaintained upstream as last release was in 2003
- Set EXPIRATION_DATE 2025-05-27

If someone needs this port feel free to undeprecate and takeover
maintainership.
commit hash: 0ca956ae01ba82aa2b64f6b52ea2b75ce3fecb66 commit hash: 0ca956ae01ba82aa2b64f6b52ea2b75ce3fecb66 commit hash: 0ca956ae01ba82aa2b64f6b52ea2b75ce3fecb66 commit hash: 0ca956ae01ba82aa2b64f6b52ea2b75ce3fecb66 0ca956a
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
biology/R-cran-BiocManager: Return to pool
commit hash: 93078cd6b2dc86dbd6a54ee54bb6e4de14378db4 commit hash: 93078cd6b2dc86dbd6a54ee54bb6e4de14378db4 commit hash: 93078cd6b2dc86dbd6a54ee54bb6e4de14378db4 commit hash: 93078cd6b2dc86dbd6a54ee54bb6e4de14378db4 93078cd
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
  • devel/efivar 0.15_9 Tools and library to manipulate EFI variables
devel/efivar: Fix ARCH name
commit hash: fd9dbe44bebae0819cbf7677245f33c2b20367e7 commit hash: fd9dbe44bebae0819cbf7677245f33c2b20367e7 commit hash: fd9dbe44bebae0819cbf7677245f33c2b20367e7 commit hash: fd9dbe44bebae0819cbf7677245f33c2b20367e7 fd9dbe4
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
  • textproc/fzf 0.60.1 Blazing fast command-line fuzzy finder
textproc/fzf: Update version 0.60.0=>0.60.1

Changelog: https://github.com/junegunn/fzf/releases/tag/v0.60.1
commit hash: 952fdf0edb746a72124f21a961c5cc0538e3f48f commit hash: 952fdf0edb746a72124f21a961c5cc0538e3f48f commit hash: 952fdf0edb746a72124f21a961c5cc0538e3f48f commit hash: 952fdf0edb746a72124f21a961c5cc0538e3f48f 952fdf0
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
  • databases/pspg 5.8.4 Tabular data pager designed to be used with psql
databases/pspg: Update version 5.8.3=>5.8.4

Changelog: https://github.com/okbob/pspg/releases/tag/5.8.4
commit hash: ff778f96e388df4d560f6963e9027db6b21045f7 commit hash: ff778f96e388df4d560f6963e9027db6b21045f7 commit hash: ff778f96e388df4d560f6963e9027db6b21045f7 commit hash: ff778f96e388df4d560f6963e9027db6b21045f7 ff778f9
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
databases/freetds-devel: Update version 1.4.485=>1.4.488
commit hash: 1895f9410ffb487c59b73930e070f2500b9d9d6c commit hash: 1895f9410ffb487c59b73930e070f2500b9d9d6c commit hash: 1895f9410ffb487c59b73930e070f2500b9d9d6c commit hash: 1895f9410ffb487c59b73930e070f2500b9d9d6c 1895f94
09:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
astro/routino: Update version 3.4.2=>3.4.3

Changelog: https://www.routino.org/software/NEWS.txt
commit hash: 82ff37b489f1f7fa2d5b5791f9cc3c39ef21c466 commit hash: 82ff37b489f1f7fa2d5b5791f9cc3c39ef21c466 commit hash: 82ff37b489f1f7fa2d5b5791f9cc3c39ef21c466 commit hash: 82ff37b489f1f7fa2d5b5791f9cc3c39ef21c466 82ff37b
09:35 Gleb Popov (arrowd) search for other commits by this committer
  • games/hedgewars-server 1.0.2_1 Server part of free Worms-like turn based strategy game Deprecated Expiration Date
    • lang/elm 0.19.1_5 Delightful language for reliable webapps Deprecated Expiration Date
      • lang/ghc810 8.10.7_4 Compiler for the functional language Haskell Deprecated Expiration Date
      lang/ghc810: Deprecate the port and its consumers
      commit hash: 02525d0b82739df349a7b7c08c1c8e4626f52861 commit hash: 02525d0b82739df349a7b7c08c1c8e4626f52861 commit hash: 02525d0b82739df349a7b7c08c1c8e4626f52861 commit hash: 02525d0b82739df349a7b7c08c1c8e4626f52861 02525d0
09:35 Gleb Popov (arrowd) search for other commits by this committer
sysutils/cardano-cli: Update to 10.8.0.0

Reported by:	portscout!
commit hash: e2713baa1baca97e97f3fff319a22e6849dd705d commit hash: e2713baa1baca97e97f3fff319a22e6849dd705d commit hash: e2713baa1baca97e97f3fff319a22e6849dd705d commit hash: e2713baa1baca97e97f3fff319a22e6849dd705d e2713ba
09:35 Gleb Popov (arrowd) search for other commits by this committer
net-p2p/cardano-node: Update to 10.3.1, switch to recent GHC, unbreak for
AArch64

Reported by:	portscout!
commit hash: 033b5cbf2d812072663a5c70b77d778a54b8e813 commit hash: 033b5cbf2d812072663a5c70b77d778a54b8e813 commit hash: 033b5cbf2d812072663a5c70b77d778a54b8e813 commit hash: 033b5cbf2d812072663a5c70b77d778a54b8e813 033b5cb
09:35 Gleb Popov (arrowd) search for other commits by this committer
devel/tortoisehg: Update to 7.0.1

Reported by:	portscout!
commit hash: 42d46ab9f7de36dd067a498c1c234f3f0fe04577 commit hash: 42d46ab9f7de36dd067a498c1c234f3f0fe04577 commit hash: 42d46ab9f7de36dd067a498c1c234f3f0fe04577 commit hash: 42d46ab9f7de36dd067a498c1c234f3f0fe04577 42d46ab
09:32 Juraj Lutter (otis) search for other commits by this committer
  • www/py-streamlit 1.44.1 Turn data scripts into shareable web apps in minutes, in pure python
www/py-streamlit: Update to 1.44.1

- Update to 1.44.1
- Adjust dependencies

Approved by:	dch (maintainer)
commit hash: 1b62d0f5100957b08d6e5768c5e387bac74cae5e commit hash: 1b62d0f5100957b08d6e5768c5e387bac74cae5e commit hash: 1b62d0f5100957b08d6e5768c5e387bac74cae5e commit hash: 1b62d0f5100957b08d6e5768c5e387bac74cae5e 1b62d0f
08:56 Gerald Pfeifer (gerald) search for other commits by this committer
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.
commit hash: b063b15d08bf4bc4d6150bb63220164fa32b4fc4 commit hash: b063b15d08bf4bc4d6150bb63220164fa32b4fc4 commit hash: b063b15d08bf4bc4d6150bb63220164fa32b4fc4 commit hash: b063b15d08bf4bc4d6150bb63220164fa32b4fc4 b063b15
08:12 Thierry Thomas (thierry) search for other commits by this committer
  • lang/julia 1.10.3_6 Implementation of Julia, a language for technical computing Deprecated Expiration Date
lang/julia: extension of expiry date

Two PRs with patch have been submitted: PR 278943 and PR 281237.
commit hash: 2f21185059d2101aa3cbe0b70ec9dda99f62608d commit hash: 2f21185059d2101aa3cbe0b70ec9dda99f62608d commit hash: 2f21185059d2101aa3cbe0b70ec9dda99f62608d commit hash: 2f21185059d2101aa3cbe0b70ec9dda99f62608d 2f21185
07:40 Rodrigo Osorio (rodrigo) search for other commits by this committer
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
commit hash: 955f1926a5d47f175054ffdee9e535daa9c4838a commit hash: 955f1926a5d47f175054ffdee9e535daa9c4838a commit hash: 955f1926a5d47f175054ffdee9e535daa9c4838a commit hash: 955f1926a5d47f175054ffdee9e535daa9c4838a 955f192
07:40 Rodrigo Osorio (rodrigo) search for other commits by this committer
devel/p5-Test-Output: update to 1.036

Changelog: https://metacpan.org/dist/Test-Output/changes
commit hash: 67dc5c94fc00b98a01d93a13979ed3b46f3dd842 commit hash: 67dc5c94fc00b98a01d93a13979ed3b46f3dd842 commit hash: 67dc5c94fc00b98a01d93a13979ed3b46f3dd842 commit hash: 67dc5c94fc00b98a01d93a13979ed3b46f3dd842 67dc5c9
07:40 Rodrigo Osorio (rodrigo) search for other commits by this committer
devel/p5-Test-Data: update to 1.248

Changelog: https://metacpan.org/dist/Test-Data/changes
commit hash: 89dd884656f6cd26e082de11d1a729c3115db2f6 commit hash: 89dd884656f6cd26e082de11d1a729c3115db2f6 commit hash: 89dd884656f6cd26e082de11d1a729c3115db2f6 commit hash: 89dd884656f6cd26e082de11d1a729c3115db2f6 89dd884
07:40 Rodrigo Osorio (rodrigo) search for other commits by this committer
devel/p5-MooseX-Types-LoadableClass: update to 0.016

Changelog: https://metacpan.org/dist/MooseX-Types-LoadableClass/changes
commit hash: dfc78fd7c30ae5315874a295056f0305cf6b9198 commit hash: dfc78fd7c30ae5315874a295056f0305cf6b9198 commit hash: dfc78fd7c30ae5315874a295056f0305cf6b9198 commit hash: dfc78fd7c30ae5315874a295056f0305cf6b9198 dfc78fd
07:40 Rodrigo Osorio (rodrigo) search for other commits by this committer
devel/p5-MooseX-Types-Common: update to 0.001015

Changelog: https://metacpan.org/dist/MooseX-Types-Common/changes
commit hash: b958ae758bc426229ab78e5f2dfeb179c00ddb65 commit hash: b958ae758bc426229ab78e5f2dfeb179c00ddb65 commit hash: b958ae758bc426229ab78e5f2dfeb179c00ddb65 commit hash: b958ae758bc426229ab78e5f2dfeb179c00ddb65 b958ae7
07:40 Rodrigo Osorio (rodrigo) search for other commits by this committer
devel/p5-Module-Extract-VERSION: update to 1.119

Changelog: https://metacpan.org/dist/Module-Extract-VERSION/changes
commit hash: 464ba997e5ece36c662af38a2819d04e65983c1b commit hash: 464ba997e5ece36c662af38a2819d04e65983c1b commit hash: 464ba997e5ece36c662af38a2819d04e65983c1b commit hash: 464ba997e5ece36c662af38a2819d04e65983c1b 464ba99
07:40 Rodrigo Osorio (rodrigo) search for other commits by this committer
devel/p5-Alien-cmake3: update to 0.09

Changelog: https://metacpan.org/dist/Alien-cmake3/changes
commit hash: b9252d152212bded04a132dde605cf74fc628496 commit hash: b9252d152212bded04a132dde605cf74fc628496 commit hash: b9252d152212bded04a132dde605cf74fc628496 commit hash: b9252d152212bded04a132dde605cf74fc628496 b9252d1
07:40 Rodrigo Osorio (rodrigo) search for other commits by this committer
databases/p5-SQL-Interp: update to 1.28

Changelog: https://metacpan.org/dist/SQL-Interp/changes
commit hash: d13b94d5eba6c5e7bcdc5cd40e9ae38598e53d28 commit hash: d13b94d5eba6c5e7bcdc5cd40e9ae38598e53d28 commit hash: d13b94d5eba6c5e7bcdc5cd40e9ae38598e53d28 commit hash: d13b94d5eba6c5e7bcdc5cd40e9ae38598e53d28 d13b94d
07:37 Kurt Jaeger (pi) search for other commits by this committer 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 )
commit hash: f5b582883f660c4cbf971ee58c0cb97d1f9d80f8 commit hash: f5b582883f660c4cbf971ee58c0cb97d1f9d80f8 commit hash: f5b582883f660c4cbf971ee58c0cb97d1f9d80f8 commit hash: f5b582883f660c4cbf971ee58c0cb97d1f9d80f8 f5b5828
07:24 Kirill Ponomarev (krion) search for other commits by this committer
  • 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
commit hash: f112b0c1a8cf6f8f2a7e0e1796e59bee598daee0 commit hash: f112b0c1a8cf6f8f2a7e0e1796e59bee598daee0 commit hash: f112b0c1a8cf6f8f2a7e0e1796e59bee598daee0 commit hash: f112b0c1a8cf6f8f2a7e0e1796e59bee598daee0 f112b0c
07:15 Emanuel Haupt (ehaupt) search for other commits by this committer
  • x11/xterm 398 Terminal emulator for the X Window System
x11/xterm: Update to 398
commit hash: ec74fad8f0187ef7ff967eb00ea38a00ccefe641 commit hash: ec74fad8f0187ef7ff967eb00ea38a00ccefe641 commit hash: ec74fad8f0187ef7ff967eb00ea38a00ccefe641 commit hash: ec74fad8f0187ef7ff967eb00ea38a00ccefe641 ec74fad
06:40 Yuri Victorovich (yuri) search for other commits by this committer
  • misc/py-gpiozero 2.0.1 Simple interface to GPIO devices with Raspberry Pinew! Ignore
  • misc/py-gpiozero: New port: Simple interface to GPIO devices with Raspberry Pi
    commit hash: b218eaaaa3f5f400ee5826b5cf6551518b7d7660 commit hash: b218eaaaa3f5f400ee5826b5cf6551518b7d7660 commit hash: b218eaaaa3f5f400ee5826b5cf6551518b7d7660 commit hash: b218eaaaa3f5f400ee5826b5cf6551518b7d7660 b218eaa
06:21 Oleksii Samorukov (samm) search for other commits by this committer
databases/xtrabackup84: upgrade to 8.4.0-2

Changelog:
https://docs.percona.com/percona-xtrabackup/8.4/release-notes/8.4.0-2.html
commit hash: 12a5f1fc65f9d15eb591f8861f4feb227e37c7f2 commit hash: 12a5f1fc65f9d15eb591f8861f4feb227e37c7f2 commit hash: 12a5f1fc65f9d15eb591f8861f4feb227e37c7f2 commit hash: 12a5f1fc65f9d15eb591f8861f4feb227e37c7f2 12a5f1f
05:32 Matthias Fechner (mfechner) search for other commits by this committer 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
commit hash: 247856f790fa0917e0461097cd6ce64493a6f447 commit hash: 247856f790fa0917e0461097cd6ce64493a6f447 commit hash: 247856f790fa0917e0461097cd6ce64493a6f447 commit hash: 247856f790fa0917e0461097cd6ce64493a6f447 247856f

Yesterday's Commits | Quarterly Branch