diff --git a/security/helib/Makefile b/security/helib/Makefile index 97ce17a7c610..d1e194dea7f4 100644 --- a/security/helib/Makefile +++ b/security/helib/Makefile @@ -1,33 +1,32 @@ PORTNAME= helib DISTVERSIONPREFIX= v -DISTVERSION= 2.2.1 -PORTREVISION= 1 +DISTVERSION= 2.2.2 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Implementation of homomorphic encryption WWW= https://github.com/homenc/HElib LICENSE= APACHE20 NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc powerpcspe LIB_DEPENDS= libgmp.so:math/gmp \ libntl.so:math/ntl USES= cmake compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= homenc GH_PROJECT= HElib USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED CMAKE_ARGS= -DNTL_DIR=${LOCALBASE} do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DENABLE_TEST:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test .include diff --git a/security/helib/distinfo b/security/helib/distinfo index 2287ad8bf9db..50696f2423ff 100644 --- a/security/helib/distinfo +++ b/security/helib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1633201578 -SHA256 (homenc-HElib-v2.2.1_GH0.tar.gz) = cbe030c752c915f1ece09681cadfbe4f140f6752414ab000b4cf076b6c3019e4 -SIZE (homenc-HElib-v2.2.1_GH0.tar.gz) = 2415863 +TIMESTAMP = 1670572906 +SHA256 (homenc-HElib-v2.2.2_GH0.tar.gz) = 70c07d2a2da393c695095fe755836524e3d98efb27a336e206291f71db9cec7d +SIZE (homenc-HElib-v2.2.2_GH0.tar.gz) = 2428171 diff --git a/security/helib/pkg-plist b/security/helib/pkg-plist index a384abcf60eb..c6e598d24e8f 100644 --- a/security/helib/pkg-plist +++ b/security/helib/pkg-plist @@ -1,65 +1,66 @@ include/helib/ArgMap.h include/helib/CModulus.h include/helib/ClonedPtr.h include/helib/Context.h include/helib/CtPtrs.h include/helib/Ctxt.h include/helib/DoubleCRT.h include/helib/EncodedPtxt.h include/helib/EncryptedArray.h include/helib/EvalMap.h include/helib/FHE.h include/helib/IndexMap.h include/helib/IndexSet.h include/helib/JsonWrapper.h include/helib/Matrix.h include/helib/NumbTh.h include/helib/PAlgebra.h include/helib/PGFFT.h include/helib/PolyMod.h include/helib/PolyModRing.h include/helib/PtrMatrix.h include/helib/PtrVector.h include/helib/Ptxt.h include/helib/SumRegister.h include/helib/apiAttributes.h include/helib/assertions.h include/helib/binaryArith.h include/helib/binaryCompare.h include/helib/bluestein.h include/helib/debugging.h include/helib/exceptions.h include/helib/fhe_stats.h include/helib/helib.h include/helib/hypercube.h include/helib/intraSlot.h include/helib/keySwitching.h include/helib/keys.h include/helib/log.h include/helib/matching.h include/helib/matmul.h include/helib/multicore.h include/helib/norms.h include/helib/partialMatch.h include/helib/permutations.h include/helib/polyEval.h include/helib/powerful.h include/helib/primeChain.h +include/helib/query.h include/helib/randomMatrices.h include/helib/range.h include/helib/recryption.h include/helib/replicate.h include/helib/sample.h include/helib/scheme.h include/helib/set.h include/helib/tableLookup.h include/helib/timing.h include/helib/version.h include/helib/zeroValue.h include/helib/zzX.h lib/libhelib.so lib/libhelib.so.2.2.0 share/cmake/helib/helibConfig.cmake share/cmake/helib/helibConfigVersion.cmake share/cmake/helib/helibTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/helib/helibTargets.cmake