Fri Mar 18 12:23:51 2022 UTC ()
===========================================================================
$NetBSD: MESSAGE,v 1.2 2021/04/15 15:54:00 jperkin Exp $

To generate a Synapse configuration, run:

cd ${SYNAPSE_DATA} &&
${PYTHONBIN} -m synapse.app.homeserver \
	--server-name my.domain.name \
	--config-path ${PKG_SYSCONFDIR}/homeserver.yaml \
	--config-directory ${PKG_SYSCONFDIR} \
	--generate-config \
	--report-stats=no

If you want to use Synapse with SQLite3 on NetBSD, you need to add
PREFER_PKGSRC+= sqlite3 to mk.conf and rebuild databases/py-sqlite3.
===========================================================================


(gdt)
diff -r1.44 -r1.45 pkgsrc/chat/matrix-synapse/Makefile
diff -r1.22 -r1.23 pkgsrc/chat/matrix-synapse/PLIST
diff -r1.32 -r1.33 pkgsrc/chat/matrix-synapse/distinfo
diff -r1.6 -r1.7 pkgsrc/chat/matrix-synapse/patches/patch-synapse_python_dependencies.py

cvs diff -r1.44 -r1.45 pkgsrc/chat/matrix-synapse/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/matrix-synapse/Makefile 2022/02/25 16:37:22 1.44
+++ pkgsrc/chat/matrix-synapse/Makefile 2022/03/18 12:23:50 1.45
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.44 2022/02/25 16:37:22 js Exp $ 1# $NetBSD: Makefile,v 1.45 2022/03/18 12:23:50 gdt Exp $
2 2
3DISTNAME= matrix-synapse-1.53.0 3DISTNAME= matrix-synapse-1.54.0
4PKGREVISION= 1 
5CATEGORIES= chat 4CATEGORIES= chat
6MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
7EGG_NAME= matrix_synapse-${PKGVERSION_NOREV} 6EGG_NAME= matrix_synapse-${PKGVERSION_NOREV}
8GITHUB_PROJECT= synapse 7GITHUB_PROJECT= synapse
9GITHUB_TAG= v${PKGVERSION_NOREV} 8GITHUB_TAG= v${PKGVERSION_NOREV}
10 9
11MAINTAINER= js@pkgsrc.org 10MAINTAINER= js@pkgsrc.org
12HOMEPAGE= https://github.com/matrix-org/synapse/ 11HOMEPAGE= https://github.com/matrix-org/synapse/
13COMMENT= Reference homeserver for the Matrix decentralised comms protocol 12COMMENT= Reference homeserver for the Matrix decentralised comms protocol
14LICENSE= apache-2.0 13LICENSE= apache-2.0
15 14
16DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.0.7:../../security/py-asn1-modules 15DEPENDS+= ${PYPKGPREFIX}-asn1-modules>=0.0.7:../../security/py-asn1-modules
17DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.9:../../security/py-asn1 16DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.9:../../security/py-asn1

cvs diff -r1.22 -r1.23 pkgsrc/chat/matrix-synapse/PLIST (expand / switch to unified diff)

--- pkgsrc/chat/matrix-synapse/PLIST 2022/02/25 16:18:36 1.22
+++ pkgsrc/chat/matrix-synapse/PLIST 2022/03/18 12:23:50 1.23
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.22 2022/02/25 16:18:36 js Exp $ 1@comment $NetBSD: PLIST,v 1.23 2022/03/18 12:23:50 gdt Exp $
2bin/export_signing_key 2bin/export_signing_key
3bin/generate_config 3bin/generate_config
4bin/generate_log_config 4bin/generate_log_config
5bin/generate_signing_key.py 5bin/generate_signing_key.py
6bin/hash_password 6bin/hash_password
7bin/move_remote_media_to_new_store.py 7bin/move_remote_media_to_new_store.py
8bin/register_new_matrix_user 8bin/register_new_matrix_user
9bin/synapse_homeserver 9bin/synapse_homeserver
10bin/synapse_port_db 10bin/synapse_port_db
11bin/synapse_review_recent_signups 11bin/synapse_review_recent_signups
12bin/synapse_worker 12bin/synapse_worker
13bin/sync_room_to_group.pl 13bin/sync_room_to_group.pl
14bin/synctl 14bin/synctl
@@ -350,26 +350,29 @@ ${PYSITELIB}/synapse/federation/units.py @@ -350,26 +350,29 @@ ${PYSITELIB}/synapse/federation/units.py
350${PYSITELIB}/synapse/federation/units.pyo 350${PYSITELIB}/synapse/federation/units.pyo
351${PYSITELIB}/synapse/groups/__init__.py 351${PYSITELIB}/synapse/groups/__init__.py
352${PYSITELIB}/synapse/groups/__init__.pyc 352${PYSITELIB}/synapse/groups/__init__.pyc
353${PYSITELIB}/synapse/groups/__init__.pyo 353${PYSITELIB}/synapse/groups/__init__.pyo
354${PYSITELIB}/synapse/groups/attestations.py 354${PYSITELIB}/synapse/groups/attestations.py
355${PYSITELIB}/synapse/groups/attestations.pyc 355${PYSITELIB}/synapse/groups/attestations.pyc
356${PYSITELIB}/synapse/groups/attestations.pyo 356${PYSITELIB}/synapse/groups/attestations.pyo
357${PYSITELIB}/synapse/groups/groups_server.py 357${PYSITELIB}/synapse/groups/groups_server.py
358${PYSITELIB}/synapse/groups/groups_server.pyc 358${PYSITELIB}/synapse/groups/groups_server.pyc
359${PYSITELIB}/synapse/groups/groups_server.pyo 359${PYSITELIB}/synapse/groups/groups_server.pyo
360${PYSITELIB}/synapse/handlers/__init__.py 360${PYSITELIB}/synapse/handlers/__init__.py
361${PYSITELIB}/synapse/handlers/__init__.pyc 361${PYSITELIB}/synapse/handlers/__init__.pyc
362${PYSITELIB}/synapse/handlers/__init__.pyo 362${PYSITELIB}/synapse/handlers/__init__.pyo
 363${PYSITELIB}/synapse/handlers/account.py
 364${PYSITELIB}/synapse/handlers/account.pyc
 365${PYSITELIB}/synapse/handlers/account.pyo
363${PYSITELIB}/synapse/handlers/account_data.py 366${PYSITELIB}/synapse/handlers/account_data.py
364${PYSITELIB}/synapse/handlers/account_data.pyc 367${PYSITELIB}/synapse/handlers/account_data.pyc
365${PYSITELIB}/synapse/handlers/account_data.pyo 368${PYSITELIB}/synapse/handlers/account_data.pyo
366${PYSITELIB}/synapse/handlers/account_validity.py 369${PYSITELIB}/synapse/handlers/account_validity.py
367${PYSITELIB}/synapse/handlers/account_validity.pyc 370${PYSITELIB}/synapse/handlers/account_validity.pyc
368${PYSITELIB}/synapse/handlers/account_validity.pyo 371${PYSITELIB}/synapse/handlers/account_validity.pyo
369${PYSITELIB}/synapse/handlers/admin.py 372${PYSITELIB}/synapse/handlers/admin.py
370${PYSITELIB}/synapse/handlers/admin.pyc 373${PYSITELIB}/synapse/handlers/admin.pyc
371${PYSITELIB}/synapse/handlers/admin.pyo 374${PYSITELIB}/synapse/handlers/admin.pyo
372${PYSITELIB}/synapse/handlers/appservice.py 375${PYSITELIB}/synapse/handlers/appservice.py
373${PYSITELIB}/synapse/handlers/appservice.pyc 376${PYSITELIB}/synapse/handlers/appservice.pyc
374${PYSITELIB}/synapse/handlers/appservice.pyo 377${PYSITELIB}/synapse/handlers/appservice.pyo
375${PYSITELIB}/synapse/handlers/auth.py 378${PYSITELIB}/synapse/handlers/auth.py
@@ -536,29 +539,26 @@ ${PYSITELIB}/synapse/http/server.pyc @@ -536,29 +539,26 @@ ${PYSITELIB}/synapse/http/server.pyc
536${PYSITELIB}/synapse/http/server.pyo 539${PYSITELIB}/synapse/http/server.pyo
537${PYSITELIB}/synapse/http/servlet.py 540${PYSITELIB}/synapse/http/servlet.py
538${PYSITELIB}/synapse/http/servlet.pyc 541${PYSITELIB}/synapse/http/servlet.pyc
539${PYSITELIB}/synapse/http/servlet.pyo 542${PYSITELIB}/synapse/http/servlet.pyo
540${PYSITELIB}/synapse/http/site.py 543${PYSITELIB}/synapse/http/site.py
541${PYSITELIB}/synapse/http/site.pyc 544${PYSITELIB}/synapse/http/site.pyc
542${PYSITELIB}/synapse/http/site.pyo 545${PYSITELIB}/synapse/http/site.pyo
543${PYSITELIB}/synapse/logging/__init__.py 546${PYSITELIB}/synapse/logging/__init__.py
544${PYSITELIB}/synapse/logging/__init__.pyc 547${PYSITELIB}/synapse/logging/__init__.pyc
545${PYSITELIB}/synapse/logging/__init__.pyo 548${PYSITELIB}/synapse/logging/__init__.pyo
546${PYSITELIB}/synapse/logging/_remote.py 549${PYSITELIB}/synapse/logging/_remote.py
547${PYSITELIB}/synapse/logging/_remote.pyc 550${PYSITELIB}/synapse/logging/_remote.pyc
548${PYSITELIB}/synapse/logging/_remote.pyo 551${PYSITELIB}/synapse/logging/_remote.pyo
549${PYSITELIB}/synapse/logging/_structured.py 
550${PYSITELIB}/synapse/logging/_structured.pyc 
551${PYSITELIB}/synapse/logging/_structured.pyo 
552${PYSITELIB}/synapse/logging/_terse_json.py 552${PYSITELIB}/synapse/logging/_terse_json.py
553${PYSITELIB}/synapse/logging/_terse_json.pyc 553${PYSITELIB}/synapse/logging/_terse_json.pyc
554${PYSITELIB}/synapse/logging/_terse_json.pyo 554${PYSITELIB}/synapse/logging/_terse_json.pyo
555${PYSITELIB}/synapse/logging/context.py 555${PYSITELIB}/synapse/logging/context.py
556${PYSITELIB}/synapse/logging/context.pyc 556${PYSITELIB}/synapse/logging/context.pyc
557${PYSITELIB}/synapse/logging/context.pyo 557${PYSITELIB}/synapse/logging/context.pyo
558${PYSITELIB}/synapse/logging/filter.py 558${PYSITELIB}/synapse/logging/filter.py
559${PYSITELIB}/synapse/logging/filter.pyc 559${PYSITELIB}/synapse/logging/filter.pyc
560${PYSITELIB}/synapse/logging/filter.pyo 560${PYSITELIB}/synapse/logging/filter.pyo
561${PYSITELIB}/synapse/logging/formatter.py 561${PYSITELIB}/synapse/logging/formatter.py
562${PYSITELIB}/synapse/logging/formatter.pyc 562${PYSITELIB}/synapse/logging/formatter.pyc
563${PYSITELIB}/synapse/logging/formatter.pyo 563${PYSITELIB}/synapse/logging/formatter.pyo
564${PYSITELIB}/synapse/logging/handlers.py 564${PYSITELIB}/synapse/logging/handlers.py
@@ -1668,26 +1668,32 @@ ${PYSITELIB}/synapse/storage/schema/main @@ -1668,26 +1668,32 @@ ${PYSITELIB}/synapse/storage/schema/main
1668${PYSITELIB}/synapse/storage/schema/main/delta/65/01msc2716_insertion_event_edges.sql 1668${PYSITELIB}/synapse/storage/schema/main/delta/65/01msc2716_insertion_event_edges.sql
1669${PYSITELIB}/synapse/storage/schema/main/delta/65/03remove_hidden_devices_from_device_inbox.sql 1669${PYSITELIB}/synapse/storage/schema/main/delta/65/03remove_hidden_devices_from_device_inbox.sql
1670${PYSITELIB}/synapse/storage/schema/main/delta/65/04_local_group_updates.sql 1670${PYSITELIB}/synapse/storage/schema/main/delta/65/04_local_group_updates.sql
1671${PYSITELIB}/synapse/storage/schema/main/delta/65/05_remove_room_stats_historical_and_user_stats_historical.sql 1671${PYSITELIB}/synapse/storage/schema/main/delta/65/05_remove_room_stats_historical_and_user_stats_historical.sql
1672${PYSITELIB}/synapse/storage/schema/main/delta/65/06remove_deleted_devices_from_device_inbox.sql 1672${PYSITELIB}/synapse/storage/schema/main/delta/65/06remove_deleted_devices_from_device_inbox.sql
1673${PYSITELIB}/synapse/storage/schema/main/delta/65/07_arbitrary_relations.sql 1673${PYSITELIB}/synapse/storage/schema/main/delta/65/07_arbitrary_relations.sql
1674${PYSITELIB}/synapse/storage/schema/main/delta/65/08_device_inbox_background_updates.sql 1674${PYSITELIB}/synapse/storage/schema/main/delta/65/08_device_inbox_background_updates.sql
1675${PYSITELIB}/synapse/storage/schema/main/delta/65/10_expirable_refresh_tokens.sql 1675${PYSITELIB}/synapse/storage/schema/main/delta/65/10_expirable_refresh_tokens.sql
1676${PYSITELIB}/synapse/storage/schema/main/delta/65/11_devices_auth_provider_session.sql 1676${PYSITELIB}/synapse/storage/schema/main/delta/65/11_devices_auth_provider_session.sql
1677${PYSITELIB}/synapse/storage/schema/main/delta/67/01drop_public_room_list_stream.sql 1677${PYSITELIB}/synapse/storage/schema/main/delta/67/01drop_public_room_list_stream.sql
1678${PYSITELIB}/synapse/storage/schema/main/delta/68/01event_columns.sql 1678${PYSITELIB}/synapse/storage/schema/main/delta/68/01event_columns.sql
1679${PYSITELIB}/synapse/storage/schema/main/delta/68/02_msc2409_add_device_id_appservice_stream_type.sql 1679${PYSITELIB}/synapse/storage/schema/main/delta/68/02_msc2409_add_device_id_appservice_stream_type.sql
1680${PYSITELIB}/synapse/storage/schema/main/delta/68/03_delete_account_data_for_deactivated_accounts.sql 1680${PYSITELIB}/synapse/storage/schema/main/delta/68/03_delete_account_data_for_deactivated_accounts.sql
 1681${PYSITELIB}/synapse/storage/schema/main/delta/68/04_refresh_tokens_index_next_token_id.sql
 1682${PYSITELIB}/synapse/storage/schema/main/delta/68/04partial_state_rooms.sql
 1683${PYSITELIB}/synapse/storage/schema/main/delta/68/05_delete_non_strings_from_event_search.sql.sqlite
 1684${PYSITELIB}/synapse/storage/schema/main/delta/68/05partial_state_rooms_triggers.py
 1685${PYSITELIB}/synapse/storage/schema/main/delta/68/05partial_state_rooms_triggers.pyc
 1686${PYSITELIB}/synapse/storage/schema/main/delta/68/05partial_state_rooms_triggers.pyo
1681${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql 1687${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/application_services.sql
1682${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql 1688${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_edges.sql
1683${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql 1689${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/event_signatures.sql
1684${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/im.sql 1690${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/im.sql
1685${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/keys.sql 1691${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/keys.sql
1686${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/media_repository.sql 1692${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/media_repository.sql
1687${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/presence.sql 1693${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/presence.sql
1688${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/profiles.sql 1694${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/profiles.sql
1689${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/push.sql 1695${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/push.sql
1690${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/redactions.sql 1696${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/redactions.sql
1691${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/room_aliases.sql 1697${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/room_aliases.sql
1692${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/state.sql 1698${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/state.sql
1693${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/transactions.sql 1699${PYSITELIB}/synapse/storage/schema/main/full_schemas/16/transactions.sql
@@ -1767,26 +1773,29 @@ ${PYSITELIB}/synapse/util/caches/lrucach @@ -1767,26 +1773,29 @@ ${PYSITELIB}/synapse/util/caches/lrucach
1767${PYSITELIB}/synapse/util/caches/lrucache.pyo 1773${PYSITELIB}/synapse/util/caches/lrucache.pyo
1768${PYSITELIB}/synapse/util/caches/response_cache.py 1774${PYSITELIB}/synapse/util/caches/response_cache.py
1769${PYSITELIB}/synapse/util/caches/response_cache.pyc 1775${PYSITELIB}/synapse/util/caches/response_cache.pyc
1770${PYSITELIB}/synapse/util/caches/response_cache.pyo 1776${PYSITELIB}/synapse/util/caches/response_cache.pyo
1771${PYSITELIB}/synapse/util/caches/stream_change_cache.py 1777${PYSITELIB}/synapse/util/caches/stream_change_cache.py
1772${PYSITELIB}/synapse/util/caches/stream_change_cache.pyc 1778${PYSITELIB}/synapse/util/caches/stream_change_cache.pyc
1773${PYSITELIB}/synapse/util/caches/stream_change_cache.pyo 1779${PYSITELIB}/synapse/util/caches/stream_change_cache.pyo
1774${PYSITELIB}/synapse/util/caches/treecache.py 1780${PYSITELIB}/synapse/util/caches/treecache.py
1775${PYSITELIB}/synapse/util/caches/treecache.pyc 1781${PYSITELIB}/synapse/util/caches/treecache.pyc
1776${PYSITELIB}/synapse/util/caches/treecache.pyo 1782${PYSITELIB}/synapse/util/caches/treecache.pyo
1777${PYSITELIB}/synapse/util/caches/ttlcache.py 1783${PYSITELIB}/synapse/util/caches/ttlcache.py
1778${PYSITELIB}/synapse/util/caches/ttlcache.pyc 1784${PYSITELIB}/synapse/util/caches/ttlcache.pyc
1779${PYSITELIB}/synapse/util/caches/ttlcache.pyo 1785${PYSITELIB}/synapse/util/caches/ttlcache.pyo
 1786${PYSITELIB}/synapse/util/check_dependencies.py
 1787${PYSITELIB}/synapse/util/check_dependencies.pyc
 1788${PYSITELIB}/synapse/util/check_dependencies.pyo
1780${PYSITELIB}/synapse/util/daemonize.py 1789${PYSITELIB}/synapse/util/daemonize.py
1781${PYSITELIB}/synapse/util/daemonize.pyc 1790${PYSITELIB}/synapse/util/daemonize.pyc
1782${PYSITELIB}/synapse/util/daemonize.pyo 1791${PYSITELIB}/synapse/util/daemonize.pyo
1783${PYSITELIB}/synapse/util/distributor.py 1792${PYSITELIB}/synapse/util/distributor.py
1784${PYSITELIB}/synapse/util/distributor.pyc 1793${PYSITELIB}/synapse/util/distributor.pyc
1785${PYSITELIB}/synapse/util/distributor.pyo 1794${PYSITELIB}/synapse/util/distributor.pyo
1786${PYSITELIB}/synapse/util/file_consumer.py 1795${PYSITELIB}/synapse/util/file_consumer.py
1787${PYSITELIB}/synapse/util/file_consumer.pyc 1796${PYSITELIB}/synapse/util/file_consumer.pyc
1788${PYSITELIB}/synapse/util/file_consumer.pyo 1797${PYSITELIB}/synapse/util/file_consumer.pyo
1789${PYSITELIB}/synapse/util/frozenutils.py 1798${PYSITELIB}/synapse/util/frozenutils.py
1790${PYSITELIB}/synapse/util/frozenutils.pyc 1799${PYSITELIB}/synapse/util/frozenutils.pyc
1791${PYSITELIB}/synapse/util/frozenutils.pyo 1800${PYSITELIB}/synapse/util/frozenutils.pyo
1792${PYSITELIB}/synapse/util/gai_resolver.py 1801${PYSITELIB}/synapse/util/gai_resolver.py

cvs diff -r1.32 -r1.33 pkgsrc/chat/matrix-synapse/distinfo (expand / switch to unified diff)

--- pkgsrc/chat/matrix-synapse/distinfo 2022/02/25 16:18:36 1.32
+++ pkgsrc/chat/matrix-synapse/distinfo 2022/03/18 12:23:50 1.33
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.32 2022/02/25 16:18:36 js Exp $ 1$NetBSD: distinfo,v 1.33 2022/03/18 12:23:50 gdt Exp $
2 2
3BLAKE2s (matrix-synapse-1.53.0.tar.gz) = 9c6942a9de01469c46629e96a77443ddbec20bda43281397b22631afa8274cdc 3BLAKE2s (matrix-synapse-1.54.0.tar.gz) = 3c389cff3eccf8c9b665b5c89fc5a9ff08e81d6bf73fc903f311dc4cd67cefd0
4SHA512 (matrix-synapse-1.53.0.tar.gz) = a6ab6219f8ab3da37968e7480e59677fe640b4b2741bdfc75e407fd11deeed47a36efa7bb3c04ae1022fb07ad401763b7d747860d127cfb785a79433dfbcc4b7 4SHA512 (matrix-synapse-1.54.0.tar.gz) = 2adfc410f3a27010c319e00d323253bc355cd14588fc97199b6d6f579d3c98bd3465f29c3b504bad4cc18bddf73e628bf0cc4c8ea2169781a1a6e0347cdb007b
5Size (matrix-synapse-1.53.0.tar.gz) = 7696244 bytes 5Size (matrix-synapse-1.54.0.tar.gz) = 7724389 bytes
6SHA1 (patch-synapse_handlers_room.py) = f9a62add7171898ec0ea76360f0a4c9969609537 6SHA1 (patch-synapse_handlers_room.py) = f9a62add7171898ec0ea76360f0a4c9969609537
7SHA1 (patch-synapse_python_dependencies.py) = f6f12aa43f8739d83a9b31e169eb97b47f4a2cc5 7SHA1 (patch-synapse_python_dependencies.py) = b9284becddaf216ce0a471e87baebd93703d6058

cvs diff -r1.6 -r1.7 pkgsrc/chat/matrix-synapse/patches/Attic/patch-synapse_python_dependencies.py (expand / switch to unified diff)

--- pkgsrc/chat/matrix-synapse/patches/Attic/patch-synapse_python_dependencies.py 2022/02/25 16:18:36 1.6
+++ pkgsrc/chat/matrix-synapse/patches/Attic/patch-synapse_python_dependencies.py 2022/03/18 12:23:50 1.7
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: patch-synapse_python_dependencies.py,v 1.6 2022/02/25 16:18:36 js Exp $ 1$NetBSD: patch-synapse_python_dependencies.py,v 1.7 2022/03/18 12:23:50 gdt Exp $
2 2
3Patch out cryptography check: It doesn't need a version this high and it was 3Patch out cryptography check: It doesn't need a version this high and it was
4added by upstream as an ugly hack to force a patched OpenSSL, in case it is 4added by upstream as an ugly hack to force a patched OpenSSL, in case it is
5linked statically. 5linked statically.
6 6
7--- synapse/python_dependencies.py.orig 2022-02-22 11:32:11.000000000 +0000 7--- synapse/python_dependencies.py.orig 2022-03-08 14:01:19.000000000 +0000
8+++ synapse/python_dependencies.py 8+++ synapse/python_dependencies.py
9@@ -84,9 +84,6 @@ REQUIREMENTS = [ 9@@ -77,9 +77,6 @@ REQUIREMENTS = [
10 "Jinja2>=2.9", 10 "Jinja2>=2.9",
11 "bleach>=1.4.3", 11 "bleach>=1.4.3",
12 "typing-extensions>=3.7.4", 12 "typing-extensions>=3.7.4",
13- # We enforce that we have a `cryptography` version that bundles an `openssl` 13- # We enforce that we have a `cryptography` version that bundles an `openssl`
14- # with the latest security patches. 14- # with the latest security patches.
15- "cryptography>=3.4.7", 15- "cryptography>=3.4.7",
16 "ijson>=3.1", 16 # ijson 3.1.4 fixes a bug with "." in property names
 17 "ijson>=3.1.4",
17 "matrix-common~=1.1.0", 18 "matrix-common~=1.1.0",
18 ]