svn commit: r562452 - head/security/helib

Yuri Victorovich yuri at FreeBSD.org
Sun Jan 24 05:54:45 UTC 2021


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 at 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


More information about the svn-ports-all mailing list