From owner-svn-ports-all@freebsd.org Tue Jan 5 15:08:31 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 35DF54E71F9; Tue, 5 Jan 2021 15:08:31 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9G8v10hMz4Zb6; Tue, 5 Jan 2021 15:08:31 +0000 (UTC) (envelope-from danilo@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 156AF658C; Tue, 5 Jan 2021 15:08:31 +0000 (UTC) (envelope-from danilo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 105F8URL017582; Tue, 5 Jan 2021 15:08:30 GMT (envelope-from danilo@FreeBSD.org) Received: (from danilo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 105F8Uti017576; Tue, 5 Jan 2021 15:08:30 GMT (envelope-from danilo@FreeBSD.org) Message-Id: <202101051508.105F8Uti017576@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danilo set sender to danilo@FreeBSD.org using -f From: Danilo Egea Gondolfo Date: Tue, 5 Jan 2021 15:08:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r560404 - in head/security: . aws-c-cal X-SVN-Group: ports-head X-SVN-Commit-Author: danilo X-SVN-Commit-Paths: in head/security: . aws-c-cal X-SVN-Commit-Revision: 560404 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2021 15:08:31 -0000 Author: danilo Date: Tue Jan 5 15:08:29 2021 New Revision: 560404 URL: https://svnweb.freebsd.org/changeset/ports/560404 Log: New port: security/aws-c-cal AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for cryptography primitives. Added: head/security/aws-c-cal/ head/security/aws-c-cal/Makefile (contents, props changed) head/security/aws-c-cal/distinfo (contents, props changed) head/security/aws-c-cal/pkg-descr (contents, props changed) head/security/aws-c-cal/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jan 5 15:08:10 2021 (r560403) +++ head/security/Makefile Tue Jan 5 15:08:29 2021 (r560404) @@ -34,6 +34,7 @@ SUBDIR += asignify SUBDIR += assh SUBDIR += autossh + SUBDIR += aws-c-cal SUBDIR += aws-iam-authenticator SUBDIR += aws-vault SUBDIR += axTLS Added: head/security/aws-c-cal/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/aws-c-cal/Makefile Tue Jan 5 15:08:29 2021 (r560404) @@ -0,0 +1,25 @@ +# Created by: Danilo Egea Gondolfo +# $FreeBSD$ + +PORTNAME= aws-c-cal +PORTVERSION= 0.4.5 +DISTVERSIONPREFIX= v +CATEGORIES= security + +MAINTAINER= danilo@FreeBSD.org +COMMENT= Aws Crypto Abstraction Layer + +LICENSE= APACHE20 + +LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common + +USES= cmake compiler:c11 ssl + +USE_GITHUB= yes +GH_ACCOUNT= awslabs + +CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_LIBDIR=${LOCALBASE}/lib + +USE_LDCONFIG= yes + +.include Added: head/security/aws-c-cal/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/aws-c-cal/distinfo Tue Jan 5 15:08:29 2021 (r560404) @@ -0,0 +1,3 @@ +TIMESTAMP = 1609763360 +SHA256 (awslabs-aws-c-cal-v0.4.5_GH0.tar.gz) = 0d5525045c836e0deb3b10b4832d69d3a79fd36cb9c8cd0a4f376e28e1c6ec2f +SIZE (awslabs-aws-c-cal-v0.4.5_GH0.tar.gz) = 51956 Added: head/security/aws-c-cal/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/aws-c-cal/pkg-descr Tue Jan 5 15:08:29 2021 (r560404) @@ -0,0 +1,4 @@ +AWS Crypto Abstraction Layer: Cross-Platform, C99 wrapper for +cryptography primitives. + +WWW: https://github.com/awslabs/aws-c-cal Added: head/security/aws-c-cal/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/aws-c-cal/pkg-plist Tue Jan 5 15:08:29 2021 (r560404) @@ -0,0 +1,12 @@ +bin/sha256_profile +include/aws/cal/cal.h +include/aws/cal/ecc.h +include/aws/cal/exports.h +include/aws/cal/hash.h +include/aws/cal/hmac.h +lib/aws-c-cal/cmake/aws-c-cal-config.cmake +lib/aws-c-cal/cmake/modules/FindLibCrypto.cmake +lib/aws-c-cal/cmake/shared/aws-c-cal-targets-release.cmake +lib/aws-c-cal/cmake/shared/aws-c-cal-targets.cmake +lib/libaws-c-cal.so +lib/libaws-c-cal.so.1.0.0