Page MenuHomeFreeBSD
Feed All Stories

Today

olce added inline comments to D57239: acpi: On /dev/power suspend, trigger userspace notifications.
Tue, May 26, 9:12 AM
kp committed rGfda33ae0a1ac: snmp_pf: fix refresh (authored by kp).
snmp_pf: fix refresh
Tue, May 26, 9:07 AM
kp committed rGe0d4064bcae3: snmp_pf: fix refresh (authored by kp).
snmp_pf: fix refresh
Tue, May 26, 9:01 AM
kai added a comment to D57131: www/py-grimoirelab: take maintainership and update to 1.20.3.

We're almost done; there's just one small issue with additional packaged files, but this is something that's often seen with Python ports that are being patched locally.

Tue, May 26, 8:34 AM
delphij committed R11:e068599f7d02: graphics/ImageMagick7: update to 7.1.2-23 (authored by delphij).
graphics/ImageMagick7: update to 7.1.2-23
Tue, May 26, 8:33 AM
nxjoseph committed R11:0edd8ab1c14c: mail/getmail6: Update 6.19.10 => 6.19.12 (authored by freebsd_michael-bueker.de).
mail/getmail6: Update 6.19.10 => 6.19.12
Tue, May 26, 8:30 AM
Santhosh Raju <fox@FreeBSD.org> committed R11:889bac3e13f3: lang/babashka: New port: Fast native Clojure scripting runtime (authored by Santhosh Raju <fox@FreeBSD.org>).
lang/babashka: New port: Fast native Clojure scripting runtime
Tue, May 26, 8:10 AM
joneum committed R11:3095217783b9: mail/phpmailer7: Update to 7.1.1 (authored by joneum).
mail/phpmailer7: Update to 7.1.1
Tue, May 26, 8:03 AM
michaelo added a comment to D56835: rcd(8): new service manager daemon.

There is one thing I'd really love to see what RC does not have at all: user units like systemd has. It often happens that our users want to run something in the background and I cannot offer anything, but to create an RC for them, install doas, delegate, etc. Too complex. For k5start on AL8 for a specific user I have created a user unit and it does what it should do: keep the Kerberos ticket cache alive. I'd love to hear your opinion on it.

The way I would see it in this case is a new /var/rcd similar to /var/cron/ and people would rcctl user add ./myunit, it will parse and validate and if ok will move it to /var/cron, with rcctl user list and rcctl user del

What do you think?

Tue, May 26, 7:55 AM
yuri committed R11:fbdd832f869e: devel/gitoxide: update 0.53.0 → 0.54.0 (authored by yuri).
devel/gitoxide: update 0.53.0 → 0.54.0
Tue, May 26, 7:50 AM
yuri committed R11:507320c06ad3: math/libformfactor: update 0.3.2 → 0.4.0 (authored by yuri).
math/libformfactor: update 0.3.2 → 0.4.0
Tue, May 26, 7:50 AM
yuri committed R11:0c0e80bfb4ca: devel/libheinz: update 3.0.0 → 4.0.0 (authored by yuri).
devel/libheinz: update 3.0.0 → 4.0.0
Tue, May 26, 7:50 AM
yuri committed R11:22a02552a425: math/libtexprintf: update 1.25 → 1.31 (authored by yuri).
math/libtexprintf: update 1.25 → 1.31
Tue, May 26, 7:50 AM
yuri committed R11:e91c9bceccc0: misc/libsolv: update 0.7.35 → 0.7.37 (authored by yuri).
misc/libsolv: update 0.7.35 → 0.7.37
Tue, May 26, 7:50 AM
yuri committed R11:7e6b41be337c: audio/ncpamixer: update 1.3.9 → 1.3.11 (authored by yuri).
audio/ncpamixer: update 1.3.9 → 1.3.11
Tue, May 26, 7:50 AM
yuri committed R11:5a48651b277e: misc/netron: update 9.0.8 → 9.0.9 (authored by yuri).
misc/netron: update 9.0.8 → 9.0.9
Tue, May 26, 7:50 AM
yuri committed R11:74c9246712c3: net/ntpsec: update 1_2_3 → 1.2.4 (authored by yuri).
net/ntpsec: update 1_2_3 → 1.2.4
Tue, May 26, 7:50 AM
joneum committed R11:220ba8ebf46b: www/freenginx: fix rc script required_files path (authored by Takefu <takefu@airport.fm>).
www/freenginx: fix rc script required_files path
Tue, May 26, 7:46 AM
kai accepted D57151: devel/py-sortinghat: take maintainership and update to 1.14.3.

LGTM, ready to ship!

Tue, May 26, 7:38 AM
nxjoseph committed R11:4ea6d075d834: emulators/libmt32emu: Update 2.8.0 => 2.8.2 (authored by Stefan Schlosser <bsdcode@disroot.org>).
emulators/libmt32emu: Update 2.8.0 => 2.8.2
Tue, May 26, 7:26 AM
rosenfeld_grumpf.hope-2000.org updated the diff for D54073: bhyve/virtio-scsi: Make all I/O processing parameters configurable.

Review from markj.

Tue, May 26, 7:26 AM
rosenfeld_grumpf.hope-2000.org updated the diff for D53223: bhyve/virtio-scsi: Support multiple backends.

Review from markj.

Tue, May 26, 7:24 AM
rosenfeld_grumpf.hope-2000.org updated the diff for D53221: bhyve/virtio-scsi: Support for multiple targets.

Review from markj.

Tue, May 26, 7:21 AM
jim.chen.1827_gmail.com requested review of D57242: Update fwget(8) to identify packages available in wifi-firmware-kmod.
Tue, May 26, 7:18 AM
gahr committed R11:2dbc787a0117: Mk/Uses/tcl.mk: allow combining build, test, and run (authored by gahr).
Mk/Uses/tcl.mk: allow combining build, test, and run
Tue, May 26, 7:17 AM
senguptaangshuman17_gmail.com accepted D57226: nanobsd: Adjust the order of the flags in makefs.
Tue, May 26, 7:13 AM
bapt added a comment to D56835: rcd(8): new service manager daemon.

There is one thing I'd really love to see what RC does not have at all: user units like systemd has. It often happens that our users want to run something in the background and I cannot offer anything, but to create an RC for them, install doas, delegate, etc. Too complex. For k5start on AL8 for a specific user I have created a user unit and it does what it should do: keep the Kerberos ticket cache alive. I'd love to hear your opinion on it.

Tue, May 26, 6:52 AM
bapt added a comment to D56835: rcd(8): new service manager daemon.

if you question is can I overrite/extend the predefined provide/requires, not it is not covered, by design, it can be done by accident, but that is a good idea, and probably easy addon, which we may add after.

That's be great. It often turns out that these order issues aren't solvable with default upstream ports.

Tue, May 26, 6:50 AM
nxjoseph committed R11:7ce2f25e40ee: www/iocaine: Add new port (authored by Sebastian Oswald <sko@rostwald.de>).
www/iocaine: Add new port
Tue, May 26, 6:21 AM
ehaupt committed R11:0b304421ccd3: x11-fm/xfe: Update to 2.1.7 (authored by ehaupt).
x11-fm/xfe: Update to 2.1.7
Tue, May 26, 6:17 AM
yuri committed R11:4287dbe6a39e: misc/llama-cpp: update 9222 → 9331 (authored by yuri).
misc/llama-cpp: update 9222 → 9331
Tue, May 26, 6:00 AM
yuri committed R11:87d2ea0c6338: math/dbcsr: update 2.8.0 → 2.9.1 (authored by yuri).
math/dbcsr: update 2.8.0 → 2.9.1
Tue, May 26, 6:00 AM
yuri committed R11:1f8a4ade24e9: math/fricas: update 1.3.10 → 1.3.13 (authored by yuri).
math/fricas: update 1.3.10 → 1.3.13
Tue, May 26, 5:59 AM
yuri committed R11:db7a2da51cfc: audio/whisper.cpp: update 1.8.2-407 → 1.8.4 (authored by yuri).
audio/whisper.cpp: update 1.8.2-407 → 1.8.4
Tue, May 26, 5:59 AM
yuri committed R11:bb20d17408c1: misc/ggml: update 0.12.0 → 0.13.0 (authored by yuri).
misc/ggml: update 0.12.0 → 0.13.0
Tue, May 26, 5:59 AM
yuri committed R11:9f85963d9ec1: devel/buf: update 1.69.0 → 1.70.0 (authored by yuri).
devel/buf: update 1.69.0 → 1.70.0
Tue, May 26, 5:59 AM
yuri committed R11:cabc03d72fc1: www/cpp-httplib: update 0.45.1 → 0.46.0 (authored by yuri).
www/cpp-httplib: update 0.45.1 → 0.46.0
Tue, May 26, 5:59 AM
yuri committed R11:7776307dcb32: science/abinit: update 10.6.7 → 10.8.1 (authored by yuri).
science/abinit: update 10.6.7 → 10.8.1
Tue, May 26, 5:59 AM
yuri committed R11:21ad1ae2c59f: science/sirius: Broken on 16 (authored by yuri).
science/sirius: Broken on 16
Tue, May 26, 5:59 AM
sunpoet committed R11:ad03fbc59898: devel/libcbor: Add make test (authored by sunpoet).
devel/libcbor: Add make test
Tue, May 26, 5:59 AM
nxjoseph committed R11:dad78feb6dcf: editors/gobby: Update WWW and MASTER_SITES (authored by nxjoseph).
editors/gobby: Update WWW and MASTER_SITES
Tue, May 26, 5:45 AM
nxjoseph committed R11:bb4abd59743e: editors/gobby: Update WWW and MASTER_SITES (authored by nxjoseph).
editors/gobby: Update WWW and MASTER_SITES
Tue, May 26, 5:45 AM
adrian added a comment to D48172: net80211: add macros for testing if a channel is defined / channel is "any channel".
In D48172#1103014, @bz wrote:

Ok, so where do you want to take this? Find all the places in the tree and replace them, just do net80211 and leave the drivers? Just add the macros and let someone else do them all in a go?

Also the IEEE80211_IS_CHAN_ANY() according to https://lists.freebsd.org/archives/freebsd-wireless/2025-January/002700.html

Tue, May 26, 5:36 AM · wireless
dtxdf committed R11:5f585f6d86dd: security/py-PAM: Fix build for py313t flavor (authored by dtxdf).
security/py-PAM: Fix build for py313t flavor
Tue, May 26, 5:27 AM
nxjoseph committed R11:34731f97ea05: graphics/gowall: Fix fetch (authored by nxjoseph).
graphics/gowall: Fix fetch
Tue, May 26, 5:25 AM
nxjoseph committed R11:460ead9aa4e2: graphics/gowall: Fix fetch (authored by nxjoseph).
graphics/gowall: Fix fetch
Tue, May 26, 5:23 AM
sunpoet committed R11:05f092aadf23: databases/sqlite3: Fix tcl flavor (authored by sunpoet).
databases/sqlite3: Fix tcl flavor
Tue, May 26, 5:17 AM
sunpoet committed R11:5b34359870a5: devel/py-tzlocal: Fix RUN_DEPENDS (authored by sunpoet).
devel/py-tzlocal: Fix RUN_DEPENDS
Tue, May 26, 4:57 AM
sunpoet committed R11:2916ba7911aa: www/py-requests-unixsocket: Update to 0.4.1 (authored by sunpoet).
www/py-requests-unixsocket: Update to 0.4.1
Tue, May 26, 4:57 AM
sunpoet committed R11:fe34b951b5ec: www/py-hyperframe: Update to 6.1.0 (authored by sunpoet).
www/py-hyperframe: Update to 6.1.0
Tue, May 26, 4:57 AM
sunpoet committed R11:7625d8fbfdeb: archivers/rubygem-rubyzip2: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05… (authored by sunpoet).
archivers/rubygem-rubyzip2: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05…
Tue, May 26, 4:57 AM
sunpoet committed R11:e45fb8b3f454: www/py-h2: Update to 4.3.0 (authored by sunpoet).
www/py-h2: Update to 4.3.0
Tue, May 26, 4:57 AM
sunpoet committed R11:d146d61e4a70: x11-fonts/py-cu2qu: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31 (authored by sunpoet).
x11-fonts/py-cu2qu: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31
Tue, May 26, 4:57 AM
sunpoet committed R11:abe86484bf45: databases/py-sqlalchemy10: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31 (authored by sunpoet).
databases/py-sqlalchemy10: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31
Tue, May 26, 4:57 AM
sunpoet committed R11:33a1a09ed533: www/py-hpack: Update to 4.1.0 (authored by sunpoet).
www/py-hpack: Update to 4.1.0
Tue, May 26, 4:57 AM
sunpoet committed R11:b24dda975185: www/py-azure-storage: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31 (authored by sunpoet).
www/py-azure-storage: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31
Tue, May 26, 4:57 AM
sunpoet committed R11:1400af0fda48: devel/py-pyperclip: Update to 1.9.0 (authored by sunpoet).
devel/py-pyperclip: Update to 1.9.0
Tue, May 26, 4:57 AM
sunpoet committed R11:322a4daab74d: www/py-pyjwt1: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31 (authored by sunpoet).
www/py-pyjwt1: Mark DEPRECATED and set EXPIRATION_DATE to 2026-05-31
Tue, May 26, 4:57 AM
sunpoet committed R11:7ec488998a80: databases/arrow: Update to 24.0.0 (authored by sunpoet).
databases/arrow: Update to 24.0.0
Tue, May 26, 4:57 AM
sunpoet committed R11:8d6bf84c16c5: science/gromacs: Use tinyxml2 from ports tree (authored by sunpoet).
science/gromacs: Use tinyxml2 from ports tree
Tue, May 26, 4:57 AM
sunpoet committed R11:362adf1ccb08: devel/p5-Time-Moment: Strip shared library (authored by sunpoet).
devel/p5-Time-Moment: Strip shared library
Tue, May 26, 4:57 AM
sunpoet committed R11:977b566d0b13: sysutils/less: Update to 692 (authored by sunpoet).
sysutils/less: Update to 692
Tue, May 26, 4:57 AM
sunpoet committed R11:fe826e31b943: databases/sqlite3: Update to 3.53.1 (authored by sunpoet).
databases/sqlite3: Update to 3.53.1
Tue, May 26, 4:57 AM
sunpoet committed R11:29f9bd05020b: math/octave: Fix build with texinfo 7.3+ (authored by sunpoet).
math/octave: Fix build with texinfo 7.3+
Tue, May 26, 4:57 AM
sunpoet committed R11:218c90017da5: security/acme.sh: Update WWW and add LICENSE_FILE (authored by sunpoet).
security/acme.sh: Update WWW and add LICENSE_FILE
Tue, May 26, 4:57 AM
sunpoet committed R11:45d86cd6f258: databases/py-pyarrow: Update to 24.0.0 (authored by sunpoet).
databases/py-pyarrow: Update to 24.0.0
Tue, May 26, 4:57 AM
sunpoet committed R11:673bacdd0401: dns/py-dns-lexicon: Update to 3.25.2 (authored by sunpoet).
dns/py-dns-lexicon: Update to 3.25.2
Tue, May 26, 4:57 AM
sunpoet committed R11:690e10393f75: www/py-hypercorn: Update version requirement of RUN_DEPENDS (authored by sunpoet).
www/py-hypercorn: Update version requirement of RUN_DEPENDS
Tue, May 26, 4:57 AM
sunpoet committed R11:bfb7e4dbfd14: devel/py-cmd2: Update version requirement of RUN_DEPENDS (authored by sunpoet).
devel/py-cmd2: Update version requirement of RUN_DEPENDS
Tue, May 26, 4:57 AM
sunpoet committed R11:9f80bc726e4a: devel/py-jupyter-server: Update version requirement of RUN_DEPENDS (authored by sunpoet).
devel/py-jupyter-server: Update version requirement of RUN_DEPENDS
Tue, May 26, 4:57 AM
sunpoet committed R11:7f5fe7ae4ca3: databases/py-mycli: Update version requirement of RUN_DEPENDS (authored by sunpoet).
databases/py-mycli: Update version requirement of RUN_DEPENDS
Tue, May 26, 4:57 AM
sunpoet committed R11:37cb05b528e3: databases/py-apsw: Update to 3.53.1.0 (authored by sunpoet).
databases/py-apsw: Update to 3.53.1.0
Tue, May 26, 4:57 AM
sunpoet committed R11:387122b6bc67: databases/py-datafusion: Update version requirement of RUN_DEPENDS (authored by sunpoet).
databases/py-datafusion: Update version requirement of RUN_DEPENDS
Tue, May 26, 4:57 AM
sunpoet committed R11:c5326f301743: databases/rubygem-red-parquet: Update to 24.0.0 (authored by sunpoet).
databases/rubygem-red-parquet: Update to 24.0.0
Tue, May 26, 4:57 AM
sunpoet committed R11:6897b45eaa99: databases/rubygem-red-gandiva: Update to 24.0.0 (authored by sunpoet).
databases/rubygem-red-gandiva: Update to 24.0.0
Tue, May 26, 4:57 AM
sunpoet committed R11:1d62c9829c8e: databases/rubygem-red-arrow-flight-sql: Update to 24.0.0 (authored by sunpoet).
databases/rubygem-red-arrow-flight-sql: Update to 24.0.0
Tue, May 26, 4:57 AM
sunpoet committed R11:ff2cfb4bb4ac: databases/rubygem-red-arrow-flight: Update to 24.0.0 (authored by sunpoet).
databases/rubygem-red-arrow-flight: Update to 24.0.0
Tue, May 26, 4:57 AM
sunpoet committed R11:14ed8907b71f: databases/rubygem-red-arrow-dataset: Update to 24.0.0 (authored by sunpoet).
databases/rubygem-red-arrow-dataset: Update to 24.0.0
Tue, May 26, 4:57 AM
sunpoet committed R11:5b82aa5b80c8: databases/arrow-glib: Update to 24.0.0 (authored by sunpoet).
databases/arrow-glib: Update to 24.0.0
Tue, May 26, 4:57 AM
sunpoet committed R11:db896637e126: databases/rubygem-red-arrow: Update to 24.0.0 (authored by sunpoet).
databases/rubygem-red-arrow: Update to 24.0.0
Tue, May 26, 4:57 AM
sunpoet committed R11:794f4cbf7cc9: print/texinfo: Update to 7.3 (authored by sunpoet).
print/texinfo: Update to 7.3
Tue, May 26, 4:57 AM
adrian accepted D57240: aq(4): Fix RSS indirection table OOB write and queue distribution.
Tue, May 26, 4:50 AM · drivers
yuri committed R11:96a261f40793: lang/bun: Add LLVM_VER=21 with explanation for why it is needed (authored by yuri).
lang/bun: Add LLVM_VER=21 with explanation for why it is needed
Tue, May 26, 4:43 AM
yuri committed R11:bd4220cd65fb: graphics/curtail: update 1.16.1 → 1.16.2 (authored by yuri).
graphics/curtail: update 1.16.1 → 1.16.2
Tue, May 26, 4:43 AM
yuri committed R11:5471a5786164: science/dakota: update 6.22.0 → 6.23.0 (authored by yuri).
science/dakota: update 6.22.0 → 6.23.0
Tue, May 26, 4:43 AM
yuri committed R11:533b1842a7a3: dns/doggo: update 1.1.6 → 1.1.7 (authored by yuri).
dns/doggo: update 1.1.6 → 1.1.7
Tue, May 26, 4:43 AM
tagattie committed R11:179f43c8af1a: devel/py-ty: Update to 0.0.39 (authored by tagattie).
devel/py-ty: Update to 0.0.39
Tue, May 26, 4:25 AM
adrian added a comment to D57240: aq(4): Fix RSS indirection table OOB write and queue distribution.

oh, hm, how's 8 RSS queues but > 8 RX queues work? In any case, good catch!

Tue, May 26, 4:11 AM · drivers
glebius requested review of D57241: inpcb: a pcb may travel only from the wild hash to exact, not vice versa.
Tue, May 26, 4:06 AM
uzsolt committed R11:63f03436157c: math/R-cran-psych: Add test dependency (authored by uzsolt).
math/R-cran-psych: Add test dependency
Tue, May 26, 3:35 AM
uzsolt committed R11:3b6fc38c2eba: math/R-cran-psychTools: New port (authored by uzsolt).
math/R-cran-psychTools: New port
Tue, May 26, 3:33 AM
riggs committed R11:5ee4c1c22abf: multimedia/mkvtoolnix: Update to upstream release 99.0 (authored by riggs).
multimedia/mkvtoolnix: Update to upstream release 99.0
Tue, May 26, 3:29 AM
yuri committed R11:351251f0fdf5: misc/antigravity-cli: update 1.0.0 → 1.0.2 (authored by yuri).
misc/antigravity-cli: update 1.0.0 → 1.0.2
Tue, May 26, 3:13 AM
yuri committed R11:31d321ac0bed: science/{,py-}arbor: update 0.11.0 → 0.12.1 (authored by yuri).
science/{,py-}arbor: update 0.11.0 → 0.12.1
Tue, May 26, 3:07 AM
yuri committed R11:1df87300e185: devel/py-qutip: update 5.0.4 → 5.3.0 (authored by yuri).
devel/py-qutip: update 5.0.4 → 5.3.0
Tue, May 26, 3:07 AM
yuri committed R11:0c919056b14b: science/{,py-}segyio: update 1.9.13 → 1.9.14 (authored by yuri).
science/{,py-}segyio: update 1.9.13 → 1.9.14
Tue, May 26, 3:07 AM
yuri committed R11:fa45599afe0b: multimedia/librist: update 0.2.14 → 0.2.15 (authored by yuri).
multimedia/librist: update 0.2.14 → 0.2.15
Tue, May 26, 3:07 AM
yuri committed R11:d066459d3d70: science/sirius: update 7.11.0 → 7.11.1 (authored by yuri).
science/sirius: update 7.11.0 → 7.11.1
Tue, May 26, 3:06 AM
yuri committed R11:991d7b74800d: science/py-symfc: update 1.7.0 → 1.7.1 (authored by yuri).
science/py-symfc: update 1.7.0 → 1.7.1
Tue, May 26, 3:06 AM
yuri committed R11:051f93113475: science/{,py-}rmf: update 1.7.0 → 1.7.1 (authored by yuri).
science/{,py-}rmf: update 1.7.0 → 1.7.1
Tue, May 26, 3:06 AM