forked from pool/vsftpd
- make seccomp sandbox enabled by default
* dropped vsftpd-3.0.0-turn-seccomp-sandbox-off.patch OBS-URL: https://build.opensuse.org/package/show/network/vsftpd?expand=0&rev=42
This commit is contained in:
parent
afb6927f52
commit
e34dbaa3d7
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 24 07:07:55 UTC 2012 - mvyskocil@suse.cz
|
||||||
|
|
||||||
|
- make seccomp sandbox enabled by default
|
||||||
|
* dropped vsftpd-3.0.0-turn-seccomp-sandbox-off.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 23 10:38:40 UTC 2012 - brian@aljex.com
|
Mon Apr 23 10:38:40 UTC 2012 - brian@aljex.com
|
||||||
|
|
||||||
|
@ -49,11 +49,8 @@ Patch6: vsftpd-2.0.5-vuser.patch
|
|||||||
Patch7: vsftpd-2.0.5-enable-debuginfo.patch
|
Patch7: vsftpd-2.0.5-enable-debuginfo.patch
|
||||||
Patch8: vsftpd-2.0.5-utf8-log-names.patch
|
Patch8: vsftpd-2.0.5-utf8-log-names.patch
|
||||||
Patch9: vsftpd-2.3.5-conf.patch
|
Patch9: vsftpd-2.3.5-conf.patch
|
||||||
#PATCH-FIX-OPENSUSE: turn the seccomp_sanbox feature off by default
|
Patch10: vsftpd-3.0.0_gnu_source_defines.patch
|
||||||
# revert it when seccomp feature will be in suse/vanilla kernel
|
Patch11: vsftpd-3.0.0-optional-seccomp.patch
|
||||||
Patch10: vsftpd-3.0.0-turn-seccomp-sandbox-off.patch
|
|
||||||
Patch11: vsftpd-3.0.0_gnu_source_defines.patch
|
|
||||||
Patch12: vsftpd-3.0.0-optional-seccomp.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Provides: ftp-server
|
Provides: ftp-server
|
||||||
PreReq: %insserv_prereq /usr/sbin/useradd
|
PreReq: %insserv_prereq /usr/sbin/useradd
|
||||||
@ -83,7 +80,6 @@ tests.
|
|||||||
%patch9
|
%patch9
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
%patch11 -p1
|
%patch11 -p1
|
||||||
%patch12 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define seccomp_opts %{nil}
|
%define seccomp_opts %{nil}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user