Date: Fri, 18 Oct 2013 22:18:20 +0000 (UTC) From: Jase Thew <jase@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330780 - head/security/polarssl Message-ID: <201310182218.r9IMIKxw051564@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310182218.r9IMIKxw051564>