SECURITY update to irssi-0.8.21 (minimal patches to fix security issues

only) - ok jca@ krw@

(a) A NULL pointer dereference in the nickcmp function found by Joseph
    Bisch. (CWE-690)

(b) Use after free when receiving invalid nick message (Issue #466, CWE-146)

(c) Out of bounds read in certain incomplete control codes found by
    Joseph Bisch. (CWE-126)

(d) Out of bounds read in certain incomplete character sequences found
    by Hanno Böck and independently by J. Bisch. (CWE-126)
This commit is contained in:
sthen 2017-01-05 21:37:52 +00:00
parent 5b2fa0cafd
commit 9689d57f2d
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.66 2016/10/25 12:25:32 jca Exp $
# $OpenBSD: Makefile,v 1.67 2017/01/05 21:37:52 sthen Exp $
COMMENT = modular IRC client with many features (ipv6,socks,proxy)
V = 0.8.20
V = 0.8.21
DISTNAME = irssi-$V
PKGSPEC = irssi-=$V

View File

@ -1,2 +1,2 @@
SHA256 (irssi-0.8.20.tar.gz) = 9eIPdqqCNzA8Rj4IrbOj46QAokupWs9z6bBo1jQXP2Y=
SIZE (irssi-0.8.20.tar.gz) = 1565952
SHA256 (irssi-0.8.21.tar.gz) = QsGjWnC1H+zA1GvBrwqSLsjKntgS1zAEsIP+Bptiqjs=
SIZE (irssi-0.8.21.tar.gz) = 1566527