diff options
author | maya <maya@pkgsrc.org> | 2017-10-23 15:08:24 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-10-23 15:08:24 +0000 |
commit | 80c39409f9aab24ca13f1944bc43b4fe2db5d25d (patch) | |
tree | ce36294356588564df4e0ed7065d2152c92a920c /chat/irssi/Makefile.common | |
parent | 18997664a3de3bcbc2b4ca9f7636b91bd0fd898e (diff) | |
download | pkgsrc-80c39409f9aab24ca13f1944bc43b4fe2db5d25d.tar.gz |
irssi: update to 1.0.5
- Fix missing -sasl_method '' in /NETWORK (#718, #719).
- Fix incorrect restoration of term state when hitting SUSP
inside screen (#737, #733).
- Fix out of bounds read when compressing colour
sequences. Found by Hanno Böck (GL#12, GL!18).
- Fix use after free condition during a race condition when
waiting on channel sync during a rejoin (GL#13, GL!19).
- Fix null pointer dereference when parsing certain malformed
CTCP DCC messages (GL#14, GL!20).
- Fix crash due to null pointer dereference when failing to
split messages due to overlong nick or target (GL#15, GL!21).
- Fix out of bounds read when trying to skip a safe channel ID
without verifying that the ID is long enough (GL#16, GL!22).
- Fix return of random memory when inet_ntop failed (#769).
- Minor statusbar help update. By Robert Bisewski (#758,
#763).
Security advisory: https://irssi.org/security/irssi_sa_2017_10.txt
Diffstat (limited to 'chat/irssi/Makefile.common')
-rw-r--r-- | chat/irssi/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index 13a1decfa1c..1bda8a9dfbe 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.24 2017/07/07 12:33:43 maya Exp $ +# $NetBSD: Makefile.common,v 1.25 2017/10/23 15:08:24 maya Exp $ # # used by chat/irssi-icb/Makefile # used by chat/irssi-xmpp/Makefile # Specific distribution information. -IRSSI_VERSION= 1.0.4 +IRSSI_VERSION= 1.0.5 IRSSI_DISTNAME= irssi-${IRSSI_VERSION} IRSSI_EXTRACT_SUFX= .tar.gz IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX} |