summaryrefslogtreecommitdiff
path: root/dev-python/fedmsg/files/0.18.0-no_signatures.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/fedmsg/files/0.18.0-no_signatures.patch')
-rw-r--r--dev-python/fedmsg/files/0.18.0-no_signatures.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/fedmsg/files/0.18.0-no_signatures.patch b/dev-python/fedmsg/files/0.18.0-no_signatures.patch
deleted file mode 100644
index 8be69ad5ba81..000000000000
--- a/dev-python/fedmsg/files/0.18.0-no_signatures.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 8f61441ba94f7f0bd2b2a1c900e20db038b7085f Mon Sep 17 00:00:00 2001
-From: Kent Fredric <kentfredric@gmail.com>
-Date: Sun, 13 Nov 2016 09:23:58 +1300
-Subject: [PATCH 2/2] Disable signature validation
-
-Signature validation currently requires M2Crypto and M2Ext,
-which are *only* available on Python2
-
-Python3 Implementations of Signature Validation appear currently broken
----
- fedmsg.d/ssl.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/fedmsg.d/ssl.py b/fedmsg.d/ssl.py
-index c148667..f635ffb 100644
---- a/fedmsg.d/ssl.py
-+++ b/fedmsg.d/ssl.py
-@@ -25,7 +25,7 @@ here = os.getcwd()
-
- config = dict(
- sign_messages=False,
-- validate_signatures=True,
-+ validate_signatures=False,
-
- # Use these implementations to sign and validate messages
- crypto_backend='x509',
---
-2.10.2
-