From owner-svn-ports-all@freebsd.org Sat Oct 17 17:29:06 2020 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 2B18E43D821; Sat, 17 Oct 2020 17:29:06 +0000 (UTC) (envelope-from dbaio@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CD94202Zxz4Qw7; Sat, 17 Oct 2020 17:29:06 +0000 (UTC) (envelope-from dbaio@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 BE8BF2525F; Sat, 17 Oct 2020 17:29:05 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09HHT5wL086770; Sat, 17 Oct 2020 17:29:05 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09HHT5dM086767; Sat, 17 Oct 2020 17:29:05 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202010171729.09HHT5dM086767@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sat, 17 Oct 2020 17:29:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r552601 - in branches/2020Q4/net-im/py-matrix-synapse: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in branches/2020Q4/net-im/py-matrix-synapse: . files X-SVN-Commit-Revision: 552601 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.33 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: Sat, 17 Oct 2020 17:29:06 -0000 Author: dbaio Date: Sat Oct 17 17:29:04 2020 New Revision: 552601 URL: https://svnweb.freebsd.org/changeset/ports/552601 Log: MFH: r552582 net-im/py-matrix-synapse: Update to 1.21.2, Fix security issue Changelog: https://github.com/matrix-org/synapse/blob/v1.21.2/CHANGES.md PR: 249948 Submitted by: Sascha Biberhofer (maintainer) Security: 5f39d80f-107c-11eb-8b47-641c67a117d8 Approved by: ports-secteam (joneum) Modified: branches/2020Q4/net-im/py-matrix-synapse/Makefile branches/2020Q4/net-im/py-matrix-synapse/distinfo branches/2020Q4/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/net-im/py-matrix-synapse/Makefile ============================================================================== --- branches/2020Q4/net-im/py-matrix-synapse/Makefile Sat Oct 17 17:23:16 2020 (r552600) +++ branches/2020Q4/net-im/py-matrix-synapse/Makefile Sat Oct 17 17:29:04 2020 (r552601) @@ -3,7 +3,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 1.19.3 +DISTVERSION= 1.21.2 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}frozendict>=1:devel/py-frozendict@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}unpaddedbase64>=1.1.0:devel/py-unpaddedbase64@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.2.0:devel/py-canonicaljson@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}canonicaljson>=1.4.0:devel/py-canonicaljson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}signedjson>=1.1.0:security/py-signedjson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pynacl>=1.2.1:security/py-pynacl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}idna>=2.5:dns/py-idna@${PY_FLAVOR} \ @@ -35,7 +35,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1: ${PYTHON_PKGNAMEPREFIX}pymacaroons>=0.13.0:security/py-pymacaroons@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}msgpack>=0.5.2:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}phonenumbers>=8.2.0:devel/py-phonenumbers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.2.0:net-mgmt/py-prometheus-client@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.4.0:net-mgmt/py-prometheus-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>19.1.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}simplejson>=3.10.0:devel/py-simplejson@${PY_FLAVOR} \ Modified: branches/2020Q4/net-im/py-matrix-synapse/distinfo ============================================================================== --- branches/2020Q4/net-im/py-matrix-synapse/distinfo Sat Oct 17 17:23:16 2020 (r552600) +++ branches/2020Q4/net-im/py-matrix-synapse/distinfo Sat Oct 17 17:29:04 2020 (r552601) @@ -1,3 +1,3 @@ -TIMESTAMP = 1600536738 -SHA256 (matrix-org-synapse-v1.19.3_GH0.tar.gz) = 50573233efc56c2222e6de35ad7d2eeafe16af0c1dde0dc216c16d4737d47015 -SIZE (matrix-org-synapse-v1.19.3_GH0.tar.gz) = 6778524 +TIMESTAMP = 1602777544 +SHA256 (matrix-org-synapse-v1.21.2_GH0.tar.gz) = ec7073befcda697428c4d634c7a8637ea7d1b01639b3a943d72821ba8110a0bf +SIZE (matrix-org-synapse-v1.21.2_GH0.tar.gz) = 6930190 Modified: branches/2020Q4/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py ============================================================================== --- branches/2020Q4/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py Sat Oct 17 17:23:16 2020 (r552600) +++ branches/2020Q4/net-im/py-matrix-synapse/files/patch-synapse_python__dependencies.py Sat Oct 17 17:29:04 2020 (r552601) @@ -1,11 +1,11 @@ ---- synapse/python_dependencies.py.orig 2020-07-15 20:12:36 UTC +--- synapse/python_dependencies.py.orig 2020-10-15 15:59:57 UTC +++ synapse/python_dependencies.py -@@ -66,7 +66,7 @@ REQUIREMENTS = [ - "pymacaroons>=0.13.0", - "msgpack>=0.5.2", - "phonenumbers>=8.2.0", -- "prometheus_client>=0.0.18,<0.9.0", -+ "prometheus_client>=0.0.18", - # we use attr.validators.deep_iterable, which arrived in 19.1.0 - "attrs>=19.1.0", - "netaddr>=0.7.18", +@@ -72,7 +72,7 @@ REQUIREMENTS = [ + # prom-client has a history of breaking backwards compatibility between + # minor versions (https://github.com/prometheus/client_python/issues/317), + # so we also pin the minor version. +- "prometheus_client>=0.4.0,<0.9.0", ++ "prometheus_client>=0.4.0", + # we use attr.validators.deep_iterable, which arrived in 19.1.0 (Note: + # Fedora 31 only has 19.1, so if we want to upgrade we should wait until 33 + # is out in November.)