Skip to content
Snippets Groups Projects
Commit b93e64d3 authored by Tijl Coosemans's avatar Tijl Coosemans
Browse files

security/mbedtls: Update to 2.28.0 and fix make test

Also bump dependent ports for library version change.

PR:		255084
parent 09707eb5
No related branches found
No related tags found
No related merge requests found
mbed TLS is a lightweight, portable, fully featured and standards compliant
SSL/TLS and cryptography library.
WWW: https://tls.mbed.org/
WWW: https://www.trustedfirmware.org/projects/mbed-tls/
......@@ -4,21 +4,36 @@ bin/mbedtls_cert_req
bin/mbedtls_cert_write
bin/mbedtls_crl_app
bin/mbedtls_crypt_and_hash
bin/mbedtls_crypto_examples
bin/mbedtls_dh_client
bin/mbedtls_dh_genprime
bin/mbedtls_dh_server
bin/mbedtls_dlopen
bin/mbedtls_dlopen_demo.sh
bin/mbedtls_dtls_client
bin/mbedtls_dtls_server
bin/mbedtls_ecdh_curve25519
bin/mbedtls_ecdsa
bin/mbedtls_fuzz_client
bin/mbedtls_fuzz_dtlsclient
bin/mbedtls_fuzz_dtlsserver
bin/mbedtls_fuzz_privkey
bin/mbedtls_fuzz_pubkey
bin/mbedtls_fuzz_server
bin/mbedtls_fuzz_x509crl
bin/mbedtls_fuzz_x509crt
bin/mbedtls_fuzz_x509csr
bin/mbedtls_gen_entropy
bin/mbedtls_gen_key
bin/mbedtls_gen_random_ctr_drbg
bin/mbedtls_gen_random_havege
bin/mbedtls_generate_cpp_dummy_build.sh
bin/mbedtls_generic_sum
bin/mbedtls_hello
bin/mbedtls_key_app
bin/mbedtls_key_app_writer
bin/mbedtls_key_ladder_demo
bin/mbedtls_key_ladder_demo.sh
bin/mbedtls_load_roots
bin/mbedtls_mini_client
bin/mbedtls_mpi_demo
......@@ -27,6 +42,7 @@ bin/mbedtls_pk_decrypt
bin/mbedtls_pk_encrypt
bin/mbedtls_pk_sign
bin/mbedtls_pk_verify
bin/mbedtls_psa_constant_names
bin/mbedtls_query_compile_time_config
bin/mbedtls_req_app
bin/mbedtls_rsa_decrypt
......@@ -39,6 +55,7 @@ bin/mbedtls_rsa_verify_pss
bin/mbedtls_selftest
bin/mbedtls_ssl_client1
bin/mbedtls_ssl_client2
bin/mbedtls_ssl_context_info
bin/mbedtls_ssl_fork_server
bin/mbedtls_ssl_mail_client
bin/mbedtls_ssl_server
......@@ -68,6 +85,8 @@ include/mbedtls/cipher_internal.h
include/mbedtls/cmac.h
include/mbedtls/compat-1.3.h
include/mbedtls/config.h
include/mbedtls/config_psa.h
include/mbedtls/constant_time.h
include/mbedtls/ctr_drbg.h
include/mbedtls/debug.h
include/mbedtls/des.h
......@@ -105,6 +124,7 @@ include/mbedtls/platform.h
include/mbedtls/platform_time.h
include/mbedtls/platform_util.h
include/mbedtls/poly1305.h
include/mbedtls/psa_util.h
include/mbedtls/ripemd160.h
include/mbedtls/rsa.h
include/mbedtls/rsa_internal.h
......@@ -125,12 +145,27 @@ include/mbedtls/x509_crl.h
include/mbedtls/x509_crt.h
include/mbedtls/x509_csr.h
include/mbedtls/xtea.h
include/psa/crypto.h
include/psa/crypto_builtin_composites.h
include/psa/crypto_builtin_primitives.h
include/psa/crypto_compat.h
include/psa/crypto_config.h
include/psa/crypto_driver_common.h
include/psa/crypto_driver_contexts_composites.h
include/psa/crypto_driver_contexts_primitives.h
include/psa/crypto_extra.h
include/psa/crypto_platform.h
include/psa/crypto_se_driver.h
include/psa/crypto_sizes.h
include/psa/crypto_struct.h
include/psa/crypto_types.h
include/psa/crypto_values.h
lib/libmbedcrypto.a
lib/libmbedcrypto.so
lib/libmbedcrypto.so.3
lib/libmbedcrypto.so.7
lib/libmbedtls.a
lib/libmbedtls.so
lib/libmbedtls.so.12
lib/libmbedtls.so.14
lib/libmbedx509.a
lib/libmbedx509.so
lib/libmbedx509.so.0
lib/libmbedx509.so.1
......@@ -2,6 +2,7 @@
PORTNAME= openvpn
DISTVERSION= g20210603
PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= security net net-vpn
PKGNAMESUFFIX= -devel
......
......@@ -2,7 +2,7 @@
PORTNAME= openvpn
DISTVERSION= 2.5.5
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES= security net net-vpn
MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \
https://build.openvpn.net/downloads/releases/ \
......
PORTNAME= uacme
DISTVERSIONPREFIX= upstream/
DISTVERSION= 1.7.1
PORTREVISION= 1
CATEGORIES= security www
MAINTAINER= tobik@FreeBSD.org
......
......@@ -2,6 +2,7 @@
PORTNAME= hiawatha
PORTVERSION= 10.12
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://www.hiawatha-webserver.org/files/
......
......@@ -2,6 +2,7 @@
PORTNAME?= lighttpd
PORTVERSION= 1.4.64
PORTREVISION= 1
CATEGORIES?= www
MASTER_SITES?= https://download.lighttpd.net/lighttpd/releases-1.4.x/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment