From patchwork Thu Jan 21 14:12:33 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 571164 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 243E5140B9C for ; Fri, 22 Jan 2016 01:12:48 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=L635A6ig; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 4CC4B31257; Thu, 21 Jan 2016 14:12:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88FLaVUkQ+1z; Thu, 21 Jan 2016 14:12:45 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id A3ADD274E1; Thu, 21 Jan 2016 14:12:45 +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 597591C107C for ; Thu, 21 Jan 2016 14:12:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2583B8BF4B for ; Thu, 21 Jan 2016 14:12:43 +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 1S9cpolotKns for ; Thu, 21 Jan 2016 14:12:41 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 95487869CF for ; Thu, 21 Jan 2016 14:12:41 +0000 (UTC) Received: from asgard (cpe-181-46-100-24.telecentro-reversos.com.ar [181.46.100.24] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id u0LECZ12008024 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 21 Jan 2016 14:12:37 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1453385559; bh=LbqTYWUa+gkCV55kR0LSo/fpYaMi1gCyy/z08lE5Stw=; h=From:To:Cc:Subject:Date; b=L635A6igbDRzTae8CmBTVpQt8Jv1GV9sISU7QnwaD8qdcLbW3Pe3rSjara6jhHfov RcwjYuSjAJOqIQBdYeVz7QxQ56gyYJpGbShaq3Q++tkbsYgdI1xkSXaTIYIULGkXm7 cPnVelpbJNglxLdpdI8c2QvW9YdySIIxdEqZDzf8= Received: by asgard (sSMTP sendmail emulation); Thu, 21 Jan 2016 11:12:33 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 21 Jan 2016 11:12:33 -0300 Message-Id: <1453385553-9419-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] libsecret: bump to version 0.18.4 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" Signed-off-by: Gustavo Zacarias --- package/libsecret/libsecret.hash | 4 ++-- package/libsecret/libsecret.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libsecret/libsecret.hash b/package/libsecret/libsecret.hash index d40f320..cd405e6 100644 --- a/package/libsecret/libsecret.hash +++ b/package/libsecret/libsecret.hash @@ -1,2 +1,2 @@ -# From http://ftp.gnome.org/pub/GNOME/sources/libsecret/0.18/libsecret-0.18.3.sha256sum -sha256 f2bf1d0c5ab4640664f3e3c7ef6b086c180e50ff415720b5e22f96750dbf84c9 libsecret-0.18.3.tar.xz +# From http://ftp.gnome.org/pub/GNOME/sources/libsecret/0.18/libsecret-0.18.4.sha256sum +sha256 0f29b51698198e6999c91f4adce3119c8c457f546b133a85baea5ea9010a19ed libsecret-0.18.4.tar.xz diff --git a/package/libsecret/libsecret.mk b/package/libsecret/libsecret.mk index a762dd7..84e9f3b 100644 --- a/package/libsecret/libsecret.mk +++ b/package/libsecret/libsecret.mk @@ -5,7 +5,7 @@ ################################################################################ LIBSECRET_VERSION_MAJOR = 0.18 -LIBSECRET_VERSION = $(LIBSECRET_VERSION_MAJOR).3 +LIBSECRET_VERSION = $(LIBSECRET_VERSION_MAJOR).4 LIBSECRET_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsecret/$(LIBSECRET_VERSION_MAJOR) LIBSECRET_SOURCE = libsecret-$(LIBSECRET_VERSION).tar.xz LIBSECRET_INSTALL_STAGING = YES