diff --git a/aws-c-io.changes b/aws-c-io.changes index 72ffcd8..7558389 100644 --- a/aws-c-io.changes +++ b/aws-c-io.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Thu Dec 9 12:14:19 UTC 2021 - John Paul Adrian Glaubitz + +- Update to version 0.10.14 + * Remove Windows.h from header + + Removed Windows.h from public header + + Improved error reporting when getaddrinfo() fail + + Set default cpu_id on thread_options + + Better use of const in aws_tls_ctx_pkcs11_options +- from version 0.10.13 + * Support PKCS#11 for mutual TLS on Unix platforms + + Support PKCS#11 for mutual TLS on Unix platforms (#451) +- from version 0.10.12 + * Path API updates + + Moved aws_path_exist checks over to the safe variant. (#448) +- from version 0.10.11 + * Updated S2N PQ Crypto cipher preference list + + Add Round 3 Cipher Pref List to Allowlist (#447) +- from version 0.10.10 + * Removed file utils, moved to common + + Replace tls double channel (#441) + - Remove test first + - Add codebuild job spec that will run downstream integration + tests (aws-c-http) that exercise double tls + - Add channel API to read from initial handler +- Rename devel package to "devel" +- Switch BuildRequires to use cmake() and pkgconfig() macros + ------------------------------------------------------------------- Mon Oct 11 07:47:07 UTC 2021 - John Paul Adrian Glaubitz diff --git a/aws-c-io.spec b/aws-c-io.spec index 331ecff..00b79a7 100644 --- a/aws-c-io.spec +++ b/aws-c-io.spec @@ -20,7 +20,7 @@ %define library_version 1.0.0 %define library_soversion 0unstable Name: aws-c-io -Version: 0.10.9 +Version: 0.10.14 Release: 0 Summary: I/O and TLS package AWS SDK for C License: Apache-2.0 @@ -31,10 +31,10 @@ Patch0: aci_fix-cmake-modules-path.patch Patch1: aci_add-so-version.patch BuildRequires: cmake BuildRequires: fdupes -BuildRequires: libaws-c-cal-devel -BuildRequires: libaws-c-common-devel -BuildRequires: libopenssl-devel -BuildRequires: libs2n-devel +BuildRequires: cmake(aws-c-cal) +BuildRequires: cmake(aws-c-common) +BuildRequires: pkgconfig(libssl) +BuildRequires: cmake(s2n) BuildRequires: ninja %description @@ -51,12 +51,12 @@ and TLS work for application protocols. This package contains the dynamically linked library. -%package -n lib%{name}-devel +%package devel Summary: Development files for aws-c-io library Group: Development/Libraries/C and C++ Requires: lib%{name}%{library_soversion} = %{version} -%description -n lib%{name}-devel +%description devel This is a module for the AWS SDK for C. It handles all I/O and TLS work for application protocols. @@ -92,7 +92,7 @@ export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/build %{_libdir}/*.so.%{library_soversion} %{_libdir}/*.so.%{library_version} -%files -n lib%{name}-devel +%files devel %{_libdir}/cmake/%{name}/ %{_libdir}/*.so %{_includedir}/* diff --git a/v0.10.14.tar.gz b/v0.10.14.tar.gz new file mode 100644 index 0000000..7009118 --- /dev/null +++ b/v0.10.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52927937c696e6ae03287d681006ac474b28a32b8df1927c7aad5fd69315dd8f +size 637212 diff --git a/v0.10.9.tar.gz b/v0.10.9.tar.gz deleted file mode 100644 index 5873c4c..0000000 --- a/v0.10.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c64464152abe8b7e23f10bc026ed54a15eaf0ec0aae625d28e2caf4489090327 -size 585329