forked from Lainports/opnsense-ports
security/aws-c-cal: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
0cfef90483
commit
6fbd04a5e3
3 changed files with 8 additions and 9 deletions
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= aws-c-cal
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.8.1
|
||||
DISTVERSION= 0.8.3
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= eduardo@FreeBSD.org
|
||||
|
|
@ -17,7 +17,6 @@ USE_GITHUB= yes
|
|||
GH_ACCOUNT= awslabs
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=${LOCALBASE}/lib
|
||||
CMAKE_ON= BUILD_SHARED_LIBS
|
||||
CMAKE_OFF= BUILD_TESTING
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1732015734
|
||||
SHA256 (awslabs-aws-c-cal-v0.8.1_GH0.tar.gz) = 4d603641758ef350c3e5401184804e8a6bba4aa5294593cc6228b0dca77b22f5
|
||||
SIZE (awslabs-aws-c-cal-v0.8.1_GH0.tar.gz) = 1677156
|
||||
TIMESTAMP = 1738178107
|
||||
SHA256 (awslabs-aws-c-cal-v0.8.3_GH0.tar.gz) = 413a5226a881eb2d7c7b453707c90b6ad1c0f63edfc15e87087f56d7d10c2a1b
|
||||
SIZE (awslabs-aws-c-cal-v0.8.3_GH0.tar.gz) = 1677184
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ include/aws/cal/hash.h
|
|||
include/aws/cal/hmac.h
|
||||
include/aws/cal/rsa.h
|
||||
include/aws/cal/symmetric_cipher.h
|
||||
lib/aws-c-cal/cmake/aws-c-cal-config.cmake
|
||||
lib/aws-c-cal/cmake/modules/Findcrypto.cmake
|
||||
lib/aws-c-cal/cmake/shared/aws-c-cal-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/aws-c-cal/cmake/shared/aws-c-cal-targets.cmake
|
||||
lib/cmake/aws-c-cal/aws-c-cal-config.cmake
|
||||
lib/cmake/aws-c-cal/modules/Findcrypto.cmake
|
||||
lib/cmake/aws-c-cal/shared/aws-c-cal-targets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/aws-c-cal/shared/aws-c-cal-targets.cmake
|
||||
lib/libaws-c-cal.so
|
||||
lib/libaws-c-cal.so.1.0.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue