security/aws-c-auth: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2025-02-06 12:46:04 +01:00
parent 6a1ffaf9ca
commit 0cfef90483
4 changed files with 7 additions and 25 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= aws-c-auth
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
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 = 1729769856
SHA256 (awslabs-aws-c-auth-v0.8.0_GH0.tar.gz) = 217a0ebf8d7c5ad7e5f5ae814c2a371042164b64b4b9330c1c4bb2c6db1dbd33
SIZE (awslabs-aws-c-auth-v0.8.0_GH0.tar.gz) = 257750
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