Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/pkgsrc-2020Q1]: pkgsrc/security/mbedtls Pullup ticket #6170 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a915e87d0f8d
branches:  pkgsrc-2020Q1
changeset: 428508:a915e87d0f8d
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Tue Apr 28 16:23:53 2020 +0000

description:
Pullup ticket #6170 - requested by nia
security/mbedtls: security fix

Revisions pulled up:
- security/mbedtls/Makefile                                     1.14
- security/mbedtls/distinfo                                     1.9

---
   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.

diffstat:

 security/mbedtls/Makefile |   4 ++--
 security/mbedtls/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r e2288a74de82 -r a915e87d0f8d security/mbedtls/Makefile
--- a/security/mbedtls/Makefile Tue Apr 28 16:17:28 2020 +0000
+++ b/security/mbedtls/Makefile Tue Apr 28 16:23:53 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/03/22 07:47:00 nia Exp $
+# $NetBSD: Makefile,v 1.13.2.1 2020/04/28 16:23:53 bsiegert 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/
diff -r e2288a74de82 -r a915e87d0f8d security/mbedtls/distinfo
--- a/security/mbedtls/distinfo Tue Apr 28 16:17:28 2020 +0000
+++ b/security/mbedtls/distinfo Tue Apr 28 16:23:53 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2020/02/29 11:45:02 nia Exp $
+$NetBSD: distinfo,v 1.8.2.1 2020/04/28 16:23:53 bsiegert 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



Home | Main Index | Thread Index | Old Index