svn commit: r561572 - in head: . net-im/matterircd net-im/matterircd/files
Mikael Urankar
mikael at FreeBSD.org
Thu Jan 14 16:49:27 UTC 2021
Author: mikael
Date: Thu Jan 14 16:49:25 2021
New Revision: 561572
URL: https://svnweb.freebsd.org/changeset/ports/561572
Log:
net-im/matterircd: Update to 0.22.0
PR: 252668
Submitted by: norrland at nullbyte.se
Deleted:
head/net-im/matterircd/files/patch-vendor_golang.org_x_sys_unix_ztypes__freebsd__arm64.go
Modified:
head/UPDATING
head/net-im/matterircd/Makefile
head/net-im/matterircd/distinfo
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Thu Jan 14 16:37:20 2021 (r561571)
+++ head/UPDATING Thu Jan 14 16:49:25 2021 (r561572)
@@ -5,6 +5,26 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20210114:
+ AFFECTS: users of net-im/matterircd
+ AUTHOR: norrland at nullbyte.se
+
+ Commandline switches
+
+ Switched to viper for cmdline parsing, which does not support "short" flags.
+ You'll need to use --flag instead of -flag. Eg ./matterircd --debug
+ Bridge specific configuration is now only in configuration file. This means
+ the following flags have been removed: -restrict,-mmteam,-mmserver,
+ -mminsecure,-mmskiptlsverify.
+ You can set those in matterircd.toml, see the example file.
+
+ Config changes
+
+ BlacklistUser feature for slack has been renamed to DenyUsers.
+ JoinMpImOnTalk feature has been renamed to JoinDM and is available for
+ slack/mattermost
+ JoinInclude, JoinExclude now support regexp (see matterircd.toml.example)
+
20210113:
AFFECTS: users of databases/redis[-devel]
AUTHOR: osa at FreeBSD.org
Modified: head/net-im/matterircd/Makefile
==============================================================================
--- head/net-im/matterircd/Makefile Thu Jan 14 16:37:20 2021 (r561571)
+++ head/net-im/matterircd/Makefile Thu Jan 14 16:49:25 2021 (r561572)
@@ -2,7 +2,7 @@
PORTNAME= matterircd
DISTVERSIONPREFIX= v
-DISTVERSION= 0.19.4
+DISTVERSION= 0.22.0
CATEGORIES= net-im irc
MAINTAINER= norrland at nullbyte.se
Modified: head/net-im/matterircd/distinfo
==============================================================================
--- head/net-im/matterircd/distinfo Thu Jan 14 16:37:20 2021 (r561571)
+++ head/net-im/matterircd/distinfo Thu Jan 14 16:49:25 2021 (r561572)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1585674650
-SHA256 (42wim-matterircd-v0.19.4_GH0.tar.gz) = 5175b8970e22f218a9aff16f0ec5677efb9d13f7af5d895c1a079d09c29809c4
-SIZE (42wim-matterircd-v0.19.4_GH0.tar.gz) = 2234367
+TIMESTAMP = 1610626865
+SHA256 (42wim-matterircd-v0.22.0_GH0.tar.gz) = f3bdb5aa9904a63fd6c52fa35ab4e8e916d54ac8c5bea5ceb3e49168e677c61e
+SIZE (42wim-matterircd-v0.22.0_GH0.tar.gz) = 2580639
More information about the svn-ports-all
mailing list