wok-next view vsftpd/receipt @ rev 21338

OpenSSL 1.0.2t -> 1.0.2u: overflow bug CVE-2019-1551
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 21 08:55:46 2019 +0000 (2019-12-21)
parents da9e80c5d4bb
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="vsftpd"
4 VERSION="2.3.5"
5 CATEGORY="network"
6 SHORT_DESC="Secure FTP server"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://vsftpd.beasts.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://security.appspot.com/downloads/$TARBALL"
14 compile_rules() {
15 make || return 1
17 install -Dm755 $src/vsftpd $install/usr/bin/vsftpd
18 install -Dm644 $src/vsftpd.conf $install/etc/vsftpd.conf
19 }
21 genpkg_rules() {
22 copy @std
23 CONFIG_FILES="/etc/vsftpd.conf"
24 }