arm-trusted-firmware-mvebu: bump cryptopp to version 8.8
We are using the outdated Crypto++ version 8.5, so lets update to the current version 8.8. Signed-off-by: Robert Marko <robert.marko@sartura.hr>
This commit is contained in:
parent
ef82e26d35
commit
84e9d49452
1 changed files with 2 additions and 2 deletions
|
@ -151,14 +151,14 @@ define Download/a3700-utils
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CRYPTOPP_NAME:=cryptopp
|
CRYPTOPP_NAME:=cryptopp
|
||||||
CRYPTOPP_RELEASE:=f210224
|
CRYPTOPP_RELEASE:=4d0cad5
|
||||||
CRYPTOPP_SOURCE=$(CRYPTOPP_NAME)-$(CRYPTOPP_RELEASE).tar.bz2
|
CRYPTOPP_SOURCE=$(CRYPTOPP_NAME)-$(CRYPTOPP_RELEASE).tar.bz2
|
||||||
|
|
||||||
define Download/cryptopp
|
define Download/cryptopp
|
||||||
FILE:=$(CRYPTOPP_SOURCE)
|
FILE:=$(CRYPTOPP_SOURCE)
|
||||||
PROTO:=git
|
PROTO:=git
|
||||||
URL:=https://github.com/weidai11/cryptopp.git
|
URL:=https://github.com/weidai11/cryptopp.git
|
||||||
VERSION:=f2102243e6fdd48c0b2a393a0993cca228f20573
|
VERSION:=4d0cad5401d1a2c998b314bc89288c9620d3021d
|
||||||
MIRROR_HASH:=74ec9e48ee04b9f2d9a1d8c4f2392ed0ab52780d7af0f70405d7bbb23d1504fa
|
MIRROR_HASH:=74ec9e48ee04b9f2d9a1d8c4f2392ed0ab52780d7af0f70405d7bbb23d1504fa
|
||||||
SUBDIR:=$(CRYPTOPP_NAME)
|
SUBDIR:=$(CRYPTOPP_NAME)
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in a new issue