[packages/mongo-c-driver] disable ssl for now to avoid crash in php module

glen glen at pld-linux.org
Sun Oct 29 21:24:29 CET 2017


commit 46f361300895546b6325bbb8934e4775111e37ef
Author: Elan Ruusamäe <glen at pld-linux.org>
Date:   Sun Oct 29 22:23:26 2017 +0200

    disable ssl for now to avoid crash in php module
    
    http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2017-October/025436.html

 mongo-c-driver.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mongo-c-driver.spec b/mongo-c-driver.spec
index e552486..d3785b9 100644
--- a/mongo-c-driver.spec
+++ b/mongo-c-driver.spec
@@ -3,7 +3,7 @@
 %bcond_with	tests		# build with tests
 %bcond_with	doc		# build docs
 %bcond_without	sasl		# Use libsasl for Kerberos.
-%bcond_without	ssl		# Enable TLS connections and SCRAM-SHA-1 authentication.
+%bcond_with	ssl		# Enable TLS connections and SCRAM-SHA-1 authentication.
 
 # NOTE about arch:
 # See https://jira.mongodb.org/browse/CDRIVER-1186
@@ -13,7 +13,7 @@
 Summary:	Client library written in C for MongoDB
 Name:		mongo-c-driver
 Version:	1.8.1
-Release:	1
+Release:	2
 License:	Apache v2.0
 Group:		Libraries
 Source0:	https://github.com/mongodb/mongo-c-driver/releases/download/%{version}/%{name}-%{version}.tar.gz
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mongo-c-driver.git/commitdiff/46f361300895546b6325bbb8934e4775111e37ef



More information about the pld-cvs-commit mailing list