diff options
author | Corey Halpin <chalpin@cs.wisc.edu> | 2022-11-07 19:02:10 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2022-11-08 16:44:45 +0000 |
commit | 07b08f309322728db448e787787e69e11bf0dcf9 (patch) | |
tree | 02b56ee2b602761a0954fc7d4fc155886b268258 | |
parent | da3273f7c3c3f577dbaba14c06c689a81113a949 (diff) |
net-im/matterircd: Update to 0.26.0
ChangeLog: https://github.com/42wim/matterircd/releases/tag/v0.26.0
New features
general: Add support for IRCv3 Client Capability Negotiation
mattermost: Support mattermost 7
mattermost: Add new thread context to show both Mattermost
thread/parent/root and post IDs see ThreadContext in
matterircd.toml.example
Enhancement
general: Add systemd service unit example
general: Fix small typo on docker parameter
mattermost: Do not split message on newlines
see ShowContextMulti in matterircd.toml.example to enable context on
every line if needed.
Bugfix
general: Update dependencies
mattermost: Fix multiline replies to threads
mattermost: Fix replaying to match addUserToChannelWorker
PR: 267605
Reported by: chalpin@cs.wisc.edu
Approved by: norrland@nullbyte.se (maintainer)
-rw-r--r-- | net-im/matterircd/Makefile | 3 | ||||
-rw-r--r-- | net-im/matterircd/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net-im/matterircd/Makefile b/net-im/matterircd/Makefile index b1d01f6f3c6f..d4e5aa383309 100644 --- a/net-im/matterircd/Makefile +++ b/net-im/matterircd/Makefile @@ -1,7 +1,6 @@ PORTNAME= matterircd DISTVERSIONPREFIX= v -DISTVERSION= 0.25.1 -PORTREVISION= 5 +DISTVERSION= 0.26.0 CATEGORIES= net-im irc MAINTAINER= norrland@nullbyte.se diff --git a/net-im/matterircd/distinfo b/net-im/matterircd/distinfo index 301357bf89bf..6b04b6518800 100644 --- a/net-im/matterircd/distinfo +++ b/net-im/matterircd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653064236 -SHA256 (42wim-matterircd-v0.25.1_GH0.tar.gz) = b06c992609e741023ec278d98936462d3e0643adae390d6c4eb39f3144e9ecd9 -SIZE (42wim-matterircd-v0.25.1_GH0.tar.gz) = 4707077 +TIMESTAMP = 1667751097 +SHA256 (42wim-matterircd-v0.26.0_GH0.tar.gz) = 520afcbea61f03bc7851b867dedc7604e474e6f57a813f01b3ac0c9be4562da5 +SIZE (42wim-matterircd-v0.26.0_GH0.tar.gz) = 4761634 |