Received: by mail.netbsd.org (Postfix, from userid 605) id 98CCD84D56; Mon, 8 Feb 2021 07:51:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D4C5E84D55 for ; Mon, 8 Feb 2021 07:51:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gOWSJ2ZJ28YB for ; Mon, 8 Feb 2021 07:51:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0CA8E84CDC for ; Mon, 8 Feb 2021 07:51:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 00E66FA95; Mon, 8 Feb 2021 07:51:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1612770702255100" MIME-Version: 1.0 Date: Mon, 8 Feb 2021 07:51:42 +0000 From: =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= Subject: CVS commit: pkgsrc/chat/ejabberd To: pkgsrc-changes@NetBSD.org Reply-To: triaxx@netbsd.org X-Mailer: log_accum Message-Id: <20210208075143.00E66FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1612770702255100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: triaxx Date: Mon Feb 8 07:51:42 UTC 2021 Modified Files: pkgsrc/chat/ejabberd: Makefile PLIST distinfo Log Message: ejabberd: Update to 21.01 upstream changes: ----------------- Miscellaneous: log_rotate_size option: Fix handling of ‘infinity’ value mod_time: Fix invalid timezone Auth JWT: New check_decoded_jwt hook runs the default JWT verifier MUC: Allow non-occupant non-subscribed service admin send private MUC message MUC: New max_password and max_captcha_whitelist options OAth: New oauth_cache_rest_failure_life_time option PEP: Skip reading pep nodes that we know won’t be requested due to caps SQL: Add sql script to migrate mysql from old schema to new SQL: Don’t use REPLACE for upsert when there are “-” fields. Shared Rosters LDAP: Add multi-domain support (and flexibility) Sqlite3: Fix dependency version Stun: Block loopback addresses by default Several documentation fixes and clarifications Commands: decide_room: Use better fallback value for room activity time when skipping room delete_old_message: Fix when using sqlite spool table module_install: Make ext_mod compile module with debug_info flags room_unused_*: Don’t fetch subscribers list send_message: Don’t include empty in messages set_room_affiliation: Validate affiliations Running: Docker: New Dockerfile and devcontainer.json New ‘ejabberdctl foreground-quiet’ Systemd: Allow for listening on privileged ports Systemd: Integrate nicely with systemd Translations: Moved gettext PO files to a new ejabberd-po repository Improved several translations: Catalan, Chinese, German, Greek, Indonesian, Norwegian, Portuguese (Brazil), Spanish. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 pkgsrc/chat/ejabberd/Makefile cvs rdiff -u -r1.55 -r1.56 pkgsrc/chat/ejabberd/PLIST cvs rdiff -u -r1.60 -r1.61 pkgsrc/chat/ejabberd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1612770702255100 Content-Disposition: inline Content-Length: 2982 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/ejabberd/Makefile diff -u pkgsrc/chat/ejabberd/Makefile:1.91 pkgsrc/chat/ejabberd/Makefile:1.92 --- pkgsrc/chat/ejabberd/Makefile:1.91 Wed Jan 27 19:47:04 2021 +++ pkgsrc/chat/ejabberd/Makefile Mon Feb 8 07:51:42 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.91 2021/01/27 19:47:04 triaxx Exp $ +# $NetBSD: Makefile,v 1.92 2021/02/08 07:51:42 triaxx Exp $ -DISTNAME= ejabberd-20.12 -PKGREVISION= 2 +DISTNAME= ejabberd-21.01 CATEGORIES= chat MASTER_SITES= https://www.process-one.net/downloads/downloads-action.php?file=/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tgz Index: pkgsrc/chat/ejabberd/PLIST diff -u pkgsrc/chat/ejabberd/PLIST:1.55 pkgsrc/chat/ejabberd/PLIST:1.56 --- pkgsrc/chat/ejabberd/PLIST:1.55 Sat Jan 16 20:24:33 2021 +++ pkgsrc/chat/ejabberd/PLIST Mon Feb 8 07:51:42 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.55 2021/01/16 20:24:33 triaxx Exp $ +@comment $NetBSD: PLIST,v 1.56 2021/02/08 07:51:42 triaxx Exp $ lib/${PKGNAME}/COPYING lib/${PKGNAME}/ebin/ELDAPv3.beam lib/${PKGNAME}/ebin/acl.beam @@ -73,6 +73,7 @@ lib/${PKGNAME}/ebin/ejabberd_sql_sup.bea lib/${PKGNAME}/ebin/ejabberd_stun.beam lib/${PKGNAME}/ebin/ejabberd_sup.beam lib/${PKGNAME}/ebin/ejabberd_system_monitor.beam +lib/${PKGNAME}/ebin/ejabberd_systemd.beam lib/${PKGNAME}/ebin/ejabberd_tmp_sup.beam lib/${PKGNAME}/ebin/ejabberd_update.beam lib/${PKGNAME}/ebin/ejabberd_web.beam @@ -353,6 +354,7 @@ lib/${PKGNAME}/priv/sql/lite.new.sql lib/${PKGNAME}/priv/sql/lite.sql lib/${PKGNAME}/priv/sql/mssql.sql lib/${PKGNAME}/priv/sql/mysql.new.sql +lib/${PKGNAME}/priv/sql/mysql.old-to-new.sql lib/${PKGNAME}/priv/sql/mysql.sql lib/${PKGNAME}/priv/sql/pg.new.sql lib/${PKGNAME}/priv/sql/pg.sql Index: pkgsrc/chat/ejabberd/distinfo diff -u pkgsrc/chat/ejabberd/distinfo:1.60 pkgsrc/chat/ejabberd/distinfo:1.61 --- pkgsrc/chat/ejabberd/distinfo:1.60 Sat Jan 16 21:19:32 2021 +++ pkgsrc/chat/ejabberd/distinfo Mon Feb 8 07:51:42 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.60 2021/01/16 21:19:32 triaxx Exp $ +$NetBSD: distinfo,v 1.61 2021/02/08 07:51:42 triaxx Exp $ -SHA1 (ejabberd-20.12.tgz) = 33851f33a68ce7dd45a28d4f63b40f7cbb8c9dbc -RMD160 (ejabberd-20.12.tgz) = 155a461097ac70dfeb603a0c23b7bf948de9aa81 -SHA512 (ejabberd-20.12.tgz) = 7e7cb2f6e298db9f85c2f9abb6082ebed7afc42e32b11a3a953b0c4721b0b6ea2924e6d3f78cfb5bdb209ddea2abfb040d310b422f3951b104a5461cec5875a8 -Size (ejabberd-20.12.tgz) = 2030495 bytes +SHA1 (ejabberd-21.01.tgz) = 162889e275746b021da71d3a001bd4405632efc0 +RMD160 (ejabberd-21.01.tgz) = 2346eb11eb3c55d6671367b2477eb590ef4dcb4f +SHA512 (ejabberd-21.01.tgz) = 505571e6ad0ea60d5fa4db3dfd59d8e995fdb2129cb94f74e82e32c7a466ba8651e9d59e8ad5a4defc85ff35f4c1c3f4936e41e818af6a738a3960f0c4a26d1a +Size (ejabberd-21.01.tgz) = 1569752 bytes SHA1 (patch-aa) = 8a1aac6e3ee13bc5251d4994fc8d1927b876e372 SHA1 (patch-ae) = 5e1424f57dfe0d3d7adc4fa4811e9a1322a01f22 SHA1 (patch-configure) = 2c92f408fa49ae9595173613157d55a585ec1cb3 --_----------=_1612770702255100--