Compare commits
14 Commits
Author | SHA256 | Date | |
---|---|---|---|
7f48b3a723 | |||
aec604d52a | |||
fe2022da96 | |||
132a1e74cf | |||
f4ae085a3c | |||
44da04112a | |||
abac733a53 | |||
b7dbb7f917 | |||
da2903e7d9 | |||
8e04a8b597 | |||
4f7e6b0950 | |||
0c597fb523 | |||
e05ec4e5cc | |||
ffe783bf3c |
@@ -1,45 +0,0 @@
|
|||||||
diff -Nru aws-c-auth-0.6.4.orig/CMakeLists.txt aws-c-auth-0.6.4/CMakeLists.txt
|
|
||||||
--- aws-c-auth-0.6.4.orig/CMakeLists.txt 2021-08-31 21:05:57.000000000 +0000
|
|
||||||
+++ aws-c-auth-0.6.4/CMakeLists.txt 2021-10-12 12:14:56.438749566 +0000
|
|
||||||
@@ -14,18 +14,11 @@
|
|
||||||
file(TO_CMAKE_PATH "${CMAKE_INSTALL_PREFIX}" CMAKE_INSTALL_PREFIX)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
-
|
|
||||||
-if (UNIX AND NOT APPLE)
|
|
||||||
- include(GNUInstallDirs)
|
|
||||||
-elseif(NOT DEFINED CMAKE_INSTALL_LIBDIR)
|
|
||||||
- set(CMAKE_INSTALL_LIBDIR "lib")
|
|
||||||
-endif()
|
|
||||||
-
|
|
||||||
-# This is required in order to append /lib/cmake to each element in CMAKE_PREFIX_PATH
|
|
||||||
-set(AWS_MODULE_DIR "/${CMAKE_INSTALL_LIBDIR}/cmake")
|
|
||||||
-string(REPLACE ";" "${AWS_MODULE_DIR};" AWS_MODULE_PATH "${CMAKE_PREFIX_PATH}${AWS_MODULE_DIR}")
|
|
||||||
-# Append that generated list to the module search path
|
|
||||||
-list(APPEND CMAKE_MODULE_PATH ${AWS_MODULE_PATH})
|
|
||||||
+find_package(aws-c-common REQUIRED)
|
|
||||||
+set(CMAKE_MODULE_PATH ${aws-c-common_DIR})
|
|
||||||
+
|
|
||||||
+list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake/modules")
|
|
||||||
+include(GNUInstallDirs)
|
|
||||||
|
|
||||||
include(AwsCFlags)
|
|
||||||
include(AwsCheckHeaders)
|
|
||||||
@@ -118,7 +111,7 @@
|
|
||||||
endif()
|
|
||||||
|
|
||||||
install(EXPORT "${PROJECT_NAME}-targets"
|
|
||||||
- DESTINATION "${LIBRARY_DIRECTORY}/${PROJECT_NAME}/cmake/${TARGET_DIR}/"
|
|
||||||
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}/${TARGET_DIR}/"
|
|
||||||
NAMESPACE AWS::
|
|
||||||
COMPONENT Development)
|
|
||||||
|
|
||||||
@@ -127,7 +120,7 @@
|
|
||||||
@ONLY)
|
|
||||||
|
|
||||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake"
|
|
||||||
- DESTINATION "${LIBRARY_DIRECTORY}/${PROJECT_NAME}/cmake/"
|
|
||||||
+ DESTINATION "${LIB_INSTALL_DIR}/cmake/${CMAKE_PROJECT_NAME}"
|
|
||||||
COMPONENT Development)
|
|
||||||
|
|
||||||
include(CTest)
|
|
@@ -1,3 +1,56 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 2 15:10:10 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.9.0
|
||||||
|
* Async cognito support by @bretambrose in (#267)
|
||||||
|
* Update docs for DefaultChain by @waahm7 in (#266)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 18 08:28:45 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.7
|
||||||
|
* Only forbid `X-Amz-S3session-Token` when signing with s3 express
|
||||||
|
by @TingDaoK in (#268)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 12 07:25:09 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.6
|
||||||
|
* aws_hex_encode() no longer adds null-terminator by @graebm in (#264)
|
||||||
|
* Support Endpoint Override for CredentialsProviders by @waahm7 in (#263)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 19 11:39:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.5
|
||||||
|
* Account ID support for Crendentials Providers by @waahm7 in (#262)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 30 12:02:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.4
|
||||||
|
* A bunch of CMake fixes by @graebm in (#258)
|
||||||
|
- from version 0.8.3
|
||||||
|
* Add Account Id to Credentials by @waahm7 in (#260)
|
||||||
|
- from version 0.8.2
|
||||||
|
* Skip Transfer-Encoding from signing by @DmitriyMusatkin in (#261)
|
||||||
|
- Drop aca_fix-cmake-modules-path.patch, fixed upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 22 16:14:03 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.1
|
||||||
|
* chore: Modified bug issue template to add checkbox to report
|
||||||
|
potential regression. by @ashishdhingra in (#252)
|
||||||
|
* Switch CI to use roles by @DmitriyMusatkin in (#256)
|
||||||
|
* Fix Retries for ECSCredentialsProvider by @waahm7 in (#259)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 24 12:02:55 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.0
|
||||||
|
* Update CMake to 3.9 by @waahm7 in (#255)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 17 09:33:12 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Sep 17 09:33:12 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@@ -20,14 +20,13 @@
|
|||||||
%define library_pkg 1_0_0
|
%define library_pkg 1_0_0
|
||||||
%define library_soversion 1
|
%define library_soversion 1
|
||||||
Name: aws-c-auth
|
Name: aws-c-auth
|
||||||
Version: 0.7.31
|
Version: 0.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AWS C99 library implementation of AWS client-side authentication
|
Summary: AWS C99 library implementation of AWS client-side authentication
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/awslabs/aws-c-auth
|
URL: https://github.com/awslabs/aws-c-auth
|
||||||
Source0: https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz
|
Source0: https://github.com/awslabs/%{name}/archive/v%{version}.tar.gz
|
||||||
Patch0: aca_fix-cmake-modules-path.patch
|
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: cmake(aws-c-common)
|
BuildRequires: cmake(aws-c-common)
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f97aacef6bd1649734383c2bf022250671f353b7fa60d195e6865d7f4594b43
|
|
||||||
size 257724
|
|
3
v0.9.0.tar.gz
Normal file
3
v0.9.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:aa6e98864fefb95c249c100da4ae7aed36ba13a8a91415791ec6fad20bec0427
|
||||||
|
size 265696
|
Reference in New Issue
Block a user