Update cryptopp to the latest stable version 8.2.0. OK?
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/cryptopp/Makefile,v
retrieving revision 1.30
diff -u -p -u -p -r1.30 Makefile
--- Makefile 11 Mar 2022 18:49:53 -0000 1.30
+++ Makefile 6 Jul 2022 07:45:26 -0000
@@ -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
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/cryptopp/distinfo,v
retrieving revision 1.7
diff -u -p -u -p -r1.7 distinfo
--- distinfo 18 Nov 2020 00:15:35 -0000 1.7
+++ distinfo 6 Jul 2022 07:45:26 -0000
@@ -1,2 +1,2 @@
-SHA256 (cryptopp820.zip) = A/DiJC4RudGbKNDsWj+o7VzHsnZA5r7TZXRPWT6FgFg=
-SIZE (cryptopp820.zip) = 8859815
+SHA256 (cryptopp860.zip) = IKpBOVfZyK41PuL3dHvXrDkvkzxgpT4/0eQcrbxI0ZM=
+SIZE (cryptopp860.zip) = 9274149
Index: patches/patch-config_h
===================================================================
RCS file: /cvs/ports/devel/cryptopp/patches/patch-config_h,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 patch-config_h
--- patches/patch-config_h 11 Mar 2022 18:49:53 -0000 1.13
+++ patches/patch-config_h 6 Jul 2022 07:45:26 -0000
@@ -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
Index: patches/patch-osrng_cpp
===================================================================
RCS file: /cvs/ports/devel/cryptopp/patches/patch-osrng_cpp,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 patch-osrng_cpp
--- patches/patch-osrng_cpp 11 Mar 2022 18:49:53 -0000 1.4
+++ patches/patch-osrng_cpp 6 Jul 2022 07:45:26 -0000
@@ -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
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/cryptopp/pkg/PLIST,v
retrieving revision 1.9
diff -u -p -u -p -r1.9 PLIST
--- pkg/PLIST 11 Mar 2022 18:49:53 -0000 1.9
+++ pkg/PLIST 6 Jul 2022 07:45:26 -0000
@@ -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
No comments:
Post a Comment