changeset 2430:1a849490ce87

update package openssl
author Mark Brand <mabrand@mabrand.nl>
date Fri, 20 Apr 2012 08:24:49 +0200
parents 042326a02f12
children 9545280d12f3
files index.html src/openssl.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Fri Apr 20 08:21:41 2012 +0200
+++ b/index.html	Fri Apr 20 08:24:49 2012 +0200
@@ -1609,7 +1609,7 @@
     </tr>
     <tr>
         <td id="openssl-package">openssl</td>
-        <td id="openssl-version">1.0.1</td>
+        <td id="openssl-version">1.0.1a</td>
         <td id="openssl-website"><a href="http://www.openssl.org/">openssl</a></td>
     </tr>
     <tr>
--- a/src/openssl.mk	Fri Apr 20 08:21:41 2012 +0200
+++ b/src/openssl.mk	Fri Apr 20 08:24:49 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := openssl
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := a6476d33fd38c2e7dfb438d1e3be178cc242c907
+$(PKG)_CHECKSUM := b7c4608c36fa84bfcce39baba5afacd65184be5b
 $(PKG)_SUBDIR   := openssl-$($(PKG)_VERSION)
 $(PKG)_FILE     := openssl-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.openssl.org/source/$($(PKG)_FILE)