summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authormaya <maya>2017-03-12 06:35:08 +0000
committermaya <maya>2017-03-12 06:35:08 +0000
commitdc046658cddce0c7cbd7f923d5334795219ae474 (patch)
tree40d54d32c4bc65fa9b421e23776b78cad2b5092a /chat
parentfd04e72989bd2745a7e3dd410bf1f76a04ebb50a (diff)
downloadpkgsrc-dc046658cddce0c7cbd7f923d5334795219ae474.tar.gz
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> - 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 (limited to 'chat')
-rw-r--r--chat/irssi/Makefile3
-rw-r--r--chat/irssi/Makefile.common4
-rw-r--r--chat/irssi/distinfo10
-rw-r--r--chat/irssi/options.mk6
4 files changed, 11 insertions, 12 deletions
diff --git a/chat/irssi/Makefile b/chat/irssi/Makefile
index 261c2abeb4a..c4cbd16f59c 100644
--- a/chat/irssi/Makefile
+++ b/chat/irssi/Makefile
@@ -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 --git a/chat/irssi/Makefile.common b/chat/irssi/Makefile.common
index ab0c9c7b846..241595467f8 100644
--- a/chat/irssi/Makefile.common
+++ b/chat/irssi/Makefile.common
@@ -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 --git a/chat/irssi/distinfo b/chat/irssi/distinfo
index f42af48326a..ca8a2192fc1 100644
--- a/chat/irssi/distinfo
+++ b/chat/irssi/distinfo
@@ -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 --git a/chat/irssi/options.mk b/chat/irssi/options.mk
index 3b9d452fe5a..b02c15b4e98 100644
--- a/chat/irssi/options.mk
+++ b/chat/irssi/options.mk
@@ -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"