summaryrefslogtreecommitdiff
path: root/package/irssi/irssi.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-01-06 12:10:30 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-01-06 17:07:11 +0100
commit8528edfb3b3f6ee826c2339696c4c79c8ba5c938 (patch)
treeca4e34f233ceb6337ca1f2ce5d3bf51dcf73c54c /package/irssi/irssi.mk
parent444253ef6e1d92740a27fed97801f11309e2bb62 (diff)
irssi: security bump to 0.8.21
Bugfixes: - CVE-2017-5193: Correct a NULL pointer dereference in the nickcmp function found by Joseph Bisch (GL#1) - CVE-2017-5194: Correct an error when receiving invalid nick message (GL#4, #466) - CVE-2017-5195: Correct an out of bounds read in certain incomplete control codes found by Joseph Bisch (GL#2) - CVE-2017-5196: Correct an out of bounds read in certain incomplete character sequences found by Hanno Böck and independently by J. Bisch (GL#3) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/irssi/irssi.mk')
-rw-r--r--package/irssi/irssi.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/irssi/irssi.mk b/package/irssi/irssi.mk
index 0fb6fc792..e467f8989 100644
--- a/package/irssi/irssi.mk
+++ b/package/irssi/irssi.mk
@@ -4,7 +4,7 @@
#
################################################################################
-IRSSI_VERSION = 0.8.20
+IRSSI_VERSION = 0.8.21
IRSSI_SOURCE = irssi-$(IRSSI_VERSION).tar.xz
# Do not use the github helper here. The generated tarball is *NOT* the
# same as the one uploaded by upstream for the release.