vsftpd: update to 3.0.3.

This commit is contained in:
Duncaen 2017-02-09 17:19:29 +01:00
parent 66f2871ef3
commit 77fe619116
2 changed files with 13 additions and 1 deletions

View 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);

View file

@ -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"