From owner-svn-ports-head@freebsd.org Tue Jul 28 18:08:31 2015 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 CD1DE9AD059; Tue, 28 Jul 2015 18:08:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::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 B14527E4; Tue, 28 Jul 2015 18:08:31 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6SI8Vsh050671; Tue, 28 Jul 2015 18:08:31 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6SI8VOV050669; Tue, 28 Jul 2015 18:08:31 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201507281808.t6SI8VOV050669@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Tue, 28 Jul 2015 18:08:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393085 - 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: Tue, 28 Jul 2015 18:08:32 -0000 Author: feld Date: Tue Jul 28 18:08:30 2015 New Revision: 393085 URL: https://svnweb.freebsd.org/changeset/ports/393085 Log: Update to 1.2.14 Includes backported security fixes Changes: https://tls.mbed.org/tech-updates/releases/polarssl-1.2.14-released PR: 201603 Security: d3216606-2b47-11e5-a668-080027ef73ec Modified: head/security/polarssl/Makefile head/security/polarssl/distinfo Modified: head/security/polarssl/Makefile ============================================================================== --- head/security/polarssl/Makefile Tue Jul 28 17:52:11 2015 (r393084) +++ head/security/polarssl/Makefile Tue Jul 28 18:08:30 2015 (r393085) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.13 +PORTVERSION= 1.2.14 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ @@ -18,8 +18,8 @@ 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 +# PolarSSL's 1.3 branch introduces API changes that are served at this +# time by a separate polarssl13 port. Therefore, limit Portscout to the # 1.2 branch for this port. PORTSCOUT= limit:^1\.2\. @@ -29,6 +29,15 @@ BINFILES= aescrypt2 benchmark dh_client sha1sum sha2sum ssl_cert_test ssl_client1 ssl_client2 \ ssl_server ssl_test +OPTIONS_DEFINE= DOCS TEST + +.include + +post-build: + cd ${WRKSRC} && LD_LIBRARY_PATH="`pwd`/library" programs/test/selftest +post-build-TEST-on: + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} LD_LIBRARY_PATH="`pwd`/library" ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS} check + # cmake install is broken, so we do it by hand do-install: @cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include "! -name *.orig" @@ -40,20 +49,14 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/programs/*/${i} ${STAGEDIR}${PREFIX}/bin/polarssl_${i} .endfor -OPTIONS_DEFINE= DOCS - -.include - -post-install: -.if ${PORT_OPTIONS:MDOCS} +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc -.endif +TEST_USES= perl5 + +BROKEN_powerpc= Does not compile on powerpc .include Modified: head/security/polarssl/distinfo ============================================================================== --- head/security/polarssl/distinfo Tue Jul 28 17:52:11 2015 (r393084) +++ head/security/polarssl/distinfo Tue Jul 28 18:08:30 2015 (r393085) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.13-gpl.tgz) = 62f44f2a9f39b5cefb229e5dd2644ca20ead477cb1843d6ff30671624315b021 -SIZE (polarssl-1.2.13-gpl.tgz) = 1023128 +SHA256 (polarssl-1.2.14-gpl.tgz) = d7cbd8314aa3a5441f6282d13d07df610f49b4bc678088b04188adf093d17d37 +SIZE (polarssl-1.2.14-gpl.tgz) = 1023322