pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/irssi irssi: update to 1.0.2. temporarily disable...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c7fb5b768794
branches:  trunk
changeset: 359480:c7fb5b768794
user:      maya <maya%pkgsrc.org@localhost>
date:      Sun Mar 12 06:35:08 2017 +0000

description:
irssi: update to 1.0.2. temporarily disable perl option because it doesn't
build, and this update includes a security fix.

v1.0.2 2017-03-10  The Irssi team <staff%irssi.org@localhost>
        - Prevent some null-pointer crashes (GL!9).
        - Fix compilation with OpenSSL 1.1.0 (#628, #597).
        - Correct dereferencing of already freed server objects during
          output of netjoins. Found by APic (GL!10, GL#7).
        - Fix in command arg parser to detect missing arguments in tail place
          (#652, #651).
        - Fix regression that broke incoming DCC file transfers (#667, #656).
        - Fix issue with escaping \ in evaluated strings (#669, #520).

diffstat:

 chat/irssi/Makefile        |   3 +--
 chat/irssi/Makefile.common |   4 ++--
 chat/irssi/distinfo        |  10 +++++-----
 chat/irssi/options.mk      |   6 +++---
 4 files changed, 11 insertions(+), 12 deletions(-)

diffs (59 lines):

diff -r c460361d624b -r c7fb5b768794 chat/irssi/Makefile
--- a/chat/irssi/Makefile       Sat Mar 11 23:28:54 2017 +0000
+++ b/chat/irssi/Makefile       Sun Mar 12 06:35:08 2017 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2017/02/26 22:16:57 wiz Exp $
+# $NetBSD: Makefile,v 1.77 2017/03/12 06:35:08 maya Exp $
 
 DISTNAME=              ${IRSSI_DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            chat
 EXTRACT_SUFX=          ${IRSSI_EXTRACT_SUFX}
 
diff -r c460361d624b -r c7fb5b768794 chat/irssi/Makefile.common
--- a/chat/irssi/Makefile.common        Sat Mar 11 23:28:54 2017 +0000
+++ b/chat/irssi/Makefile.common        Sun Mar 12 06:35:08 2017 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.21 2017/02/05 20:37:30 maya Exp $
+# $NetBSD: Makefile.common,v 1.22 2017/03/12 06:35:08 maya Exp $
 #
 # used by chat/irssi-icb/Makefile
 # used by chat/irssi-xmpp/Makefile
 
 # Specific distribution information.
-IRSSI_VERSION=                 1.0.1
+IRSSI_VERSION=                 1.0.2
 IRSSI_DISTNAME=                        irssi-${IRSSI_VERSION}
 IRSSI_EXTRACT_SUFX=            .tar.gz
 IRSSI_DISTFILE=                        ${IRSSI_DISTNAME}${IRSSI_EXTRACT_SUFX}
diff -r c460361d624b -r c7fb5b768794 chat/irssi/distinfo
--- a/chat/irssi/distinfo       Sat Mar 11 23:28:54 2017 +0000
+++ b/chat/irssi/distinfo       Sun Mar 12 06:35:08 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.40 2017/02/05 20:37:30 maya Exp $
+$NetBSD: distinfo,v 1.41 2017/03/12 06:35:08 maya Exp $
 
-SHA1 (irssi-1.0.1.tar.gz) = 5be5efd0ed1fb8b5b954d6ef7181c2eefe792ccd
-RMD160 (irssi-1.0.1.tar.gz) = 6877147db3d2b97ed2ab51b1c1a1a362fa3ec4e7
-SHA512 (irssi-1.0.1.tar.gz) = ebf971579c3794114a29962bef9c49c055a9abdec960cc668468ac93b794163c36b076eda3fcb7a873f89853d6f4b6a63dee155c9a3df2a34378b910cfb5b48d
-Size (irssi-1.0.1.tar.gz) = 1591387 bytes
+SHA1 (irssi-1.0.2.tar.gz) = 44f04ac59cae6a7d91c70bb8af6edbcc2708dcae
+RMD160 (irssi-1.0.2.tar.gz) = bdfe70db0e6ba5226811ed50fb63ace21e04e4e6
+SHA512 (irssi-1.0.2.tar.gz) = d52dd07cbd0b74ade019a3219d57d97a4733f09be1df242037a9562ee321d870c6fe7b37e093bb0b3f7bad747f36b77257fe14d58d4bc96ad346e2fc4629fb9f
+Size (irssi-1.0.2.tar.gz) = 1592547 bytes
 SHA1 (patch-ad) = 8cb41612afcd6088b869235166da9a6eb37e6ec7
diff -r c460361d624b -r c7fb5b768794 chat/irssi/options.mk
--- a/chat/irssi/options.mk     Sat Mar 11 23:28:54 2017 +0000
+++ b/chat/irssi/options.mk     Sun Mar 12 06:35:08 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: options.mk,v 1.13 2017/02/26 22:16:57 wiz Exp $
+# $NetBSD: options.mk,v 1.14 2017/03/12 06:35:08 maya Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.irssi
-PKG_SUPPORTED_OPTIONS=         inet6 perl ssl
-PKG_SUGGESTED_OPTIONS=         inet6 perl ssl
+PKG_SUPPORTED_OPTIONS=         inet6 ssl #perl
+PKG_SUGGESTED_OPTIONS=         inet6 ssl
 PKG_OPTIONS_LEGACY_OPTS+=      irssi-perl:perl
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index