Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package vsftpd for openSUSE:Factory checked 
in at 2022-03-11 21:39:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vsftpd (Old)
 and      /work/SRC/openSUSE:Factory/.vsftpd.new.25692 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vsftpd"

Fri Mar 11 21:39:57 2022 rev:79 rq:960291 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/vsftpd/vsftpd.changes    2022-02-03 
23:16:01.304803105 +0100
+++ /work/SRC/openSUSE:Factory/.vsftpd.new.25692/vsftpd.changes 2022-03-11 
21:39:59.774015302 +0100
@@ -1,0 +2,6 @@
+Tue Mar  3 16:44:28 UTC 2022 - Peter Simons <[email protected]>
+
+- Use rpm conditional to build against the proper OpenSSL version
+  on all distributions. [jsc#PM-3322]
+
+-------------------------------------------------------------------
@@ -40 +46 @@
-- Apply "add vsftpd-allow-dev-log-socket.patch" to allow sendto()
+- Apply "vsftpd-allow-dev-log-socket.patch" to allow sendto()

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

Other differences:
------------------
++++++ vsftpd.spec ++++++
--- /var/tmp/diff_new_pack.JV6or6/_old  2022-03-11 21:40:00.802016033 +0100
+++ /var/tmp/diff_new_pack.JV6or6/_new  2022-03-11 21:40:00.806016036 +0100
@@ -97,7 +97,11 @@
 Patch43:        vsftpd-allow-dev-log-socket.patch
 Patch44:        vsftpd-enable-sendto-for-prelogin-syslog.patch
 BuildRequires:  libcap-devel
-BuildRequires:  libopenssl-devel
+%if 0%{?suse_version} == 1315
+BuildRequires:  libopenssl-1_1-devel >= 1.1.1
+%else
+BuildRequires:  libopenssl-devel >= 1.1.1
+%endif
 BuildRequires:  pam-devel
 Requires:       logrotate
 Requires(pre):  shadow

Reply via email to