changeset 2450:e8b5d84ec0f7

update package openssl
author Mark Brand <mabrand@mabrand.nl>
date Thu, 26 Apr 2012 23:06:10 +0200
parents 7dbb9f04ee33
children 83aeb24292e3
files index.html src/openssl.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Mon Apr 23 21:59:47 2012 +1000
+++ b/index.html	Thu Apr 26 23:06:10 2012 +0200
@@ -1615,7 +1615,7 @@
     </tr>
     <tr>
         <td id="openssl-package">openssl</td>
-        <td id="openssl-version">1.0.1a</td>
+        <td id="openssl-version">1.0.1b</td>
         <td id="openssl-website"><a href="http://www.openssl.org/">openssl</a></td>
     </tr>
     <tr>
--- a/src/openssl.mk	Mon Apr 23 21:59:47 2012 +1000
+++ b/src/openssl.mk	Thu Apr 26 23:06:10 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := openssl
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := b7c4608c36fa84bfcce39baba5afacd65184be5b
+$(PKG)_CHECKSUM := b6222cbbf835c27d9ad6db22262da6e4a2aca8b8
 $(PKG)_SUBDIR   := openssl-$($(PKG)_VERSION)
 $(PKG)_FILE     := openssl-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.openssl.org/source/$($(PKG)_FILE)