Author: hauke Date: 2015-12-03 22:01:18 +0100 (Thu, 03 Dec 2015) New Revision: 47725
Modified: trunk/package/libs/mbedtls/Makefile Log: mbedtls: update to version 2.1.3 This fixes some non critical bugs. Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/package/libs/mbedtls/Makefile =================================================================== --- trunk/package/libs/mbedtls/Makefile 2015-12-03 21:00:45 UTC (rev 47724) +++ trunk/package/libs/mbedtls/Makefile 2015-12-03 21:01:18 UTC (rev 47725) @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mbedtls -PKG_VERSION:=2.1.2 +PKG_VERSION:=2.1.3 PKG_RELEASE:=1 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz PKG_SOURCE_URL:=https://tls.mbed.org/download/ -PKG_MD5SUM:=38b7baae95d6b0826605a1edfffeebe4 +PKG_MD5SUM:=20c45e0411e177e51498ef1be60bc7e2 PKG_BUILD_PARALLEL:=1 PKG_LICENSE:=GPL-2.0+ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
