From owner-svn-ports-branches@freebsd.org Tue Jan 15 12:22:07 2019 Return-Path: Delivered-To: svn-ports-branches@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 9B4ED1488D18; Tue, 15 Jan 2019 12:22:07 +0000 (UTC) (envelope-from swills@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) server-signature RSA-PSS (4096 bits) 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 3ABE28526D; Tue, 15 Jan 2019 12:22:07 +0000 (UTC) (envelope-from swills@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 2AF3F1ACEA; Tue, 15 Jan 2019 12:22:07 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x0FCM7TI095973; Tue, 15 Jan 2019 12:22:07 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x0FCM65Z095968; Tue, 15 Jan 2019 12:22:06 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201901151222.x0FCM65Z095968@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 15 Jan 2019 12:22:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r490367 - in branches/2019Q1/net-im/py-matrix-synapse: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: swills X-SVN-Commit-Paths: in branches/2019Q1/net-im/py-matrix-synapse: . files X-SVN-Commit-Revision: 490367 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3ABE28526D X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.999,0] X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2019 12:22:07 -0000 Author: swills Date: Tue Jan 15 12:22:06 2019 New Revision: 490367 URL: https://svnweb.freebsd.org/changeset/ports/490367 Log: MFH: r490366 net-im/py-matrix-synapse: update to 0.34.1.1, fix CVE-2019-5885 PR: 234828 Submitted by: Sascha Biberhofer (maintainer) Security: 383931ba-1818-11e9-92ea-448a5b29e8a9 Approved by: ports-secteam (implicit) Added: branches/2019Q1/net-im/py-matrix-synapse/files/patch-python_dependencies.py - copied unchanged from r490366, head/net-im/py-matrix-synapse/files/patch-python_dependencies.py Modified: branches/2019Q1/net-im/py-matrix-synapse/Makefile branches/2019Q1/net-im/py-matrix-synapse/distinfo Directory Properties: branches/2019Q1/ (props changed) Modified: branches/2019Q1/net-im/py-matrix-synapse/Makefile ============================================================================== --- branches/2019Q1/net-im/py-matrix-synapse/Makefile Tue Jan 15 12:21:08 2019 (r490366) +++ branches/2019Q1/net-im/py-matrix-synapse/Makefile Tue Jan 15 12:22:06 2019 (r490367) @@ -3,7 +3,7 @@ PORTNAME= matrix-synapse DISTVERSIONPREFIX= v -DISTVERSION= 0.34.0 +DISTVERSION= 0.34.1.1 CATEGORIES= net-im python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -34,9 +34,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.5.1: ${PYTHON_PKGNAMEPREFIX}psutil>=2.0.0:sysutils/py-psutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pysaml2>=4.0.2:security/py-pysaml2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pymacaroons-pynacl>=0.9.3:security/py-pymacaroons-pynacl@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msgpack>=0.3.0:devel/py-msgpack@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}msgpack>=0.4.2:devel/py-msgpack@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}phonenumbers>=8.2.0:devel/py-phonenumbers@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.10:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prometheus-client>=0.2.0:net-mgmt/py-prometheus-client@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}attrs>16.0.0:devel/py-attrs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=0.7.18:net/py-netaddr@${PY_FLAVOR} Modified: branches/2019Q1/net-im/py-matrix-synapse/distinfo ============================================================================== --- branches/2019Q1/net-im/py-matrix-synapse/distinfo Tue Jan 15 12:21:08 2019 (r490366) +++ branches/2019Q1/net-im/py-matrix-synapse/distinfo Tue Jan 15 12:22:06 2019 (r490367) @@ -1,3 +1,3 @@ -TIMESTAMP = 1545392934 -SHA256 (matrix-org-synapse-v0.34.0_GH0.tar.gz) = e0e380a60668738dacb9ce944d45af19367dc3f7e502a6e649898e9b6d81b8dc -SIZE (matrix-org-synapse-v0.34.0_GH0.tar.gz) = 1124109 +TIMESTAMP = 1547138548 +SHA256 (matrix-org-synapse-v0.34.1.1_GH0.tar.gz) = bfc1997c3a8dc48eb9eb02956df6a24ad8337e4eac0faa13cb581d3a694825f7 +SIZE (matrix-org-synapse-v0.34.1.1_GH0.tar.gz) = 1131071 Copied: branches/2019Q1/net-im/py-matrix-synapse/files/patch-python_dependencies.py (from r490366, head/net-im/py-matrix-synapse/files/patch-python_dependencies.py) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ branches/2019Q1/net-im/py-matrix-synapse/files/patch-python_dependencies.py Tue Jan 15 12:22:06 2019 (r490367, copy of r490366, head/net-im/py-matrix-synapse/files/patch-python_dependencies.py) @@ -0,0 +1,11 @@ +--- synapse/python_dependencies.py.orig 2019-01-10 17:51:27.362204447 +0100 ++++ synapse/python_dependencies.py 2019-01-10 17:51:47.559224870 +0100 +@@ -58,7 +58,7 @@ + "six>=1.10", + # prometheus_client 0.4.0 changed the format of counter metrics + # (cf https://github.com/matrix-org/synapse/issues/4001) +- "prometheus_client>=0.0.18,<0.4.0", ++ "prometheus_client>=0.0.18", + # we use attr.s(slots), which arrived in 16.0.0 + "attrs>=16.0.0", + "netaddr>=0.7.18",