Update cryptopp to 8.2.0

OK kn@
This commit is contained in:
rsadowski 2022-07-10 12:25:19 +00:00
parent b3a8cd5ad5
commit 93b74c09db
5 changed files with 23 additions and 7 deletions

View File

@ -4,8 +4,7 @@ CATEGORIES = devel security
HOMEPAGE = https://cryptopp.com/
MASTER_SITES = ${HOMEPAGE}
V = 8.2.0
REVISION = 0
V = 8.6.0
DISTNAME = cryptopp${V:S/.//g}
PKGNAME = cryptopp-$V
@ -22,7 +21,7 @@ WANTLIB += m pthread ${COMPILER_LIBCXX}
COMPILER = base-clang ports-gcc
SHARED_LIBS = cryptopp 5.0
SHARED_LIBS = cryptopp 6.0
CXXFLAGS += -fPIC -Wno-unused -DNDEBUG

View File

@ -1,2 +1,2 @@
SHA256 (cryptopp820.zip) = A/DiJC4RudGbKNDsWj+o7VzHsnZA5r7TZXRPWT6FgFg=
SIZE (cryptopp820.zip) = 8859815
SHA256 (cryptopp860.zip) = IKpBOVfZyK41PuL3dHvXrDkvkzxgpT4/0eQcrbxI0ZM=
SIZE (cryptopp860.zip) = 9274149

View File

@ -1,7 +1,7 @@
Index: config.h
--- config.h.orig
+++ config.h
@@ -3,6 +3,10 @@
@@ -16,6 +16,10 @@
/// \file config.h
/// \brief Library configuration file

View File

@ -1,7 +1,7 @@
Index: osrng.cpp
--- osrng.cpp.orig
+++ osrng.cpp
@@ -187,11 +187,7 @@ void NonblockingRng::GenerateBlock(byte *output, size_
@@ -214,11 +214,7 @@ void NonblockingRng::GenerateBlock(byte *output, size_
#ifdef BLOCKING_RNG_AVAILABLE
#ifndef CRYPTOPP_BLOCKING_RNG_FILENAME

View File

@ -6,6 +6,7 @@ include/cryptopp/aes.h
include/cryptopp/aes_armv4.h
include/cryptopp/algebra.h
include/cryptopp/algparam.h
include/cryptopp/allocate.h
include/cryptopp/arc4.h
include/cryptopp/argnames.h
include/cryptopp/aria.h
@ -29,6 +30,16 @@ include/cryptopp/cham.h
include/cryptopp/channels.h
include/cryptopp/cmac.h
include/cryptopp/config.h
include/cryptopp/config_align.h
include/cryptopp/config_asm.h
include/cryptopp/config_cpu.h
include/cryptopp/config_cxx.h
include/cryptopp/config_dll.h
include/cryptopp/config_int.h
include/cryptopp/config_misc.h
include/cryptopp/config_ns.h
include/cryptopp/config_os.h
include/cryptopp/config_ver.h
include/cryptopp/cpu.h
include/cryptopp/crc.h
include/cryptopp/cryptlib.h
@ -83,6 +94,7 @@ include/cryptopp/iterhash.h
include/cryptopp/kalyna.h
include/cryptopp/keccak.h
include/cryptopp/lea.h
include/cryptopp/lsh.h
include/cryptopp/lubyrack.h
include/cryptopp/luc.h
include/cryptopp/mars.h
@ -133,12 +145,16 @@ include/cryptopp/salsa.h
include/cryptopp/scrypt.h
include/cryptopp/seal.h
include/cryptopp/secblock.h
include/cryptopp/secblockfwd.h
include/cryptopp/seckey.h
include/cryptopp/seed.h
include/cryptopp/serpent.h
include/cryptopp/serpentp.h
include/cryptopp/sha.h
include/cryptopp/sha1_armv4.h
include/cryptopp/sha256_armv4.h
include/cryptopp/sha3.h
include/cryptopp/sha512_armv4.h
include/cryptopp/shacal2.h
include/cryptopp/shake.h
include/cryptopp/shark.h
@ -171,6 +187,7 @@ include/cryptopp/words.h
include/cryptopp/xed25519.h
include/cryptopp/xtr.h
include/cryptopp/xtrcrypt.h
include/cryptopp/xts.h
include/cryptopp/zdeflate.h
include/cryptopp/zinflate.h
include/cryptopp/zlib.h