From owner-dev-commits-ports-main@freebsd.org Wed Jun 2 09:38:44 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 8626763F39D; Wed, 2 Jun 2021 09:38:44 +0000 (UTC) (envelope-from git@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 4Fw3r43ND4z4jnC; Wed, 2 Jun 2021 09:38:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5C1D414BFE; Wed, 2 Jun 2021 09:38:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1529ci4x093850; Wed, 2 Jun 2021 09:38:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1529ci5D093849; Wed, 2 Jun 2021 09:38:44 GMT (envelope-from git) Date: Wed, 2 Jun 2021 09:38:44 GMT Message-Id: <202106020938.1529ci5D093849@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: b7ed98baaacf - main - security/seal: Update to 3.6.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b7ed98baaacf4686005a72c9060094b9d1ad7ce9 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2021 09:38:44 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7ed98baaacf4686005a72c9060094b9d1ad7ce9 commit b7ed98baaacf4686005a72c9060094b9d1ad7ce9 Author: Li-Wen Hsu AuthorDate: 2021-06-02 09:38:31 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-02 09:38:31 +0000 security/seal: Update to 3.6.5 --- security/seal/Makefile | 4 +- security/seal/distinfo | 6 +-- security/seal/pkg-plist | 130 ++++++++++++++++++++++++------------------------ 3 files changed, 70 insertions(+), 70 deletions(-) diff --git a/security/seal/Makefile b/security/seal/Makefile index 90a9a830d154..e1195c8a0893 100644 --- a/security/seal/Makefile +++ b/security/seal/Makefile @@ -1,5 +1,5 @@ PORTNAME= seal -DISTVERSION= 3.6.4 +DISTVERSION= 3.6.5 CATEGORIES= security MAINTAINER= lwhsu@FreeBSD.org @@ -17,6 +17,6 @@ USE_LDCONFIG= yes CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= SEAL_USE_MSGSL SEAL_USE_ZLIB SEAL_USE_ZSTD # project clones repositories instead of using exrernal packages, see https://github.com/microsoft/SEAL/issues/329 -PLIST_SUB+= FILE_VER=${DISTVERSION:R} +PLIST_SUB+= VERSION=${DISTVERSION} VER=${DISTVERSION:R} .include diff --git a/security/seal/distinfo b/security/seal/distinfo index 571ff2056ab2..2a72efbe0473 100644 --- a/security/seal/distinfo +++ b/security/seal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620257033 -SHA256 (Microsoft-SEAL-3.6.4_GH0.tar.gz) = 7392574fe3b757d5ced8cc973b23a7b69be0cd35b6e778b3c2447598e9ece5b3 -SIZE (Microsoft-SEAL-3.6.4_GH0.tar.gz) = 589909 +TIMESTAMP = 1622625253 +SHA256 (Microsoft-SEAL-3.6.5_GH0.tar.gz) = 77bfcb4a8b785206c419cdf7aff8c200250691518eeddc958f874d1f567b2872 +SIZE (Microsoft-SEAL-3.6.5_GH0.tar.gz) = 591480 diff --git a/security/seal/pkg-plist b/security/seal/pkg-plist index 9396dad84103..02f8152f1221 100644 --- a/security/seal/pkg-plist +++ b/security/seal/pkg-plist @@ -1,67 +1,67 @@ -include/SEAL-%%FILE_VER%%/seal/batchencoder.h -include/SEAL-%%FILE_VER%%/seal/ciphertext.h -include/SEAL-%%FILE_VER%%/seal/ckks.h -include/SEAL-%%FILE_VER%%/seal/context.h -include/SEAL-%%FILE_VER%%/seal/decryptor.h -include/SEAL-%%FILE_VER%%/seal/dynarray.h -include/SEAL-%%FILE_VER%%/seal/encryptionparams.h -include/SEAL-%%FILE_VER%%/seal/encryptor.h -include/SEAL-%%FILE_VER%%/seal/evaluator.h -include/SEAL-%%FILE_VER%%/seal/galoiskeys.h -include/SEAL-%%FILE_VER%%/seal/keygenerator.h -include/SEAL-%%FILE_VER%%/seal/kswitchkeys.h -include/SEAL-%%FILE_VER%%/seal/memorymanager.h -include/SEAL-%%FILE_VER%%/seal/modulus.h -include/SEAL-%%FILE_VER%%/seal/plaintext.h -include/SEAL-%%FILE_VER%%/seal/publickey.h -include/SEAL-%%FILE_VER%%/seal/randomgen.h -include/SEAL-%%FILE_VER%%/seal/randomtostd.h -include/SEAL-%%FILE_VER%%/seal/relinkeys.h -include/SEAL-%%FILE_VER%%/seal/seal.h -include/SEAL-%%FILE_VER%%/seal/secretkey.h -include/SEAL-%%FILE_VER%%/seal/serializable.h -include/SEAL-%%FILE_VER%%/seal/serialization.h -include/SEAL-%%FILE_VER%%/seal/util/blake2-impl.h -include/SEAL-%%FILE_VER%%/seal/util/blake2.h -include/SEAL-%%FILE_VER%%/seal/util/clang.h -include/SEAL-%%FILE_VER%%/seal/util/clipnormal.h -include/SEAL-%%FILE_VER%%/seal/util/common.h -include/SEAL-%%FILE_VER%%/seal/util/config.h -include/SEAL-%%FILE_VER%%/seal/util/croots.h -include/SEAL-%%FILE_VER%%/seal/util/defines.h -include/SEAL-%%FILE_VER%%/seal/util/dwthandler.h -include/SEAL-%%FILE_VER%%/seal/util/fips202.h -include/SEAL-%%FILE_VER%%/seal/util/galois.h -include/SEAL-%%FILE_VER%%/seal/util/gcc.h -include/SEAL-%%FILE_VER%%/seal/util/globals.h -include/SEAL-%%FILE_VER%%/seal/util/hash.h -include/SEAL-%%FILE_VER%%/seal/util/hestdparms.h -include/SEAL-%%FILE_VER%%/seal/util/intel_seal_ext.h -include/SEAL-%%FILE_VER%%/seal/util/iterator.h -include/SEAL-%%FILE_VER%%/seal/util/locks.h -include/SEAL-%%FILE_VER%%/seal/util/mempool.h -include/SEAL-%%FILE_VER%%/seal/util/msvc.h -include/SEAL-%%FILE_VER%%/seal/util/ntt.h -include/SEAL-%%FILE_VER%%/seal/util/numth.h -include/SEAL-%%FILE_VER%%/seal/util/pointer.h -include/SEAL-%%FILE_VER%%/seal/util/polyarithsmallmod.h -include/SEAL-%%FILE_VER%%/seal/util/polycore.h -include/SEAL-%%FILE_VER%%/seal/util/rlwe.h -include/SEAL-%%FILE_VER%%/seal/util/rns.h -include/SEAL-%%FILE_VER%%/seal/util/scalingvariant.h -include/SEAL-%%FILE_VER%%/seal/util/streambuf.h -include/SEAL-%%FILE_VER%%/seal/util/uintarith.h -include/SEAL-%%FILE_VER%%/seal/util/uintarithmod.h -include/SEAL-%%FILE_VER%%/seal/util/uintarithsmallmod.h -include/SEAL-%%FILE_VER%%/seal/util/uintcore.h -include/SEAL-%%FILE_VER%%/seal/util/ztools.h -include/SEAL-%%FILE_VER%%/seal/valcheck.h -include/SEAL-%%FILE_VER%%/seal/version.h -lib/cmake/SEAL-%%FILE_VER%%/SEALConfig.cmake -lib/cmake/SEAL-%%FILE_VER%%/SEALConfigVersion.cmake -lib/cmake/SEAL-%%FILE_VER%%/SEALTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/SEAL-%%FILE_VER%%/SEALTargets.cmake +include/SEAL-%%VER%%/seal/batchencoder.h +include/SEAL-%%VER%%/seal/ciphertext.h +include/SEAL-%%VER%%/seal/ckks.h +include/SEAL-%%VER%%/seal/context.h +include/SEAL-%%VER%%/seal/decryptor.h +include/SEAL-%%VER%%/seal/dynarray.h +include/SEAL-%%VER%%/seal/encryptionparams.h +include/SEAL-%%VER%%/seal/encryptor.h +include/SEAL-%%VER%%/seal/evaluator.h +include/SEAL-%%VER%%/seal/galoiskeys.h +include/SEAL-%%VER%%/seal/keygenerator.h +include/SEAL-%%VER%%/seal/kswitchkeys.h +include/SEAL-%%VER%%/seal/memorymanager.h +include/SEAL-%%VER%%/seal/modulus.h +include/SEAL-%%VER%%/seal/plaintext.h +include/SEAL-%%VER%%/seal/publickey.h +include/SEAL-%%VER%%/seal/randomgen.h +include/SEAL-%%VER%%/seal/randomtostd.h +include/SEAL-%%VER%%/seal/relinkeys.h +include/SEAL-%%VER%%/seal/seal.h +include/SEAL-%%VER%%/seal/secretkey.h +include/SEAL-%%VER%%/seal/serializable.h +include/SEAL-%%VER%%/seal/serialization.h +include/SEAL-%%VER%%/seal/util/blake2-impl.h +include/SEAL-%%VER%%/seal/util/blake2.h +include/SEAL-%%VER%%/seal/util/clang.h +include/SEAL-%%VER%%/seal/util/clipnormal.h +include/SEAL-%%VER%%/seal/util/common.h +include/SEAL-%%VER%%/seal/util/config.h +include/SEAL-%%VER%%/seal/util/croots.h +include/SEAL-%%VER%%/seal/util/defines.h +include/SEAL-%%VER%%/seal/util/dwthandler.h +include/SEAL-%%VER%%/seal/util/fips202.h +include/SEAL-%%VER%%/seal/util/galois.h +include/SEAL-%%VER%%/seal/util/gcc.h +include/SEAL-%%VER%%/seal/util/globals.h +include/SEAL-%%VER%%/seal/util/hash.h +include/SEAL-%%VER%%/seal/util/hestdparms.h +include/SEAL-%%VER%%/seal/util/intel_seal_ext.h +include/SEAL-%%VER%%/seal/util/iterator.h +include/SEAL-%%VER%%/seal/util/locks.h +include/SEAL-%%VER%%/seal/util/mempool.h +include/SEAL-%%VER%%/seal/util/msvc.h +include/SEAL-%%VER%%/seal/util/ntt.h +include/SEAL-%%VER%%/seal/util/numth.h +include/SEAL-%%VER%%/seal/util/pointer.h +include/SEAL-%%VER%%/seal/util/polyarithsmallmod.h +include/SEAL-%%VER%%/seal/util/polycore.h +include/SEAL-%%VER%%/seal/util/rlwe.h +include/SEAL-%%VER%%/seal/util/rns.h +include/SEAL-%%VER%%/seal/util/scalingvariant.h +include/SEAL-%%VER%%/seal/util/streambuf.h +include/SEAL-%%VER%%/seal/util/uintarith.h +include/SEAL-%%VER%%/seal/util/uintarithmod.h +include/SEAL-%%VER%%/seal/util/uintarithsmallmod.h +include/SEAL-%%VER%%/seal/util/uintcore.h +include/SEAL-%%VER%%/seal/util/ztools.h +include/SEAL-%%VER%%/seal/valcheck.h +include/SEAL-%%VER%%/seal/version.h +lib/cmake/SEAL-%%VER%%/SEALConfig.cmake +lib/cmake/SEAL-%%VER%%/SEALConfigVersion.cmake +lib/cmake/SEAL-%%VER%%/SEALTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/SEAL-%%VER%%/SEALTargets.cmake lib/libseal.so -lib/libseal.so.3.6 -lib/libseal.so.3.6.4 +lib/libseal.so.%%VER%% +lib/libseal.so.%%VERSION%% libdata/pkgconfig/seal_shared.pc