Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package civetweb for openSUSE:Factory 
checked in at 2022-05-05 23:07:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/civetweb (Old)
 and      /work/SRC/openSUSE:Factory/.civetweb.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "civetweb"

Thu May  5 23:07:34 2022 rev:7 rq:975221 version:1.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/civetweb/civetweb.changes        2021-10-23 
00:52:04.725150544 +0200
+++ /work/SRC/openSUSE:Factory/.civetweb.new.1538/civetweb.changes      
2022-05-05 23:08:19.933702515 +0200
@@ -1,0 +2,5 @@
+Thu May  5 13:24:07 UTC 2022 - Marcus Meissner <[email protected]>
+
+- do not load libcrypto/libssl dynamically, just link against them 
(bsc#1199047)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ civetweb.spec ++++++
--- /var/tmp/diff_new_pack.pg5Uoa/_old  2022-05-05 23:08:20.561703299 +0200
+++ /var/tmp/diff_new_pack.pg5Uoa/_new  2022-05-05 23:08:20.565703304 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package civetweb
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,7 +30,7 @@
 Source1:        civetweb.conf
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  openssl-devel
+BuildRequires:  libopenssl-devel
 
 %description
 civetweb is a C/C++ embeddable web server with optional CGI, SSL and Lua 
support.
@@ -76,7 +76,8 @@
 rm -rf build
 %cmake -DWITH_ALL=1 \
        -DCIVETWEB_BUILD_TESTING=OFF \
-       -DCIVETWEB_ENABLE_CXX=ON
+       -DCIVETWEB_ENABLE_CXX=ON \
+       -DCIVETWEB_ENABLE_SSL_DYNAMIC_LOADING=OFF
 
 %cmake_build %{?_smp_mflags}
 

Reply via email to