forked from pool/aws-c-io
Accepting request 888441 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.9.8
+ Mac TLS API update
* Small update to Mac TLS keychain API signature
- from version 0.9.7
+ Fixing bug with aws_input_stream_new_from_file
* Changing fopen flags used by aws_input_stream_new_from_file to r+b
instead of r, which fixes a Windows issue where the stream may terminate
early due to an EOF character.
- from version 0.9.6
+ Windows ECC platform synchronization
* (Windows only) Synchronizes ECC import logic with the compilation/cmake
switch that links NCrypt in aws-c-cal
- from version 0.9.5
+ Mac Keychain and Windows ECC certs
* Hardened Windows certificate import process
* Added support for importing ECC certs/keys in Windows
* Added support for overriding the keychain on Macintosh
- from version 0.9.4
+ PEM comments support
* Support comments in PEM file.
- from version 0.9.3
+ Platform compiler fixes and TLS shutdown delay
* Misc compiler fixes on Windows
* Improve Mac foundation library integration
* honor s2n's tls shutdown delay on linux when applicable
* ASAN CI integration and resulting fixes
- from version 0.9.2
+ Support for bring your own crypto TLS implementation on Unix platforms
* Added support for bring your own crypto via the cmake -DBYO_CRYPTO flag
- from version 0.9.1
OBS-URL: https://build.opensuse.org/request/show/888441
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-io?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 26 10:36:48 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.9.8
|
||||
+ Mac TLS API update
|
||||
* Small update to Mac TLS keychain API signature
|
||||
- from version 0.9.7
|
||||
+ Fixing bug with aws_input_stream_new_from_file
|
||||
* Changing fopen flags used by aws_input_stream_new_from_file to r+b
|
||||
instead of r, which fixes a Windows issue where the stream may terminate
|
||||
early due to an EOF character.
|
||||
- from version 0.9.6
|
||||
+ Windows ECC platform synchronization
|
||||
* (Windows only) Synchronizes ECC import logic with the compilation/cmake
|
||||
switch that links NCrypt in aws-c-cal
|
||||
- from version 0.9.5
|
||||
+ Mac Keychain and Windows ECC certs
|
||||
* Hardened Windows certificate import process
|
||||
* Added support for importing ECC certs/keys in Windows
|
||||
* Added support for overriding the keychain on Macintosh
|
||||
- from version 0.9.4
|
||||
+ PEM comments support
|
||||
* Support comments in PEM file.
|
||||
- from version 0.9.3
|
||||
+ Platform compiler fixes and TLS shutdown delay
|
||||
* Misc compiler fixes on Windows
|
||||
* Improve Mac foundation library integration
|
||||
* honor s2n's tls shutdown delay on linux when applicable
|
||||
* ASAN CI integration and resulting fixes
|
||||
- from version 0.9.2
|
||||
+ Support for bring your own crypto TLS implementation on Unix platforms
|
||||
* Added support for bring your own crypto via the cmake -DBYO_CRYPTO flag
|
||||
- from version 0.9.1
|
||||
+ Removed dependency on lib crypto in aws-c-cal/s2n
|
||||
* Updated builder version of s2n to latest release (#361)
|
||||
* Updated to builder v0.8.4
|
||||
* Fixed build-deps to avoid compile issues from aws-lc
|
||||
- from version 0.9.0
|
||||
+ New managed thread API
|
||||
* Convert to new managed thread system for threads that cannot be
|
||||
reliably explicitly joined
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 15 11:21:16 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package aws-c-io
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%define library_version 1.0.0
|
||||
%define library_soversion 0unstable
|
||||
Name: aws-c-io
|
||||
Version: 0.8.3
|
||||
Version: 0.9.8
|
||||
Release: 0
|
||||
Summary: I/O and TLS package AWS SDK for C
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6361e0e26392bd17dd54af4283f37b733d146a47646341540580094c3b1d3f4c
|
||||
size 582410
|
||||
3
v0.9.8.tar.gz
Normal file
3
v0.9.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd5800a195ea19942ca70344aa4f775d2d9c0ab16c78d7200332a4e0a31c468a
|
||||
size 578189
|
||||
Reference in New Issue
Block a user