From patchwork Fri Jan 2 22:45:06 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 425069 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 619B414007D for ; Sat, 3 Jan 2015 09:46:29 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C702987544; Fri, 2 Jan 2015 22:46:28 +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 UiFkuc0Z3L10; Fri, 2 Jan 2015 22:46:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 0120C852E9; Fri, 2 Jan 2015 22:46:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6579C1C2006 for ; Fri, 2 Jan 2015 22:46:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5F0298A985 for ; Fri, 2 Jan 2015 22:46:23 +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 9TsbWugwKNxy for ; Fri, 2 Jan 2015 22:46:18 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 83B1B8A889 for ; Fri, 2 Jan 2015 22:46:18 +0000 (UTC) Received: from asgard ([200.5.70.129]) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id t02MjftI024720 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Jan 2015 22:46:00 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1420238776; bh=U1oCllZ15UOwNpK9b/8eyiLGSALb4y010/WLDgcnSY8=; h=From:To:Cc:Subject:Date; b=uavvrNJ1uXQGS4NCOfoz+QJITMzAyM3fGqvz7B31qLfFmfwLJUIArMZkR35jjDtIV j98V+7P5dqD/334F+uw1jHnYNFMeMgOe7la1xxLJ0aoEtkXs7NHOaeDWLDbCty+iUl 6bxj1kigiYWrx8HhS+VBpKZnqhOOYcw9ponwfzbM= Received: by asgard (sSMTP sendmail emulation); Fri, 02 Jan 2015 19:45:07 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 2 Jan 2015 19:45:06 -0300 Message-Id: <1420238707-5456-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.5 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] libsecret: bump to version 0.18 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" Also add hash file. Signed-off-by: Gustavo Zacarias --- package/libsecret/libsecret.hash | 2 ++ package/libsecret/libsecret.mk | 15 +++++++-------- 2 files changed, 9 insertions(+), 8 deletions(-) create mode 100644 package/libsecret/libsecret.hash diff --git a/package/libsecret/libsecret.hash b/package/libsecret/libsecret.hash new file mode 100644 index 0000000..8e5bbf7 --- /dev/null +++ b/package/libsecret/libsecret.hash @@ -0,0 +1,2 @@ +# From http://ftp.gnome.org/pub/GNOME/sources/libsecret/0.18/libsecret-0.18.sha256sum +sha256 0c73aa762dbd1e38ba7b03de350e23ce818cb810b0784375e95ef61e004b02e3 libsecret-0.18.tar.xz diff --git a/package/libsecret/libsecret.mk b/package/libsecret/libsecret.mk index a059a79..5a230ae 100644 --- a/package/libsecret/libsecret.mk +++ b/package/libsecret/libsecret.mk @@ -4,22 +4,21 @@ # ################################################################################ -LIBSECRET_VERSION = 0.15 +LIBSECRET_VERSION = 0.18 LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION) LIBSECRET_SOURCE = libsecret-$(LIBSECRET_VERSION).tar.xz -LIBSECRET_LICENSE = LGPLv2.1+ -LIBSECRET_LICENSE_FILES = COPYING LIBSECRET_INSTALL_STAGING = YES - LIBSECRET_DEPENDENCIES = libglib2 host-intltool LIBSECRET_CONF_OPTS = --disable-manpages --disable-strict --disable-coverage --enable-vala=no +LIBSECRET_LICENSE = LGPLv2.1+ +LIBSECRET_LICENSE_FILES = COPYING ifeq ($(BR2_PACKAGE_LIBGCRYPT),y) - LIBSECRET_DEPENDENCIES += libgcrypt - LIBSECRET_CONF_OPTS += --enable-gcrypt \ - --with-libgcrypt-prefix=$(STAGING_DIR)/usr +LIBSECRET_DEPENDENCIES += libgcrypt +LIBSECRET_CONF_OPTS += --enable-gcrypt \ + --with-libgcrypt-prefix=$(STAGING_DIR)/usr else - LIBSECRET_CONF_OPTS += --disable-gcrypt +LIBSECRET_CONF_OPTS += --disable-gcrypt endif $(eval $(autotools-package))