From nobody Tue Dec 21 02:31:55 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id B582C18F52FB; Tue, 21 Dec 2021 02:31:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4JJ0pM3LpNz4hN9; Tue, 21 Dec 2021 02:31:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53FF121996; Tue, 21 Dec 2021 02:31:55 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1BL2VtA4044607; Tue, 21 Dec 2021 02:31:55 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1BL2VtYM044595; Tue, 21 Dec 2021 02:31:55 GMT (envelope-from git) Date: Tue, 21 Dec 2021 02:31:55 GMT Message-Id: <202112210231.1BL2VtYM044595@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 15a424c9321d - main - net-im/prosody: Update to 0.11.11 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 15a424c9321d3c25ee8ec26a1714071f137ef879 Auto-Submitted: auto-generated ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1640053915; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=6LVnatC6LgTTFJAC1fRFJYo/dszonTdgZTx+nNG8wYE=; b=uEZqi227PBH6HIo5zdiZ0cbeslCsHkYA1oq1CEpfhfpVKcFrcRhYyka19cGzIqCKx1zAXg pXEW8OS50yW+Mizqzu8LwFZvxdppNsvHIKaDUkt1UGoWUWUN4Wh+t0fhHK8sKf8NFEUJyR 163UzadQTQffKGjIipnhj+tvdiuSbWAv7np9yWqilSDyMfMZH+G9ns9M8o6ave2KuUzpqb VVjp8dTUb8gc3zIyf/dxs28C5/eENd11iqw3Cp1RvSpyp1Yig1Z/yzUlceqDrJM0hVK6eo jhmwkQmcr9qjkd4ulbMyQEn+KaEPAisuQ2+8WBRmZzWKO8L+rAJi8mcoCN1ZWw== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1640053915; a=rsa-sha256; cv=none; b=nfRjERmy8zIq9vNhpKgw+48O4wcH5vWtBFySXvQWN4CplqWAb+PRndtHgDtmYrCL3dTvm1 xST6yFaxAuxyVRCvKtQVPAFv3TrGHNtyR14mxdnqhIQsvHBVrDzQeu7rWwJmXVzxiDYsHf z6hAQdD1NmDFQ8O6ti/ZPxDlCILOkOFbOTbIXGt6Ptdkd36rlbgPQIj+BckOLA3It+N3Sq th3B+NoQwbP5F6kYmGU3041Q57OdJQZ5SNPWhXiZXPuyHUspDFJDU2nWsrFdviF6n9UT9E yIHlNNmdxvDhC1tu5iB80TyiV25qTYcHBUmcf5YxKmr6MDGWOhQXsNzyNpaZ7A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=15a424c9321d3c25ee8ec26a1714071f137ef879 commit 15a424c9321d3c25ee8ec26a1714071f137ef879 Author: Thomas Morper AuthorDate: 2021-12-21 02:30:31 +0000 Commit: Li-Wen Hsu CommitDate: 2021-12-21 02:31:35 +0000 net-im/prosody: Update to 0.11.11 ChangeLog: https://blog.prosody.im/prosody-0.11.11-released/ PR: 260584 --- net-im/prosody/Makefile | 3 +-- net-im/prosody/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/net-im/prosody/Makefile b/net-im/prosody/Makefile index b61ae4c11ae8..1127727f691a 100644 --- a/net-im/prosody/Makefile +++ b/net-im/prosody/Makefile @@ -1,8 +1,7 @@ # Created by: Andrew Lewis PORTNAME= prosody -PORTVERSION= 0.11.10 -PORTREVISION= 1 +PORTVERSION= 0.11.11 CATEGORIES= net-im MASTER_SITES= https://prosody.im/downloads/source/ diff --git a/net-im/prosody/distinfo b/net-im/prosody/distinfo index ff6cff592b88..e0077d1321b4 100644 --- a/net-im/prosody/distinfo +++ b/net-im/prosody/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1627999309 -SHA256 (prosody-0.11.10.tar.gz) = c6d714e6d4a6ddd1db1266b205d9d8a3ed91818f42755c9268ffb18359d204e1 -SIZE (prosody-0.11.10.tar.gz) = 438888 +TIMESTAMP = 1640049077 +SHA256 (prosody-0.11.11.tar.gz) = a1af90e2d4ac2f7cf81b385475140ecee60bec1eb83003efb5aeb89765b13774 +SIZE (prosody-0.11.11.tar.gz) = 439395