diff options
author | Timo Teräs <timo.teras@iki.fi> | 2011-02-09 08:47:26 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2011-02-09 08:47:26 +0200 |
commit | de7dd2b946adf667cfc346363886a2f6cab6def1 (patch) | |
tree | 9f15ca973d214a581a45e5ed0238f784c8ab5512 /main/openssl | |
parent | 0ab4382c322002fe3bab533eb5e5726116ae947d (diff) | |
download | aports-de7dd2b946adf667cfc346363886a2f6cab6def1.tar.bz2 aports-de7dd2b946adf667cfc346363886a2f6cab6def1.tar.xz |
main/openssl: update to 1.0.0d
* contains security fix to CVE-2011-0014
Diffstat (limited to 'main/openssl')
-rw-r--r-- | main/openssl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/openssl/APKBUILD b/main/openssl/APKBUILD index 609332cd4d..f8a0bedf9d 100644 --- a/main/openssl/APKBUILD +++ b/main/openssl/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Timo Teras <timo.teras@iki.fi> pkgname=openssl -pkgver=1.0.0c +pkgver=1.0.0d pkgrel=0 pkgdesc="Toolkit for SSL v2/v3 and TLS v1" url="http://openssl.org" @@ -69,7 +69,7 @@ libssl() { done } -md5sums="ff8fb85610aef328315a9decbb2712e4 openssl-1.0.0c.tar.gz +md5sums="40b6ea380cc8a5bf9734c2f8bf7e701e openssl-1.0.0d.tar.gz 115c481cd59b3dba631364e8fb1778f5 fix-manpages.patch c6a9857a5dbd30cead0404aa7dd73977 openssl-bb-basename.patch 1f607b8e11347e56a0906756f3d6928a 0001-crypto-hmac-support-EVP_MD_CTX_FLAG_ONESHOT-and-set-.patch |