From patchwork Sun Jul 26 20:38:31 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 500147 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id C2176140D58 for ; Mon, 27 Jul 2015 06:39:09 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=XtceTjon; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 96B9D94A8C; Sun, 26 Jul 2015 20:39:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yevpnpom9Rar; Sun, 26 Jul 2015 20:39:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 235FE94C82; Sun, 26 Jul 2015 20:39:06 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 77EFB1C2282 for ; Sun, 26 Jul 2015 20:38:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 73A9189873 for ; Sun, 26 Jul 2015 20:38:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3cHdm6RkJTHq for ; Sun, 26 Jul 2015 20:38:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by whitealder.osuosl.org (Postfix) with ESMTPS id 851B1898B9 for ; Sun, 26 Jul 2015 20:38:53 +0000 (UTC) Received: by wicgb10 with SMTP id gb10so86864134wic.1 for ; Sun, 26 Jul 2015 13:38:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=NjbzZ9FATiHuFm7IdYERIE5lc/PTKW5p3YsrToUWc1I=; b=XtceTjongzJW1IgZJN5Nyf9gqhruR2XDYsFXo3G+3qoaZfA75TF5ZE790V5C4jdy2R ApJNEk/jpVwvFNx1Mj9Vf70JSF1GnFAcj071sBGOT4sDBvR3u30ZUf9GkQ2Qy/Aj1v91 S+KGA4YP1GLBFdg6Gf8ysejL+Qq1doo5QZ/FS/182zo1Jn5fuCjTc1J5pqvmKeUPQfgi SZUuPj87mqxJ3SfTImDP1vBoKXe4Z/DJBqtyYjbh6Lf8BrB+ZL02gs9CIgLWWi4fGIe2 NE4uevQcQeLfIaDaUxfc/20JaHYsKSveRiyR0JSn0Y5xdGhU+lcHgXw3Za0yt1unu1P9 IuOQ== X-Received: by 10.181.13.230 with SMTP id fb6mr16681324wid.47.1437943132234; Sun, 26 Jul 2015 13:38:52 -0700 (PDT) Received: from localhost.localdomain (mangue.f00.fr. [82.226.166.74]) by smtp.gmail.com with ESMTPSA id m4sm24156537wjb.37.2015.07.26.13.38.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 26 Jul 2015 13:38:51 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 26 Jul 2015 22:38:31 +0200 Message-Id: <1437943118-18060-6-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1437943118-18060-1-git-send-email-maxime.hadjinlian@gmail.com> References: <1437943118-18060-1-git-send-email-maxime.hadjinlian@gmail.com> Subject: [Buildroot] [PATCH 05/12] libfreefare: Bump version and change site X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Google Code is a closing forge, libfreefare has already made the move to Github. Signed-off-by: Maxime Hadjinlian --- package/libfreefare/libfreefare.hash | 2 ++ package/libfreefare/libfreefare.mk | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 package/libfreefare/libfreefare.hash diff --git a/package/libfreefare/libfreefare.hash b/package/libfreefare/libfreefare.hash new file mode 100644 index 0000000..4d23136 --- /dev/null +++ b/package/libfreefare/libfreefare.hash @@ -0,0 +1,2 @@ +# From https://github.com/nfc-tools/libfreefare/releases/download/libfreefare-0.4.0/libfreefare-0.4.0.tar.bz2 +sha256 bfa31d14a99a1247f5ed49195d6373de512e3eb75bf1627658b40cf7f876bc64 libfreefare-0.4.0.tar.bz2 diff --git a/package/libfreefare/libfreefare.mk b/package/libfreefare/libfreefare.mk index 5d6d636..a8de617 100644 --- a/package/libfreefare/libfreefare.mk +++ b/package/libfreefare/libfreefare.mk @@ -4,8 +4,11 @@ # ################################################################################ -LIBFREEFARE_VERSION = 0.3.4 -LIBFREEFARE_SITE = http://libfreefare.googlecode.com/files +LIBFREEFARE_VERSION = 0.4.0 +LIBFREEFARE_SOURCE = libfreefare-$(LIBFREEFARE_VERSION).tar.bz2 +# Do not use the github helper here, the generated tarball is *NOT* the same +# # as the one uploaded by upstream for the release. +LIBFREEFARE_SITE = https://github.com/nfc-tools/libfreefare/releases/download/libfreefare-$(LIBFREEFARE_VERSION) LIBFREEFARE_DEPENDENCIES = libnfc openssl LIBFREEFARE_LICENSE = LGPLv3+ with exception LIBFREEFARE_LICENSE_FILES = COPYING