Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libserf for openSUSE:Factory checked 
in at 2021-12-08 22:08:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libserf (Old)
 and      /work/SRC/openSUSE:Factory/.libserf.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libserf"

Wed Dec  8 22:08:44 2021 rev:28 rq:936078 version:1.3.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libserf/libserf.changes  2020-06-21 
19:50:01.285853102 +0200
+++ /work/SRC/openSUSE:Factory/.libserf.new.31177/libserf.changes       
2021-12-08 22:09:12.926869890 +0100
@@ -1,0 +2,11 @@
+Mon Dec  6 15:53:16 UTC 2021 - Danilo Spinella <[email protected]>
+
+- Update Source links
+
+-------------------------------------------------------------------
+Mon Dec  6 14:15:49 UTC 2021 - Dirk M??ller <[email protected]>
+
+- add openssl3.patch to avoid using removed functionality in an
+  irrelvant place 
+
+-------------------------------------------------------------------

New:
----
  openssl3.patch

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

Other differences:
------------------
++++++ libserf.spec ++++++
--- /var/tmp/diff_new_pack.oXf6KO/_old  2021-12-08 22:09:13.446870133 +0100
+++ /var/tmp/diff_new_pack.oXf6KO/_new  2021-12-08 22:09:13.446870133 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libserf
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,15 +29,17 @@
 License:        Apache-2.0
 Group:          System/Libraries
 URL:            https://serf.apache.org/
-Source:         
https://dist.apache.org/repos/dist/dev/serf/serf-%{version}.tar.bz2
-Source2:        
https://dist.apache.org/repos/dist/dev/serf/serf-%{version}.tar.bz2.asc
-Source3:        https://people.apache.org/keys/group/serf.asc#/%{name}.keyring
+Source:         https://archive.apache.org/dist/serf/serf-%{version}.tar.bz2
+Source2:        
https://archive.apache.org/dist/serf/serf-%{version}.tar.bz2.asc
+Source3:        %{name}.keyring
 # PATCH-FIX-UPSTREAM libserf-python3.patch
 # 
https://github.com/apache/serf/commit/d4de5a672d8c03b82ba70c1b737926bcf078f761
 Patch0:         libserf-python3.patch
 # PATCH-FIX-UPSTREAM libserf-python3-2.patch
 # http://svn.apache.org/viewvc?view=revision&revision=1814604
 Patch1:         libserf-python3-2.patch
+# PATCH-FIX-OPENSUSE: avoid removed macros
+Patch2:         openssl3.patch
 BuildRequires:  gcc
 BuildRequires:  glibc-devel
 BuildRequires:  libapr-util1-devel >= %{minimum_apr_version}
@@ -89,9 +91,7 @@
 kept to a minimum to provide high performance operation.
 
 %prep
-%setup -q -n "serf-%{version}"
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1 -n "serf-%{version}"
 
 %build
 scons \

++++++ openssl3.patch ++++++
Index: serf-1.3.9/buckets/ssl_buckets.c
===================================================================
--- serf-1.3.9.orig/buckets/ssl_buckets.c
+++ serf-1.3.9/buckets/ssl_buckets.c
@@ -1325,8 +1325,7 @@ static int ssl_need_client_cert(SSL *ssl
                 return 0;
             }
             else {
-                printf("OpenSSL cert error: %d %d %d\n", ERR_GET_LIB(err),
-                       ERR_GET_FUNC(err),
+                printf("OpenSSL cert error: %d %d\n", ERR_GET_LIB(err),
                        ERR_GET_REASON(err));
                 PKCS12_free(p12);
                 bio_meth_free(biom);

Reply via email to