On Sat, Jan 06, 2018 at 08:31:59PM +0000, Stuart Henderson wrote: > danj pointed this out to me and viq earlier. thanks for the diff, that > saves time :) > > On 2018/01/06 16:41, Klemens Nanni wrote: > > Security and bug fixes: https://irssi.org/2018/01/07/irssi-1.0.6-released/ > > > > - Fix invalid memory access when reading hilight configuration > > (#787, #788). > > - Fix null pointer dereference when the channel topic is set > > without specifying a sender (GL#20, GL!25). > > - Fix return of random memory when using incomplete escape > > codes (GL#21, GL!26). > > - Fix heap buffer overflow when completing certain strings > > (GL#19, GL!27). > > - Fix return of random memory when using an incomplete > > variable argument (GL#18, GL!28). > > > > While here, switch HOMEPAGE to HTTPS. > > > > Works fine on amd64, tests pass, I haven't run the socks flavor, though. > > Any takers? > > irssi-icb works ok. Have you done any tests (either build or run) > of the other dependent ports? No.
> > diff --git a/net/irssi/Makefile b/net/irssi/Makefile > > index c46533fb883..82e9201be61 100644 > > --- a/net/irssi/Makefile > > +++ b/net/irssi/Makefile > > @@ -2,14 +2,14 @@ > > > > COMMENT = modular IRC client with many features (ipv6,socks,proxy) > > > > -V = 1.0.5 > > +V = 1.0.6 > > DISTNAME = irssi-$V > > PKGSPEC = irssi-=$V > > REVISION = 0 > > zap REVISION See my other reply.