Index: head/security/helib/Makefile =================================================================== --- head/security/helib/Makefile (revision 556609) +++ head/security/helib/Makefile (revision 556610) @@ -1,27 +1,26 @@ # $FreeBSD$ PORTNAME= helib DISTVERSIONPREFIX= v -DISTVERSION= 1.1.0 -PORTREVISION= 1 +DISTVERSION= 1.2.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++14-lang USE_GITHUB= yes GH_ACCOUNT= homenc GH_PROJECT= HElib USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED .include Index: head/security/helib/distinfo =================================================================== --- head/security/helib/distinfo (revision 556609) +++ head/security/helib/distinfo (revision 556610) @@ -1,3 +1,3 @@ -TIMESTAMP = 1601698727 -SHA256 (homenc-HElib-v1.1.0_GH0.tar.gz) = 77a912ed3c86f8bde31b7d476321d0c2d810570c04a60fa95c4bd32a1955b5cf -SIZE (homenc-HElib-v1.1.0_GH0.tar.gz) = 2178228 +TIMESTAMP = 1606698451 +SHA256 (homenc-HElib-v1.2.0_GH0.tar.gz) = 17e0448a3255ab01a1ebd8382f9d08a318e3d192b56d062a1fd65fbb0aadaf67 +SIZE (homenc-HElib-v1.2.0_GH0.tar.gz) = 2729219 Index: head/security/helib/pkg-plist =================================================================== --- head/security/helib/pkg-plist (revision 556609) +++ head/security/helib/pkg-plist (revision 556610) @@ -1,62 +1,64 @@ 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/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/apiAttributes.h include/helib/assertions.h include/helib/binaryArith.h include/helib/binaryCompare.h include/helib/binio.h include/helib/bluestein.h -include/helib/clonedPtr.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.1.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