diff --git a/chat/matrix-synapse/Makefile b/chat/matrix-synapse/Makefile index 71646d5eb891..41a5db1613fd 100644 --- a/chat/matrix-synapse/Makefile +++ b/chat/matrix-synapse/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2020/09/18 23:18:39 js Exp $ +# $NetBSD: Makefile,v 1.7 2020/09/22 21:21:51 js Exp $ -DISTNAME= matrix-synapse-1.19.3 +DISTNAME= matrix-synapse-1.20.0 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/} EGG_NAME= matrix_synapse-${PKGVERSION_NOREV} diff --git a/chat/matrix-synapse/PLIST b/chat/matrix-synapse/PLIST index fb6b63a06433..61c896f420c5 100644 --- a/chat/matrix-synapse/PLIST +++ b/chat/matrix-synapse/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2020/09/04 20:34:11 js Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/09/22 21:21:51 js Exp $ bin/export_signing_key bin/generate_config bin/generate_log_config @@ -42,6 +42,9 @@ ${PYSITELIB}/synapse/api/errors.pyo ${PYSITELIB}/synapse/api/filtering.py ${PYSITELIB}/synapse/api/filtering.pyc ${PYSITELIB}/synapse/api/filtering.pyo +${PYSITELIB}/synapse/api/presence.py +${PYSITELIB}/synapse/api/presence.pyc +${PYSITELIB}/synapse/api/presence.pyo ${PYSITELIB}/synapse/api/ratelimiting.py ${PYSITELIB}/synapse/api/ratelimiting.pyc ${PYSITELIB}/synapse/api/ratelimiting.pyo @@ -879,6 +882,9 @@ ${PYSITELIB}/synapse/rest/client/v2_alpha/room_upgrade_rest_servlet.pyo ${PYSITELIB}/synapse/rest/client/v2_alpha/sendtodevice.py ${PYSITELIB}/synapse/rest/client/v2_alpha/sendtodevice.pyc ${PYSITELIB}/synapse/rest/client/v2_alpha/sendtodevice.pyo +${PYSITELIB}/synapse/rest/client/v2_alpha/shared_rooms.py +${PYSITELIB}/synapse/rest/client/v2_alpha/shared_rooms.pyc +${PYSITELIB}/synapse/rest/client/v2_alpha/shared_rooms.pyo ${PYSITELIB}/synapse/rest/client/v2_alpha/sync.py ${PYSITELIB}/synapse/rest/client/v2_alpha/sync.pyc ${PYSITELIB}/synapse/rest/client/v2_alpha/sync.pyo @@ -1364,14 +1370,18 @@ ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/05cache_instance.sql ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/06dlols_unique_idx.py ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/06dlols_unique_idx.pyc ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/06dlols_unique_idx.pyo +${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/07persist_ui_auth_ips.sql ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/08_media_safe_from_quarantine.sql.postgres ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/08_media_safe_from_quarantine.sql.sqlite +${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/09shadow_ban.sql ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/10drop_local_rejections_stream.sql ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/10federation_pos_instance_name.sql ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/11user_id_seq.py ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/11user_id_seq.pyc ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/11user_id_seq.pyo ${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/12room_stats.sql +${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/13remove_presence_allow_inbound.sql +${PYSITELIB}/synapse/storage/databases/main/schema/delta/58/15unread_count.sql ${PYSITELIB}/synapse/storage/databases/main/schema/full_schemas/16/application_services.sql ${PYSITELIB}/synapse/storage/databases/main/schema/full_schemas/16/event_edges.sql ${PYSITELIB}/synapse/storage/databases/main/schema/full_schemas/16/event_signatures.sql @@ -1465,9 +1475,6 @@ ${PYSITELIB}/synapse/storage/persist_events.pyo ${PYSITELIB}/synapse/storage/prepare_database.py ${PYSITELIB}/synapse/storage/prepare_database.pyc ${PYSITELIB}/synapse/storage/prepare_database.pyo -${PYSITELIB}/synapse/storage/presence.py -${PYSITELIB}/synapse/storage/presence.pyc -${PYSITELIB}/synapse/storage/presence.pyo ${PYSITELIB}/synapse/storage/purge_events.py ${PYSITELIB}/synapse/storage/purge_events.pyc ${PYSITELIB}/synapse/storage/purge_events.pyo diff --git a/chat/matrix-synapse/distinfo b/chat/matrix-synapse/distinfo index e91cae45ecb5..0bca3d563780 100644 --- a/chat/matrix-synapse/distinfo +++ b/chat/matrix-synapse/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/09/18 23:18:39 js Exp $ +$NetBSD: distinfo,v 1.4 2020/09/22 21:21:51 js Exp $ -SHA1 (matrix-synapse-1.19.3.tar.gz) = 5c1abfc5dc2ba085509124c703ed7d6906c2d778 -RMD160 (matrix-synapse-1.19.3.tar.gz) = 928906c029bfe3f530a980c28fe87e6936ec722b -SHA512 (matrix-synapse-1.19.3.tar.gz) = fd5d62024ace47b26ac646c5a57a2f6186bee89b1eb9402e02f4112d385dc8b97545e8c59444ea79d52c5dc9134f92c469738527dd8086e820d799db49baf6e7 -Size (matrix-synapse-1.19.3.tar.gz) = 6778524 bytes +SHA1 (matrix-synapse-1.20.0.tar.gz) = 59499616a366c195dbef01ed455b0819849e087a +RMD160 (matrix-synapse-1.20.0.tar.gz) = f9a34c25c0b4b1a05200a7410fc891eee8bddacd +SHA512 (matrix-synapse-1.20.0.tar.gz) = 9aa6e74b7ad59ddb9423173eafbc94a4a1454301c0aa73a5a476e35a1dfaa1e7423f94849c830fa86d358e9b2f274bd16f2a5596143699d3db10a4222bc1f3c3 +Size (matrix-synapse-1.20.0.tar.gz) = 6806325 bytes