SHA256
1
0
forked from pool/vsftpd

Accepting request 856827 from home:namtrac:branches:network

Copied from SLE counterpart.

- Add seccomp-fixes.patch to allow getdents64 syscall in seccomp
  sandbox, fixes bsc#1179553
  Also in the same patch, fix the architecture offset from 4 to 5,
  this change was documented in https://lore.kernel.org/patchwork/patch/554803/

OBS-URL: https://build.opensuse.org/request/show/856827
OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=147
This commit is contained in:
2021-01-16 15:15:09 +00:00
committed by Git OBS Bridge
parent 3fa65078f1
commit 475ab6e41e
3 changed files with 62 additions and 0 deletions

View File

@@ -87,6 +87,8 @@ Patch32: vsftpd-support-dsa-only-setups.patch
Patch33: vsftpd-avoid-bogus-ssl-write.patch
Patch34: 0001-Introduce-TLSv1.1-and-TLSv1.2-options.patch
Patch35: 0001-When-handling-FEAT-command-check-ssl_tlsv1_1-and-ssl.patch
# PATCH-FIX-UPSTREAM https://bugzilla.suse.com/show_bug.cgi?id=1179553
Patch36: seccomp-fixes.patch
BuildRequires: libcap-devel
BuildRequires: libopenssl-devel
BuildRequires: pam-devel
@@ -154,6 +156,7 @@ tests.
%patch33 -p1
%patch34 -p1
%patch35 -p1
%patch36 -p1
%build
%define seccomp_opts -D_GNU_SOURCE -DUSE_SECCOMP