Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 09:50:37 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r408356 - branches/2016Q1/security/polarssl
Message-ID:  <201602070950.u179obBe005644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Sun Feb  7 09:50:37 2016
New Revision: 408356
URL: https://svnweb.freebsd.org/changeset/ports/408356

Log:
  MFH: r408355
  
  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
  
  Approved by:	ports-secteam

Modified:
  branches/2016Q1/security/polarssl/Makefile
  branches/2016Q1/security/polarssl/distinfo
Directory Properties:
  branches/2016Q1/   (props changed)

Modified: branches/2016Q1/security/polarssl/Makefile
==============================================================================
--- branches/2016Q1/security/polarssl/Makefile	Sun Feb  7 09:49:05 2016	(r408355)
+++ branches/2016Q1/security/polarssl/Makefile	Sun Feb  7 09:50:37 2016	(r408356)
@@ -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: branches/2016Q1/security/polarssl/distinfo
==============================================================================
--- branches/2016Q1/security/polarssl/distinfo	Sun Feb  7 09:49:05 2016	(r408355)
+++ branches/2016Q1/security/polarssl/distinfo	Sun Feb  7 09:50:37 2016	(r408356)
@@ -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?201602070950.u179obBe005644>