From owner-svn-ports-head@freebsd.org Sun Apr 9 19:26:30 2017 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 2F735D36FC4; Sun, 9 Apr 2017 19:26:30 +0000 (UTC) (envelope-from feld@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 D65A1D6E; Sun, 9 Apr 2017 19:26:29 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v39JQSeO099608; Sun, 9 Apr 2017 19:26:28 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v39JQS2q099605; Sun, 9 Apr 2017 19:26:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201704091926.v39JQS2q099605@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Sun, 9 Apr 2017 19:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r438115 - head/security/bearssl 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.23 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, 09 Apr 2017 19:26:30 -0000 Author: feld Date: Sun Apr 9 19:26:28 2017 New Revision: 438115 URL: https://svnweb.freebsd.org/changeset/ports/438115 Log: security/bearssl: Update to 0.4 Now requires GCC. The Clang build is not functional as it fails to link. The cause is under investigation. Modified: head/security/bearssl/Makefile head/security/bearssl/distinfo head/security/bearssl/pkg-plist Modified: head/security/bearssl/Makefile ============================================================================== --- head/security/bearssl/Makefile Sun Apr 9 18:29:32 2017 (r438114) +++ head/security/bearssl/Makefile Sun Apr 9 19:26:28 2017 (r438115) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= bearssl -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.4 +PORTREVISION= 0 CATEGORIES= security devel MASTER_SITES= https://bearssl.org/ @@ -12,14 +12,12 @@ COMMENT= Implementation of TLS/SSL in C LICENSE= MIT -USES= compiler:c11 - -post-patch: - ${REINPLACE_CMD} 's|CC = gcc|CC ?= gcc|' ${WRKSRC}/Makefile +USES= compiler +USE_GCC= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/brssl ${STAGEDIR}${LOCALBASE}/bin/ - (cd ${WRKSRC}/inc && ${COPYTREE_SHARE} . ${STAGEDIR}${LOCALBASE}/include/) - ${INSTALL_DATA} ${WRKSRC}/libbearssl.a ${STAGEDIR}${LOCALBASE}/lib/ + ${INSTALL_PROGRAM} ${WRKSRC}/build/brssl ${STAGEDIR}${LOCALBASE}/bin/ + ${INSTALL_DATA} ${WRKSRC}/build/libbearssl.so ${STAGEDIR}${LOCALBASE}/lib/ + (cd ${WRKSRC}/inc && ${COPYTREE_SHARE} \* ${STAGEDIR}${LOCALBASE}/include) .include Modified: head/security/bearssl/distinfo ============================================================================== --- head/security/bearssl/distinfo Sun Apr 9 18:29:32 2017 (r438114) +++ head/security/bearssl/distinfo Sun Apr 9 19:26:28 2017 (r438115) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483992695 -SHA256 (bearssl-0.2.tar.gz) = 8d7640b4112e7cf677a4a5f22a997cf89c4a18e51bc4843f6f16b7db7fe93f73 -SIZE (bearssl-0.2.tar.gz) = 531000 +TIMESTAMP = 1491764060 +SHA256 (bearssl-0.4.tar.gz) = 674d69ca6811a4a091de96d5866e22f06ffbf8d3765f0e884d9daeb80aa904d4 +SIZE (bearssl-0.4.tar.gz) = 633401 Modified: head/security/bearssl/pkg-plist ============================================================================== --- head/security/bearssl/pkg-plist Sun Apr 9 18:29:32 2017 (r438114) +++ head/security/bearssl/pkg-plist Sun Apr 9 19:26:28 2017 (r438115) @@ -10,4 +10,4 @@ include/bearssl_rsa.h include/bearssl_prf.h include/bearssl_pem.h include/bearssl_block.h -lib/libbearssl.a +lib/libbearssl.so