diff options
author | maya <maya@pkgsrc.org> | 2017-07-07 12:33:43 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-07-07 12:33:43 +0000 |
commit | 9c01294d53ce16b5c6b4df28404324420a50e52f (patch) | |
tree | 3adece7e90667bf68a27d9a7e3966b9673b0c140 /chat/irssi | |
parent | 1d7fc8fdedc062170c6ab05be75445a726314788 (diff) | |
download | pkgsrc-9c01294d53ce16b5c6b4df28404324420a50e52f.tar.gz |
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).
Diffstat (limited to 'chat/irssi')
-rw-r--r-- | chat/irssi/Makefile.common | 4 | ||||
-rw-r--r-- | chat/irssi/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common index a46c0877206..13a1decfa1c 100644 --- a/chat/irssi/Makefile.common +++ b/chat/irssi/Makefile.common @@ -1,10 +1,10 @@ -# $NetBSD: Makefile.common,v 1.23 2017/06/07 04:38:55 snj Exp $ +# $NetBSD: Makefile.common,v 1.24 2017/07/07 12:33:43 maya Exp $ # # used by chat/irssi-icb/Makefile # used by chat/irssi-xmpp/Makefile # Specific distribution information. -IRSSI_VERSION= 1.0.3 +IRSSI_VERSION= 1.0.4 IRSSI_DISTNAME= irssi-${IRSSI_VERSION} IRSSI_EXTRACT_SUFX= .tar.gz IRSSI_DISTFILE= ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX} diff --git a/chat/irssi/distinfo b/chat/irssi/distinfo index 5e89b2583c5..bff49e8f590 100644 --- a/chat/irssi/distinfo +++ b/chat/irssi/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.42 2017/06/07 04:38:55 snj Exp $ +$NetBSD: distinfo,v 1.43 2017/07/07 12:33:43 maya Exp $ -SHA1 (irssi-1.0.3.tar.gz) = e804217cdebc16cb8a935f679b4fabbb92b393ae -RMD160 (irssi-1.0.3.tar.gz) = e527344fae859d094512d5bb9f51db3cec0dfd2c -SHA512 (irssi-1.0.3.tar.gz) = 88ef193364cba74276de757b5f6b39814b10b32a28d7cc8df97c870d5c0aae29ae12004e13de589090eec9b2323f1227c3231c7d42fe6904da5a845a2b9ccebb -Size (irssi-1.0.3.tar.gz) = 1595558 bytes +SHA1 (irssi-1.0.4.tar.gz) = d7ab19e79c389180f01b3cb8ffdd7a2fc43cbe26 +RMD160 (irssi-1.0.4.tar.gz) = 7624b3a2ae35bfb87e5721a82d644fbb4209dc18 +SHA512 (irssi-1.0.4.tar.gz) = 656120b33421e38b4f15d2a269f8f59d9dfecbbcc24e2cedf05c703e156db6a7994e409982c7708b2ec83fef7fb412e0975b5c1dd02fbdf626234a3505679d9c +Size (irssi-1.0.4.tar.gz) = 1596629 bytes SHA1 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7 |