From 2c86273d48a55cb1c8673fc79f39bfd6a70b5df0 Mon Sep 17 00:00:00 2001 From: bsiegert Date: Wed, 14 Mar 2018 08:39:12 +0000 Subject: [PATCH] Update matterircd to 0.16.5. 0.16.5 ------ New features - Add support for private channels in slack #142 Bugfix - Slack: fixes join/parts #143, #146 - Slack: fixes away #144 0.16.4 ------ Bugfix - Fix some messages going to &messages #140 0.16.3 ------ Bugfix - Fix crash on /nick change when not logged in #141 0.16.2 ------ Bugfix - Remove crash on channel lookup of private messages 0.16.1 ------ Bugfix - Remove debug code which could cause a crash - Only append channel name to sender once in &messages 0.16.0 ------ New features - -conf option (for a config file). See https://github.com/42wim/matterircd/blob/master/matterircd.toml.example for an example. Thanks @slowbro for this PR. New config file options JoinExclude: an array of channels that won't be joined on IRC. Messages that get sent to unjoined channels (but you're joined on mattermost) will get sent to the &messages channel. You can still /JOIN exclude channels. JoinExclude = ["#town-square","#boringchannel"] JoinInclude: an array of channels that only will be joined on IRC. If it's empty, it means all channels get joined (except those defined in JoinExclude). Messages that get sent to unjoined channels (but you're joined on mattermost) will get sent to the &messages channel. JoinInclude = ["#devops"] PartFake: a bool that defines if you do a /LEAVE or /PART on IRC it will also actually leave the channel on mattermost. Default false PartFake = true - don't log passwords used with 'mattermost' and 'slack'. Closes #73 Bugfix - Already read messages are replayed again and again #130 - Update to latest mattermost (4.6) libs - Deprecated flags -bindinterface and -port removed 0.15.0 ------ New features - Support mattermost 4.2 and higher (4.x) (use mattermost v4 API) - Add -mmskiptlsverify option to skip TLS certificate checks on mattermost Enhancements - Display nickname, if set #120 - Replace IRC parsing function with shellwords like function to allow for passwords with spaces. (#8) --- chat/matterircd/Makefile | 5 ++--- chat/matterircd/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/chat/matterircd/Makefile b/chat/matterircd/Makefile index 0b54b5eb42ee..6f0331f535e3 100644 --- a/chat/matterircd/Makefile +++ b/chat/matterircd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2018/03/13 17:00:05 bsiegert Exp $ +# $NetBSD: Makefile,v 1.5 2018/03/14 08:39:12 bsiegert Exp $ -DISTNAME= matterircd-0.14.0 +DISTNAME= matterircd-0.16.5 MASTER_SITES= ${MASTER_SITE_GITHUB:=42wim/} -PKGREVISION= 2 CATEGORIES= chat GITHUB_TAG= v${PKGVERSION_NOREV} EXTRACT_USING= bsdtar diff --git a/chat/matterircd/distinfo b/chat/matterircd/distinfo index 1feaa127298e..638995a2f2c6 100644 --- a/chat/matterircd/distinfo +++ b/chat/matterircd/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/09/08 16:16:58 jperkin Exp $ +$NetBSD: distinfo,v 1.2 2018/03/14 08:39:12 bsiegert Exp $ -SHA1 (matterircd-0.14.0.tar.gz) = 832e1be8f962c3355cd5616f1e5fc6ce8b5f7ecd -RMD160 (matterircd-0.14.0.tar.gz) = e92391e852777b5e314415ffa243d7b060763cc7 -SHA512 (matterircd-0.14.0.tar.gz) = d20a6bf196dc3052382c7d01326771977e11525f170761742155d60fbeabac3ee3bfb8496a369c7af6ead2bc7afbb53379c64fb2f94bde56b17afc2bb98ee741 -Size (matterircd-0.14.0.tar.gz) = 453592 bytes +SHA1 (matterircd-0.16.5.tar.gz) = 40b376796643a9383f41413fc4ee474cdc8c9019 +RMD160 (matterircd-0.16.5.tar.gz) = 7ba4e1d2b8ae66cfcc8ce8b179b9afa57d27468b +SHA512 (matterircd-0.16.5.tar.gz) = dded3620f4a98271ab545a408eaa1e7b7ff6b67719c365787da3aad749ce95b49aaaa198c3bd21bfb438e48e6fc59d9d1dfbf182a90dc811209d34d613d3cb39 +Size (matterircd-0.16.5.tar.gz) = 816814 bytes