changeset 2515:3925643b4743

update package openssl
author Mark Brand <mabrand@mabrand.nl>
date Fri, 11 May 2012 12:08:54 +0200
parents 42ada920402e
children c71330d27be9
files index.html src/openssl.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Thu May 10 09:14:53 2012 +0200
+++ b/index.html	Fri May 11 12:08:54 2012 +0200
@@ -1660,7 +1660,7 @@
     </tr>
     <tr>
         <td id="openssl-package">openssl</td>
-        <td id="openssl-version">1.0.1b</td>
+        <td id="openssl-version">1.0.1c</td>
         <td id="openssl-website"><a href="http://www.openssl.org/">openssl</a></td>
     </tr>
     <tr>
--- a/src/openssl.mk	Thu May 10 09:14:53 2012 +0200
+++ b/src/openssl.mk	Fri May 11 12:08:54 2012 +0200
@@ -3,7 +3,7 @@
 
 PKG             := openssl
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := b6222cbbf835c27d9ad6db22262da6e4a2aca8b8
+$(PKG)_CHECKSUM := 91b684de947cb021ac61b8c51027cc4b63d894ce
 $(PKG)_SUBDIR   := openssl-$($(PKG)_VERSION)
 $(PKG)_FILE     := openssl-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.openssl.org/source/$($(PKG)_FILE)