Skip to content

Commit 5b5a511

Browse files
author
maya
committed
irssi: update to 1.0.4. security fix.
v1.0.4 2017-07-07 The Irssi team <staff@irssi.org> - Fix null pointer dereference when parsing invalid timestamp (GL#10, GL!15). Reported by Brian 'geeknik' Carpenter. - Fix use-after-free condition when removing nicks from the internal nicklist (GL#11, GL!16). Reported by Brian 'geeknik' Carpenter. - Fix incorrect string comparison in DCC file names (#714). - Fix regression in Irssi 1.0.3 where it would claim "Invalid time '-1'" (#716, #722). - Fix a bug when using \n to separate lines with expand_escapes (#723). - Retain screen output on improper exit, to better see any error messages (#287, #721). - Minor help update (#729).
1 parent 77376ca commit 5b5a511

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

chat/irssi/Makefile.common

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# $NetBSD: Makefile.common,v 1.23 2017/06/07 04:38:55 snj Exp $
1+
# $NetBSD: Makefile.common,v 1.24 2017/07/07 12:33:43 maya Exp $
22
#
33
# used by chat/irssi-icb/Makefile
44
# used by chat/irssi-xmpp/Makefile
55

66
# Specific distribution information.
7-
IRSSI_VERSION= 1.0.3
7+
IRSSI_VERSION= 1.0.4
88
IRSSI_DISTNAME= irssi-${IRSSI_VERSION}
99
IRSSI_EXTRACT_SUFX= .tar.gz
1010
IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}

chat/irssi/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
$NetBSD: distinfo,v 1.42 2017/06/07 04:38:55 snj Exp $
1+
$NetBSD: distinfo,v 1.43 2017/07/07 12:33:43 maya Exp $
22

3-
SHA1 (irssi-1.0.3.tar.gz) = e804217cdebc16cb8a935f679b4fabbb92b393ae
4-
RMD160 (irssi-1.0.3.tar.gz) = e527344fae859d094512d5bb9f51db3cec0dfd2c
5-
SHA512 (irssi-1.0.3.tar.gz) = 88ef193364cba74276de757b5f6b39814b10b32a28d7cc8df97c870d5c0aae29ae12004e13de589090eec9b2323f1227c3231c7d42fe6904da5a845a2b9ccebb
6-
Size (irssi-1.0.3.tar.gz) = 1595558 bytes
3+
SHA1 (irssi-1.0.4.tar.gz) = d7ab19e79c389180f01b3cb8ffdd7a2fc43cbe26
4+
RMD160 (irssi-1.0.4.tar.gz) = 7624b3a2ae35bfb87e5721a82d644fbb4209dc18
5+
SHA512 (irssi-1.0.4.tar.gz) = 656120b33421e38b4f15d2a269f8f59d9dfecbbcc24e2cedf05c703e156db6a7994e409982c7708b2ec83fef7fb412e0975b5c1dd02fbdf626234a3505679d9c
6+
Size (irssi-1.0.4.tar.gz) = 1596629 bytes
77
SHA1 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7

0 commit comments

Comments
 (0)