pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat/matrix-synapse chat/matrix-synapse: Relax signedj...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5a175cd90150
branches: trunk
changeset: 377270:5a175cd90150
user: js <js%pkgsrc.org@localhost>
date: Mon Apr 18 14:04:42 2022 +0000
description:
chat/matrix-synapse: Relax signedjson requirement
diffstat:
chat/matrix-synapse/Makefile | 4 +-
chat/matrix-synapse/distinfo | 4 +-
chat/matrix-synapse/patches/patch-synapse_python_dependencies.py | 13 +++++++++-
3 files changed, 16 insertions(+), 5 deletions(-)
diffs (53 lines):
diff -r 3f8fa0d333f4 -r 5a175cd90150 chat/matrix-synapse/Makefile
--- a/chat/matrix-synapse/Makefile Mon Apr 18 13:37:46 2022 +0000
+++ b/chat/matrix-synapse/Makefile Mon Apr 18 14:04:42 2022 +0000
@@ -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 -r 3f8fa0d333f4 -r 5a175cd90150 chat/matrix-synapse/distinfo
--- a/chat/matrix-synapse/distinfo Mon Apr 18 13:37:46 2022 +0000
+++ b/chat/matrix-synapse/distinfo Mon Apr 18 14:04:42 2022 +0000
@@ -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 -r 3f8fa0d333f4 -r 5a175cd90150 chat/matrix-synapse/patches/patch-synapse_python_dependencies.py
--- a/chat/matrix-synapse/patches/patch-synapse_python_dependencies.py Mon Apr 18 13:37:46 2022 +0000
+++ b/chat/matrix-synapse/patches/patch-synapse_python_dependencies.py Mon Apr 18 14:04:42 2022 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index