From: "Igor Zornik" Subject: Re: [UPDATE] audio/navidrome 0.60.3 -> 0.63.2 To: "OpenBSD ports" Date: Tue, 11 Aug 2026 21:12:53 +0200 Ping. As mentioned, this should now be good for the ports tree. Still builds and runs on today's snap. On Sat Aug 1, 2026 at 10:11 PM CEST, Igor Zornik wrote: > Hello to both! > >> were you wanting to wait for further tests [...] > > Only if there's any interest. No use waiting for too long. If you find > it OK port-wise, then it's good to go as far as I'm concerned. > >> Thanks for the update, this is running fine for me. > > Thanks a bunch, mate! So I guess we can proceed with the commit now. > > Cheers! > > On Sat, 2026-08-01 at 00:01 +0100, Fred wrote: >> On 31-07-2026 15:19, Stuart Henderson wrote: >> > On 2026/07/28 18:11, Igor Zornik wrote: >> > > lib-depends-check revealed that WANTLIB needed trimming and that >> > > LIB_DEPENDS is redundant. I don't know what's the deal with that, >> > > but >> > > everything still works on a system without audio/taglib installed. >> > >> > https://github.com/navidrome/navidrome/commit/2de2484bca5ec43b82c455b8f967efd6d1313d27 >> > >> > > Anyway, been running this for a week without any fallouts. I did >> > > another successful build on today's amd64 snapshot. QP-encoded >> > > diff for >> > > it is below the change logs. Somebody please commit it if nobody >> > > spots >> > > any issues. For anyone else testing, try to do things with images >> > > as >> > > that could walk the part of the code path that may cause mayhem. >> > >> > looks ok ports-wise, but I don't run this. >> > >> > were you wanting to wait for further tests or do you think it's in >> > shape >> > to commit? >> > >> >> Thanks for the update, this is running fine for me. >> >> Cheers >> >> Fred >> Index: Makefile =================================================================== RCS file: /cvs/ports/audio/navidrome/Makefile,v retrieving revision 1.21 diff -u -p -u -p -r1.21 Makefile --- Makefile 10 Apr 2026 11:49:53 -0000 1.21 +++ Makefile 11 Aug 2026 18:12:49 -0000 @@ -1,8 +1,7 @@ COMMENT = modern music server and streamer MODGO_MODNAME = github.com/navidrome/navidrome -MODGO_VERSION = v0.60.3 -REVISION = 0 +MODGO_VERSION = v0.63.2 DISTNAME = navidrome-${MODGO_VERSION} @@ -21,16 +20,14 @@ MAINTAINER = Igor Zornik