SHA256
1
0
forked from pool/vsftpd

Accepting request 960290 from home:psimons:branches:network

Use rpm conditional to build against the proper OpenSSL version on all distributions. [jsc#PM-3322]

OBS-URL: https://build.opensuse.org/request/show/960290
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=159
This commit is contained in:
Peter Simons 2022-03-08 20:45:10 +00:00 committed by Git OBS Bridge
parent 65b6ad2a94
commit 7b0942936e
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Mar 3 16:44:28 UTC 2022 - Peter Simons <psimons@suse.com>
- Use rpm conditional to build against the proper OpenSSL version
on all distributions. [jsc#PM-3322]
-------------------------------------------------------------------
Tue Feb 1 18:42:41 UTC 2022 - Peter Simons <psimons@suse.com>
@ -37,7 +43,7 @@ Tue Feb 1 18:42:41 UTC 2022 - Peter Simons <psimons@suse.com>
default. Run the command "openssl ciphers -v DEFAULT_SUSE" to see
which ciphers this includes.
- Apply "add vsftpd-allow-dev-log-socket.patch" to allow sendto()
- Apply "vsftpd-allow-dev-log-socket.patch" to allow sendto()
syscall when /dev/log support is enabled. [bnc#786024]
- Apply "vsftpd-enable-sendto-for-prelogin-syslog.patch" to allow

View File

@ -97,7 +97,11 @@ Patch42: use-system-wide-tls-cipher-policy.patch
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