|
1 | | -@comment $NetBSD: PLIST,v 1.13 2021/06/05 15:28:02 js Exp $ |
| 1 | +@comment $NetBSD: PLIST,v 1.14 2021/07/01 08:40:13 wiz Exp $ |
2 | 2 | bin/export_signing_key |
3 | 3 | bin/generate_config |
4 | 4 | bin/generate_log_config |
@@ -178,6 +178,9 @@ ${PYSITELIB}/synapse/config/logger.pyo |
178 | 178 | ${PYSITELIB}/synapse/config/metrics.py |
179 | 179 | ${PYSITELIB}/synapse/config/metrics.pyc |
180 | 180 | ${PYSITELIB}/synapse/config/metrics.pyo |
| 181 | +${PYSITELIB}/synapse/config/modules.pyc |
| 182 | +${PYSITELIB}/synapse/config/modules.py |
| 183 | +${PYSITELIB}/synapse/config/modules.pyo |
181 | 184 | ${PYSITELIB}/synapse/config/oidc.py |
182 | 185 | ${PYSITELIB}/synapse/config/oidc.pyc |
183 | 186 | ${PYSITELIB}/synapse/config/oidc.pyo |
@@ -340,12 +343,6 @@ ${PYSITELIB}/synapse/handlers/account_data.pyo |
340 | 343 | ${PYSITELIB}/synapse/handlers/account_validity.py |
341 | 344 | ${PYSITELIB}/synapse/handlers/account_validity.pyc |
342 | 345 | ${PYSITELIB}/synapse/handlers/account_validity.pyo |
343 | | -${PYSITELIB}/synapse/handlers/acme.py |
344 | | -${PYSITELIB}/synapse/handlers/acme.pyc |
345 | | -${PYSITELIB}/synapse/handlers/acme.pyo |
346 | | -${PYSITELIB}/synapse/handlers/acme_issuing_service.py |
347 | | -${PYSITELIB}/synapse/handlers/acme_issuing_service.pyc |
348 | | -${PYSITELIB}/synapse/handlers/acme_issuing_service.pyo |
349 | 346 | ${PYSITELIB}/synapse/handlers/admin.py |
350 | 347 | ${PYSITELIB}/synapse/handlers/admin.pyc |
351 | 348 | ${PYSITELIB}/synapse/handlers/admin.pyo |
@@ -900,6 +897,9 @@ ${PYSITELIB}/synapse/rest/client/v2_alpha/groups.pyo |
900 | 897 | ${PYSITELIB}/synapse/rest/client/v2_alpha/keys.py |
901 | 898 | ${PYSITELIB}/synapse/rest/client/v2_alpha/keys.pyc |
902 | 899 | ${PYSITELIB}/synapse/rest/client/v2_alpha/keys.pyo |
| 900 | +${PYSITELIB}/synapse/rest/client/v2_alpha/knock.pyo |
| 901 | +${PYSITELIB}/synapse/rest/client/v2_alpha/knock.pyc |
| 902 | +${PYSITELIB}/synapse/rest/client/v2_alpha/knock.py |
903 | 903 | ${PYSITELIB}/synapse/rest/client/v2_alpha/notifications.py |
904 | 904 | ${PYSITELIB}/synapse/rest/client/v2_alpha/notifications.pyc |
905 | 905 | ${PYSITELIB}/synapse/rest/client/v2_alpha/notifications.pyo |
@@ -1581,6 +1581,7 @@ ${PYSITELIB}/synapse/storage/schema/main/delta/59/08delete_pushers_for_deactivat |
1581 | 1581 | ${PYSITELIB}/synapse/storage/schema/main/delta/59/08delete_stale_pushers.sql |
1582 | 1582 | ${PYSITELIB}/synapse/storage/schema/main/delta/59/09rejected_events_metadata.sql |
1583 | 1583 | ${PYSITELIB}/synapse/storage/schema/main/delta/59/10delete_purged_chain_cover.sql |
| 1584 | +${PYSITELIB}/synapse/storage/schema/main/delta/59/11add_knock_members_to_stats.sql |
1584 | 1585 | ${PYSITELIB}/synapse/storage/schema/main/delta/59/11drop_thumbnail_constraint.sql.postgres |
1585 | 1586 | ${PYSITELIB}/synapse/storage/schema/main/delta/59/12account_validity_token_used_ts_ms.sql |
1586 | 1587 | ${PYSITELIB}/synapse/storage/schema/main/delta/59/12presence_stream_instance.sql |
|
0 commit comments