diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-16 08:32:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-16 08:32:54 +0000 |
commit | 7949a3d381d6d53cc03a2ec87bac19f2490d96f1 (patch) | |
tree | 798701ba3af1b83b5dec43a851fc7c2bf9c4b5b1 /package/libs/openssl/Makefile | |
parent | 666659fb3159412915f828ff10c1d88673d4ef71 (diff) | |
download | upstream-7949a3d381d6d53cc03a2ec87bac19f2490d96f1.tar.gz upstream-7949a3d381d6d53cc03a2ec87bac19f2490d96f1.tar.bz2 upstream-7949a3d381d6d53cc03a2ec87bac19f2490d96f1.zip |
openssl: update to v1.0.1j (CVE-2014-3513, CVE-2014-3567, CVE-2014-3568)
Also refresh patches and bump copyright year in Makefile.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42929
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 4b386ab4e4..0c42362c6e 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=1.0.1i +PKG_VERSION:=1.0.1j PKG_RELEASE:=1 PKG_USE_MIPS16:=0 @@ -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:=c8dc151a671b9b92ff3e4c118b174972 +PKG_MD5SUM:=f7175c9cd3c39bb1907ac8bba9df8ed3 PKG_LICENSE:=SSLEAY OPENSSL PKG_LICENSE_FILES:=LICENSE |