wok diff vsftpd/receipt @ rev 12030

stella: move post_install code to genpkg_rules. It's far better to run a command once on the builder than on install on each of our computer.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 06 22:40:08 2012 +0100 (2012-03-06)
parents 7aef52db895d
children 1cdc31757d53
line diff
     1.1 --- a/vsftpd/receipt	Fri Nov 04 12:36:01 2011 +0100
     1.2 +++ b/vsftpd/receipt	Tue Mar 06 22:40:08 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()