Date: Sat, 28 Mar 2020 02:24:41 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529302 - in head/security/palisade: . files Message-ID: <202003280224.02S2Of54010947@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat Mar 28 02:24:40 2020 New Revision: 529302 URL: https://svnweb.freebsd.org/changeset/ports/529302 Log: security/palisade: Update 1.8.0 -> 1.9.1 Modified: head/security/palisade/Makefile head/security/palisade/distinfo head/security/palisade/files/patch-CMakeLists.txt head/security/palisade/pkg-plist Modified: head/security/palisade/Makefile ============================================================================== --- head/security/palisade/Makefile Sat Mar 28 02:23:18 2020 (r529301) +++ head/security/palisade/Makefile Sat Mar 28 02:24:40 2020 (r529302) @@ -2,8 +2,7 @@ PORTNAME= palisade DISTVERSIONPREFIX= v -DISTVERSION= 1.8.0 -PORTREVISION= 2 +DISTVERSION= 1.9.1 CATEGORIES= security math MAINTAINER= yuri@FreeBSD.org @@ -22,7 +21,7 @@ USES= cmake:noninja compiler:c++11-lang localbase USE_GITLAB= yes USE_GITHUB= nodefault GL_PROJECT= palisade-development # there's also palisade-release -GL_COMMIT= e00817a14c1d58b064cb0584e23b703a083e4908 +GL_COMMIT= bf357ec17024f64badde23af34955d0dbb63629e GH_TUPLE= \ JerryRyan:cereal:a384b101:cereal/third-party/cereal \ google:benchmark:daff5fea:benchmark/third-party/google-benchmark \ Modified: head/security/palisade/distinfo ============================================================================== --- head/security/palisade/distinfo Sat Mar 28 02:23:18 2020 (r529301) +++ head/security/palisade/distinfo Sat Mar 28 02:24:40 2020 (r529302) @@ -1,4 +1,4 @@ -TIMESTAMP = 1582086331 +TIMESTAMP = 1585359276 SHA256 (JerryRyan-cereal-a384b101_GH0.tar.gz) = 0fba03b7e2e1a150a112fc90e18bfb9274e3830393af99d0c91f9abef62e9ff3 SIZE (JerryRyan-cereal-a384b101_GH0.tar.gz) = 345431 SHA256 (google-benchmark-daff5fea_GH0.tar.gz) = 3f1d72c29de5548bd067845e822bc4fd47a06dcf2cf5cb56abd45c9d2c8e18fd @@ -7,5 +7,5 @@ SHA256 (google-googletest-8b4817e3_GH0.tar.gz) = c632d SIZE (google-googletest-8b4817e3_GH0.tar.gz) = 873457 SHA256 (gperftools-gperftools-c1d546d7_GH0.tar.gz) = cc00b738497234a131749dd96a11d47f90df29b6bec426005164597c2ff4e4c5 SIZE (gperftools-gperftools-c1d546d7_GH0.tar.gz) = 925949 -SHA256 (palisade-palisade-development-e00817a14c1d58b064cb0584e23b703a083e4908_GL0.tar.gz) = 930ef9a5231c7300d571d54d731912e132696e1ce6c9587f62e3e19335d8dbf2 -SIZE (palisade-palisade-development-e00817a14c1d58b064cb0584e23b703a083e4908_GL0.tar.gz) = 4447920 +SHA256 (palisade-palisade-development-bf357ec17024f64badde23af34955d0dbb63629e_GL0.tar.gz) = e8a174237f82e4aebb9ae54ce4f480853e5ad43a5c943fbf4161ed2a752eeaee +SIZE (palisade-palisade-development-bf357ec17024f64badde23af34955d0dbb63629e_GL0.tar.gz) = 4447541 Modified: head/security/palisade/files/patch-CMakeLists.txt ============================================================================== --- head/security/palisade/files/patch-CMakeLists.txt Sat Mar 28 02:23:18 2020 (r529301) +++ head/security/palisade/files/patch-CMakeLists.txt Sat Mar 28 02:24:40 2020 (r529302) @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2020-01-30 18:15:11 UTC +--- CMakeLists.txt.orig 2020-03-04 03:43:51 UTC +++ CMakeLists.txt -@@ -185,7 +185,7 @@ set(CXXCOMPILEFLAGS "-Wall -Werror -O3 -DPALISADE_VERS +@@ -202,7 +202,7 @@ set(CXXCOMPILEFLAGS "-Wall -Werror -O3 -DPALISADE_VERS set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${CCOMPILEFLAGS}") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${CXXCOMPILEFLAGS}") @@ -9,7 +9,7 @@ find_package (Doxygen QUIET COMPONENTS dot) if (DOXYGEN_FOUND) -@@ -262,7 +262,7 @@ else() +@@ -279,7 +279,7 @@ else() set_target_properties(gmp PROPERTIES IMPORTED_LOCATION ${GMPLIBFILE}) endif() @@ -18,14 +18,23 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/third-party/lib/ DESTINATION lib FILES_MATCHING PATTERN "libgmp.*" ) # also copies the gmp dll file -@@ -389,15 +389,15 @@ if("${WITH_TCM}" STREQUAL "Y") +@@ -356,7 +356,7 @@ else() + set_target_properties(ntl PROPERTIES IMPORTED_LOCATION ${NTLLIBFILE}) endif() +-if("${WITH_NTL}" STREQUAL "Y") ++if(FALSE AND "${WITH_NTL}" STREQUAL "Y") + install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/third-party/lib/ DESTINATION lib + FILES_MATCHING PATTERN "libntl.*" ) + # also copies the dll file +@@ -406,15 +406,15 @@ if("${WITH_TCM}" STREQUAL "Y") + endif() + if("${WITH_NTL}" STREQUAL "Y") -- set(THIRDPARTYLIBS "${THIRDPARTYLIBS}" PUBLIC ntl PUBLIC gmp ) -- set(THIRDPARTYSTATICLIBS "${THIRDPARTYSTATICLIBS}" PUBLIC ntl PUBLIC gmp ) -+ #set(THIRDPARTYLIBS "${THIRDPARTYLIBS}" PUBLIC ntl PUBLIC gmp ) -+ #set(THIRDPARTYSTATICLIBS "${THIRDPARTYSTATICLIBS}" PUBLIC ntl PUBLIC gmp ) +- set(THIRDPARTYLIBS "${THIRDPARTYLIBS}" ntl gmp ) +- set(THIRDPARTYSTATICLIBS "${THIRDPARTYSTATICLIBS}" ntl gmp ) ++ #set(THIRDPARTYLIBS "${THIRDPARTYLIBS}" ntl gmp ) ++ #set(THIRDPARTYSTATICLIBS "${THIRDPARTYSTATICLIBS}" ntl gmp ) add_definitions(-DWITH_NTL) else() set(THIRDPARTYLIBS "${THIRDPARTYLIBS}" "${QUADMATHLIB}") @@ -33,11 +42,11 @@ endif() -if("${WITH_NTL}" STREQUAL "Y" OR "${WITH_TCM}" STREQUAL "Y") -+if(FALSE AND "${WITH_NTL}" STREQUAL "Y" OR "${WITH_TCM}" STREQUAL "Y") ++if("${WITH_TCM}" STREQUAL "Y") install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/third-party/include/ DESTINATION include/palisade) endif() -@@ -406,7 +406,7 @@ set(BINDEMODATAPATH ${CMAKE_CURRENT_BINARY_DIR}/demoDa +@@ -423,7 +423,7 @@ set(BINDEMODATAPATH ${CMAKE_CURRENT_BINARY_DIR}/demoDa # copies demoData folder from the root of the repo to build/demoData if the folder does not exist # also checks whether NTL and GMP have been installed if the user chose to use NTL by setting WITH_NTL=Y @@ -46,7 +55,7 @@ add_custom_target(third-party ALL COMMAND [ ! -f ${GMPLIBFILE} ] && echo ***ERROR*** Be sure to run \"make gmp_unpack\" and \"make gmp_all\" || [ ! -f ${NTLLIBFILE} ] && echo ***ERROR*** Be sure to run \"make ntl_unpack\" and \"make ntl_all\" || echo "-- NTL/GMP is already installed" COMMAND [ ! -d ${BINDEMODATAPATH} ] && cp -R ${DEMODATAPATH} ${BINDEMODATAPATH} && echo "-- Copied demoData files" || echo "-- demoData folder already exists" -@@ -438,9 +438,11 @@ endif() +@@ -455,9 +455,11 @@ endif() set(BENCHMARK_ENABLE_TESTING OFF CACHE BOOL "Enable testing of the benchmark library." FORCE) set(BENCHMARK_ENABLE_INSTALL OFF CACHE BOOL "Enable installation of benchmark. (Projects embedding benchmark may want to turn this OFF.)" FORCE) set(BENCHMARK_ENABLE_GTEST_TESTS OFF CACHE BOOL "Enable building the unit tests which depend on gtest" FORCE) Modified: head/security/palisade/pkg-plist ============================================================================== --- head/security/palisade/pkg-plist Sat Mar 28 02:23:18 2020 (r529301) +++ head/security/palisade/pkg-plist Sat Mar 28 02:24:40 2020 (r529302) @@ -105,6 +105,7 @@ include/palisade/core/encoding/plaintext.h include/palisade/core/encoding/plaintextfactory.h include/palisade/core/encoding/scalarencoding.h include/palisade/core/encoding/stringencoding.h +include/palisade/core/lattice/README.md include/palisade/core/lattice/backend.h include/palisade/core/lattice/dcrtpoly.h include/palisade/core/lattice/dgsampling.h @@ -118,27 +119,28 @@ include/palisade/core/lattice/poly.h include/palisade/core/lattice/stdlatticeparms.h include/palisade/core/lattice/trapdoor.h include/palisade/core/lattice/trapdoorparameters.h +include/palisade/core/math/README.md +include/palisade/core/math/SAMPLING_README.md include/palisade/core/math/armquadmath.h include/palisade/core/math/backend.h +include/palisade/core/math/bigintdyn/mubintvecdyn.h +include/palisade/core/math/bigintdyn/ubintdyn.h +include/palisade/core/math/bigintfxd/mubintvecfxd.h +include/palisade/core/math/bigintfxd/ubintfxd.h +include/palisade/core/math/bigintnat/mubintvecnat.h +include/palisade/core/math/bigintnat/ubintnat.h +include/palisade/core/math/bigintntl/mubintvecntl.h +include/palisade/core/math/bigintntl/ubintntl.h include/palisade/core/math/binaryuniformgenerator.h -include/palisade/core/math/cpu_int/binint.h -include/palisade/core/math/cpu_int/binvect.h -include/palisade/core/math/cpu_int/dtstruct.h include/palisade/core/math/dftransfrm.h include/palisade/core/math/discretegaussiangenerator.h include/palisade/core/math/discretegaussiangeneratorgeneric.h include/palisade/core/math/discreteuniformgenerator.h include/palisade/core/math/distrgen.h include/palisade/core/math/distributiongenerator.h -include/palisade/core/math/exp_int/mubintvec.h -include/palisade/core/math/exp_int/ubint.h -include/palisade/core/math/gmp_int/gmpint.h -include/palisade/core/math/gmp_int/mgmpintvec.h include/palisade/core/math/interface.h include/palisade/core/math/matrix.h include/palisade/core/math/matrixstrassen.h -include/palisade/core/math/native_int/binint.h -include/palisade/core/math/native_int/binvect.h include/palisade/core/math/nbtheory.h include/palisade/core/math/quadfloat.h include/palisade/core/math/ternaryuniformgenerator.h @@ -206,18 +208,22 @@ include/palisade/pke/scheme/stst/stst.h include/palisade/signature/gpv.h include/palisade/signature/signaturecontext.h include/palisade/signature/signaturecore.h +lib/CMake/Palisade/PalisadeConfig.cmake +lib/CMake/Palisade/PalisadeConfigVersion.cmake +lib/CMake/Palisade/PalisadeTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/CMake/Palisade/PalisadeTargets.cmake lib/libPALISADEabe.so lib/libPALISADEabe.so.1 -lib/libPALISADEabe.so.1.8.0 +lib/libPALISADEabe.so.1.9.1 lib/libPALISADEbinfhe.so lib/libPALISADEbinfhe.so.1 -lib/libPALISADEbinfhe.so.1.8.0 +lib/libPALISADEbinfhe.so.1.9.1 lib/libPALISADEcore.so lib/libPALISADEcore.so.1 -lib/libPALISADEcore.so.1.8.0 +lib/libPALISADEcore.so.1.9.1 lib/libPALISADEpke.so lib/libPALISADEpke.so.1 -lib/libPALISADEpke.so.1.8.0 +lib/libPALISADEpke.so.1.9.1 lib/libPALISADEsignature.so lib/libPALISADEsignature.so.1 -lib/libPALISADEsignature.so.1.8.0 +lib/libPALISADEsignature.so.1.9.1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003280224.02S2Of54010947>