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

(-)b/security/mbedtls3/Makefile (-11 / +10 lines)
Lines 1-7 Link Here
1
PORTNAME=	mbedtls
1
PORTNAME=	mbedtls
2
DISTVERSION=	3.6.0
2
DISTVERSION=	3.6.1
3
CATEGORIES=	security devel
3
CATEGORIES=	security devel
4
MASTER_SITES=	https://github.com/Mbed-TLS/mbedtls/releases/download/v${DISTVERSION}/
4
MASTER_SITES=	https://github.com/Mbed-TLS/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/
5
PKGNAMESUFFIX=	3
5
PKGNAMESUFFIX=	3
6
6
7
MAINTAINER=	tijl@FreeBSD.org
7
MAINTAINER=	tijl@FreeBSD.org
Lines 12-33 LICENSE= APACHE20 GPLv2+ Link Here
12
LICENSE_COMB=	dual
12
LICENSE_COMB=	dual
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=		cmake:testing python:build,test shebangfix tar:bz2
15
USES=		cmake:testing pathfix python:build,test shebangfix tar:bz2
16
SHEBANG_FILES=	scripts/*.py tests/scripts/*.py
16
USE_LDCONFIG=	yes
17
USE_LDCONFIG=	yes
17
18
18
SHEBANG_FILES=	scripts/*.py tests/scripts/*.py
19
PORTSCOUT=	limit:^${DISTVERSION:R:S/./\./g}\.
20
PLIST_SUB=	DISTVERSION=${DISTVERSION}
19
21
22
CMAKE_TESTING_ON=	ENABLE_TESTING
23
CMAKE_TESTING_PARALLEL_LEVEL=	1
24
25
CMAKE_OFF=	ENABLE_TESTING
20
CMAKE_ON=	CMAKE_BUILD_RPATH_USE_ORIGIN \
26
CMAKE_ON=	CMAKE_BUILD_RPATH_USE_ORIGIN \
21
		ENABLE_PROGRAMS \
27
		ENABLE_PROGRAMS \
22
		LINK_WITH_PTHREAD \
28
		LINK_WITH_PTHREAD \
23
		USE_SHARED_MBEDTLS_LIBRARY
29
		USE_SHARED_MBEDTLS_LIBRARY
24
CMAKE_OFF=	ENABLE_TESTING
25
CMAKE_TESTING_ON=	ENABLE_TESTING
26
CMAKE_TESTING_PARALLEL_LEVEL=	1
27
28
PORTSCOUT=	limit:^${DISTVERSION:R:S/./\./g}\.
29
30
PLIST_SUB=	DISTVERSION=${DISTVERSION}
31
30
32
pre-configure:
31
pre-configure:
33
	@${WRKSRC}/scripts/config.py set MBEDTLS_SSL_DTLS_SRTP
32
	@${WRKSRC}/scripts/config.py set MBEDTLS_SSL_DTLS_SRTP
(-)b/security/mbedtls3/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1724495331
1
TIMESTAMP = 1725116841
2
SHA256 (mbedtls-3.6.0.tar.bz2) = 3ecf94fcfdaacafb757786a01b7538a61750ebd85c4b024f56ff8ba1490fcd38
2
SHA256 (mbedtls-3.6.1.tar.bz2) = fc8bef0991b43629b7e5319de6f34f13359011105e08e3e16eed3a9fe6ffd3a3
3
SIZE (mbedtls-3.6.0.tar.bz2) = 4811255
3
SIZE (mbedtls-3.6.1.tar.bz2) = 4977592
(-)b/security/mbedtls3/pkg-plist (+1 lines)
Lines 135-140 include/mbedtls/x509_csr.h Link Here
135
include/psa/build_info.h
135
include/psa/build_info.h
136
include/psa/crypto.h
136
include/psa/crypto.h
137
include/psa/crypto_adjust_auto_enabled.h
137
include/psa/crypto_adjust_auto_enabled.h
138
include/psa/crypto_adjust_config_dependencies.h
138
include/psa/crypto_adjust_config_key_pair_types.h
139
include/psa/crypto_adjust_config_key_pair_types.h
139
include/psa/crypto_adjust_config_synonyms.h
140
include/psa/crypto_adjust_config_synonyms.h
140
include/psa/crypto_builtin_composites.h
141
include/psa/crypto_builtin_composites.h

Return to bug 281167