FreeBSD Bugzilla – Attachment 253219 Details for
Bug 281167
security/mbedtls3: Update to 3.6.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for mbedtls3
mbedtls-361.patch (text/plain), 2.38 KB, created by
Daniel Engberg
on 2024-08-31 16:03:09 UTC
(
hide
)
Description:
Patch for mbedtls3
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2024-08-31 16:03:09 UTC
Size:
2.38 KB
patch
obsolete
>diff --git a/security/mbedtls3/Makefile b/security/mbedtls3/Makefile >index b733e9344124..61d19de6a014 100644 >--- a/security/mbedtls3/Makefile >+++ b/security/mbedtls3/Makefile >@@ -1,7 +1,7 @@ > PORTNAME= mbedtls >-DISTVERSION= 3.6.0 >+DISTVERSION= 3.6.1 > CATEGORIES= security devel >-MASTER_SITES= https://github.com/Mbed-TLS/mbedtls/releases/download/v${DISTVERSION}/ >+MASTER_SITES= https://github.com/Mbed-TLS/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ > PKGNAMESUFFIX= 3 > > MAINTAINER= tijl@FreeBSD.org >@@ -12,22 +12,21 @@ LICENSE= APACHE20 GPLv2+ > LICENSE_COMB= dual > LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= cmake:testing python:build,test shebangfix tar:bz2 >+USES= cmake:testing pathfix python:build,test shebangfix tar:bz2 >+SHEBANG_FILES= scripts/*.py tests/scripts/*.py > USE_LDCONFIG= yes > >-SHEBANG_FILES= scripts/*.py tests/scripts/*.py >+PORTSCOUT= limit:^${DISTVERSION:R:S/./\./g}\. >+PLIST_SUB= DISTVERSION=${DISTVERSION} > >+CMAKE_TESTING_ON= ENABLE_TESTING >+CMAKE_TESTING_PARALLEL_LEVEL= 1 >+ >+CMAKE_OFF= ENABLE_TESTING > CMAKE_ON= CMAKE_BUILD_RPATH_USE_ORIGIN \ > ENABLE_PROGRAMS \ > LINK_WITH_PTHREAD \ > USE_SHARED_MBEDTLS_LIBRARY >-CMAKE_OFF= ENABLE_TESTING >-CMAKE_TESTING_ON= ENABLE_TESTING >-CMAKE_TESTING_PARALLEL_LEVEL= 1 >- >-PORTSCOUT= limit:^${DISTVERSION:R:S/./\./g}\. >- >-PLIST_SUB= DISTVERSION=${DISTVERSION} > > pre-configure: > @${WRKSRC}/scripts/config.py set MBEDTLS_SSL_DTLS_SRTP >diff --git a/security/mbedtls3/distinfo b/security/mbedtls3/distinfo >index 687f87de93f7..0e772062e9c8 100644 >--- a/security/mbedtls3/distinfo >+++ b/security/mbedtls3/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1724495331 >-SHA256 (mbedtls-3.6.0.tar.bz2) = 3ecf94fcfdaacafb757786a01b7538a61750ebd85c4b024f56ff8ba1490fcd38 >-SIZE (mbedtls-3.6.0.tar.bz2) = 4811255 >+TIMESTAMP = 1725116841 >+SHA256 (mbedtls-3.6.1.tar.bz2) = fc8bef0991b43629b7e5319de6f34f13359011105e08e3e16eed3a9fe6ffd3a3 >+SIZE (mbedtls-3.6.1.tar.bz2) = 4977592 >diff --git a/security/mbedtls3/pkg-plist b/security/mbedtls3/pkg-plist >index 87c3f426ac6c..04a7e1658026 100644 >--- a/security/mbedtls3/pkg-plist >+++ b/security/mbedtls3/pkg-plist >@@ -135,6 +135,7 @@ include/mbedtls/x509_csr.h > include/psa/build_info.h > include/psa/crypto.h > include/psa/crypto_adjust_auto_enabled.h >+include/psa/crypto_adjust_config_dependencies.h > include/psa/crypto_adjust_config_key_pair_types.h > include/psa/crypto_adjust_config_synonyms.h > include/psa/crypto_builtin_composites.h
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 281167
: 253219