Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package civetweb for openSUSE:Factory checked in at 2023-05-18 15:19:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/civetweb (Old) and /work/SRC/openSUSE:Factory/.civetweb.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "civetweb" Thu May 18 15:19:30 2023 rev:8 rq:1087704 version:1.16 Changes: -------- --- /work/SRC/openSUSE:Factory/civetweb/civetweb.changes 2022-05-05 23:08:19.933702515 +0200 +++ /work/SRC/openSUSE:Factory/.civetweb.new.1533/civetweb.changes 2023-05-18 15:19:38.117968184 +0200 @@ -1,0 +2,22 @@ +Wed May 17 12:02:09 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to version 1.16: + * Enable IPv6 as default when using CMake + * Define error codes for mg_start2, mg_start_domain2, mg_connect_client2 + * Fixes for OpenSSL 3.0 support + * Add support for Mbed TLS v3.0.0 + * WebDAV should understand Windows File Explorer (experimental) + * Accept HTTP basic authentication + * Make pattern matching function availible in the public interface + * Make base64 encoding and decoding functions available + * Various fixes for HTTP/2 support + * Additional examples + * Fixes and updates to existing examples + * Fix spelling errors in code and documentation + * Remove Conan support + + * Known Issues: + The WebDAV support when using the Windows Explorer as client has various limitations when renaming or moving files and folders. + In particular file names in non-latin characters may break when running the server on Linux and connecting with the Windows Explorer. + +------------------------------------------------------------------- Old: ---- civetweb-1.15.tar.gz New: ---- civetweb-1.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ civetweb.spec ++++++ --- /var/tmp/diff_new_pack.dtH8Qh/_old 2023-05-18 15:19:38.901972992 +0200 +++ /var/tmp/diff_new_pack.dtH8Qh/_new 2023-05-18 15:19:38.909973040 +0200 @@ -1,7 +1,7 @@ # # spec file for package civetweb # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,12 @@ %define soname 1_15_0 %define _libname libcivetweb - Name: civetweb +Version: 1.16 +Release: 0 Summary: A C/C++ web server License: MIT Group: Productivity/Networking/Web/Servers -Version: 1.15 -Release: 0 URL: https://github.com/civetweb/civetweb Source0: https://github.com/civetweb/civetweb/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: civetweb.conf @@ -86,7 +85,6 @@ %post -n %{_libname}%{soname} -p /sbin/ldconfig %postun -n %{_libname}%{soname} -p /sbin/ldconfig - %post -n %{_libname}-cpp%{soname} -p /sbin/ldconfig %postun -n %{_libname}-cpp%{soname} -p /sbin/ldconfig @@ -106,6 +104,8 @@ %{_includedir}/CivetServer.h %{_libdir}/lib%{name}.so %{_libdir}/lib%{name}-cpp.so +%{_datadir}/pkgconfig/%{name}.pc +%{_datadir}/pkgconfig/%{name}-cpp.pc %dir %{_libdir}/cmake/%{name} %{_libdir}/cmake/%{name}/*cmake ++++++ civetweb-1.15.tar.gz -> civetweb-1.16.tar.gz ++++++ /work/SRC/openSUSE:Factory/civetweb/civetweb-1.15.tar.gz /work/SRC/openSUSE:Factory/.civetweb.new.1533/civetweb-1.16.tar.gz differ: char 13, line 1