From 539fbbf7f34ca6b13b9b0fb6fd6a0b13909c77e1 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 4 Nov 2018 14:15:31 -0200 Subject: [PATCH] vsftpd: rebuild against libressl-2.8 --- srcpkgs/vsftpd/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/vsftpd/template b/srcpkgs/vsftpd/template index d8c400057e7..098e6dc748c 100644 --- a/srcpkgs/vsftpd/template +++ b/srcpkgs/vsftpd/template @@ -1,17 +1,17 @@ # Template file for 'vsftpd' pkgname=vsftpd version=3.0.3 -revision=9 +revision=10 build_style=gnu-makefile makedepends="pam-devel libcap-devel libressl-devel" short_desc="FTP deamon with focus on security" maintainer="Enno Boland " license="GPL-3" homepage="https://security.appspot.com/vsftpd.html" -distfiles="https://security.appspot.com/downloads/$pkgname-$version.tar.gz" +distfiles="https://security.appspot.com/downloads/${pkgname}-${version}.tar.gz" checksum=9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7 system_accounts="ftp" -ftp_pgroup="nogroup" +ftp_pgroup=nogroup CFLAGS="-Wno-error" conf_files="/etc/vsftpd.conf"