Skip to content

Commit

Permalink
security/palisade: Update 1.10.6 -> 1.11.3
Browse files Browse the repository at this point in the history
Reported by:	upstream via e-mail
  • Loading branch information
yurivict committed Jun 1, 2021
1 parent 072ba48 commit 6778699
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 38 deletions.
6 changes: 3 additions & 3 deletions security/palisade/Makefile
@@ -1,13 +1,13 @@
PORTNAME= palisade
DISTVERSIONPREFIX= v
DISTVERSION= 1.10.6
DISTVERSION= 1.11.3
CATEGORIES= security math

MAINTAINER= yuri@FreeBSD.org
COMMENT= PALISADE lattice cryptography library for Fully Homomorphic Encryption

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/License.md
LICENSE_FILE= ${WRKSRC}/LICENSE

BROKEN_i386= fails to build: a declaration of 'Mul128' must be available
BROKEN_powerpc64= fails to build: math/native_int/binint.h:510:11: error: Architecture not supported for MultD()
Expand All @@ -18,7 +18,7 @@ USES= cmake:noninja localbase # compiler:c++11-lang
USE_GITLAB= yes
USE_GITHUB= nodefault
GL_PROJECT= palisade-release # there's also palisade-development
GL_COMMIT= 7eec669e1faa4aca0434021b7bdd5fd43695c075
GL_COMMIT= 1a66eb80233b2adef8c67c71d9ca4652ea188f7d
GH_TUPLE= \
JerryRyan:cereal:a384b101:cereal/third-party/cereal \
google:benchmark:d3ad0b9d:benchmark/third-party/google-benchmark \
Expand Down
6 changes: 3 additions & 3 deletions security/palisade/distinfo
@@ -1,9 +1,9 @@
TIMESTAMP = 1617892102
TIMESTAMP = 1622569464
SHA256 (JerryRyan-cereal-a384b101_GH0.tar.gz) = 0fba03b7e2e1a150a112fc90e18bfb9274e3830393af99d0c91f9abef62e9ff3
SIZE (JerryRyan-cereal-a384b101_GH0.tar.gz) = 345431
SHA256 (google-benchmark-d3ad0b9d_GH0.tar.gz) = eb8bf051e4ded9601d51ea0836732346a9cfb9ade0733ab0ad2795e829f14b22
SIZE (google-benchmark-d3ad0b9d_GH0.tar.gz) = 157820
SHA256 (google-googletest-8b4817e3_GH0.tar.gz) = c632dd39ef6729cd198bb7c3f0b20e2efa36475cf3a082883f4809a2b26e9556
SIZE (google-googletest-8b4817e3_GH0.tar.gz) = 873457
SHA256 (palisade-palisade-release-7eec669e1faa4aca0434021b7bdd5fd43695c075_GL0.tar.gz) = 08202aa94c0e846ec7edb1b229b2ac40e625a0aeddfb8a288a3d32be8c79d425
SIZE (palisade-palisade-release-7eec669e1faa4aca0434021b7bdd5fd43695c075_GL0.tar.gz) = 4581494
SHA256 (palisade-palisade-release-1a66eb80233b2adef8c67c71d9ca4652ea188f7d_GL0.tar.gz) = de313f1b123dcae1ee4cbef56d2dceafa9ea351ba8cdf8b1b31375a5aa5d67da
SIZE (palisade-palisade-release-1a66eb80233b2adef8c67c71d9ca4652ea188f7d_GL0.tar.gz) = 1207125
40 changes: 8 additions & 32 deletions security/palisade/pkg-plist
@@ -1,8 +1,3 @@
include/palisade/abe/abecontext.h
include/palisade/abe/abecore.h
include/palisade/abe/abeparamset.h
include/palisade/abe/cpabe.h
include/palisade/abe/ibe.h
include/palisade/binfhe/CPPLINT.cfg
include/palisade/binfhe/binfhecontext-ser.h
include/palisade/binfhe/binfhecontext.h
Expand Down Expand Up @@ -100,12 +95,9 @@ include/palisade/core/encoding/ckkspackedencoding.h
include/palisade/core/encoding/coefpackedencoding.h
include/palisade/core/encoding/encodingparams.h
include/palisade/core/encoding/encodings.h
include/palisade/core/encoding/fractionalencoding.h
include/palisade/core/encoding/integerencoding.h
include/palisade/core/encoding/packedencoding.h
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
Expand Down Expand Up @@ -147,7 +139,6 @@ include/palisade/core/math/ternaryuniformgenerator.h
include/palisade/core/math/transfrm.h
include/palisade/core/palisadecore.h
include/palisade/core/testdefs.h
include/palisade/core/utils/aesutil.h
include/palisade/core/utils/blockAllocator/blockAllocator.h
include/palisade/core/utils/blockAllocator/stl_allocator.h
include/palisade/core/utils/blockAllocator/xallocator.h
Expand Down Expand Up @@ -181,56 +172,41 @@ include/palisade/core/utils/utilities.h
include/palisade/core/version.h
include/palisade/pke/ciphertext-ser.h
include/palisade/pke/ciphertext.h
include/palisade/pke/config.h
include/palisade/pke/cryptocontext-ser.h
include/palisade/pke/cryptocontext.h
include/palisade/pke/cryptocontextgen.h
include/palisade/pke/cryptocontexthelper.h
include/palisade/pke/cryptocontextparametersets.h
include/palisade/pke/cryptotiming.h
include/palisade/pke/metadata-ser.h
include/palisade/pke/metadata.h
include/palisade/pke/palisade.h
include/palisade/pke/pubkeylp-ser.h
include/palisade/pke/pubkeylp.h
include/palisade/pke/rationalciphertext.h
include/palisade/pke/rationalct-ser.h
include/palisade/pke/scheme/allscheme.h
include/palisade/pke/scheme/bfv/bfv-ser.h
include/palisade/pke/scheme/bfv/bfv.h
include/palisade/pke/scheme/bfvrns/bfvrns-ser.h
include/palisade/pke/scheme/bfvrns/bfvrns.h
include/palisade/pke/scheme/bfvrnsb/bfvrnsB-ser.h
include/palisade/pke/scheme/bfvrnsb/bfvrnsB.h
include/palisade/pke/scheme/bgv/bgv-ser.h
include/palisade/pke/scheme/bgv/bgv.h
include/palisade/pke/scheme/bgvrns/bgvrns-ser.h
include/palisade/pke/scheme/bgvrns/bgvrns.h
include/palisade/pke/scheme/ckks/ckks-ser.h
include/palisade/pke/scheme/ckks/ckks.h
include/palisade/pke/scheme/null/nullscheme-ser.h
include/palisade/pke/scheme/null/nullscheme.h
include/palisade/pke/scheme/rlwe.h
include/palisade/pke/scheme/stst/stst-ser.h
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.10.6
lib/Palisade/PalisadeConfig.cmake
lib/Palisade/PalisadeConfigVersion.cmake
lib/Palisade/PalisadeTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/Palisade/PalisadeTargets.cmake
lib/libPALISADEbinfhe.so
lib/libPALISADEbinfhe.so.1
lib/libPALISADEbinfhe.so.1.10.6
lib/libPALISADEbinfhe.so.1.11.3
lib/libPALISADEcore.so
lib/libPALISADEcore.so.1
lib/libPALISADEcore.so.1.10.6
lib/libPALISADEcore.so.1.11.3
lib/libPALISADEpke.so
lib/libPALISADEpke.so.1
lib/libPALISADEpke.so.1.10.6
lib/libPALISADEsignature.so
lib/libPALISADEsignature.so.1
lib/libPALISADEsignature.so.1.10.6
lib/libPALISADEpke.so.1.11.3

0 comments on commit 6778699

Please sign in to comment.