SHA256
1
0
forked from pool/vsftpd
Dominique Leuenberger 2022-03-11 20:39:57 +00:00 committed by Git OBS Bridge
commit 3be612271d
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