X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Flibs%2Fopenssl%2FMakefile;h=b5f5ad73f2e71e913dfa770ab23940203d091f7a;hb=e602c6df19a285296f66a581a74c2c5ab8d3d379;hp=fff260bc9723e2ed09bc75ac959e05ee7e9b63d5;hpb=e345c9a2776ec9591febe232a4f1b7d77ad67b57;p=openwrt-14.07%2F.git diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index fff260b..b5f5ad7 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssl -PKG_VERSION:=1.0.1h -PKG_RELEASE:=1 +PKG_VERSION:=1.0.2 +PKG_RELEASE:=2 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:=8d6d684a9430d5cc98a62a5d8fbda8cf +PKG_MD5SUM:=38373013fc85c790aabf8837969c5eba PKG_LICENSE:=SSLEAY OPENSSL PKG_LICENSE_FILES:=LICENSE @@ -51,6 +51,7 @@ $(call Package/openssl/Default) CATEGORY:=Libraries DEPENDS:=+zlib TITLE+= (libraries) + ABI_VERSION:=$(PKG_VERSION) MENU:=1 endef