vsftpd: update to 3.0.3.
This commit is contained in:
parent
66f2871ef3
commit
77fe619116
2 changed files with 13 additions and 1 deletions
12
srcpkgs/vsftpd/patches/008-allow-getrandom.patch
Normal file
12
srcpkgs/vsftpd/patches/008-allow-getrandom.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- seccompsandbox.c.orig
|
||||
+++ seccompsandbox.c
|
||||
@@ -286,6 +286,9 @@
|
||||
static void
|
||||
seccomp_sandbox_setup_base()
|
||||
{
|
||||
+ /* allow getrandom. */
|
||||
+ allow_nr(__NR_getrandom);
|
||||
+
|
||||
/* Simple reads and writes on existing descriptors. */
|
||||
allow_nr(__NR_read);
|
||||
allow_nr(__NR_write);
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'vsftpd'
|
||||
pkgname=vsftpd
|
||||
version=3.0.3
|
||||
revision=5
|
||||
revision=6
|
||||
build_style=gnu-makefile
|
||||
makedepends="pam-devel libcap-devel libressl-devel"
|
||||
short_desc="FTP deamon with focus on security"
|
||||
|
|
Loading…
Reference in a new issue