1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update security/mbedtls to 2.12.0 and bump dependent ports.

MFH:		2018Q3
Security:	https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-02
This commit is contained in:
Tijl Coosemans 2018-08-10 14:23:15 +00:00
parent c752a808a5
commit ebd39b12a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476834
13 changed files with 25 additions and 16 deletions

View File

@ -4,7 +4,7 @@
PORTNAME= kadnode
DISTVERSIONPREFIX= v
DISTVERSION= 2.2.3
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= dns
MAINTAINER= moritzwarning@web.de

View File

@ -3,7 +3,7 @@
PORTNAME= dolphin-emu
PORTVERSION= 5.0
PORTREVISION= 22
PORTREVISION= 23
CATEGORIES= emulators
MAINTAINER= martymac@FreeBSD.org

View File

@ -3,6 +3,7 @@
PORTNAME= gauche
PORTVERSION= 0.9.6
PORTREVISION= 1
CATEGORIES= lang scheme
MASTER_SITES= SF/${PORTNAME}/Gauche
DISTNAME= Gauche-${PORTVERSION}

View File

@ -3,7 +3,7 @@
PORTNAME= neko
DISTVERSIONPREFIX= v
DISTVERSION= 2-2-0
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= lang
MAINTAINER= penzin.dev@gmail.com

View File

@ -3,7 +3,7 @@
PORTNAME= bctoolbox
PORTVERSION= 0.2.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= SAVANNAH/linphone/bctoolbox

View File

@ -4,7 +4,7 @@
PORTNAME= shadowsocks-libev
DISTVERSIONPREFIX= v
DISTVERSION= 3.1.3
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net
MAINTAINER= xiaoding+freebsd@xiaoding.org

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= mbedtls
PORTVERSION= 2.9.0
PORTVERSION= 2.12.0
DISTVERSIONPREFIX=${PORTNAME}-
CATEGORIES= security devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1528372776
SHA256 (ARMmbed-mbedtls-mbedtls-2.9.0_GH0.tar.gz) = 1972a98a25486a5d174ac97706a468355a007842e0b3ad72305c53d38ea8f6d3
SIZE (ARMmbed-mbedtls-mbedtls-2.9.0_GH0.tar.gz) = 2163543
TIMESTAMP = 1533902976
SHA256 (ARMmbed-mbedtls-mbedtls-2.12.0_GH0.tar.gz) = 05b126f25d4438f206d062b48cd2f2db2a1cd11bda58b21afe40b9b7cf6fca48
SIZE (ARMmbed-mbedtls-mbedtls-2.12.0_GH0.tar.gz) = 2299830

View File

@ -639,7 +639,7 @@ index 4424f56..940f8aa 100644
#endif
+#if defined (MBEDTLS_SSL_DTLS_SRTP)
+ mbedtls_zeroize( ssl->dtls_srtp_keys, ssl->dtls_srtp_keys_len );
+ mbedtls_platform_zeroize( ssl->dtls_srtp_keys, ssl->dtls_srtp_keys_len );
+ mbedtls_free( ssl->dtls_srtp_keys );
+#endif /* MBEDTLS_SSL_DTLS_SRTP */
+
@ -654,6 +654,6 @@ index 4424f56..940f8aa 100644
+ mbedtls_free( conf->dtls_srtp_profiles_list );
+#endif
+
mbedtls_zeroize( conf, sizeof( mbedtls_ssl_config ) );
mbedtls_platform_zeroize( conf, sizeof( mbedtls_ssl_config ) );
}

View File

@ -46,9 +46,11 @@ bin/mbedtls_ssl_server2
bin/mbedtls_strerror
bin/mbedtls_udp_proxy
bin/mbedtls_udp_proxy_wrapper.sh
bin/mbedtls_zeroize
include/mbedtls/aes.h
include/mbedtls/aesni.h
include/mbedtls/arc4.h
include/mbedtls/aria.h
include/mbedtls/asn1.h
include/mbedtls/asn1write.h
include/mbedtls/base64.h
@ -58,6 +60,8 @@ include/mbedtls/bn_mul.h
include/mbedtls/camellia.h
include/mbedtls/ccm.h
include/mbedtls/certs.h
include/mbedtls/chacha20.h
include/mbedtls/chachapoly.h
include/mbedtls/check_config.h
include/mbedtls/cipher.h
include/mbedtls/cipher_internal.h
@ -78,6 +82,7 @@ include/mbedtls/entropy_poll.h
include/mbedtls/error.h
include/mbedtls/gcm.h
include/mbedtls/havege.h
include/mbedtls/hkdf.h
include/mbedtls/hmac_drbg.h
include/mbedtls/md.h
include/mbedtls/md2.h
@ -87,6 +92,7 @@ include/mbedtls/md_internal.h
include/mbedtls/memory_buffer_alloc.h
include/mbedtls/net.h
include/mbedtls/net_sockets.h
include/mbedtls/nist_kw.h
include/mbedtls/oid.h
include/mbedtls/padlock.h
include/mbedtls/pem.h
@ -97,6 +103,8 @@ include/mbedtls/pkcs12.h
include/mbedtls/pkcs5.h
include/mbedtls/platform.h
include/mbedtls/platform_time.h
include/mbedtls/platform_util.h
include/mbedtls/poly1305.h
include/mbedtls/ripemd160.h
include/mbedtls/rsa.h
include/mbedtls/rsa_internal.h
@ -119,10 +127,10 @@ include/mbedtls/x509_csr.h
include/mbedtls/xtea.h
lib/libmbedcrypto.a
lib/libmbedcrypto.so
lib/libmbedcrypto.so.2
lib/libmbedcrypto.so.3
lib/libmbedtls.a
lib/libmbedtls.so
lib/libmbedtls.so.10
lib/libmbedtls.so.11
lib/libmbedx509.a
lib/libmbedx509.so
lib/libmbedx509.so.0

View File

@ -3,7 +3,7 @@
PORTNAME= openvpn
DISTVERSION= 201821
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security net
MASTER_SITES= https://secure-computing.net/files/openvpn/ \
ftp://ftp2.secure-computing.net/pub/FreeBSD/openvpn-devel/

View File

@ -3,7 +3,7 @@
PORTNAME= openvpn
DISTVERSION= 2.4.6
PORTREVISION?= 1
PORTREVISION?= 2
CATEGORIES= security net
MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \
https://build.openvpn.net/downloads/releases/

View File

@ -3,7 +3,7 @@
PORTNAME= hiawatha
PORTVERSION= 10.7
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= https://www.hiawatha-webserver.org/files/