security/aws-c-auth: Update to 0.8.4

ChangeLog: https://github.com/awslabs/aws-c-auth/releases/tag/v0.8.4
This commit is contained in:
Nuno Teixeira 2025-01-29 20:40:14 +00:00
parent af0034f96c
commit bd889316f7
4 changed files with 7 additions and 25 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= aws-c-auth
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.3
DISTVERSION= 0.8.4
CATEGORIES= security
MAINTAINER= eduardo@FreeBSD.org
@ -24,7 +24,6 @@ USE_GITHUB= yes
GH_ACCOUNT= awslabs
USE_LDCONFIG= yes
CMAKE_ARGS+= -DCMAKE_PREFIX_PATH=${LOCALBASE}
CMAKE_ON= BUILD_SHARED_LIBS
CMAKE_OFF= BUILD_TESTING

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1738013567
SHA256 (awslabs-aws-c-auth-v0.8.3_GH0.tar.gz) = 369c9b21c2f54fd77d61d2a72ba79e208e24736466ab7f21a140937dc7e9c615
SIZE (awslabs-aws-c-auth-v0.8.3_GH0.tar.gz) = 260004
TIMESTAMP = 1738181595
SHA256 (awslabs-aws-c-auth-v0.8.4_GH0.tar.gz) = 5a49b43aba7d2be6217b73dc40256120d31a7d0ca2c3f96d06e5154beed5de7a
SIZE (awslabs-aws-c-auth-v0.8.4_GH0.tar.gz) = 259821

View file

@ -1,10 +0,0 @@
--- CMakeLists.txt.orig 2021-10-23 10:33:37 UTC
+++ CMakeLists.txt
@@ -111,6 +111,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC ${DEP_AWS
aws_prepare_shared_lib_exports(${PROJECT_NAME})
install(FILES ${AWS_AUTH_ROOT_HEADERS} DESTINATION "include/aws/auth" COMPONENT Development)
+install(FILES ${AWS_AUTH_PRIVATE_HEADERS} DESTINATION "include/aws/auth/private" COMPONENT Development)
if (BUILD_SHARED_LIBS)
set (TARGET_DIR "shared")

View file

@ -2,19 +2,12 @@ include/aws/auth/auth.h
include/aws/auth/aws_imds_client.h
include/aws/auth/credentials.h
include/aws/auth/exports.h
include/aws/auth/private/aws_profile.h
include/aws/auth/private/aws_signing.h
include/aws/auth/private/credentials_utils.h
include/aws/auth/private/key_derivation.h
include/aws/auth/private/sigv4_http_request.h
include/aws/auth/private/sso_token_providers.h
include/aws/auth/private/sso_token_utils.h
include/aws/auth/signable.h
include/aws/auth/signing.h
include/aws/auth/signing_config.h
include/aws/auth/signing_result.h
lib/aws-c-auth/cmake/aws-c-auth-config.cmake
lib/aws-c-auth/cmake/shared/aws-c-auth-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/aws-c-auth/cmake/shared/aws-c-auth-targets.cmake
lib/cmake/aws-c-auth/aws-c-auth-config.cmake
lib/cmake/aws-c-auth/shared/aws-c-auth-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/aws-c-auth/shared/aws-c-auth-targets.cmake
lib/libaws-c-auth.so
lib/libaws-c-auth.so.1.0.0