summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-04-20 06:24:49 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-04-20 06:24:49 (GMT)
commit845866614d62d0b96a4de01ddeb5d133b527c04f (patch)
tree199570137fd5228827f6e28c71ffc664eba3332b
parent04bd92b892fc41b42395562b6d5328954a31a7c0 (diff)
downloadmxe-845866614d62d0b96a4de01ddeb5d133b527c04f.zip
mxe-845866614d62d0b96a4de01ddeb5d133b527c04f.tar.gz
mxe-845866614d62d0b96a4de01ddeb5d133b527c04f.tar.bz2
update package openssl
-rw-r--r--index.html2
-rw-r--r--src/openssl.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 1fc4743..61042aa 100644
--- a/index.html
+++ b/index.html
@@ -1609,7 +1609,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</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>
diff --git a/src/openssl.mk b/src/openssl.mk
index 870f527..7882e4d 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -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)