forked from pool/vsftpd
Accepting request 960291 from network
OBS-URL: https://build.opensuse.org/request/show/960291 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=79
This commit is contained in:
commit
3be612271d
@ -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>
|
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
|
default. Run the command "openssl ciphers -v DEFAULT_SUSE" to see
|
||||||
which ciphers this includes.
|
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]
|
syscall when /dev/log support is enabled. [bnc#786024]
|
||||||
|
|
||||||
- Apply "vsftpd-enable-sendto-for-prelogin-syslog.patch" to allow
|
- Apply "vsftpd-enable-sendto-for-prelogin-syslog.patch" to allow
|
||||||
|
@ -97,7 +97,11 @@ Patch42: use-system-wide-tls-cipher-policy.patch
|
|||||||
Patch43: vsftpd-allow-dev-log-socket.patch
|
Patch43: vsftpd-allow-dev-log-socket.patch
|
||||||
Patch44: vsftpd-enable-sendto-for-prelogin-syslog.patch
|
Patch44: vsftpd-enable-sendto-for-prelogin-syslog.patch
|
||||||
BuildRequires: libcap-devel
|
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
|
BuildRequires: pam-devel
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
|
Loading…
x
Reference in New Issue
Block a user