diff options
author | root <root@rshg047.dnsready.net> | 2011-07-22 23:13:01 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-22 23:13:01 +0000 |
commit | b57c1def9a907b81a49aa91eeb39c9321763c276 (patch) | |
tree | 1d056a9ceb1c5ab57a9344548d8ab2a273f09910 /extra/vsftpd | |
parent | 34b339c5913a55cb5bac8a502696fcd3f54aac0f (diff) |
Fri Jul 22 23:13:01 UTC 2011
Diffstat (limited to 'extra/vsftpd')
-rw-r--r-- | extra/vsftpd/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/vsftpd/PKGBUILD b/extra/vsftpd/PKGBUILD index df6037c93..c35fe02de 100644 --- a/extra/vsftpd/PKGBUILD +++ b/extra/vsftpd/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 130325 2011-07-05 09:57:35Z andrea $ +# $Id: PKGBUILD 131827 2011-07-15 23:59:43Z dreisner $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> # Contributor: judd <jvinet@zeroflux.org> pkgname=vsftpd pkgver=2.3.4 -pkgrel=1 +pkgrel=2 pkgdesc="Very Secure FTP daemon" arch=('i686' 'x86_64') url="https://security.appspot.com/vsftpd.html" license=('GPL2') -depends=('tcp_wrappers' 'openssl') +depends=('openssl') backup=('etc/vsftpd.conf' 'etc/xinetd.d/vsftpd') install=vsftpd.install source=("https://security.appspot.com/downloads/${pkgname}-${pkgver}.tar.gz" @@ -25,7 +25,6 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" # build-time config sed \ - -e 's|^#undef VSF_BUILD_TCPWRAPPERS$|#define VSF_BUILD_TCPWRAPPERS|' \ -e 's|^#undef VSF_BUILD_SSL$|#define VSF_BUILD_SSL|' \ -i builddefs.h make CFLAGS="${CFLAGS}" |