Hello community,

here is the log from the commit of package ulfius for openSUSE:Factory checked 
in at 2019-07-08 15:11:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ulfius (Old)
 and      /work/SRC/openSUSE:Factory/.ulfius.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ulfius"

Mon Jul  8 15:11:41 2019 rev:5 rq:713850 version:2.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ulfius/ulfius.changes    2019-04-12 
09:15:13.557707207 +0200
+++ /work/SRC/openSUSE:Factory/.ulfius.new.4615/ulfius.changes  2019-07-08 
15:11:42.843384755 +0200
@@ -1,0 +2,31 @@
+Tue Jul  2 20:52:27 UTC 2019 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 2.6.1
+  * Fix package dependencies in cmake script
+  * Fix core test to skip websocket tests if webscket is disabled
+  * Disable ipv6 capabilities if libmicrohttpd is older than 0.9.52
+  * Small bugfixes
+- Update to version 2.6.0
+  * Add struct _u_request->callback_position to know the position
+    of the current callback in the callback list
+  * Use MHD_USE_AUTO instead of MHD_USE_THREAD_PER_CONNECTION if
+    libmicrohttpd is newer then 0.9.52
+  * Add network_type in struct _u_instance and struct _u_request to
+    specify IPV4, IPV6 or both networks
+  * Add check_server_certificate_flag, check_proxy_certificate,
+    check_proxy_certificate_flag and ca_path in struct _u_request to
+    add more precision and control on SSL verification in u_send_request
+  * Add functions ulfius_set_string_body_request,
+    ulfius_set_binary_body_request, ulfius_set_empty_body_request
+  * Add url_path in struct _u_request to store the url path only,
+    without query parameters
+  * Add ulfius_url_decode and ulfius_url_encode
+  * Clean code, add more tests
+    errors
+  * Use gnutls_rnd() instead of rand()
+- Update to version 2.5.5
+  * Fix #121 where websockets messages of 126 or 127 bytes long made
+  * Fix sneaky bug where endpoint injection inside a endpoint callback
+    can lead to wrong callback calls, or even worse, crashes
+
+-------------------------------------------------------------------

Old:
----
  ulfius-2.5.4.tar.gz

New:
----
  ulfius-2.6.1.tar.gz

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

Other differences:
------------------
++++++ ulfius.spec ++++++
--- /var/tmp/diff_new_pack.DcDu9K/_old  2019-07-08 15:11:43.483385369 +0200
+++ /var/tmp/diff_new_pack.DcDu9K/_new  2019-07-08 15:11:43.483385369 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define sover 2_5
+%define sover 2_6
 Name:           ulfius
-Version:        2.5.4
+Version:        2.6.1
 Release:        0
 Summary:        Web Framework for REST Applications in C
 License:        MIT
@@ -34,7 +34,7 @@
 BuildRequires:  pkgconfig(libcurl)
 BuildRequires:  pkgconfig(libmicrohttpd)
 BuildRequires:  pkgconfig(liborcania)
-BuildRequires:  pkgconfig(libyder)
+BuildRequires:  pkgconfig(libyder) >= 1.4.6
 
 %description
 The library is based on GNU libmicrohttpd for the backend web server, jansson

++++++ ulfius-2.5.4.tar.gz -> ulfius-2.6.1.tar.gz ++++++
++++ 4195 lines of diff (skipped)


Reply via email to