SHA256
1
0
forked from pool/vsftpd

Import missing patches from SLE-12-SP4.

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=156
This commit is contained in:
2022-02-02 10:24:40 +00:00
committed by Git OBS Bridge
parent dc5119fcfb
commit fa78574173
5 changed files with 96 additions and 0 deletions

View File

@@ -32,6 +32,14 @@ Tue Feb 1 18:42:41 UTC 2022 - Peter Simons <psimons@suse.com>
configurations and it was never documented anywhere -- not in the
package's changelog and not in the packages's own man page.
- Apply "use-system-wide-tls-cipher-policy.patch" so that vsftpd
follows the system-wide TLS cipher policy "DEFAULT_SUSE" by
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()
syscall when /dev/log support is enabled. [bnc#786024]
-------------------------------------------------------------------
Wed Jan 5 10:21:02 UTC 2022 - Johannes Segitz <jsegitz@suse.com>
@@ -67,6 +75,8 @@ Tue Jun 15 07:49:13 AM UTC 2021 - Peter Simons <psimons@suse.com>
- "0001-Introduce-TLSv1.3-option.patch" is now obsolete.
- "vsftpd-seccomp-syslog.patch" is now obsolete.
-------------------------------------------------------------------
Mon Jun 14 14:26:05 UTC 2021 - Peter Simons <psimons@suse.com>
@@ -260,6 +270,12 @@ Wed Mar 23 10:07:55 UTC 2016 - tchvatal@suse.com
- Require shadow and do not output the error out of useradd
-------------------------------------------------------------------
Tue Mar 22 14:56:05 UTC 2016 - tchvatal@suse.com
- Fix hang when using seccomp and syslog bnc#971784:
* vsftpd-seccomp-syslog.patch
-------------------------------------------------------------------
Tue Mar 22 14:27:27 UTC 2016 - tchvatal@suse.com