On 2018/01/06 22:18, Klemens Nanni wrote: > 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.
I've build tested them all now, and have been running with irssi-icb for a few days, I'll go ahead and commit. When you're sending an update of a port which others depend on, please mention what testing you've done or not done, it saves an extra round-trip to ask :) > > > 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. >