diff mbox

dosfstools: bump to version 3.0.24

Message ID 1385466535-18633-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 0ecc79a312309feebcf571c8b8a564514869c99c
Headers show

Commit Message

Gustavo Zacarias Nov. 26, 2013, 11:48 a.m. UTC
Fixes dosfsck on big endian targets.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dosfstools/dosfstools.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Nov. 26, 2013, 12:05 p.m. UTC | #1
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Fixes dosfsck on big endian targets.

So is that something we should include for 2013.11?
Gustavo Zacarias Nov. 26, 2013, 12:17 p.m. UTC | #2
On 11/26/2013 09:05 AM, Peter Korsgaard wrote:

> So is that something we should include for 2013.11?

I'm undecided about it, it's important, but i wonder how many people do
dosfsck rather than the more common scenario mkdosfs.
And this has probably been broken for some time now.
Regards.
Peter Korsgaard Nov. 26, 2013, 12:25 p.m. UTC | #3
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > On 11/26/2013 09:05 AM, Peter Korsgaard wrote:
 >> So is that something we should include for 2013.11?

 > I'm undecided about it, it's important, but i wonder how many people do
 > dosfsck rather than the more common scenario mkdosfs.
 > And this has probably been broken for some time now.
 > Regards.

Ok, I'll keep it for next then.
Peter Korsgaard Nov. 26, 2013, 3:07 p.m. UTC | #4
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Fixes dosfsck on big endian targets.
 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed to next, thanks.
diff mbox

Patch

diff --git a/package/dosfstools/dosfstools.mk b/package/dosfstools/dosfstools.mk
index 6b27e80..db23729 100644
--- a/package/dosfstools/dosfstools.mk
+++ b/package/dosfstools/dosfstools.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-DOSFSTOOLS_VERSION = 3.0.23
+DOSFSTOOLS_VERSION = 3.0.24
 DOSFSTOOLS_SOURCE = dosfstools-$(DOSFSTOOLS_VERSION).tar.xz
 DOSFSTOOLS_SITE = http://daniel-baumann.ch/files/software/dosfstools
 DOSFSTOOLS_LICENSE = GPLv3+