Skip to content

Commit

Permalink
Update chat/matrix-synapse to 1.38.1
Browse files Browse the repository at this point in the history
Synapse 1.38.1 (2021-07-22)
===========================

Bugfixes
--------

- Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices. ([\#10457](matrix-org/synapse#10457))
  • Loading branch information
Midar committed Jul 25, 2021
1 parent 2374e9b commit 12c5b60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions chat/matrix-synapse/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.31 2021/07/17 20:39:16 js Exp $
# $NetBSD: Makefile,v 1.32 2021/07/25 19:48:43 js Exp $

DISTNAME= matrix-synapse-1.38.0
DISTNAME= matrix-synapse-1.38.1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
EGG_NAME= matrix_synapse-${PKGVERSION_NOREV}
Expand Down
10 changes: 5 additions & 5 deletions chat/matrix-synapse/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.21 2021/07/17 20:39:16 js Exp $
$NetBSD: distinfo,v 1.22 2021/07/25 19:48:43 js Exp $

SHA1 (matrix-synapse-1.38.0.tar.gz) = 8b2caf2828c8dedfc858e5537eafa5ebf3bd82fb
RMD160 (matrix-synapse-1.38.0.tar.gz) = 5b273c77e64c789e1e3d1271b3b30c4a90f3d051
SHA512 (matrix-synapse-1.38.0.tar.gz) = d6da8a2ef7bd281b3117ec51743e984f21c9a7aaeaab4f81880e612d201874c0fd366fc18793ae351c168e1f985530fdbb4a6edfcaf9c8d93001bd92cd043f6c
Size (matrix-synapse-1.38.0.tar.gz) = 7374458 bytes
SHA1 (matrix-synapse-1.38.1.tar.gz) = 3ce8371e1f0cccce11b6829d7cd899932301d001
RMD160 (matrix-synapse-1.38.1.tar.gz) = f3cdf611cf64b6349963c4b59f6d7cd0e61b63c3
SHA512 (matrix-synapse-1.38.1.tar.gz) = 3b6c68f47f8a4cb2083c9ee29ec5f253fc3d86ba9971ff6d106b99b939d4603e97a899dbd0dfb8557fc203caa2d1908ebde743090c1440f9fd1be0ecb9357d51
Size (matrix-synapse-1.38.1.tar.gz) = 7374818 bytes
SHA1 (patch-synapse_handlers_room.py) = 5c4a5ff4773b9ae4a8ce2b66ac7cd8aa678627ca
SHA1 (patch-synapse_python_dependencies.py) = 914ae3a34a9367b2d479d393ddc7a07cbff65b36

0 comments on commit 12c5b60

Please sign in to comment.