From nobody Fri Oct 15 21:02:04 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3437F17F3062; Fri, 15 Oct 2021 21:02:05 +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 4HWJcF06Svz4jHC; Fri, 15 Oct 2021 21:02:05 +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 D8CF555B5; Fri, 15 Oct 2021 21:02:04 +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 19FL24k1058962; Fri, 15 Oct 2021 21:02:04 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19FL24mA058961; Fri, 15 Oct 2021 21:02:04 GMT (envelope-from git) Date: Fri, 15 Oct 2021 21:02:04 GMT Message-Id: <202110152102.19FL24mA058961@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: c7b824ba239a - main - security/seal: Update 3.6.5 -> 3.7.1 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: c7b824ba239a8517734437f1b95fbc0998554785 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=c7b824ba239a8517734437f1b95fbc0998554785 commit c7b824ba239a8517734437f1b95fbc0998554785 Author: Yuri Victorovich AuthorDate: 2021-10-15 20:57:21 +0000 Commit: Yuri Victorovich CommitDate: 2021-10-15 21:01:57 +0000 security/seal: Update 3.6.5 -> 3.7.1 PR: 259191 Approved by: lwhsu (maintainer) --- security/seal/Makefile | 9 +++++++-- security/seal/distinfo | 6 +++--- security/seal/pkg-plist | 1 - 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/security/seal/Makefile b/security/seal/Makefile index e1195c8a0893..d1578714c929 100644 --- a/security/seal/Makefile +++ b/security/seal/Makefile @@ -1,5 +1,5 @@ PORTNAME= seal -DISTVERSION= 3.6.5 +DISTVERSION= 3.7.1 CATEGORIES= security MAINTAINER= lwhsu@FreeBSD.org @@ -8,7 +8,7 @@ COMMENT= Microsoft Simple Encrypted Arithmetic Library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++17-lang +USES= cmake:testing compiler:c++17-lang USE_GITHUB= yes GH_ACCOUNT= Microsoft GH_PROJECT= SEAL @@ -16,7 +16,12 @@ 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 +CMAKE_TESTING_ON= SEAL_BUILD_TESTS +CMAKE_TESTING_TARGET= gtest PLIST_SUB+= VERSION=${DISTVERSION} VER=${DISTVERSION:R} +post-test: # run tests + @cd ${BUILD_WRKSRC} && bin/sealtest + .include diff --git a/security/seal/distinfo b/security/seal/distinfo index 2a72efbe0473..a38d0201c885 100644 --- a/security/seal/distinfo +++ b/security/seal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622625253 -SHA256 (Microsoft-SEAL-3.6.5_GH0.tar.gz) = 77bfcb4a8b785206c419cdf7aff8c200250691518eeddc958f874d1f567b2872 -SIZE (Microsoft-SEAL-3.6.5_GH0.tar.gz) = 591480 +TIMESTAMP = 1634323555 +SHA256 (Microsoft-SEAL-3.7.1_GH0.tar.gz) = 27446ea4fcea334faabc7439b1e312603ed700e3d26a45ec8408fd1d114374ec +SIZE (Microsoft-SEAL-3.7.1_GH0.tar.gz) = 593478 diff --git a/security/seal/pkg-plist b/security/seal/pkg-plist index 02f8152f1221..64e29603a93d 100644 --- a/security/seal/pkg-plist +++ b/security/seal/pkg-plist @@ -36,7 +36,6 @@ 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