update package openssl

This commit is contained in:
Mark Brand 2013-02-06 00:07:35 +01:00
parent 43e53c7103
commit 9ccd96c08a
2 changed files with 2 additions and 2 deletions

View File

@ -1768,7 +1768,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="openssl-package">openssl</td>
<td id="openssl-version">1.0.1c</td>
<td id="openssl-version">1.0.1d</td>
<td id="openssl-website"><a href="http://www.openssl.org/">openssl</a></td>
</tr>
<tr>

View File

@ -3,7 +3,7 @@
PKG := openssl
$(PKG)_IGNORE :=
$(PKG)_CHECKSUM := 91b684de947cb021ac61b8c51027cc4b63d894ce
$(PKG)_CHECKSUM := 5e586810ea516a5eec1c7d7c730a17fb528de32d
$(PKG)_SUBDIR := openssl-$($(PKG)_VERSION)
$(PKG)_FILE := openssl-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := http://www.openssl.org/source/$($(PKG)_FILE)