]> git.pld-linux.org Git - packages/mongo-c-driver.git/commitdiff
disable ssl for now to avoid crash in php module auto/th/mongo-c-driver-1.8.1-2
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Oct 2017 20:23:26 +0000 (22:23 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Oct 2017 20:23:51 +0000 (22:23 +0200)
http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2017-October/025436.html

mongo-c-driver.spec

index e55248697cfd93bd4ff15d8452bfe39064a2be47..d3785b9830e376c37bec4f0412ca920086877104 100644 (file)
@@ -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
This page took 0.198068 seconds and 4 git commands to generate.