Wed Mar 14 08:39:12 2018 UTC ()
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)


(bsiegert)
diff -r1.4 -r1.5 pkgsrc/chat/matterircd/Makefile
diff -r1.1 -r1.2 pkgsrc/chat/matterircd/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/chat/matterircd/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/matterircd/Makefile 2018/03/13 17:00:05 1.4
+++ pkgsrc/chat/matterircd/Makefile 2018/03/14 08:39:12 1.5
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.4 2018/03/13 17:00:05 bsiegert Exp $ 1# $NetBSD: Makefile,v 1.5 2018/03/14 08:39:12 bsiegert Exp $
2 2
3DISTNAME= matterircd-0.14.0 3DISTNAME= matterircd-0.16.5
4MASTER_SITES= ${MASTER_SITE_GITHUB:=42wim/} 4MASTER_SITES= ${MASTER_SITE_GITHUB:=42wim/}
5PKGREVISION= 2 
6CATEGORIES= chat 5CATEGORIES= chat
7GITHUB_TAG= v${PKGVERSION_NOREV} 6GITHUB_TAG= v${PKGVERSION_NOREV}
8EXTRACT_USING= bsdtar 7EXTRACT_USING= bsdtar
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= https://github.com/42wim/matterircd 10HOMEPAGE= https://github.com/42wim/matterircd
12COMMENT= Minimal IRC server which integrates with Mattermost and Slack 11COMMENT= Minimal IRC server which integrates with Mattermost and Slack
13LICENSE= mit 12LICENSE= mit
14 13
15GO_DIST_BASE= ${PKGNAME_NOREV} 14GO_DIST_BASE= ${PKGNAME_NOREV}
16GO_SRCPATH= github.com/42wim/matterircd 15GO_SRCPATH= github.com/42wim/matterircd
17GO_BUILD_PATTERN= ${GO_SRCPATH} 16GO_BUILD_PATTERN= ${GO_SRCPATH}
18 17

cvs diff -r1.1 -r1.2 pkgsrc/chat/matterircd/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/matterircd/distinfo 2017/09/08 16:16:58 1.1
+++ pkgsrc/chat/matterircd/distinfo 2018/03/14 08:39:12 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/09/08 16:16:58 jperkin Exp $ 1$NetBSD: distinfo,v 1.2 2018/03/14 08:39:12 bsiegert Exp $
2 2
3SHA1 (matterircd-0.14.0.tar.gz) = 832e1be8f962c3355cd5616f1e5fc6ce8b5f7ecd 3SHA1 (matterircd-0.16.5.tar.gz) = 40b376796643a9383f41413fc4ee474cdc8c9019
4RMD160 (matterircd-0.14.0.tar.gz) = e92391e852777b5e314415ffa243d7b060763cc7 4RMD160 (matterircd-0.16.5.tar.gz) = 7ba4e1d2b8ae66cfcc8ce8b179b9afa57d27468b
5SHA512 (matterircd-0.14.0.tar.gz) = d20a6bf196dc3052382c7d01326771977e11525f170761742155d60fbeabac3ee3bfb8496a369c7af6ead2bc7afbb53379c64fb2f94bde56b17afc2bb98ee741 5SHA512 (matterircd-0.16.5.tar.gz) = dded3620f4a98271ab545a408eaa1e7b7ff6b67719c365787da3aad749ce95b49aaaa198c3bd21bfb438e48e6fc59d9d1dfbf182a90dc811209d34d613d3cb39
6Size (matterircd-0.14.0.tar.gz) = 453592 bytes 6Size (matterircd-0.16.5.tar.gz) = 816814 bytes