Skip to content

Commit

Permalink
security/aws-c-auth: Adopt/Update to 0.6.16
Browse files Browse the repository at this point in the history
 - pet portclippy and portfmt

ChangeLog:	https://github.com/awslabs/aws-c-auth/releases/tag/v0.6.16
  • Loading branch information
nunotexbsd committed Aug 25, 2022
1 parent d936670 commit 00f4e19
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions security/aws-c-auth/Makefile
@@ -1,29 +1,29 @@
PORTNAME= aws-c-auth
PORTVERSION= 0.6.15
DISTVERSIONPREFIX= v
DISTVERSION= 0.6.16
CATEGORIES= security

MAINTAINER= ports@FreeBSD.org
MAINTAINER= eduardo@FreeBSD.org
COMMENT= C99 library implementation of AWS client-side authentication

LICENSE= APACHE20

LIB_DEPENDS= libaws-c-common.so:devel/aws-c-common \
libaws-c-cal.so:security/aws-c-cal \
libaws-c-io.so:devel/aws-c-io \
LIB_DEPENDS= libaws-c-cal.so:security/aws-c-cal \
libaws-c-common.so:devel/aws-c-common \
libaws-c-compression.so:devel/aws-c-compression \
libaws-c-http.so:devel/aws-c-http \
libaws-c-io.so:devel/aws-c-io \
libaws-c-sdkutils.so:devel/aws-c-sdkutils \
libs2n.so:security/s2n

USES= cmake compiler:c11 ssl

USE_GITHUB= yes
GH_ACCOUNT= awslabs
USE_LDCONFIG= yes

CMAKE_ARGS+= -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON \
CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTING=OFF \
-DCMAKE_PREFIX_PATH=${LOCALBASE}

USE_LDCONFIG= yes

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions security/aws-c-auth/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1661075599
SHA256 (awslabs-aws-c-auth-v0.6.15_GH0.tar.gz) = 52b1bf58155e726cc135257c1ea1e9af7c7f4e0f674d066165b11db20bb85477
SIZE (awslabs-aws-c-auth-v0.6.15_GH0.tar.gz) = 220273
TIMESTAMP = 1661428446
SHA256 (awslabs-aws-c-auth-v0.6.16_GH0.tar.gz) = 07f88d30e03b214d4db39180470b8dad8f0a1d8e55a4b26088c4f5387ad58c6e
SIZE (awslabs-aws-c-auth-v0.6.16_GH0.tar.gz) = 220397

0 comments on commit 00f4e19

Please sign in to comment.