From owner-svn-ports-all@freebsd.org Sun Feb 7 09:50:38 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DB951AA019E; Sun, 7 Feb 2016 09:50:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AD3451C20; Sun, 7 Feb 2016 09:50:38 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u179obJv005647; Sun, 7 Feb 2016 09:50:37 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u179obBe005644; Sun, 7 Feb 2016 09:50:37 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201602070950.u179obBe005644@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Sun, 7 Feb 2016 09:50:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r408356 - branches/2016Q1/security/polarssl X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 09:50:39 -0000 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