pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/irssi irssi: require openssl >= 1.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51027f68c2f7
branches:  trunk
changeset: 375229:51027f68c2f7
user:      maya <maya%pkgsrc.org@localhost>
date:      Tue Feb 06 10:06:34 2018 +0000

description:
irssi: require openssl >= 1.0.2

Irssi is broken and will crash with OpenSSL < 1.0.2 due to
https://github.com/openssl/openssl/commit/5b4b9ce976fce09a7a92e2f25b91a1635cb840fe

++PKGREVISION

diffstat:

 chat/irssi/Makefile   |  3 ++-
 chat/irssi/options.mk |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 65c62c11b7a8 -r 51027f68c2f7 chat/irssi/Makefile
--- a/chat/irssi/Makefile       Tue Feb 06 10:03:04 2018 +0000
+++ b/chat/irssi/Makefile       Tue Feb 06 10:06:34 2018 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.85 2018/01/11 13:57:36 maya Exp $
+# $NetBSD: Makefile,v 1.86 2018/02/06 10:06:34 maya Exp $
 
 DISTNAME=              ${IRSSI_DISTNAME}
 CATEGORIES=            chat
 EXTRACT_SUFX=          ${IRSSI_EXTRACT_SUFX}
+PKGREVISION=           1
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://www.irssi.org/
diff -r 65c62c11b7a8 -r 51027f68c2f7 chat/irssi/options.mk
--- a/chat/irssi/options.mk     Tue Feb 06 10:03:04 2018 +0000
+++ b/chat/irssi/options.mk     Tue Feb 06 10:06:34 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.18 2017/08/24 14:05:21 khorben Exp $
+# $NetBSD: options.mk,v 1.19 2018/02/06 10:06:34 maya Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.irssi
 PKG_SUPPORTED_OPTIONS=         ssl perl truecolor
@@ -23,6 +23,7 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mssl)
+BUILDLINK_API_DEPENDS.openssl+=        openssl>=1.0.2
 .include "../../security/openssl/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=       --disable-ssl



Home | Main Index | Thread Index | Old Index