wok diff vsftpd/receipt @ rev 11923

squidclamav: move cgi scripts to /var/www/cgi-bin
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Mar 01 01:10:26 2012 +0100 (2012-03-01)
parents 7aef52db895d
children 1cdc31757d53
line diff
     1.1 --- a/vsftpd/receipt	Fri Nov 04 12:36:01 2011 +0100
     1.2 +++ b/vsftpd/receipt	Thu Mar 01 01:10:26 2012 +0100
     1.3 @@ -1,14 +1,14 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vsftpd"
     1.7 -VERSION="2.2.0"
     1.8 +VERSION="2.3.5"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Secure FTP server"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  DEPENDS=""
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="http://vsftpd.beasts.org/"
    1.15 -WGET_URL="ftp://vsftpd.beasts.org/users/cevans/$TARBALL"
    1.16 +WGET_URL="https://security.appspot.com/downloads/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()