From owner-svn-ports-all@freebsd.org Sun Feb 7 18:45:37 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C232A533E46; Sun, 7 Feb 2021 18:45:37 +0000 (UTC) (envelope-from ashish@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 4DYdQ94rxKz3Csj; Sun, 7 Feb 2021 18:45:37 +0000 (UTC) (envelope-from ashish@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 8D4D4134D; Sun, 7 Feb 2021 18:45:37 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 117Ijb0g045711; Sun, 7 Feb 2021 18:45:37 GMT (envelope-from ashish@FreeBSD.org) Received: (from ashish@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 117IjblB045710; Sun, 7 Feb 2021 18:45:37 GMT (envelope-from ashish@FreeBSD.org) Message-Id: <202102071845.117IjblB045710@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ashish set sender to ashish@FreeBSD.org using -f From: Ashish SHUKLA Date: Sun, 7 Feb 2021 18:45:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r564634 - head/net-im/dendrite X-SVN-Group: ports-head X-SVN-Commit-Author: ashish X-SVN-Commit-Paths: head/net-im/dendrite X-SVN-Commit-Revision: 564634 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.34 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: Sun, 07 Feb 2021 18:45:37 -0000 Author: ashish Date: Sun Feb 7 18:45:36 2021 New Revision: 564634 URL: https://svnweb.freebsd.org/changeset/ports/564634 Log: - Import a patch from upstream to fix a crash See https://github.com/matrix-org/dendrite/pull/1753 Modified: head/net-im/dendrite/Makefile head/net-im/dendrite/distinfo Modified: head/net-im/dendrite/Makefile ============================================================================== --- head/net-im/dendrite/Makefile Sun Feb 7 18:14:38 2021 (r564633) +++ head/net-im/dendrite/Makefile Sun Feb 7 18:45:36 2021 (r564634) @@ -3,7 +3,13 @@ PORTNAME= dendrite DISTVERSIONPREFIX= v DISTVERSION= 0.3.9 +PORTREVISION= 1 CATEGORIES= net-im + +# To be removed in the next update +# See https://github.com/matrix-org/dendrite/pull/1753 +PATCH_SITES= https://github.com/matrix-org/${PORTNAME}/commit/ +PATCHFILES= 02e6d89cc2bde930be36323e626ce54643d56a7f.patch:-p1 MAINTAINER= ashish@FreeBSD.org COMMENT= Matrix protocol homeserver Modified: head/net-im/dendrite/distinfo ============================================================================== --- head/net-im/dendrite/distinfo Sun Feb 7 18:14:38 2021 (r564633) +++ head/net-im/dendrite/distinfo Sun Feb 7 18:45:36 2021 (r564634) @@ -1,4 +1,4 @@ -TIMESTAMP = 1612543878 +TIMESTAMP = 1612722732 SHA256 (matrix-org-dendrite-v0.3.9_GH0.tar.gz) = f55fc0ba8635a103d03e554491d20c022de64bacccd091d1477ab6620d8238da SIZE (matrix-org-dendrite-v0.3.9_GH0.tar.gz) = 2893876 SHA256 (Arceliar-phony-d0c68492aca0_GH0.tar.gz) = 10a586be941ff65576fd97548cdea7087a5d6d85c99c1b69bc77301d41179e67 @@ -297,3 +297,5 @@ SHA256 (whyrusleeping-timecache-cfcb2f1abfee_GH0.tar.g SIZE (whyrusleeping-timecache-cfcb2f1abfee_GH0.tar.gz) = 1977 SHA256 (yggdrasil-network-yggdrasil-go-760d9a7fd5ee_GH0.tar.gz) = c9d8a0e56369ceb27a64181b651cb9c5828edea422b850e0294e1c16ff713fd7 SIZE (yggdrasil-network-yggdrasil-go-760d9a7fd5ee_GH0.tar.gz) = 161618 +SHA256 (02e6d89cc2bde930be36323e626ce54643d56a7f.patch) = 1bd239ca95a6bcc78b4f8053e7156885956591a956a88082f0beb162201e5d3a +SIZE (02e6d89cc2bde930be36323e626ce54643d56a7f.patch) = 1838