update package openssl

This commit is contained in:
Mark Brand 2012-05-11 12:08:54 +02:00
parent 1ef59623c5
commit c99fc0cddf
2 changed files with 2 additions and 2 deletions

View File

@ -1660,7 +1660,7 @@ USE_OSGPLUGIN(<plugin2>)
</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>

View File

@ -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)