Add latest version of OpenSSL (#3171)

This commit is contained in:
Adam J. Stewart 2017-02-17 09:11:54 -06:00 committed by Todd Gamblin
parent f7a0a6fbc4
commit c2fa7b1254

View File

@ -41,6 +41,7 @@ class Openssl(Package):
# remain supported until 2019. We could thus make this version the # remain supported until 2019. We could thus make this version the
# preferred version, if we find that many packages cannot handle # preferred version, if we find that many packages cannot handle
# version 1.1. # version 1.1.
version('1.1.0e', '51c42d152122e474754aea96f66928c6')
version('1.1.0d', '711ce3cd5f53a99c0e12a7d5804f0f63') version('1.1.0d', '711ce3cd5f53a99c0e12a7d5804f0f63')
version('1.1.0c', '601e8191f72b18192a937ecf1a800f3f') version('1.1.0c', '601e8191f72b18192a937ecf1a800f3f')
version('1.0.2k', 'f965fc0bf01bf882b31314b61391ae65') version('1.0.2k', 'f965fc0bf01bf882b31314b61391ae65')