View | Details | Raw Unified | Return to bug 259191
Collapse All | Expand All

(-)b/security/seal/Makefile (-2 / +7 lines)
Lines 1-5 Link Here
1
PORTNAME=	seal
1
PORTNAME=	seal
2
DISTVERSION=	3.6.5
2
DISTVERSION=	3.7.1
3
CATEGORIES=	security
3
CATEGORIES=	security
4
4
5
MAINTAINER=	lwhsu@FreeBSD.org
5
MAINTAINER=	lwhsu@FreeBSD.org
Lines 8-14 COMMENT= Microsoft Simple Encrypted Arithmetic Library Link Here
8
LICENSE=	MIT
8
LICENSE=	MIT
9
LICENSE_FILE=	${WRKSRC}/LICENSE
9
LICENSE_FILE=	${WRKSRC}/LICENSE
10
10
11
USES=		cmake compiler:c++17-lang
11
USES=		cmake:testing compiler:c++17-lang
12
USE_GITHUB=	yes
12
USE_GITHUB=	yes
13
GH_ACCOUNT=	Microsoft
13
GH_ACCOUNT=	Microsoft
14
GH_PROJECT=	SEAL
14
GH_PROJECT=	SEAL
Lines 16-22 USE_LDCONFIG= yes Link Here
16
16
17
CMAKE_ON=	BUILD_SHARED_LIBS
17
CMAKE_ON=	BUILD_SHARED_LIBS
18
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
18
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
19
CMAKE_TESTING_ON=	SEAL_BUILD_TESTS
20
CMAKE_TESTING_TARGET=	gtest
19
21
20
PLIST_SUB+=	VERSION=${DISTVERSION} VER=${DISTVERSION:R}
22
PLIST_SUB+=	VERSION=${DISTVERSION} VER=${DISTVERSION:R}
21
23
24
post-test: # run tests
25
	@cd ${BUILD_WRKSRC} && bin/sealtest
26
22
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)b/security/seal/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1622625253
1
TIMESTAMP = 1634323555
2
SHA256 (Microsoft-SEAL-3.6.5_GH0.tar.gz) = 77bfcb4a8b785206c419cdf7aff8c200250691518eeddc958f874d1f567b2872
2
SHA256 (Microsoft-SEAL-3.7.1_GH0.tar.gz) = 27446ea4fcea334faabc7439b1e312603ed700e3d26a45ec8408fd1d114374ec
3
SIZE (Microsoft-SEAL-3.6.5_GH0.tar.gz) = 591480
3
SIZE (Microsoft-SEAL-3.7.1_GH0.tar.gz) = 593478
(-)b/security/seal/pkg-plist (-1 lines)
Lines 36-42 include/SEAL-%%VER%%/seal/util/gcc.h Link Here
36
include/SEAL-%%VER%%/seal/util/globals.h
36
include/SEAL-%%VER%%/seal/util/globals.h
37
include/SEAL-%%VER%%/seal/util/hash.h
37
include/SEAL-%%VER%%/seal/util/hash.h
38
include/SEAL-%%VER%%/seal/util/hestdparms.h
38
include/SEAL-%%VER%%/seal/util/hestdparms.h
39
include/SEAL-%%VER%%/seal/util/intel_seal_ext.h
40
include/SEAL-%%VER%%/seal/util/iterator.h
39
include/SEAL-%%VER%%/seal/util/iterator.h
41
include/SEAL-%%VER%%/seal/util/locks.h
40
include/SEAL-%%VER%%/seal/util/locks.h
42
include/SEAL-%%VER%%/seal/util/mempool.h
41
include/SEAL-%%VER%%/seal/util/mempool.h

Return to bug 259191