Hello community,

here is the log from the commit of package libwebsockets for openSUSE:Factory 
checked in at 2020-12-17 17:05:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwebsockets (Old)
 and      /work/SRC/openSUSE:Factory/.libwebsockets.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwebsockets"

Thu Dec 17 17:05:11 2020 rev:10 rq:856481 version:4.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwebsockets/libwebsockets.changes      
2020-11-23 10:35:09.413668186 +0100
+++ /work/SRC/openSUSE:Factory/.libwebsockets.new.5145/libwebsockets.changes    
2020-12-17 17:08:57.273949987 +0100
@@ -1,0 +2,44 @@
+Fri Dec  4 21:06:07 UTC 2020 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 4.1.6
+  - NEW: CMakeLists.txt has been refactored and modernized into
+    smaller CMakeLists.txt
+  - NEW: event lib support on Unix is now built into dynamically
+    loaded plugins and brought in at runtime, allowing all of the
+    support to be built in isolation without conflicts, and
+    separately packaged with individual dependencies.
+    See ./READMEs/event-libs.md for details and how to force the
+    old static build into lws method.
+  - NEW: Captive Portal Detection.  Lws can determine if the
+    active default route is able to connect to the internet, or
+    is in a captive portal type situation, by trying to connect
+    to a remote server that will respond in an unusual way, like
+    provide a 204.
+  - NEW: Secure streams: Support system trust store if it exists
+  - NEW: lws_struct: BLOB support
+  - NEW: lws_sul: Now provides two sorted timer domains, a
+    default one as before, and another whose scheduled events are
+    capable to wake the system from suspend
+  - NEW: System Message Distribution: lws_smd provides a very
+    lightweight way to pass short messages between subsystems both
+    in RTOS type case where the subsystems are all on the lws
+    event loop, and in the case participants are in different
+    processes, using Secure Streams proxying. Participants
+    register a bitmap of message classes they care about; if no
+    particpant cares about a particular message, it is rejected
+    at allocation time for the sender, making it cheap to provide
+    messages speculatively.
+    See lib/system/smd/README.md for full details.
+  - NEW: lws_drivers: wrappers for SDK driver abstractions (or
+    actual drivers) See lib/drivers/README.md.
+  - NEW: Security-aware JWS JWT (JSON Web Tokens) apis are
+    provided on top of the existing JOSE / JWS apis. All the
+    common algorithms are available along with some high level
+    apis like lws http cookie -> JWT struct -> lws http cookie.
+  - REMOVED: esp32-helper and friends used by esp32-factory now
+    lws_drivers exists
+  - REMOVED: generic sessions and friends now JWT is provided
+- Drop not longer needed patch:
+  * libwebsockets-norpmtools.patch
+
+-------------------------------------------------------------------

Old:
----
  libwebsockets-4.0.20.tar.gz
  libwebsockets-norpmtools.patch

New:
----
  libwebsockets-4.1.6.tar.gz

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

Other differences:
------------------
++++++ libwebsockets.spec ++++++
--- /var/tmp/diff_new_pack.58c3UT/_old  2020-12-17 17:08:57.889950599 +0100
+++ /var/tmp/diff_new_pack.58c3UT/_new  2020-12-17 17:08:57.893950603 +0100
@@ -16,9 +16,9 @@
 #
 
 
-%define sover 16
+%define sover 17
 Name:           libwebsockets
-Version:        4.0.20
+Version:        4.1.6
 Release:        0
 Summary:        A WebSockets library written in C
 # base64-decode.c and ssl-http2.c is under MIT license with FPC exception.
@@ -28,7 +28,6 @@
 Group:          Development/Libraries/C and C++
 URL:            http://libwebsockets.org
 Source:         
https://github.com/warmcat/libwebsockets/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         %{name}-norpmtools.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  openssl-devel
@@ -41,7 +40,7 @@
 
 %package -n %{name}%{sover}
 Summary:        A WebSockets library written in C
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 
 %description -n %{name}%{sover}
 Libwebsockets covers some features for people making embedded
@@ -68,7 +67,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %cmake \
@@ -99,6 +97,6 @@
 %{_libdir}/libwebsockets.so
 %{_libdir}/pkgconfig/libwebsockets.pc
 %dir %{_libdir}/cmake/%{name}
-%{_libdir}/cmake/%{name}/Libwebsockets*.cmake
+%{_libdir}/cmake/%{name}/*.cmake
 
 %changelog

++++++ libwebsockets-4.0.20.tar.gz -> libwebsockets-4.1.6.tar.gz ++++++
/work/SRC/openSUSE:Factory/libwebsockets/libwebsockets-4.0.20.tar.gz 
/work/SRC/openSUSE:Factory/.libwebsockets.new.5145/libwebsockets-4.1.6.tar.gz 
differ: char 12, line 1
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to