Index: head/security/helib/Makefile =================================================================== --- head/security/helib/Makefile (revision 567470) +++ head/security/helib/Makefile (revision 567471) @@ -1,33 +1,33 @@ # $FreeBSD$ PORTNAME= helib DISTVERSIONPREFIX= v -DISTVERSION= 2.0.0 +DISTVERSION= 2.1.0 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org COMMENT= Implementation of homomorphic encryption LICENSE= APACHE20 BROKEN_i386= no matching function for call to 'assertEq', see https://github.com/homenc/HElib/issues/342 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 Index: head/security/helib/distinfo =================================================================== --- head/security/helib/distinfo (revision 567470) +++ head/security/helib/distinfo (revision 567471) @@ -1,3 +1,3 @@ -TIMESTAMP = 1611466311 -SHA256 (homenc-HElib-v2.0.0_GH0.tar.gz) = 4e371807fe052ca27dce708ea302495a8dae8d1196e16e86df424fb5b0e40524 -SIZE (homenc-HElib-v2.0.0_GH0.tar.gz) = 2909744 +TIMESTAMP = 1615019915 +SHA256 (homenc-HElib-v2.1.0_GH0.tar.gz) = 641af0f602cfc7f5f5b1cfde0652252def2dfaf5f7962c2595cf598663637951 +SIZE (homenc-HElib-v2.1.0_GH0.tar.gz) = 2403353 Index: head/security/helib/pkg-plist =================================================================== --- head/security/helib/pkg-plist (revision 567470) +++ head/security/helib/pkg-plist (revision 567471) @@ -1,65 +1,65 @@ 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/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.0.0 +lib/libhelib.so.2.1.0 share/cmake/helib/helibConfig.cmake share/cmake/helib/helibConfigVersion.cmake share/cmake/helib/helibTargets-%%CMAKE_BUILD_TYPE%%.cmake share/cmake/helib/helibTargets.cmake