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 2026-02-10 21:13:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-c-io (Old)
 and      /work/SRC/openSUSE:Factory/.aws-c-io.new.1670 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-c-io"

Tue Feb 10 21:13:21 2026 rev:37 rq:1332254 version:0.26.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-c-io/aws-c-io.changes        2026-01-17 
14:53:48.760829312 +0100
+++ /work/SRC/openSUSE:Factory/.aws-c-io.new.1670/aws-c-io.changes      
2026-02-10 21:14:06.091784227 +0100
@@ -1,0 +2,6 @@
+Fri Feb  6 12:03:11 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 0.26.1
+  * Add PQ-opt-out pref to supported s2n cases by @WillChilds-Klein in (#786)
+
+-------------------------------------------------------------------

Old:
----
  v0.26.0.tar.gz

New:
----
  v0.26.1.tar.gz

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

Other differences:
------------------
++++++ aws-c-io.spec ++++++
--- /var/tmp/diff_new_pack.lha6bY/_old  2026-02-10 21:14:06.667808364 +0100
+++ /var/tmp/diff_new_pack.lha6bY/_new  2026-02-10 21:14:06.671808532 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aws-c-io
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define library_version 1.0.0
 %define library_soversion 0unstable
 Name:           aws-c-io
-Version:        0.26.0
+Version:        0.26.1
 Release:        0
 Summary:        I/O and TLS package AWS SDK for C
 License:        Apache-2.0

++++++ v0.26.0.tar.gz -> v0.26.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-io-0.26.0/source/s2n/s2n_tls_channel_handler.c 
new/aws-c-io-0.26.1/source/s2n/s2n_tls_channel_handler.c
--- old/aws-c-io-0.26.0/source/s2n/s2n_tls_channel_handler.c    2026-01-13 
22:53:02.000000000 +0100
+++ new/aws-c-io-0.26.1/source/s2n/s2n_tls_channel_handler.c    2026-01-14 
23:07:39.000000000 +0100
@@ -267,6 +267,7 @@
         case AWS_IO_TLS_CIPHER_PREF_PQ_DEFAULT:
         case AWS_IO_TLS_CIPHER_PREF_PQ_TLSV1_2_2024_10:
         case AWS_IO_TLS_CIPHER_PREF_SYSTEM_DEFAULT:
+        case AWS_IO_TLS_CIPHER_PREF_TLSV1_0_2023_06:
         case AWS_IO_TLS_CIPHER_PREF_TLSV1_2_2025_07:
             return true;
         default:

Reply via email to