This is an automated email from the ASF dual-hosted git repository.

jking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new d2c6dc8  THRIFT-4724: fix dub.json dependencies limit on openssl deimos
d2c6dc8 is described below

commit d2c6dc8e44e40a2b439a8aaadd224e2960a08f9e
Author: James E. King III <jk...@apache.org>
AuthorDate: Sat Jan 5 09:33:02 2019 -0500

    THRIFT-4724: fix dub.json dependencies limit on openssl deimos
---
 dub.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dub.json b/dub.json
index 1e26860..af76afc 100644
--- a/dub.json
+++ b/dub.json
@@ -11,10 +11,10 @@
       "version": "~>2.0.2"
     },
     "openssl": {
-      "version": "~>1.1.6"
+      "version": ">=1.1.6"
     }
   },
-  "systemDependencies": "requires openssl 1.0 until deimos module is updated",
+  "systemDependencies": "On systems with native openssl 1.0.x use dub package 
openssl~>1.1, on systems with native openssl 1.1.x use dub package 
openssl~>2.0",
   "targetType": "library",
   "sourcePaths": [
     "lib/d/src" 

Reply via email to