Received: by mail.netbsd.org (Postfix, from userid 605) id 60D2E85752; Fri, 7 Jul 2017 12:33:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E2A7A84D7F for ; Fri, 7 Jul 2017 12:33:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 23P0R8q-1YEV for ; Fri, 7 Jul 2017 12:33:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6D43F84D7C for ; Fri, 7 Jul 2017 12:33:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6B30AFAE8; Fri, 7 Jul 2017 12:33:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_149943082368740" MIME-Version: 1.0 Date: Fri, 7 Jul 2017 12:33:43 +0000 From: "Maya Rashish" Subject: CVS commit: pkgsrc/chat/irssi To: pkgsrc-changes@NetBSD.org Reply-To: maya@netbsd.org X-Mailer: log_accum Message-Id: <20170707123343.6B30AFAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_149943082368740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: maya Date: Fri Jul 7 12:33:43 UTC 2017 Modified Files: pkgsrc/chat/irssi: Makefile.common distinfo Log Message: irssi: update to 1.0.4. security fix. v1.0.4 2017-07-07 The Irssi team - 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). To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/irssi/Makefile.common cvs rdiff -u -r1.42 -r1.43 pkgsrc/chat/irssi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_149943082368740 Content-Disposition: inline Content-Length: 1822 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/irssi/Makefile.common diff -u pkgsrc/chat/irssi/Makefile.common:1.23 pkgsrc/chat/irssi/Makefile.common:1.24 --- pkgsrc/chat/irssi/Makefile.common:1.23 Wed Jun 7 04:38:55 2017 +++ pkgsrc/chat/irssi/Makefile.common Fri Jul 7 12:33:43 2017 @@ -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} Index: pkgsrc/chat/irssi/distinfo diff -u pkgsrc/chat/irssi/distinfo:1.42 pkgsrc/chat/irssi/distinfo:1.43 --- pkgsrc/chat/irssi/distinfo:1.42 Wed Jun 7 04:38:55 2017 +++ pkgsrc/chat/irssi/distinfo Fri Jul 7 12:33:43 2017 @@ -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 --_----------=_149943082368740--