Date: Tue, 20 Feb 2018 22:43:53 +0000 (UTC) From: Rodrigo Osorio <rodrigo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462461 - head/net-im/prosody-modules Message-ID: <201802202243.w1KMhrbj024392@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802202243.w1KMhrbj024392>