diff options
-rw-r--r-- | security/polarssl13/Makefile | 4 | ||||
-rw-r--r-- | security/polarssl13/distinfo | 4 | ||||
-rw-r--r-- | security/polarssl13/pkg-plist | 6 |
3 files changed, 10 insertions, 4 deletions
diff --git a/security/polarssl13/Makefile b/security/polarssl13/Makefile index 731568afb56a..48361575c83d 100644 --- a/security/polarssl13/Makefile +++ b/security/polarssl13/Makefile @@ -1,14 +1,14 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.3.11 +PORTVERSION= 1.3.13 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ PKGNAMESUFFIX= 13 DISTNAME= mbedtls-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tijl@FreeBSD.org COMMENT= SSL/TLS and cryptography library LICENSE= GPLv2 diff --git a/security/polarssl13/distinfo b/security/polarssl13/distinfo index e02df4b8b26a..ac8aab831aa8 100644 --- a/security/polarssl13/distinfo +++ b/security/polarssl13/distinfo @@ -1,2 +1,2 @@ -SHA256 (mbedtls-1.3.11-gpl.tgz) = 67a593027b6a442a4fa5b6c224c4ac8cdae5be721f5a28a11d34f10dcda441cb -SIZE (mbedtls-1.3.11-gpl.tgz) = 1731809 +SHA256 (mbedtls-1.3.13-gpl.tgz) = 3f457aefdaf46f42b6fc50f5226c32c37731279fe20e97e322282aca0143bb97 +SIZE (mbedtls-1.3.13-gpl.tgz) = 1743155 diff --git a/security/polarssl13/pkg-plist b/security/polarssl13/pkg-plist index a1787a1441da..3feca7ed6e40 100644 --- a/security/polarssl13/pkg-plist +++ b/security/polarssl13/pkg-plist @@ -2,11 +2,13 @@ bin/mbedtls_aescrypt2 bin/mbedtls_benchmark bin/mbedtls_cert_app bin/mbedtls_cert_req +bin/mbedtls_cert_write bin/mbedtls_crl_app bin/mbedtls_crypt_and_hash bin/mbedtls_dh_client bin/mbedtls_dh_genprime bin/mbedtls_dh_server +bin/mbedtls_ecdsa bin/mbedtls_gen_entropy bin/mbedtls_gen_key bin/mbedtls_gen_random_ctr_drbg @@ -23,6 +25,7 @@ bin/mbedtls_pk_decrypt bin/mbedtls_pk_encrypt bin/mbedtls_pk_sign bin/mbedtls_pk_verify +bin/mbedtls_req_app bin/mbedtls_rsa_decrypt bin/mbedtls_rsa_encrypt bin/mbedtls_rsa_genkey @@ -46,11 +49,13 @@ bin/polarssl_aescrypt2 bin/polarssl_benchmark bin/polarssl_cert_app bin/polarssl_cert_req +bin/polarssl_cert_write bin/polarssl_crl_app bin/polarssl_crypt_and_hash bin/polarssl_dh_client bin/polarssl_dh_genprime bin/polarssl_dh_server +bin/polarssl_ecdsa bin/polarssl_gen_entropy bin/polarssl_gen_key bin/polarssl_gen_random_ctr_drbg @@ -67,6 +72,7 @@ bin/polarssl_pk_decrypt bin/polarssl_pk_encrypt bin/polarssl_pk_sign bin/polarssl_pk_verify +bin/polarssl_req_app bin/polarssl_rsa_decrypt bin/polarssl_rsa_encrypt bin/polarssl_rsa_genkey |