14 Commits

Author SHA256 Message Date
7f48b3a723 Accepting request 1267110 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1267110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-auth?expand=0&rev=19
2025-04-04 15:34:17 +00:00
aec604d52a - Update to version 0.9.0
* Async cognito support by @bretambrose in (#267)
  * Update docs for DefaultChain by @waahm7 in (#266)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=59
2025-04-04 10:58:45 +00:00
fe2022da96 Accepting request 1256215 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1256215
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-auth?expand=0&rev=18
2025-03-26 20:22:58 +00:00
132a1e74cf - Update to version 0.8.7
* Only forbid `X-Amz-S3session-Token` when signing with s3 express
    by @TingDaoK in (#268)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=57
2025-03-26 12:34:42 +00:00
f4ae085a3c Accepting request 1252346 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1252346
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-auth?expand=0&rev=17
2025-03-13 14:06:09 +00:00
44da04112a - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=55
2025-03-12 09:16:15 +00:00
abac733a53 Accepting request 1247338 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1247338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-auth?expand=0&rev=16
2025-02-20 15:41:41 +00:00
b7dbb7f917 - Update to version 0.8.5
* Account ID support for Crendentials Providers by @waahm7 in (#262)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=53
2025-02-20 09:38:48 +00:00
da2903e7d9 Accepting request 1243453 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1243453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-auth?expand=0&rev=15
2025-02-06 21:05:27 +00:00
8e04a8b597 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=51
2025-02-05 16:02:31 +00:00
4f7e6b0950 Accepting request 1239856 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1239856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-auth?expand=0&rev=14
2025-01-23 17:05:46 +00:00
0c597fb523 - 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)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=49
2025-01-23 12:12:22 +00:00
e05ec4e5cc Accepting request 1218381 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1218381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aws-c-auth?expand=0&rev=13
2024-10-27 10:25:10 +00:00
ffe783bf3c - Update to version 0.8.0
* Update CMake to 3.9 by @waahm7 in (#255)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-auth?expand=0&rev=47
2024-10-25 15:09:11 +00:00
5 changed files with 57 additions and 50 deletions

View File

@@ -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)

View File

@@ -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>

View File

@@ -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)

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa6e98864fefb95c249c100da4ae7aed36ba13a8a91415791ec6fad20bec0427
size 265696