pure-ftpd: fix hash and use .bz2 tarball
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 Jun 2015 10:25:50 +0000 (12:25 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 30 Jun 2015 10:25:50 +0000 (12:25 +0200)
For some reason, the hash file added in commit
ee6c9f5a1bc1995d968214345c011a44a3c145c8 by Gustavo turns out to be
wrong, so this commit replaces it with the proper hash, also added
after checking the GPG signature.

While at it, we switch to using a .bz2 tarball.

Fixes:

  http://autobuild.buildroot.org/results/c44/c441f35119191f47dd5fae96fd76827024e50329/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/pure-ftpd/pure-ftpd.hash
package/pure-ftpd/pure-ftpd.mk

index d0d35acdc4d8aa9c5bfc535ca2545e5035b66d59..d1f812e079e06c8c0d1e47bbceb379e00e19a7d3 100644 (file)
@@ -1,2 +1,2 @@
 # Locally calculated after checking pgp signature
-sha256 b72456def52c71baf8d0367ca6b7aba10796e2883a76eeb41f58f2f06f7087ba        pure-ftpd-1.0.41.tar.gz
+sha256 1d48f650f366b8151d86b86c79f4bb874e95143bdac0e767038eda832d28a010        pure-ftpd-1.0.41.tar.bz2
index 3c59bb1d95c32d18bb8e3c72846397464cf38e64..8269327d27636687f6d9a43211607316669485ed 100644 (file)
@@ -6,6 +6,7 @@
 
 PURE_FTPD_VERSION = 1.0.41
 PURE_FTPD_SITE = http://download.pureftpd.org/pub/pure-ftpd/releases
+PURE_FTPD_SOURCE = pure-ftpd-$(PURE_FTPD_VERSION).tar.bz2
 PURE_FTPD_LICENSE = ISC
 PURE_FTPD_LICENSE_FILES = COPYING
 PURE_FTPD_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv)