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-08-09 16:14:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-c-io (Old)
 and      /work/SRC/openSUSE:Factory/.aws-c-io.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-c-io"

Fri Aug  9 16:14:48 2024 rev:13 rq:1192577 version:0.14.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-c-io/aws-c-io.changes        2024-08-08 
10:58:52.316788196 +0200
+++ /work/SRC/openSUSE:Factory/.aws-c-io.new.7232/aws-c-io.changes      
2024-08-09 16:15:17.540505196 +0200
@@ -1,0 +2,10 @@
+Wed Aug  7 13:41:28 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 0.14.18
+  * Unique port between test_socket_with_bind_to_interface
+    and test_tcp_socket_communication by @waahm7 in (#667)
+- from version 0.14.17
+  * Make port more random for test_socket_with_bind_to_interface
+    test by @waahm7 in (#666)
+
+-------------------------------------------------------------------

Old:
----
  v0.14.16.tar.gz

New:
----
  v0.14.18.tar.gz

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

Other differences:
------------------
++++++ aws-c-io.spec ++++++
--- /var/tmp/diff_new_pack.T6mU6w/_old  2024-08-09 16:15:19.200574487 +0200
+++ /var/tmp/diff_new_pack.T6mU6w/_new  2024-08-09 16:15:19.216575155 +0200
@@ -20,7 +20,7 @@
 %define library_version 1.0.0
 %define library_soversion 0unstable
 Name:           aws-c-io
-Version:        0.14.16
+Version:        0.14.18
 Release:        0
 Summary:        I/O and TLS package AWS SDK for C
 License:        Apache-2.0

++++++ v0.14.16.tar.gz -> v0.14.18.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-io-0.14.16/tests/socket_test.c 
new/aws-c-io-0.14.18/tests/socket_test.c
--- old/aws-c-io-0.14.16/tests/socket_test.c    2024-07-31 23:14:58.000000000 
+0200
+++ new/aws-c-io-0.14.18/tests/socket_test.c    2024-08-03 00:35:40.000000000 
+0200
@@ -447,7 +447,7 @@
 #else
     strncpy(options.network_interface_name, "lo", 
AWS_NETWORK_INTERFACE_NAME_MAX);
 #endif
-    struct aws_socket_endpoint endpoint = {.address = "127.0.0.1", .port = 
8127};
+    struct aws_socket_endpoint endpoint = {.address = "127.0.0.1", .port = 
8128};
     if (s_test_socket(allocator, &options, &endpoint)) {
 #if !defined(AWS_OS_APPLE) && !defined(AWS_OS_LINUX)
         if (aws_last_error() == AWS_ERROR_PLATFORM_NOT_SUPPORTED) {
@@ -460,7 +460,7 @@
     options.domain = AWS_SOCKET_IPV4;
     ASSERT_SUCCESS(s_test_socket(allocator, &options, &endpoint));
 
-    struct aws_socket_endpoint endpoint_ipv6 = {.address = "::1", .port = 
1024};
+    struct aws_socket_endpoint endpoint_ipv6 = {.address = "::1", .port = 
8129};
     options.type = AWS_SOCKET_STREAM;
     options.domain = AWS_SOCKET_IPV6;
     if (s_test_socket(allocator, &options, &endpoint_ipv6)) {

Reply via email to