forked from pool/vsftpd
Accepting request 247114 from network
1 OBS-URL: https://build.opensuse.org/request/show/247114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vsftpd?expand=0&rev=45
This commit is contained in:
commit
cf9eabb97f
13
vsftpd-3.0.2-s390.patch
Normal file
13
vsftpd-3.0.2-s390.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: vsftpd-3.0.2/sysdeputil.c
|
||||
===================================================================
|
||||
--- vsftpd-3.0.2.orig/sysdeputil.c 2014-08-21 16:12:59.845872489 +0200
|
||||
+++ vsftpd-3.0.2/sysdeputil.c 2014-08-21 16:14:59.641431931 +0200
|
||||
@@ -66,7 +66,7 @@
|
||||
#include <utmpx.h>
|
||||
|
||||
/* BEGIN config */
|
||||
-#if defined(__linux__)
|
||||
+#if defined(__linux__) && !defined(__s390__)
|
||||
#include <errno.h>
|
||||
#include <syscall.h>
|
||||
#define VSF_SYSDEP_HAVE_LINUX_CLONE
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 21 14:21:51 UTC 2014 - jmatejek@suse.com
|
||||
|
||||
- force using fork() instead of clone() on s390 - fixes bnc#890469
|
||||
* vsftpd-3.0.2-s390.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 26 13:13:44 UTC 2014 - tchvatal@suse.com
|
||||
|
||||
|
@ -56,6 +56,8 @@ Patch15: vsftpd-enable-dev-log-sendto.patch
|
||||
Patch16: vsftpd-root-squashed-chroot.patch
|
||||
#PATCH-FIX-UPSTREAM: bnc#870122
|
||||
Patch17: vsftpd-enable-gettimeofday-sec.patch
|
||||
#PATCH-FIX-UPSTREAM: bnc#890469 fix broken syscall on s390
|
||||
Patch18: vsftpd-3.0.2-s390.patch
|
||||
BuildRequires: gpg-offline
|
||||
BuildRequires: libcap-devel
|
||||
BuildRequires: openssl-devel
|
||||
@ -97,6 +99,7 @@ tests.
|
||||
%patch15 -p1
|
||||
%patch16 -p1
|
||||
%patch17 -p1
|
||||
%patch18 -p1
|
||||
|
||||
%build
|
||||
%define seccomp_opts -D_GNU_SOURCE -DUSE_SECCOMP
|
||||
|
Loading…
Reference in New Issue
Block a user