Date: Sun, 7 Feb 2016 09:49:06 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408355 - head/security/polarssl Message-ID: <201602070949.u179n6PZ005420@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Sun Feb 7 09:49:05 2016 New Revision: 408355 URL: https://svnweb.freebsd.org/changeset/ports/408355 Log: Update to 1.2.19. Bugfix * Fix bug in certificate validation that caused valid chains to be rejected when the first intermediate certificate has pathLenConstraint=0. Found by Nicholas Wilson. Introduced in mbed TLS 1.3.15. #280 * Removed potential leak in rsa_rsassa_pkcs1_v15_sign(), found by JayaraghavendranK. #372 MFH: 2016Q1 Modified: head/security/polarssl/Makefile head/security/polarssl/distinfo Modified: head/security/polarssl/Makefile ============================================================================== --- head/security/polarssl/Makefile Sun Feb 7 09:48:56 2016 (r408354) +++ head/security/polarssl/Makefile Sun Feb 7 09:49:05 2016 (r408355) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.18 +PORTVERSION= 1.2.19 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ Modified: head/security/polarssl/distinfo ============================================================================== --- head/security/polarssl/distinfo Sun Feb 7 09:48:56 2016 (r408354) +++ head/security/polarssl/distinfo Sun Feb 7 09:49:05 2016 (r408355) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.18-gpl.tgz) = 63c4ed4d9f6a241088e2287958f265403f874248d6a98b98f27cd3aa2f90f030 -SIZE (polarssl-1.2.18-gpl.tgz) = 1039402 +SHA256 (polarssl-1.2.19-gpl.tgz) = 24cb1608a160101ead3c7240f35fc447fe7880cd60f7ed6c9db7a1d773ccd4b8 +SIZE (polarssl-1.2.19-gpl.tgz) = 1045813
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602070949.u179n6PZ005420>