[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [emerge] portage/win32libs/openssl: Update openssl, does it compile with msvc?
From:       Hannah von Reth <vonreth () kde ! org>
Date:       2016-02-02 22:58:48
Message-ID: E1aQjuK-0008GG-Js () scm ! kde ! org
[Download RAW message or body]

Git commit 26b200369f003d33b6a191b997d0ae018a9e60a1 by Hannah von Reth.
Committed on 02/02/2016 at 22:58.
Pushed by vonreth into branch 'master'.

Update openssl, does it compile with msvc?

M  +3    -3    portage/win32libs/openssl/openssl.py

http://commits.kde.org/emerge/26b200369f003d33b6a191b997d0ae018a9e60a1

diff --git a/portage/win32libs/openssl/openssl.py \
b/portage/win32libs/openssl/openssl.py index d7c0b55..52f03a0 100644
--- a/portage/win32libs/openssl/openssl.py
+++ b/portage/win32libs/openssl/openssl.py
@@ -11,7 +11,7 @@ class subinfo(info.infoclass):
         def addTarget(baseUrl, ver):
             self.targets[ver] = baseUrl + 'openssl-' + ver + '.tar.gz'
             self.targetInstSrc[ver] = 'openssl-' + ver
-            self.targetDigestUrls[ver] = baseUrl + 'openssl-' + ver + '.tar.gz.sha1'
+            self.targetDigestUrls[ver] = ([baseUrl + 'openssl-' + ver + \
'.tar.gz.sha256'], EmergeHash.HashAlgorithm.SHA256)  
         # older versions  -> inside old/major.minor.patch/
         for ver in ['1.0.2a', '1.0.2c', '1.0.2d']:
@@ -20,13 +20,13 @@ class subinfo(info.infoclass):
             addTarget(baseUrl, ver)
 
         # latest versions -> inside source/
-        for ver in ['0.9.8zh', '1.0.0t', '1.0.1q', '1.0.2e']:
+        for ver in ['0.9.8zh', '1.0.0t', '1.0.1q', '1.0.2e','1.0.2f']:
             baseUrl = 'ftp://ftp.openssl.org/source/'
             addTarget(baseUrl, ver)
 
         self.shortDescription = "The OpenSSL runtime environment"
 
-        self.defaultTarget = '1.0.2d'
+        self.defaultTarget = '1.0.2f'
 
     def setDependencies(self):
         self.buildDependencies['virtual/base'] = 'default'


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic