SHA256
1
0
forked from pool/vsftpd

- Try to fix deny_file parsing to do more what is expected. Taken

from fedora. bnc#900326
  * vsftpd-2.1.0-filter.patch

OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=69
This commit is contained in:
Tomáš Chvátal
2015-01-02 10:33:48 +00:00
committed by Git OBS Bridge
parent eaca6cd4e5
commit 67c49824e6
3 changed files with 77 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package vsftpd
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -58,6 +58,8 @@ Patch16: vsftpd-root-squashed-chroot.patch
Patch17: vsftpd-enable-gettimeofday-sec.patch
#PATCH-FIX-UPSTREAM: bnc#890469 fix broken syscall on s390
Patch18: vsftpd-3.0.2-s390.patch
#PATCH-FIX-UPSTREAM: bnc#900326 deny_file filtering acts weirdly
Patch19: vsftpd-2.1.0-filter.patch
BuildRequires: libcap-devel
BuildRequires: openssl-devel
BuildRequires: pam-devel
@@ -98,6 +100,7 @@ tests.
%patch16 -p1
%patch17 -p1
%patch18 -p1
%patch19 -p1
%build
%define seccomp_opts -D_GNU_SOURCE -DUSE_SECCOMP