From owner-svn-ports-head@freebsd.org Sun Feb 7 09:49:07 2016 Return-Path: Delivered-To: svn-ports-head@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 62ED9AA003E; Sun, 7 Feb 2016 09:49:07 +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 348B31AF2; Sun, 7 Feb 2016 09:49:07 +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 u179n6In005422; Sun, 7 Feb 2016 09:49:06 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u179n6PZ005420; Sun, 7 Feb 2016 09:49:06 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201602070949.u179n6PZ005420@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:49:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408355 - head/security/polarssl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Feb 2016 09:49:07 -0000 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