forked from pool/aws-c-io
Accepting request 937773 from home:glaubitz:branches:devel:libraries:c_c++
- 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
OBS-URL: https://build.opensuse.org/request/show/937773
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=11
This commit is contained in:
@@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 9 12:14:19 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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 <adrian.glaubitz@suse.com>
|
Mon Oct 11 07:47:07 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
%define library_version 1.0.0
|
%define library_version 1.0.0
|
||||||
%define library_soversion 0unstable
|
%define library_soversion 0unstable
|
||||||
Name: aws-c-io
|
Name: aws-c-io
|
||||||
Version: 0.10.9
|
Version: 0.10.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: I/O and TLS package AWS SDK for C
|
Summary: I/O and TLS package AWS SDK for C
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -31,10 +31,10 @@ Patch0: aci_fix-cmake-modules-path.patch
|
|||||||
Patch1: aci_add-so-version.patch
|
Patch1: aci_add-so-version.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: libaws-c-cal-devel
|
BuildRequires: cmake(aws-c-cal)
|
||||||
BuildRequires: libaws-c-common-devel
|
BuildRequires: cmake(aws-c-common)
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: pkgconfig(libssl)
|
||||||
BuildRequires: libs2n-devel
|
BuildRequires: cmake(s2n)
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -51,12 +51,12 @@ and TLS work for application protocols.
|
|||||||
|
|
||||||
This package contains the dynamically linked library.
|
This package contains the dynamically linked library.
|
||||||
|
|
||||||
%package -n lib%{name}-devel
|
%package devel
|
||||||
Summary: Development files for aws-c-io library
|
Summary: Development files for aws-c-io library
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: lib%{name}%{library_soversion} = %{version}
|
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
|
This is a module for the AWS SDK for C. It handles all I/O
|
||||||
and TLS work for application protocols.
|
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_soversion}
|
||||||
%{_libdir}/*.so.%{library_version}
|
%{_libdir}/*.so.%{library_version}
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files devel
|
||||||
%{_libdir}/cmake/%{name}/
|
%{_libdir}/cmake/%{name}/
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
|
|||||||
3
v0.10.14.tar.gz
Normal file
3
v0.10.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:52927937c696e6ae03287d681006ac474b28a32b8df1927c7aad5fd69315dd8f
|
||||||
|
size 637212
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c64464152abe8b7e23f10bc026ed54a15eaf0ec0aae625d28e2caf4489090327
|
|
||||||
size 585329
|
|
||||||
Reference in New Issue
Block a user