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-12-22 22:42:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/civetweb (Old) and /work/SRC/openSUSE:Factory/.civetweb.new.28375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "civetweb" Fri Dec 22 22:42:22 2023 rev:9 rq:1134627 version:1.16 Changes: -------- --- /work/SRC/openSUSE:Factory/civetweb/civetweb.changes 2023-05-18 15:19:38.117968184 +0200 +++ /work/SRC/openSUSE:Factory/.civetweb.new.28375/civetweb.changes 2023-12-22 22:42:38.342872124 +0100 @@ -1,0 +2,5 @@ +Mon Dec 18 20:53:12 UTC 2023 - Axel Braun <axel.br...@gmx.de> + +- explicit compiler options for websockets, zlib, ssl and ssl v3 added + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ civetweb.spec ++++++ --- /var/tmp/diff_new_pack.nLrci3/_old 2023-12-22 22:42:39.054898223 +0100 +++ /var/tmp/diff_new_pack.nLrci3/_new 2023-12-22 22:42:39.054898223 +0100 @@ -30,6 +30,7 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libopenssl-devel +BuildRequires: zlib-devel %description civetweb is a C/C++ embeddable web server with optional CGI, SSL and Lua support. @@ -73,9 +74,16 @@ %build rm -rf build -%cmake -DWITH_ALL=1 \ + +export CFLAGS="%optflags -DUSE_X_DOM_SOCKET" + +%cmake -DCIVETWEB_ENABLE_WEBSOCKETS=ON \ -DCIVETWEB_BUILD_TESTING=OFF \ -DCIVETWEB_ENABLE_CXX=ON \ + -DCIVETWEB_ENABLE_SSL=ON \ + -DCIVETWEB_SSL_OPENSSL_API_1_1=OFF \ + -DCIVETWEB_SSL_OPENSSL_API_3_0=ON \ + -DCIVETWEB_ENABLE_ZLIB=ON \ -DCIVETWEB_ENABLE_SSL_DYNAMIC_LOADING=OFF %cmake_build %{?_smp_mflags}