On 2026/03/05 13:25, Martijn van Duren wrote:
> Funny, I'm running with 4.9.0r0 since yesterday. Diff below.
> My diff includes an additional diff, since coturn moves to
> openssl/{decoder,param_build}.h, which isn't supported by LibreSSL. I
> discussed this with tb@, and we came to the conclusion that just
> reintroducing the old DH-based code is the easiest way forward.

I thought I'd go to 4.8.0 first before tackling that, so the commit
with whatever is needed for the DH code doesn't change as much.

> >  COMMENT =  coturn STUN/TURN server
> >  
> > -V =                4.6.3-r0
> >  GH_ACCOUNT =       coturn
> >  GH_PROJECT =       coturn
> > -GH_TAGNAME =       docker/${V}
> > -DISTNAME = turnserver-${V:S/-r/pl/}
> > -
> > -COMPILER = base-clang ports-gcc
> > -COMPILER_LANGS = c
> > +GH_TAGNAME =       4.8.0
> > +PKGNAME =  turnserver-${GH_TAGNAME}
> 
> Last time we chose to go with the r* versions, since they also add code
> changes in there. I don't have a hard preference for one of the other,
> but considering our previous choice is it worth swapping again?

I checked for this version and there were no code changes in the docker
version compared to the normal one in this release.

> > +MODULES =  devel/cmake
> 
> Any particular reason to change build environment?

I noticed that it was picking up ginstall from coreutils, noticed that
the cmake build looked reasonably sane, so thought I'd go with that.
But maybe it's better to just use the custom build script and fix it
to not pick up ginstall.

Reply via email to