Update crypto++ to version 7.0.0

This commit is contained in:
Emery Hemingway
2018-12-04 19:09:04 +01:00
parent bb328c629c
commit b4b9bf0a4d
3 changed files with 9 additions and 7 deletions

View File

@@ -2,11 +2,13 @@ CRYPTOPP_SRC_DIR = $(call select_from_ports,cryptopp)/src/lib/cryptopp
LIBS += stdcxx LIBS += stdcxx
CRYPTOPP_SRC_CC := $(notdir $(wildcard $(CRYPTOPP_SRC_DIR)/*.cpp)) CRYPTOPP_FILTER := adhoc.cpp test.cpp bench1.cpp bench2.cpp validat0.cpp validat1.cpp validat2.cpp validat3.cpp validat4.cpp datatest.cpp regtest1.cpp regtest2.cpp regtest3.cpp dlltest.cpp fipsalgt.cpp tweetnacl.cpp simon-simd.cpp simon.cpp speck-simd.cpp speck.cpp
CRYPTOPP_FILTER = bench.cpp bench2.cpp test.cpp validat1.cpp CRYPTOPP_SRC := $(notdir $(wildcard $(CRYPTOPP_SRC_DIR)/*.cpp))
SRC_CC := $(filter-out $(CRYPTOPP_FILTER),$(CRYPTOPP_SRC_CC)) SRC_CC += $(filter-out $(CRYPTOPP_FILTER),$(CRYPTOPP_SRC))
CXX_DEF += -DCRYPTOPP_DISABLE_SSSE3
CC_WARN += -Wno-delete-non-virtual-dtor CC_WARN += -Wno-delete-non-virtual-dtor

View File

@@ -1 +1 @@
133d5abcafa233367e324f95618ead570d30b259 b3cb6d2f0ef36bca79d5c93d2158119eee465b0b

View File

@@ -1,9 +1,9 @@
LICENSE := boost LICENSE := boost
VERSION := 5.6.3 VERSION := 7.0
DOWNLOADS := cryptopp.archive DOWNLOADS := cryptopp.archive
URL(cryptopp) := http://www.cryptopp.com/cryptopp563.zip URL(cryptopp) := https://www.cryptopp.com/cryptopp700.zip
SHA(cryptopp) := 9390670a14170dd0f48a6b6b06f74269ef4b056d4718a1a329f6f6069dc957c9 SHA(cryptopp) := a4bc939910edd3d29fb819a6fc0dfdc293f686fa62326f61c56d72d0a366ceb0
DIR(cryptopp) := src/lib/cryptopp DIR(cryptopp) := src/lib/cryptopp
DIRS := include/cryptopp DIRS := include/cryptopp