aboutsummaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorRobert Marko <robert.marko@sartura.hr>2023-08-18 12:39:04 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2023-08-26 00:11:48 +0200
commit84e9d49452b119b9b1ba61d1ae919d58f9632059 (patch)
treef6e667abe0f26dae32cd4542b5a5872dfa755c79 /package
parentef82e26d353fca8116d9dd0b49a6a0df811ab951 (diff)
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>
Diffstat (limited to 'package')
-rw-r--r--package/boot/arm-trusted-firmware-mvebu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/arm-trusted-firmware-mvebu/Makefile b/package/boot/arm-trusted-firmware-mvebu/Makefile
index a014912312..08e783d016 100644
--- a/package/boot/arm-trusted-firmware-mvebu/Makefile
+++ b/package/boot/arm-trusted-firmware-mvebu/Makefile
@@ -151,14 +151,14 @@ define Download/a3700-utils
endef
CRYPTOPP_NAME:=cryptopp
-CRYPTOPP_RELEASE:=f210224
+CRYPTOPP_RELEASE:=4d0cad5
CRYPTOPP_SOURCE=$(CRYPTOPP_NAME)-$(CRYPTOPP_RELEASE).tar.bz2
define Download/cryptopp
FILE:=$(CRYPTOPP_SOURCE)
PROTO:=git
URL:=https://github.com/weidai11/cryptopp.git
- VERSION:=f2102243e6fdd48c0b2a393a0993cca228f20573
+ VERSION:=4d0cad5401d1a2c998b314bc89288c9620d3021d
MIRROR_HASH:=74ec9e48ee04b9f2d9a1d8c4f2392ed0ab52780d7af0f70405d7bbb23d1504fa
SUBDIR:=$(CRYPTOPP_NAME)
endef