Accepting request 224870 from Base:System

- updated to 3.0.25:
  * Prevent corruption of FAT during fsck on 64 bit platforms.
     unsigned long is 64 bit on x86-64, which means set_fat was writing two
     entries, which corrupts the next entry. This can cause loss of data in
     another file.
  * Fixed remaining 64 bit build warnings.

OBS-URL: https://build.opensuse.org/request/show/224870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=42
This commit is contained in:
Stephan Kulow 2014-03-09 17:18:40 +00:00 committed by Git OBS Bridge
commit 7f5e996e29
6 changed files with 22 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1e21b7e7c8872fb3debf2a7fdc8c223a5f592a6efa8ae181a92f558ed28274c1
size 78148

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEABECAAYFAlKQd5gACgkQ+C5cwEsrK56nywCgrjAX4JsudBOojVrfr/ERAi+y
9ikAn3PGihYaHBz8dyedu0/OWRoLxP6+
=x9tt
-----END PGP SIGNATURE-----

3
dosfstools-3.0.25.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d4912860e88fa829314c7824821b502a66460afc5f4bb963dd149e9ee430320
size 78396

View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEABECAAYFAlLYyc4ACgkQ+C5cwEsrK57n1wCcCa0SZ70WhEij3yt3sp9varHc
LA8AoMuDphgui71AzE50gyyAVniPs6Ms
=4agm
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Mar 6 12:24:03 UTC 2014 - pgajdos@suse.com
- updated to 3.0.25:
* Prevent corruption of FAT during fsck on 64 bit platforms.
unsigned long is 64 bit on x86-64, which means set_fat was writing two
entries, which corrupts the next entry. This can cause loss of data in
another file.
* Fixed remaining 64 bit build warnings.
-------------------------------------------------------------------
Mon Nov 25 08:32:14 UTC 2013 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package dosfstools
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -20,7 +20,7 @@ Name: dosfstools
Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux
License: GPL-3.0+
Group: System/Filesystems
Version: 3.0.24
Version: 3.0.25
Release: 0
Url: http://daniel-baumann.ch/software/dosfstools/