Received: by mail.netbsd.org (Postfix, from userid 605) id E2FAF84F6F; Sat, 18 Apr 2020 14:21:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A41B84F6D for ; Sat, 18 Apr 2020 14:21:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id H4rbtKrU_dPm for ; Sat, 18 Apr 2020 14:21:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D419684F5B for ; Sat, 18 Apr 2020 14:21:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C8DC6FB27; Sat, 18 Apr 2020 14:21:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587219716164960" MIME-Version: 1.0 Date: Sat, 18 Apr 2020 14:21:56 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/security/mbedtls To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200418142156.C8DC6FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1587219716164960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Apr 18 14:21:56 UTC 2020 Modified Files: pkgsrc/security/mbedtls: Makefile distinfo Log Message: mbedtls: Update to 2.16.6 = mbed TLS 2.16.6 branch released 2020-04-14 Security * Fix side channel in ECC code that allowed an adversary with access to precise enough timing and memory access information (typically an untrusted operating system attacking a secure enclave) to fully recover an ECDSA private key. Found and reported by Alejandro Cabrera Aldaya, Billy Brumley and Cesar Pereida Garcia. CVE-2020-10932 * Fix a potentially remotely exploitable buffer overread in a DTLS client when parsing the Hello Verify Request message. Bugfix * Fix compilation failure when both MBEDTLS_SSL_PROTO_DTLS and MBEDTLS_SSL_HW_RECORD_ACCEL are enabled. * Fix a function name in a debug message. Contributed by Ercan Ozturk in #3013. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/mbedtls/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/mbedtls/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587219716164960 Content-Disposition: inline Content-Length: 1781 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/mbedtls/Makefile diff -u pkgsrc/security/mbedtls/Makefile:1.13 pkgsrc/security/mbedtls/Makefile:1.14 --- pkgsrc/security/mbedtls/Makefile:1.13 Sun Mar 22 07:47:00 2020 +++ pkgsrc/security/mbedtls/Makefile Sat Apr 18 14:21:56 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2020/03/22 07:47:00 nia Exp $ +# $NetBSD: Makefile,v 1.14 2020/04/18 14:21:56 nia Exp $ -DISTNAME= mbedtls-2.16.5-apache +DISTNAME= mbedtls-2.16.6-apache PKGNAME= ${DISTNAME:-apache=} CATEGORIES= security devel MASTER_SITES= https://tls.mbed.org/download/ Index: pkgsrc/security/mbedtls/distinfo diff -u pkgsrc/security/mbedtls/distinfo:1.8 pkgsrc/security/mbedtls/distinfo:1.9 --- pkgsrc/security/mbedtls/distinfo:1.8 Sat Feb 29 11:45:02 2020 +++ pkgsrc/security/mbedtls/distinfo Sat Apr 18 14:21:56 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2020/02/29 11:45:02 nia Exp $ +$NetBSD: distinfo,v 1.9 2020/04/18 14:21:56 nia Exp $ -SHA1 (mbedtls-2.16.5-apache.tgz) = c36962183e05467aa1dadafcaacf90216a737866 -RMD160 (mbedtls-2.16.5-apache.tgz) = 92e0ffc42f519518472048109c0caa138a7ebe81 -SHA512 (mbedtls-2.16.5-apache.tgz) = 89a6a2cc6fe8b568396caed5fe8428ff5debf833c643b0e4c3144fdc474b127d156d8f5e5ea47a8b5d6522a2689e91a57abc533390b3f54aaa2c756ef6d3baf7 -Size (mbedtls-2.16.5-apache.tgz) = 2695416 bytes +SHA1 (mbedtls-2.16.6-apache.tgz) = 3cb5b681597a5bd798d31038c129c0dc911d8a2c +RMD160 (mbedtls-2.16.6-apache.tgz) = da5ede944292874afdb24a8fe21c643b34255206 +SHA512 (mbedtls-2.16.6-apache.tgz) = a0c48b694d7bc70256d26c44bfb2ac802428560b02e50fe2e47762bc595e2c7b8fac934badb3452acb01d8a54386eafae0ff2894320d24ab7554f1c8e6cb4bcf +Size (mbedtls-2.16.6-apache.tgz) = 2699220 bytes SHA1 (patch-library_net__sockets.c) = cd8f9cf84947800eb73d004847789626511ceb35 --_----------=_1587219716164960--