From owner-svn-ports-head@FreeBSD.ORG Fri Oct 18 22:18:21 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 675A2EE3; Fri, 18 Oct 2013 22:18:21 +0000 (UTC) (envelope-from jase@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 55C092242; Fri, 18 Oct 2013 22:18:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9IMILa4051566; Fri, 18 Oct 2013 22:18:21 GMT (envelope-from jase@svn.freebsd.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9IMIKxw051564; Fri, 18 Oct 2013 22:18:20 GMT (envelope-from jase@svn.freebsd.org) Message-Id: <201310182218.r9IMIKxw051564@svn.freebsd.org> From: Jase Thew Date: Fri, 18 Oct 2013 22:18:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330780 - 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.14 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: Fri, 18 Oct 2013 22:18:21 -0000 Author: jase Date: Fri Oct 18 22:18:20 2013 New Revision: 330780 URL: http://svnweb.freebsd.org/changeset/ports/330780 Log: - Update to 1.2.10 - Add PORTSCOUT entry to limit checks to the 1.2 branch Changes: https://raw.github.com/polarssl/polarssl/polarssl-1.2.10/ChangeLog Modified: head/security/polarssl/Makefile head/security/polarssl/distinfo Modified: head/security/polarssl/Makefile ============================================================================== --- head/security/polarssl/Makefile Fri Oct 18 22:12:37 2013 (r330779) +++ head/security/polarssl/Makefile Fri Oct 18 22:18:20 2013 (r330780) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.9 +PORTVERSION= 1.2.10 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= http://polarssl.org/download/ @@ -23,6 +23,11 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +# PolarSSL 1.3 branch introduces API changes that would best be served at this +# time by a new/seperate polarssl13 port. Therefore, limit Portscout to the +# 1.2 branch for this port. +PORTSCOUT= limit:^1\.2\. + DOCFILES= ChangeLog README BINFILES= aescrypt2 benchmark dh_client dh_genprime dh_server hello \ md5sum mpi_demo rsa_genkey rsa_sign rsa_verify selftest \ Modified: head/security/polarssl/distinfo ============================================================================== --- head/security/polarssl/distinfo Fri Oct 18 22:12:37 2013 (r330779) +++ head/security/polarssl/distinfo Fri Oct 18 22:18:20 2013 (r330780) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.9-gpl.tgz) = d125a6e7eb6eb3e5110035df1469099c5463837b1ef734e60771095dafc0ef56 -SIZE (polarssl-1.2.9-gpl.tgz) = 999668 +SHA256 (polarssl-1.2.10-gpl.tgz) = b45a06b2fdeb0833970e6fb69bc331f2757a1b7e85537b02c1f169434ed888fa +SIZE (polarssl-1.2.10-gpl.tgz) = 999515