[arch-commits] Commit in matrix-synapse/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sun Nov 3 15:59:28 UTC 2019


    Date: Sunday, November 3, 2019 @ 15:59:28
  Author: demize
Revision: 522534

upgpkg: matrix-synapse 1.5.0-1

This release fixes a security issue relating to signature checking of events.
https://github.com/matrix-org/synapse/pull/6262

Modified:
  matrix-synapse/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 15:57:17 UTC (rev 522533)
+++ PKGBUILD	2019-11-03 15:59:28 UTC (rev 522534)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=matrix-synapse
-pkgver=1.4.1
+pkgver=1.5.0
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -21,7 +21,7 @@
          'python-phonenumbers' 'python-prometheus_client'
          'python-attrs' 'python-netaddr' 'python-sortedcontainers'
          'python-treq' 'python-psutil' 'python-idna' 'python-jinja'
-         'python-bleach' 'systemd')
+         'python-bleach' 'python-typing_extensions' 'systemd')
 checkdepends=('python-lxml' 'python-mock' 'python-parameterized')
 optdepends=('python-psycopg2: PostgreSQL support'
             'python-lxml: URL previewing'
@@ -33,7 +33,7 @@
         'sysusers-synapse.conf'
         'tmpfiles-synapse.conf')
 
-md5sums=('b774159b8f9f2297ce854b8f53f95607'
+md5sums=('015c019e97c99af70a5e85bdfc34535e'
          '276a99050f40601089255ea168bb7620'
          'ecd9f66fb57fe1a2e1e2df07a460a35b'
          'e961c9ecad84a70345a57a7e9e6d5b09')



More information about the arch-commits mailing list