svn commit: r408355 - head/security/polarssl

Xin LI delphij at FreeBSD.org
Sun Feb 7 09:49:07 UTC 2016


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


More information about the svn-ports-all mailing list