vsftpd: rebuild against libressl-2.8
This commit is contained in:
parent
69bcf2d1c7
commit
539fbbf7f3
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'vsftpd'
|
# Template file for 'vsftpd'
|
||||||
pkgname=vsftpd
|
pkgname=vsftpd
|
||||||
version=3.0.3
|
version=3.0.3
|
||||||
revision=9
|
revision=10
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="pam-devel libcap-devel libressl-devel"
|
makedepends="pam-devel libcap-devel libressl-devel"
|
||||||
short_desc="FTP deamon with focus on security"
|
short_desc="FTP deamon with focus on security"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://security.appspot.com/vsftpd.html"
|
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
|
checksum=9d4d2bf6e6e2884852ba4e69e157a2cecd68c5a7635d66a3a8cf8d898c955ef7
|
||||||
system_accounts="ftp"
|
system_accounts="ftp"
|
||||||
ftp_pgroup="nogroup"
|
ftp_pgroup=nogroup
|
||||||
CFLAGS="-Wno-error"
|
CFLAGS="-Wno-error"
|
||||||
conf_files="/etc/vsftpd.conf"
|
conf_files="/etc/vsftpd.conf"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue