Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libwebsockets for openSUSE:Factory 
checked in at 2021-10-12 21:49:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwebsockets (Old)
 and      /work/SRC/openSUSE:Factory/.libwebsockets.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwebsockets"

Tue Oct 12 21:49:32 2021 rev:12 rq:924751 version:4.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwebsockets/libwebsockets.changes      
2021-04-24 23:10:27.987506234 +0200
+++ /work/SRC/openSUSE:Factory/.libwebsockets.new.2443/libwebsockets.changes    
2021-10-12 21:50:54.312005016 +0200
@@ -1,0 +2,46 @@
+Tue Oct  5 20:47:20 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 4.3.0
+  * Add full CBOR stream parsing and writing support, with huge
+    amount of test vectors and resumable printf type write apis.
+    See ./READMEs/README.cbor-lecp.md
+  * Add COSE key and signing / validation support with huge amount
+    of test vectors.
+     cose_sign[1] ES256/384/512, RS256/384/512
+     cose_mac0    HS256/384/512
+    See ./READMEs/README.cbor-cose.md
+  * JIT Trust: for constrained devices, provides a way to determine
+    the trusted CA certs the peer requires, and instantiate just
+    those.  This allows generic client browsing without the
+    overhead of ~130 x.509 CA certs in memory permanently.
+  * Add support for client Netscape cookie jar with caching.
+  * Secure Streams: issue LWSSSCS_EVENT_WAIT_CANCELLED state() when
+    lws_cancel_service() called, so cross-thread events can be
+    handled in SS.
+  * Actively assert() on attempt to destroy SS handles still active
+    in the call stack, use DESTROY_ME returns instead so caller can
+    choose how to handle it.
+  * Improved Client Connection Error report strings for tls errors
+  * SMP: Use a private fakewsi for PROTOCOL_INIT so pts cannot try
+    to use the same one concurrently.
+  * MbedTLS v3 support for all release changes, as well as
+    retaining support for v2.x
+  * MQTT client: support QoS2
+  * Event lib ops can now be set at context creation time directly
+  * Extra APIs to recover AKID and SKID from x.509 in mbedtls and
+    openssl
+  * Improve http redirect to handle h2-> h2 cleanly
+  * IPv4+6 listen sockets on vhosts are now done with two separate
+    sockets bound individually to AF_INET and AF_INET6 addresses,
+    handled by the same vhost listen flow.
+  * Improved tls restriction handling.
+  * Log contexts: allow objects to log into local logging contexts
+    by lws_context, vhost, wsi and ss handle.  Each context has its
+    own emit function and log level. See./READMEs/README.logging.md
+  * Fault injection apis now also support pseudo-random number
+    binding within a specified range, eg,
+    --fault-injection "f1(10%),f1_delay(123..456)"
+  * Remove LWS_WITH_DEPRECATED_THINGS, remove master branch
+  * Interface binding now uses ipv6 scoring to select bind address
+
+-------------------------------------------------------------------

Old:
----
  libwebsockets-4.2.0.tar.gz

New:
----
  libwebsockets-4.3.0.tar.gz

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

Other differences:
------------------
++++++ libwebsockets.spec ++++++
--- /var/tmp/diff_new_pack.VJBMs5/_old  2021-10-12 21:50:55.020006029 +0200
+++ /var/tmp/diff_new_pack.VJBMs5/_new  2021-10-12 21:50:55.024006035 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define sover 18
+%define sover 19
 Name:           libwebsockets
-Version:        4.2.0
+Version:        4.3.0
 Release:        0
 Summary:        A WebSockets library written in C
 # base64-decode.c and ssl-http2.c is under MIT license with FPC exception.

++++++ libwebsockets-4.2.0.tar.gz -> libwebsockets-4.3.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/libwebsockets/libwebsockets-4.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.libwebsockets.new.2443/libwebsockets-4.3.0.tar.gz 
differ: char 19, line 1

Reply via email to