summaryrefslogtreecommitdiff
path: root/chat/irssi/Makefile.common
diff options
context:
space:
mode:
authormaya <maya>2017-01-05 15:46:10 +0000
committermaya <maya>2017-01-05 15:46:10 +0000
commit8c5a98315e43630ceb019a43e223d46089867085 (patch)
tree6dddcf2ee94d8c3598a86ddb63b10d2f692eed3b /chat/irssi/Makefile.common
parentedbeb8f033d32b3abd2df96474572433eaa7b528 (diff)
downloadpkgsrc-8c5a98315e43630ceb019a43e223d46089867085.tar.gz
irssi: update to 0.8.21.
irssi 0.8.21 is a maintenance release without any new features. Changes: - Correct a NULL pointer dereference in the nickcmp function found by Joseph Bisch (GL#1) - Correct an out of bounds read in certain incomplete control codes found by Joseph Bisch (GL#2) - Correct an out of bounds read in certain incomplete character sequences found by Hanno Böck and independently by J. Bisch (GL#3) - Correct an error when receiving invalid nick message (GL#4, #466)
Diffstat (limited to 'chat/irssi/Makefile.common')
-rw-r--r--chat/irssi/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common
index acc41298b59..0a56bbaad79 100644
--- a/chat/irssi/Makefile.common
+++ b/chat/irssi/Makefile.common
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.18 2016/09/21 20:53:57 maya Exp $
+# $NetBSD: Makefile.common,v 1.19 2017/01/05 15:46:10 maya Exp $
#
# used by chat/irssi-icb/Makefile
# used by chat/irssi-xmpp/Makefile
# Specific distribution information.
-IRSSI_VERSION= 0.8.20
+IRSSI_VERSION= 0.8.21
IRSSI_DISTNAME= irssi-${IRSSI_VERSION}
IRSSI_EXTRACT_SUFX= .tar.gz
IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}