Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-c-io for openSUSE:Factory 
checked in at 2024-04-07 22:10:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-c-io (Old)
 and      /work/SRC/openSUSE:Factory/.aws-c-io.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-c-io"

Sun Apr  7 22:10:31 2024 rev:5 rq:1165452 version:0.14.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-c-io/aws-c-io.changes        2024-03-26 
19:29:42.226328776 +0100
+++ /work/SRC/openSUSE:Factory/.aws-c-io.new.1905/aws-c-io.changes      
2024-04-07 22:12:47.805523865 +0200
@@ -1,0 +2,6 @@
+Fri Apr  5 08:37:19 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 0.14.7
+  * Skip rsa8192.badssl.com test to fix CI by @waahm7 in (#635)
+
+-------------------------------------------------------------------

Old:
----
  v0.14.6.tar.gz

New:
----
  v0.14.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aws-c-io.spec ++++++
--- /var/tmp/diff_new_pack.ljZcz2/_old  2024-04-07 22:12:48.361544227 +0200
+++ /var/tmp/diff_new_pack.ljZcz2/_new  2024-04-07 22:12:48.361544227 +0200
@@ -20,7 +20,7 @@
 %define library_version 1.0.0
 %define library_soversion 0unstable
 Name:           aws-c-io
-Version:        0.14.6
+Version:        0.14.7
 Release:        0
 Summary:        I/O and TLS package AWS SDK for C
 License:        Apache-2.0

++++++ v0.14.6.tar.gz -> v0.14.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-io-0.14.6/tests/CMakeLists.txt 
new/aws-c-io-0.14.7/tests/CMakeLists.txt
--- old/aws-c-io-0.14.6/tests/CMakeLists.txt    2024-03-12 00:45:01.000000000 
+0100
+++ new/aws-c-io-0.14.7/tests/CMakeLists.txt    2024-04-02 23:30:42.000000000 
+0200
@@ -183,13 +183,13 @@
     # Badssl - Secure uncommon suite
     # We skip 10000san for now as its unclear the point or relevance 
especially with respect to the OS-based
     # TLS implementations
-    # We skip 1000san, sha384 and sha512 because the public badssl certificate 
is expired and we haven't migrated to
+    # We skip 1000san, sha384, rsa8192 and sha512 because the public badssl 
certificate is expired and we haven't migrated to
     # internal hosting yet
     # We also defer the incomplete chain test for now until we can do some 
further study on how to get it to
     # properly fail on windows and osx.
     # add_net_test_case(tls_client_channel_negotiation_success_sha384)
     # add_net_test_case(tls_client_channel_negotiation_success_sha512)
-    add_net_test_case(tls_client_channel_negotiation_success_rsa8192)
+    # add_net_test_case(tls_client_channel_negotiation_success_rsa8192)
     add_net_test_case(tls_client_channel_negotiation_error_no_subject)
     
add_net_test_case(tls_client_channel_negotiation_success_no_verify_no_subject)
     add_net_test_case(tls_client_channel_negotiation_error_no_common_name)

Reply via email to