svn commit: r551256 - head/security/helib
Yuri Victorovich
yuri at FreeBSD.org
Sat Oct 3 04:26:46 UTC 2020
Author: yuri
Date: Sat Oct 3 04:26:45 2020
New Revision: 551256
URL: https://svnweb.freebsd.org/changeset/ports/551256
Log:
security/helib: Update 1.0.2 -> 1.1.0
Reported by: portscout
Modified:
head/security/helib/Makefile
head/security/helib/distinfo
head/security/helib/pkg-plist
Modified: head/security/helib/Makefile
==============================================================================
--- head/security/helib/Makefile Sat Oct 3 04:26:07 2020 (r551255)
+++ head/security/helib/Makefile Sat Oct 3 04:26:45 2020 (r551256)
@@ -2,7 +2,7 @@
PORTNAME= helib
DISTVERSIONPREFIX= v
-DISTVERSION= 1.0.2
+DISTVERSION= 1.1.0
CATEGORIES= security
MAINTAINER= yuri at FreeBSD.org
Modified: head/security/helib/distinfo
==============================================================================
--- head/security/helib/distinfo Sat Oct 3 04:26:07 2020 (r551255)
+++ head/security/helib/distinfo Sat Oct 3 04:26:45 2020 (r551256)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1594111687
-SHA256 (homenc-HElib-v1.0.2_GH0.tar.gz) = b907eaa8381af3d001d7fb8383273f4c652415b3320c11d5be2ad8f19757c998
-SIZE (homenc-HElib-v1.0.2_GH0.tar.gz) = 621205
+TIMESTAMP = 1601698727
+SHA256 (homenc-HElib-v1.1.0_GH0.tar.gz) = 77a912ed3c86f8bde31b7d476321d0c2d810570c04a60fa95c4bd32a1955b5cf
+SIZE (homenc-HElib-v1.1.0_GH0.tar.gz) = 2178228
Modified: head/security/helib/pkg-plist
==============================================================================
--- head/security/helib/pkg-plist Sat Oct 3 04:26:07 2020 (r551255)
+++ head/security/helib/pkg-plist Sat Oct 3 04:26:45 2020 (r551256)
@@ -9,6 +9,7 @@ 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
@@ -32,10 +33,12 @@ 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
@@ -45,11 +48,14 @@ include/helib/range.h
include/helib/recryption.h
include/helib/replicate.h
include/helib/sample.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.0.0
+lib/libhelib.so.1.1.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