From owner-svn-ports-head@freebsd.org Sun Jan 24 05:54:45 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A96F14EF706; Sun, 24 Jan 2021 05:54:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DNhz94SW0z4YsC; Sun, 24 Jan 2021 05:54:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D6E91E3F6; Sun, 24 Jan 2021 05:54:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 10O5sjom032810; Sun, 24 Jan 2021 05:54:45 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 10O5si10032807; Sun, 24 Jan 2021 05:54:44 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202101240554.10O5si10032807@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 24 Jan 2021 05:54:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r562452 - head/security/helib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/security/helib X-SVN-Commit-Revision: 562452 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jan 2021 05:54:45 -0000 Author: yuri Date: Sun Jan 24 05:54:44 2021 New Revision: 562452 URL: https://svnweb.freebsd.org/changeset/ports/562452 Log: security/helib: Update 1.3.1 -> 2.0.0 Modified: head/security/helib/Makefile head/security/helib/distinfo head/security/helib/pkg-plist Modified: head/security/helib/Makefile ============================================================================== --- head/security/helib/Makefile Sun Jan 24 05:41:51 2021 (r562451) +++ head/security/helib/Makefile Sun Jan 24 05:54:44 2021 (r562452) @@ -2,7 +2,7 @@ PORTNAME= helib DISTVERSIONPREFIX= v -DISTVERSION= 1.3.1 +DISTVERSION= 2.0.0 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org @@ -15,13 +15,14 @@ BROKEN_i386= no matching function for call to 'assertE LIB_DEPENDS= libgmp.so:math/gmp \ libntl.so:math/ntl -USES= cmake compiler:c++14-lang +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} && \ Modified: head/security/helib/distinfo ============================================================================== --- head/security/helib/distinfo Sun Jan 24 05:41:51 2021 (r562451) +++ head/security/helib/distinfo Sun Jan 24 05:54:44 2021 (r562452) @@ -1,3 +1,3 @@ -TIMESTAMP = 1609563114 -SHA256 (homenc-HElib-v1.3.1_GH0.tar.gz) = 8ef47092f6b15fbb484a21f9184e7d936c360198515b6efb9a55d3dfbc2ea4be -SIZE (homenc-HElib-v1.3.1_GH0.tar.gz) = 2732405 +TIMESTAMP = 1611466311 +SHA256 (homenc-HElib-v2.0.0_GH0.tar.gz) = 4e371807fe052ca27dce708ea302495a8dae8d1196e16e86df424fb5b0e40524 +SIZE (homenc-HElib-v2.0.0_GH0.tar.gz) = 2909744 Modified: head/security/helib/pkg-plist ============================================================================== --- head/security/helib/pkg-plist Sun Jan 24 05:41:51 2021 (r562451) +++ head/security/helib/pkg-plist Sun Jan 24 05:54:44 2021 (r562452) @@ -11,6 +11,7 @@ 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 @@ -25,7 +26,6 @@ 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/debugging.h include/helib/exceptions.h @@ -58,7 +58,7 @@ include/helib/version.h include/helib/zeroValue.h include/helib/zzX.h lib/libhelib.so -lib/libhelib.so.1.3.1 +lib/libhelib.so.2.0.0 share/cmake/helib/helibConfig.cmake share/cmake/helib/helibConfigVersion.cmake share/cmake/helib/helibTargets-%%CMAKE_BUILD_TYPE%%.cmake