[fedmsg] Temporarily disable message validation.

Ralph Bean ralph at fedoraproject.org
Fri Sep 6 16:18:11 UTC 2013


commit 75916516f3f4599572f1ed3a01a2c9eaa03c0660
Author: Ralph Bean <rbean at redhat.com>
Date:   Fri Sep 6 12:17:44 2013 -0400

    Temporarily disable message validation.

 fedmsg.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/fedmsg.spec b/fedmsg.spec
index b0c16e5..9503330 100644
--- a/fedmsg.spec
+++ b/fedmsg.spec
@@ -5,7 +5,7 @@
 
 Name:           fedmsg
 Version:        0.7.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Tools for Fedora Infrastructure real-time messaging
 Group:          Applications/Internet
 License:        LGPLv2+
@@ -140,6 +140,9 @@ rm -f fedmsg/tests/test_crypto_gpg.py
 # so knock it out too.
 sed -i "/'sqlalchemy.*$/d" setup.py
 
+# Temporarily disable signature validation while the timestamp precision bug is
+# worked out upstream. -- https://github.com/fedora-infra/fedmsg/pull/186
+sed -i "/validate_signatures=True/validate_signatures=False/" fedmsg.d/ssl.py
 
 %build
 %{__python} setup.py build
@@ -310,6 +313,9 @@ fi
 %config(noreplace) %{_sysconfdir}/fedmsg.d/gateway.py*
 
 %changelog
+* Fri Sep 06 2013 Ralph Bean <rbean at redhat.com> - 0.7.0-4
+- Temporarily disable message validation by default.
+
 * Thu Sep 05 2013 Ralph Bean <rbean at redhat.com> - 0.7.0-3
 - Patch tests to use socket.gethostname consistently.
 


More information about the scm-commits mailing list