diff --git a/chat/matrix-synapse/Makefile b/chat/matrix-synapse/Makefile index 229297580740..e90af9aa0eb2 100644 --- a/chat/matrix-synapse/Makefile +++ b/chat/matrix-synapse/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2021/08/31 19:57:59 js Exp $ +# $NetBSD: Makefile,v 1.34 2021/10/02 12:23:13 js Exp $ -DISTNAME= matrix-synapse-1.41.1 +DISTNAME= matrix-synapse-1.43.0 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/} EGG_NAME= matrix_synapse-${PKGVERSION_NOREV} @@ -13,7 +13,7 @@ COMMENT= Reference homeserver for the Matrix decentralised comms protocol LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-sqlite3>=0:../../databases/py-sqlite3 -DEPENDS+= ${PYPKGPREFIX}-jsonschema>=2.5.1:../../textproc/py-jsonschema +DEPENDS+= ${PYPKGPREFIX}-jsonschema>=3.0.0:../../textproc/py-jsonschema DEPENDS+= ${PYPKGPREFIX}-frozendict>=1:../../devel/py-frozendict DEPENDS+= ${PYPKGPREFIX}-unpaddedbase64>=1.1.0:../../devel/py-unpaddedbase64 DEPENDS+= ${PYPKGPREFIX}-canonicaljson>=1.4.0:../../devel/py-canonicaljson @@ -27,14 +27,12 @@ DEPENDS+= ${PYPKGPREFIX}-OpenSSL>=16.0.0:../../security/py-OpenSSL DEPENDS+= ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.9:../../security/py-asn1 DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.0.7:../../security/py-asn1-modules -DEPENDS+= ${PYPKGPREFIX}-daemonize>=2.3.1:../../devel/py-daemonize DEPENDS+= ${PYPKGPREFIX}-bcrypt>=3.1.0:../../security/py-bcrypt DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=1.4.4:../../devel/py-sortedcontainers DEPENDS+= ${PYPKGPREFIX}-macaroons>=0.13.0:../../devel/py-macaroons DEPENDS+= ${PYPKGPREFIX}-msgpack>=0.5.2:../../devel/py-msgpack DEPENDS+= ${PYPKGPREFIX}-phonenumbers>=8.2.0:../../textproc/py-phonenumbers -DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six -DEPENDS+= ${PYPKGPREFIX}-prometheus_client>=0.8.0:../../net/py-prometheus_client +DEPENDS+= ${PYPKGPREFIX}-prometheus_client>=0.4.0:../../net/py-prometheus_client DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs DEPENDS+= ${PYPKGPREFIX}-netaddr>=0.7.18:../../net/py-netaddr DEPENDS+= ${PYPKGPREFIX}-jinja2>=2.9:../../textproc/py-jinja2 diff --git a/chat/matrix-synapse/PLIST b/chat/matrix-synapse/PLIST index 9f46bad6cb51..47d8f5bc5108 100644 --- a/chat/matrix-synapse/PLIST +++ b/chat/matrix-synapse/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2021/08/31 19:57:59 js Exp $ +@comment $NetBSD: PLIST,v 1.18 2021/10/02 12:23:13 js Exp $ bin/export_signing_key bin/generate_config bin/generate_log_config @@ -185,6 +185,9 @@ ${PYSITELIB}/synapse/config/metrics.pyo ${PYSITELIB}/synapse/config/modules.py ${PYSITELIB}/synapse/config/modules.pyc ${PYSITELIB}/synapse/config/modules.pyo +${PYSITELIB}/synapse/config/oembed.py +${PYSITELIB}/synapse/config/oembed.pyc +${PYSITELIB}/synapse/config/oembed.pyo ${PYSITELIB}/synapse/config/oidc.py ${PYSITELIB}/synapse/config/oidc.pyc ${PYSITELIB}/synapse/config/oidc.pyo @@ -398,6 +401,9 @@ ${PYSITELIB}/synapse/handlers/events.pyo ${PYSITELIB}/synapse/handlers/federation.py ${PYSITELIB}/synapse/handlers/federation.pyc ${PYSITELIB}/synapse/handlers/federation.pyo +${PYSITELIB}/synapse/handlers/federation_event.py +${PYSITELIB}/synapse/handlers/federation_event.pyc +${PYSITELIB}/synapse/handlers/federation_event.pyo ${PYSITELIB}/synapse/handlers/groups_local.py ${PYSITELIB}/synapse/handlers/groups_local.pyc ${PYSITELIB}/synapse/handlers/groups_local.pyo @@ -758,6 +764,7 @@ ${PYSITELIB}/synapse/replication/tcp/streams/events.pyo ${PYSITELIB}/synapse/replication/tcp/streams/federation.py ${PYSITELIB}/synapse/replication/tcp/streams/federation.pyc ${PYSITELIB}/synapse/replication/tcp/streams/federation.pyo +${PYSITELIB}/synapse/res/providers.json ${PYSITELIB}/synapse/res/templates/account_previously_renewed.html ${PYSITELIB}/synapse/res/templates/account_renewed.html ${PYSITELIB}/synapse/res/templates/add_threepid.html @@ -786,6 +793,7 @@ ${PYSITELIB}/synapse/res/templates/registration.html ${PYSITELIB}/synapse/res/templates/registration.txt ${PYSITELIB}/synapse/res/templates/registration_failure.html ${PYSITELIB}/synapse/res/templates/registration_success.html +${PYSITELIB}/synapse/res/templates/registration_token.html ${PYSITELIB}/synapse/res/templates/room.html ${PYSITELIB}/synapse/res/templates/room.txt ${PYSITELIB}/synapse/res/templates/sso.css @@ -823,9 +831,9 @@ ${PYSITELIB}/synapse/rest/admin/groups.pyo ${PYSITELIB}/synapse/rest/admin/media.py ${PYSITELIB}/synapse/rest/admin/media.pyc ${PYSITELIB}/synapse/rest/admin/media.pyo -${PYSITELIB}/synapse/rest/admin/purge_room_servlet.py -${PYSITELIB}/synapse/rest/admin/purge_room_servlet.pyc -${PYSITELIB}/synapse/rest/admin/purge_room_servlet.pyo +${PYSITELIB}/synapse/rest/admin/registration_tokens.py +${PYSITELIB}/synapse/rest/admin/registration_tokens.pyc +${PYSITELIB}/synapse/rest/admin/registration_tokens.pyo ${PYSITELIB}/synapse/rest/admin/rooms.py ${PYSITELIB}/synapse/rest/admin/rooms.pyc ${PYSITELIB}/synapse/rest/admin/rooms.pyo @@ -1015,6 +1023,9 @@ ${PYSITELIB}/synapse/rest/media/v1/media_repository.pyo ${PYSITELIB}/synapse/rest/media/v1/media_storage.py ${PYSITELIB}/synapse/rest/media/v1/media_storage.pyc ${PYSITELIB}/synapse/rest/media/v1/media_storage.pyo +${PYSITELIB}/synapse/rest/media/v1/oembed.py +${PYSITELIB}/synapse/rest/media/v1/oembed.pyc +${PYSITELIB}/synapse/rest/media/v1/oembed.pyo ${PYSITELIB}/synapse/rest/media/v1/preview_url_resource.py ${PYSITELIB}/synapse/rest/media/v1/preview_url_resource.pyc ${PYSITELIB}/synapse/rest/media/v1/preview_url_resource.pyo @@ -1239,6 +1250,9 @@ ${PYSITELIB}/synapse/storage/databases/main/roommember.pyo ${PYSITELIB}/synapse/storage/databases/main/search.py ${PYSITELIB}/synapse/storage/databases/main/search.pyc ${PYSITELIB}/synapse/storage/databases/main/search.pyo +${PYSITELIB}/synapse/storage/databases/main/session.py +${PYSITELIB}/synapse/storage/databases/main/session.pyc +${PYSITELIB}/synapse/storage/databases/main/session.pyo ${PYSITELIB}/synapse/storage/databases/main/signatures.py ${PYSITELIB}/synapse/storage/databases/main/signatures.pyc ${PYSITELIB}/synapse/storage/databases/main/signatures.pyo @@ -1618,6 +1632,11 @@ ${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.py ${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.pyc ${PYSITELIB}/synapse/storage/schema/main/delta/61/03recreate_min_depth.pyo ${PYSITELIB}/synapse/storage/schema/main/delta/62/01insertion_event_extremities.sql +${PYSITELIB}/synapse/storage/schema/main/delta/63/01create_registration_tokens.sql +${PYSITELIB}/synapse/storage/schema/main/delta/63/02delete_unlinked_email_pushers.sql +${PYSITELIB}/synapse/storage/schema/main/delta/63/02populate-rooms-creator.sql +${PYSITELIB}/synapse/storage/schema/main/delta/63/03session_store.sql +${PYSITELIB}/synapse/storage/schema/main/delta/63/04add_presence_stream_not_offline_index.sql ${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql ${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql ${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql diff --git a/chat/matrix-synapse/distinfo b/chat/matrix-synapse/distinfo index ec9997f78f37..687a4d594a20 100644 --- a/chat/matrix-synapse/distinfo +++ b/chat/matrix-synapse/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.23 2021/08/31 19:57:59 js Exp $ +$NetBSD: distinfo,v 1.24 2021/10/02 12:23:13 js Exp $ -SHA1 (matrix-synapse-1.41.1.tar.gz) = f9a2387a209824077cb45f3fe14775bb3d356be5 -RMD160 (matrix-synapse-1.41.1.tar.gz) = f2392d2fc7a84c4524edc74a3aee268e974dc291 -SHA512 (matrix-synapse-1.41.1.tar.gz) = 04af3261433874141372ddb91150f4e801770c73d42305c94db13a0e420ee7c483b50c4b7c4aca59ec98762b65823d2cdabb75409eb66b2ced47a5c316206767 -Size (matrix-synapse-1.41.1.tar.gz) = 7436053 bytes +SHA1 (matrix-synapse-1.43.0.tar.gz) = f82a7fa53313b9d1f56325c41e0884f24cd5fb5a +RMD160 (matrix-synapse-1.43.0.tar.gz) = cf71f1eea5f24966419edbdc01a82f6d8d65b0d4 +SHA512 (matrix-synapse-1.43.0.tar.gz) = 3baa9d8e51b222a0e8ab8f62d9ac92b8a782f70c057327a664b5c95a6484aaffb546ad87e9ba1e6157e19207709438d183e0d90b9b89ee495c6d019b8536f9ff +Size (matrix-synapse-1.43.0.tar.gz) = 7479478 bytes SHA1 (patch-synapse_handlers_room.py) = f9a62add7171898ec0ea76360f0a4c9969609537 SHA1 (patch-synapse_python_dependencies.py) = 914ae3a34a9367b2d479d393ddc7a07cbff65b36