diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-03-09 13:23:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-03-09 13:23:41 +0000 |
commit | c2bbaf439cc81561638478be15891c45f684422d (patch) | |
tree | ddcd1f88e3d80a5457875a982708663426c55d69 /package/libs/openssl/Makefile | |
parent | 836e9fad4593ccf3df224163bcbb14813975fbd0 (diff) | |
download | upstream-c2bbaf439cc81561638478be15891c45f684422d.tar.gz upstream-c2bbaf439cc81561638478be15891c45f684422d.tar.bz2 upstream-c2bbaf439cc81561638478be15891c45f684422d.zip |
openssl: update to 1.0.1f
This version includes this changes:
Don't include gmt_unix_time in TLS server and client random values
Fix for TLS record tampering bug CVE-2013-4353
Fix for TLS version checking bug CVE-2013-6449
Fix for DTLS retransmission bug CVE-2013-6450
Signed-off-by: Peter Wagner <tripolar@gmx.at>
SVN-Revision: 39853
Diffstat (limited to 'package/libs/openssl/Makefile')
-rw-r--r-- | package/libs/openssl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 38679acb2b..8a8e8520d4 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=1.0.1e -PKG_RELEASE:=2 +PKG_VERSION:=1.0.1f +PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 @@ -18,7 +18,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ -PKG_MD5SUM:=66bf6f10f060d561929de96f9dfe5b8c +PKG_MD5SUM:=f26b09c028a0541cab33da697d522b25 PKG_LICENSE:=SSLEAY OPENSSL PKG_LICENSE_FILES:=LICENSE |