From owner-svn-ports-all@freebsd.org Tue Feb 20 22:43:54 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3B966F0BB02; Tue, 20 Feb 2018 22:43:54 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E16FE75201; Tue, 20 Feb 2018 22:43:53 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DC5F010038; Tue, 20 Feb 2018 22:43:53 +0000 (UTC) (envelope-from rodrigo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1KMhrws024395; Tue, 20 Feb 2018 22:43:53 GMT (envelope-from rodrigo@FreeBSD.org) Received: (from rodrigo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1KMhrbj024392; Tue, 20 Feb 2018 22:43:53 GMT (envelope-from rodrigo@FreeBSD.org) Message-Id: <201802202243.w1KMhrbj024392@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rodrigo set sender to rodrigo@FreeBSD.org using -f From: Rodrigo Osorio Date: Tue, 20 Feb 2018 22:43:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462461 - head/net-im/prosody-modules X-SVN-Group: ports-head X-SVN-Commit-Author: rodrigo X-SVN-Commit-Paths: head/net-im/prosody-modules X-SVN-Commit-Revision: 462461 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2018 22:43:54 -0000 Author: rodrigo Date: Tue Feb 20 22:43:53 2018 New Revision: 462461 URL: https://svnweb.freebsd.org/changeset/ports/462461 Log: Update prosody-modules to the latest version available This update is required to support XEP-0363 who becomes the standard way to attach files to chat. Several xmpp clients like conversation (conversation.im) moves to this new standard making impossible the use of the old http_upload module. PR: 226041 Submitted by: rodrigo Approved by: tcberner (maintainer) Modified: head/net-im/prosody-modules/Makefile head/net-im/prosody-modules/distinfo head/net-im/prosody-modules/pkg-plist Modified: head/net-im/prosody-modules/Makefile ============================================================================== --- head/net-im/prosody-modules/Makefile Tue Feb 20 22:29:08 2018 (r462460) +++ head/net-im/prosody-modules/Makefile Tue Feb 20 22:43:53 2018 (r462461) @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= prosody-modules -PORTVERSION= 20170512 +PORTVERSION= 20180216 CATEGORIES= net-im MASTER_SITES= https://hg.prosody.im/${PORTNAME}/archive/ \ LOCAL/tcberner/${PORTNAME}-${PORTVERSION} -DISTNAME= 9b43b7fc3558 +DISTNAME= 6f289283feb1 DIST_SUBDIR= ${PORTNAME} MAINTAINER= tcberner@FreeBSD.org Modified: head/net-im/prosody-modules/distinfo ============================================================================== --- head/net-im/prosody-modules/distinfo Tue Feb 20 22:29:08 2018 (r462460) +++ head/net-im/prosody-modules/distinfo Tue Feb 20 22:43:53 2018 (r462461) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495090738 -SHA256 (prosody-modules/9b43b7fc3558.tar.gz) = bfe31c924d866544b5d2a3727966ba0bfa8b4755bfc662c11d86bdec5b8d5e8e -SIZE (prosody-modules/9b43b7fc3558.tar.gz) = 799470 +TIMESTAMP = 1519037706 +SHA256 (prosody-modules/6f289283feb1.tar.gz) = d92a36faa8e68af011b8161505dfb366903309dc9f4a365e80be2bd3e39ede91 +SIZE (prosody-modules/6f289283feb1.tar.gz) = 809565 Modified: head/net-im/prosody-modules/pkg-plist ============================================================================== --- head/net-im/prosody-modules/pkg-plist Tue Feb 20 22:29:08 2018 (r462460) +++ head/net-im/prosody-modules/pkg-plist Tue Feb 20 22:43:53 2018 (r462461) @@ -11,6 +11,7 @@ %%INSTALLPATH%%/mod_addressing.lua %%INSTALLPATH%%/mod_adhoc_account_management.lua %%INSTALLPATH%%/mod_adhoc_blacklist.lua +%%INSTALLPATH%%/mod_adhoc_groups.lua %%INSTALLPATH%%/mod_admin_blocklist.lua %%INSTALLPATH%%/mod_admin_message.lua %%INSTALLPATH%%/mod_admin_probe.lua @@ -58,7 +59,7 @@ %%INSTALLPATH%%/mod_compat_vcard.lua %%INSTALLPATH%%/mod_component_client.lua %%INSTALLPATH%%/mod_component_roundrobin.lua -%%INSTALLPATH%%/mod_compression.lua +%%INSTALLPATH%%/mod_compression_unsafe.lua %%INSTALLPATH%%/mod_conformance_restricted.lua %%INSTALLPATH%%/mod_conversejs.lua %%INSTALLPATH%%/mod_csi.lua @@ -129,10 +130,12 @@ %%INSTALLPATH%%/mod_mam_muc.lua %%INSTALLPATH%%/mod_mamsub.lua %%INSTALLPATH%%/mod_manifesto.lua +%%INSTALLPATH%%/mod_measure_client_presence.lua %%INSTALLPATH%%/mod_measure_cpu.lua %%INSTALLPATH%%/mod_measure_malloc.lua %%INSTALLPATH%%/mod_measure_memory.lua %%INSTALLPATH%%/mod_measure_message_length.lua +%%INSTALLPATH%%/mod_measure_stanza_counts.lua %%INSTALLPATH%%/mod_measure_storage.lua %%INSTALLPATH%%/mod_message_logging.lua %%INSTALLPATH%%/mod_migrate.lua @@ -148,12 +151,12 @@ %%INSTALLPATH%%/mod_munin.lua %%INSTALLPATH%%/mod_net_dovecotauth.lua %%INSTALLPATH%%/mod_offline_email.lua +%%INSTALLPATH%%/mod_omemo_all_access.lua %%INSTALLPATH%%/mod_onhold.lua %%INSTALLPATH%%/mod_onions.lua %%INSTALLPATH%%/mod_openid.lua %%INSTALLPATH%%/mod_password_policy.lua %%INSTALLPATH%%/mod_pastebin.lua -%%INSTALLPATH%%/mod_pep_plus.lua %%INSTALLPATH%%/mod_pep_vcard_avatar.lua %%INSTALLPATH%%/mod_pep_vcard_png_avatar.lua %%INSTALLPATH%%/mod_persisthosts.lua @@ -180,6 +183,7 @@ %%INSTALLPATH%%/mod_rawdebug.lua %%INSTALLPATH%%/mod_readonly.lua %%INSTALLPATH%%/mod_register_dnsbl.lua +%%INSTALLPATH%%/mod_register_oob_url.lua %%INSTALLPATH%%/mod_register_redirect.lua %%INSTALLPATH%%/mod_register_web.lua %%INSTALLPATH%%/mod_reload_components.lua @@ -246,6 +250,7 @@ %%INSTALLPATH%%/mod_throttle_presence.lua %%INSTALLPATH%%/mod_throttle_unsolicited.lua %%INSTALLPATH%%/mod_tls_policy.lua +%%INSTALLPATH%%/mod_traceback.lua %%INSTALLPATH%%/mod_track_muc_joins.lua %%INSTALLPATH%%/mod_turncredentials.lua %%INSTALLPATH%%/mod_twitter.lua @@ -253,6 +258,7 @@ %%INSTALLPATH%%/mod_vjud.lua %%INSTALLPATH%%/mod_watchuntrusted.lua %%INSTALLPATH%%/mod_webpresence.lua +%%INSTALLPATH%%/mod_xhtmlim.lua %%INSTALLPATH%%/mqtt.lib.lua %%INSTALLPATH%%/prosodytop.lua %%INSTALLPATH%%/rsm.lib.lua