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

List:       kde-commits
Subject:    [emerge/kde-4.11] portage/win32libs/openssl: add openssl version 1.0.1e and set as default
From:       Nico Kruber <nico.kruber () gmail ! com>
Date:       2013-09-01 1:07:36
Message-ID: E1VFw8e-0002M4-O2 () scm ! kde ! org
[Download RAW message or body]

Git commit f352d8117d04c6de3d54977d6fbd5b44bde5d77a by Nico Kruber.
Committed on 31/08/2013 at 22:41.
Pushed by nkruber into branch 'kde-4.11'.

add openssl version 1.0.1e and set as default

(including bug and security fixes)

M  +2    -2    portage/win32libs/openssl/openssl-1.0.0d.py

http://commits.kde.org/emerge/f352d8117d04c6de3d54977d6fbd5b44bde5d77a

diff --git a/portage/win32libs/openssl/openssl-1.0.0d.py b/portage/win32libs/openssl/openssl-1.0.0d.py
index ebd0bd9..852e942 100644
--- a/portage/win32libs/openssl/openssl-1.0.0d.py
+++ b/portage/win32libs/openssl/openssl-1.0.0d.py
@@ -24,7 +24,7 @@ class subinfo( info.infoclass ):
         self.patchToApply['1.0.0d'] = ('openssl-1.0.0d.diff', 1)
         self.targetDigests['1.0.0d'] = '5c8472d09958c630eeb7548a1aeccb78fbd5cd10'
 
-        for ver in [ '0.9.8k' , '0.9.8m' ,'1.0.0', '1.0.0a', '1.0.0b', '1.0.0c', '1.0.1c'  ]:
+        for ver in [ '0.9.8k' , '0.9.8m' ,'1.0.0', '1.0.0a', '1.0.0b', '1.0.0c', '1.0.1c', '1.0.1e' ]:
             self.targets[ ver ] = 'http://www.openssl.org/source/openssl-' + ver + '.tar.gz'
             self.targetInstSrc[ ver ] = 'openssl-' + ver
             if compiler.isMSVC() and ver not in [ '0.9.8k' , '0.9.8m' ,'1.0.0', '1.0.0a', '1.0.0b', '1.0.0c' ]:
@@ -35,7 +35,7 @@ class subinfo( info.infoclass ):
         if emergePlatform.isCrossCompilingEnabled():
             self.defaultTarget = '1.0.0'
         else:
-            self.defaultTarget = '1.0.1c'
+            self.defaultTarget = '1.0.1e'
 
         if compiler.isMinGW_W64():
             self.patchToApply[ '1.0.0' ] = ('openssl-1.0.0a-mingw64-asm.diff', 1)

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

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