Author: luka Date: 2016-05-11 00:42:36 +0200 (Wed, 11 May 2016) New Revision: 49363
Modified: branches/chaos_calmer/package/libs/openssl/Makefile Log: openssl: Update to version 1.0.2h openssl: Update to version 1.0.2h Bump to the latest version, fixes several security issues: * CVE-2016-2107, CVE-2016-2105, CVE-2016-2106, CVE-2016-2109, CVE-2016-2176 More details at https://www.openssl.org/news/openssl-1.0.2-notes.html Signed-off-by: Mohammed Berdai <[email protected]> Modified: branches/chaos_calmer/package/libs/openssl/Makefile =================================================================== --- branches/chaos_calmer/package/libs/openssl/Makefile 2016-05-10 22:37:32 UTC (rev 49362) +++ branches/chaos_calmer/package/libs/openssl/Makefile 2016-05-10 22:42:36 UTC (rev 49363) @@ -9,7 +9,7 @@ PKG_NAME:=openssl PKG_BASE:=1.0.2 -PKG_BUGFIX:=g +PKG_BUGFIX:=h PKG_VERSION:=$(PKG_BASE)$(PKG_BUGFIX) PKG_RELEASE:=1 PKG_USE_MIPS16:=0 @@ -21,7 +21,7 @@ http://www.openssl.org/source/old/$(PKG_BASE)/ \ ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ -PKG_MD5SUM:=f3c710c045cdee5fd114feb69feba7aa +PKG_MD5SUM:=9392e65072ce4b614c1392eefc1f23d0 PKG_LICENSE:=OpenSSL PKG_LICENSE_FILES:=LICENSE _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
