All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] exfat: bump to version 1.2.3
@ 2015-12-28 22:33 Gustavo Zacarias
  2015-12-28 22:33 ` [Buildroot] [PATCH 2/2] exfat-utils: " Gustavo Zacarias
  2015-12-29 11:27 ` [Buildroot] [PATCH 1/2] exfat: " Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-12-28 22:33 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/exfat/exfat.hash | 2 +-
 package/exfat/exfat.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/exfat/exfat.hash b/package/exfat/exfat.hash
index af67785..a6dbdac 100644
--- a/package/exfat/exfat.hash
+++ b/package/exfat/exfat.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	f444cd2849295b8de7fc61022fbf02f5bb1a84790c43f0c75ba3bf96f4619dd4	fuse-exfat-1.2.1.tar.gz
+sha256	f2e06eba5a21c621aac1d6da21b12a5a324fdd1e20f9c8acd357dd463c2355d9	fuse-exfat-1.2.3.tar.gz
diff --git a/package/exfat/exfat.mk b/package/exfat/exfat.mk
index cc474a7..c7904ba 100644
--- a/package/exfat/exfat.mk
+++ b/package/exfat/exfat.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EXFAT_VERSION = 1.2.1
+EXFAT_VERSION = 1.2.3
 EXFAT_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_VERSION)
 EXFAT_SOURCE = fuse-exfat-$(EXFAT_VERSION).tar.gz
 EXFAT_DEPENDENCIES = libfuse host-pkgconf
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] exfat-utils: bump to version 1.2.3
  2015-12-28 22:33 [Buildroot] [PATCH 1/2] exfat: bump to version 1.2.3 Gustavo Zacarias
@ 2015-12-28 22:33 ` Gustavo Zacarias
  2015-12-29 11:27 ` [Buildroot] [PATCH 1/2] exfat: " Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-12-28 22:33 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/exfat-utils/exfat-utils.hash | 2 +-
 package/exfat-utils/exfat-utils.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/exfat-utils/exfat-utils.hash b/package/exfat-utils/exfat-utils.hash
index ebf5638..7bcaa33 100644
--- a/package/exfat-utils/exfat-utils.hash
+++ b/package/exfat-utils/exfat-utils.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	a91bd60c1a05e5421da46a1f7cdca19d6db85f2de0afedf8f0f5ff77f8edbcb4	exfat-utils-1.2.1.tar.gz
+sha256	80d3b3f21242d60d36a38a4ddb05cb7cc3a7d4eef5793e8314814937b938fcea	exfat-utils-1.2.3.tar.gz
diff --git a/package/exfat-utils/exfat-utils.mk b/package/exfat-utils/exfat-utils.mk
index 60eb60f..e6359bc 100644
--- a/package/exfat-utils/exfat-utils.mk
+++ b/package/exfat-utils/exfat-utils.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-EXFAT_UTILS_VERSION = 1.2.1
+EXFAT_UTILS_VERSION = 1.2.3
 EXFAT_UTILS_SITE = https://github.com/relan/exfat/releases/download/v$(EXFAT_UTILS_VERSION)
 EXFAT_UTILS_LICENSE = GPLv3+
 EXFAT_UTILS_LICENSE_FILES = COPYING
-- 
2.4.10

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] exfat: bump to version 1.2.3
  2015-12-28 22:33 [Buildroot] [PATCH 1/2] exfat: bump to version 1.2.3 Gustavo Zacarias
  2015-12-28 22:33 ` [Buildroot] [PATCH 2/2] exfat-utils: " Gustavo Zacarias
@ 2015-12-29 11:27 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-12-29 11:27 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Mon, 28 Dec 2015 19:33:26 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/exfat/exfat.hash | 2 +-
>  package/exfat/exfat.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-29 11:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-28 22:33 [Buildroot] [PATCH 1/2] exfat: bump to version 1.2.3 Gustavo Zacarias
2015-12-28 22:33 ` [Buildroot] [PATCH 2/2] exfat-utils: " Gustavo Zacarias
2015-12-29 11:27 ` [Buildroot] [PATCH 1/2] exfat: " Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.