summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorjs <js@pkgsrc.org>2022-04-18 14:04:42 +0000
committerjs <js@pkgsrc.org>2022-04-18 14:04:42 +0000
commit6e68d8194e191a9611285616ce1bfa9235282a62 (patch)
treea2f4e572c63ef7fab5344aff1c2ed4bd06f58b4a /chat
parente694f66a8e0ecdc50f6564b766e27e93f63bd485 (diff)
downloadpkgsrc-6e68d8194e191a9611285616ce1bfa9235282a62.tar.gz
chat/matrix-synapse: Relax signedjson requirement
Diffstat (limited to 'chat')
-rw-r--r--chat/matrix-synapse/Makefile4
-rw-r--r--chat/matrix-synapse/distinfo4
-rw-r--r--chat/matrix-synapse/patches/patch-synapse_python_dependencies.py13
3 files changed, 16 insertions, 5 deletions
diff --git a/chat/matrix-synapse/Makefile b/chat/matrix-synapse/Makefile
index 61dc1be42af..e4bab14719a 100644
--- a/chat/matrix-synapse/Makefile
+++ b/chat/matrix-synapse/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2022/04/18 12:59:17 js Exp $
+# $NetBSD: Makefile,v 1.49 2022/04/18 14:04:42 js Exp $
DISTNAME= matrix-synapse-1.56.0
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=matrix-org/}
EGG_NAME= matrix_synapse-${PKGVERSION_NOREV}
diff --git a/chat/matrix-synapse/distinfo b/chat/matrix-synapse/distinfo
index 8587b2b720d..2c3611bec67 100644
--- a/chat/matrix-synapse/distinfo
+++ b/chat/matrix-synapse/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.34 2022/04/17 11:08:33 js Exp $
+$NetBSD: distinfo,v 1.35 2022/04/18 14:04:42 js Exp $
BLAKE2s (matrix-synapse-1.56.0.tar.gz) = 869a3d920b2bf8ebdd715747544ac3136d7b1e205183a0c0804f514e101b8bb9
SHA512 (matrix-synapse-1.56.0.tar.gz) = da8233008adc92bbb5975a110e2825c8add5a38db3c21a378f9f1a7b4bf826fc13b6230e69c2b9d400e33d276d5fd781e176623bdf4d44a1e768211e2013e5f1
Size (matrix-synapse-1.56.0.tar.gz) = 7750479 bytes
SHA1 (patch-synapse_handlers_room.py) = f9a62add7171898ec0ea76360f0a4c9969609537
-SHA1 (patch-synapse_python_dependencies.py) = eb159e1a92527cd231f7eb9685877d8f4a419848
+SHA1 (patch-synapse_python_dependencies.py) = 6d38cb50e628fcd88ece9fcf5644d55bd4b10f3e
diff --git a/chat/matrix-synapse/patches/patch-synapse_python_dependencies.py b/chat/matrix-synapse/patches/patch-synapse_python_dependencies.py
index a6a116ba26b..f949bcf9646 100644
--- a/chat/matrix-synapse/patches/patch-synapse_python_dependencies.py
+++ b/chat/matrix-synapse/patches/patch-synapse_python_dependencies.py
@@ -1,11 +1,22 @@
-$NetBSD: patch-synapse_python_dependencies.py,v 1.8 2022/04/17 11:08:33 js Exp $
+$NetBSD: patch-synapse_python_dependencies.py,v 1.9 2022/04/18 14:04:42 js Exp $
Patch out cryptography check: It doesn't need a version this high and it was
added by upstream as an ugly hack to force a patched OpenSSL, in case it is
linked statically.
+Relax signedjson requirements.
+
--- synapse/python_dependencies.py.orig 2022-04-05 11:55:15.000000000 +0000
+++ synapse/python_dependencies.py
+@@ -48,7 +48,7 @@ REQUIREMENTS = [
+ "unpaddedbase64>=1.1.0",
+ "canonicaljson>=1.4.0",
+ # we use the type definitions added in signedjson 1.1.
+- "signedjson>=1.1.0,<=1.1.1",
++ "signedjson>=1.1.0",
+ "pynacl>=1.2.1",
+ "idna>=2.5",
+ # validating SSL certs for IP addresses requires service_identity 18.1.
@@ -81,9 +81,6 @@ REQUIREMENTS = [
"bleach>=1.4.3",
# We use `ParamSpec`, which was added in `typing-extensions` 3.10.0.0.