From owner-svn-ports-head@FreeBSD.ORG Mon Oct 27 21:48:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1BF85C80; Mon, 27 Oct 2014 21:48:44 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 077249A9; Mon, 27 Oct 2014 21:48:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9RLmh3m007930; Mon, 27 Oct 2014 21:48:43 GMT (envelope-from jase@FreeBSD.org) Received: (from jase@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9RLmhoP007926; Mon, 27 Oct 2014 21:48:43 GMT (envelope-from jase@FreeBSD.org) Message-Id: <201410272148.s9RLmhoP007926@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: jase set sender to jase@FreeBSD.org using -f From: Jase Thew Date: Mon, 27 Oct 2014 21:48:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371609 - in head/security/polarssl: . files 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.18-1 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: Mon, 27 Oct 2014 21:48:44 -0000 Author: jase Date: Mon Oct 27 21:48:42 2014 New Revision: 371609 URL: https://svnweb.freebsd.org/changeset/ports/371609 QAT: https://qat.redports.org/buildarchive/r371609/ Log: security/polarssl: Update to 1.2.12 While I am here: - Remove fetch wrapper as it is no longer required - Strip library shared object - Remove @dirrm* from pkg-plist Changes: https://raw.github.com/polarssl/polarssl/polarssl-1.2.12/ChangeLog Deleted: head/security/polarssl/files/fetchwrapper.sh Modified: head/security/polarssl/Makefile head/security/polarssl/distinfo head/security/polarssl/files/patch-library-Makefile head/security/polarssl/pkg-plist Modified: head/security/polarssl/Makefile ============================================================================== --- head/security/polarssl/Makefile Mon Oct 27 21:46:33 2014 (r371608) +++ head/security/polarssl/Makefile Mon Oct 27 21:48:42 2014 (r371609) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.2.10 +PORTVERSION= 1.2.12 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= http://polarssl.org/download/ @@ -11,10 +11,6 @@ COMMENT= Open Source embedded SSL/TLS cr LICENSE= GPLv2 -# bypass the HTML "now downloading..." splash site, code below -# .include -URL_SUFFIX= ?do=yes -FETCH_ARGS= -pRro ${DISTFILES} ALL_TARGET= no_test USES= gmake tar:tgz @@ -37,8 +33,9 @@ BINFILES= aescrypt2 benchmark dh_client do-install: @cd ${WRKSRC}/include && ${COPYTREE_SHARE} ${PORTNAME} ${STAGEDIR}${PREFIX}/include "! -name *.orig" ${INSTALL_DATA} ${WRKSRC}/library/libpolarssl.a ${STAGEDIR}${PREFIX}/lib/ - ${INSTALL_DATA} ${WRKSRC}/library/libpolarssl.so ${STAGEDIR}${PREFIX}/lib/libpolarssl.so.0 - cd ${STAGEDIR}${PREFIX}/lib/ && ${LN} -sf libpolarssl.so.0 libpolarssl.so + ${INSTALL_DATA} ${WRKSRC}/library/libpolarssl.so ${STAGEDIR}${PREFIX}/lib/libpolarssl.so.5 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpolarssl.so.5 + cd ${STAGEDIR}${PREFIX}/lib/ && ${LN} -sf libpolarssl.so.5 libpolarssl.so .for i in ${BINFILES} ${INSTALL_PROGRAM} ${WRKSRC}/programs/*/${i} ${STAGEDIR}${PREFIX}/bin/polarssl_${i} .endfor @@ -55,13 +52,8 @@ post-install: .endfor .endif -.include - -FETCH_CMD= ${SH} ${FILESDIR}/fetchwrapper.sh \ - ${URL_SUFFIX} ${FETCH_BINARY} ${FETCH_ARGS} - .if ${ARCH} == "powerpc" BROKEN= Does not compile on powerpc .endif -.include +.include Modified: head/security/polarssl/distinfo ============================================================================== --- head/security/polarssl/distinfo Mon Oct 27 21:46:33 2014 (r371608) +++ head/security/polarssl/distinfo Mon Oct 27 21:48:42 2014 (r371609) @@ -1,2 +1,2 @@ -SHA256 (polarssl-1.2.10-gpl.tgz) = b45a06b2fdeb0833970e6fb69bc331f2757a1b7e85537b02c1f169434ed888fa -SIZE (polarssl-1.2.10-gpl.tgz) = 999515 +SHA256 (polarssl-1.2.12-gpl.tgz) = 63dd60e78d25c438648607bb177b063dcf5fbf3ced9ee794fcb165d101940131 +SIZE (polarssl-1.2.12-gpl.tgz) = 1021400 Modified: head/security/polarssl/files/patch-library-Makefile ============================================================================== --- head/security/polarssl/files/patch-library-Makefile Mon Oct 27 21:46:33 2014 (r371608) +++ head/security/polarssl/files/patch-library-Makefile Mon Oct 27 21:48:42 2014 (r371609) @@ -1,5 +1,5 @@ ---- library/Makefile.orig 2012-11-26 19:20:30.821850410 +0000 -+++ library/Makefile 2012-11-26 19:21:01.534380354 +0000 +--- library/Makefile.orig 2014-10-24 09:42:52.000000000 +0100 ++++ library/Makefile 2014-10-27 20:13:26.522466123 +0000 @@ -18,9 +18,7 @@ # CFLAGS += -D_BSD_EXTENSION @@ -8,7 +8,7 @@ CFLAGS += -fPIC -endif - SONAME=libpolarssl.so.0 + SONAME=libpolarssl.so.5 @@ -53,11 +51,7 @@ Modified: head/security/polarssl/pkg-plist ============================================================================== --- head/security/polarssl/pkg-plist Mon Oct 27 21:46:33 2014 (r371608) +++ head/security/polarssl/pkg-plist Mon Oct 27 21:48:42 2014 (r371609) @@ -65,8 +65,6 @@ include/polarssl/x509write.h include/polarssl/xtea.h lib/libpolarssl.a lib/libpolarssl.so -lib/libpolarssl.so.0 +lib/libpolarssl.so.5 %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry include/polarssl