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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Wed Aug 31 17:12:44 UTC 2022


    Date: Wednesday, August 31, 2022 @ 17:12:44
  Author: alex19ep
Revision: 1289178

upgpkg: matrix-synapse 1.66.0-1 upstream release

Added:
  matrix-synapse/trunk/keys/pgp/58C4E75BC67C92169A7FDD11FBCE0ACE0732186F.asc
Modified:
  matrix-synapse/trunk/PKGBUILD
  matrix-synapse/trunk/synapse.install

-------------------------------------------------------+
 PKGBUILD                                              |    5 +++--
 keys/pgp/58C4E75BC67C92169A7FDD11FBCE0ACE0732186F.asc |    1 +
 synapse.install                                       |    7 +++++++
 3 files changed, 11 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-31 17:01:11 UTC (rev 1289177)
+++ PKGBUILD	2022-08-31 17:12:44 UTC (rev 1289178)
@@ -3,7 +3,7 @@
 # Contributor: Ivan Shapovalov <intelfx at intelfx.name>
 
 pkgname=matrix-synapse
-pkgver=1.65.0
+pkgver=1.66.0
 pkgrel=1
 pkgdesc="Matrix reference homeserver"
 url="https://github.com/matrix-org/synapse"
@@ -52,7 +52,8 @@
               'D79D3CA0B61429A8A760525A903ECE108A39DEDD'
               '02450A9EDDFEE3E0C730B786A7E4A57880C3A4A9'
               '93B2970FB2FD8855AD6E0229CB2B33F7C23D44C6'
-              'F124520CEEE062448FE1C8442D2EFA2F32FBE047')
+              'F124520CEEE062448FE1C8442D2EFA2F32FBE047'
+              '58C4E75BC67C92169A7FDD11FBCE0ACE0732186F')
 
 build() {
 	cd $pkgname

Added: keys/pgp/58C4E75BC67C92169A7FDD11FBCE0ACE0732186F.asc
===================================================================
(Binary files differ)

Index: matrix-synapse/trunk/keys/pgp/58C4E75BC67C92169A7FDD11FBCE0ACE0732186F.asc
===================================================================
--- keys/pgp/58C4E75BC67C92169A7FDD11FBCE0ACE0732186F.asc	2022-08-31 17:01:11 UTC (rev 1289177)
+++ keys/pgp/58C4E75BC67C92169A7FDD11FBCE0ACE0732186F.asc	2022-08-31 17:12:44 UTC (rev 1289178)

Property changes on: matrix-synapse/trunk/keys/pgp/58C4E75BC67C92169A7FDD11FBCE0ACE0732186F.asc
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pgp-keys
\ No newline at end of property
Modified: synapse.install
===================================================================
--- synapse.install	2022-08-31 17:01:11 UTC (rev 1289177)
+++ synapse.install	2022-08-31 17:12:44 UTC (rev 1289178)
@@ -112,4 +112,11 @@
 		    for mor information.
 		EOF
 	fi
+	if [[ "$(vercmp "$2" 1.66.0)" -lt 0 ]]; then
+		cat <<-EOF
+		==> Delegation of email validation no longer supported
+		    see: https://matrix-org.github.io/synapse/v1.66/upgrade.html#delegation-of-email-validation-no-longer-supported
+		    for mor information.
+		EOF
+	fi
 }



More information about the arch-commits mailing list