Accepting request 310160 from home:pluskalm:branches:Base:System
- Update to 3.0.28 * mkfs.fat now allows choosing 0xF0 as the media byte which was previously rejected. * mkfs.fat now supports the --invariant option to facilitate testing mkfs.fat itself. * Bugs fixed in fsck.fat are a read one byte beyond the end of an allocated array when checking some FAT12 filesystems, and checking that the first cluster of a file as specified in the directory entry is not 1. - Cleanup spec file with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/310160 OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=66
This commit is contained in:
parent
d5a1110b75
commit
8476a63c8e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e4d239a46689f4d4fa83dbbb0fe210279d36bec51b16076d4e2dddf663c7b7a0
|
|
||||||
size 95597
|
|
Binary file not shown.
3
dosfstools-3.0.28.tar.gz
Normal file
3
dosfstools-3.0.28.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6e6e76e9f923e5fca47e872599ff1e932b0248ce58fcdc62d64005b4c8ae097b
|
||||||
|
size 104526
|
BIN
dosfstools-3.0.28.tar.gz.sig
Normal file
BIN
dosfstools-3.0.28.tar.gz.sig
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
Index: dosfstools-3.0.18/Makefile
|
Index: dosfstools-3.0.28/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- dosfstools-3.0.18.orig/Makefile
|
--- dosfstools-3.0.28.orig/Makefile
|
||||||
+++ dosfstools-3.0.18/Makefile
|
+++ dosfstools-3.0.28/Makefile
|
||||||
@@ -22,9 +22,9 @@ SHELL := sh -e
|
@@ -22,9 +22,9 @@ SHELL := sh -e
|
||||||
LANGUAGES = $(shell cd manpages/po && ls)
|
LANGUAGES = $(shell cd manpages/po && ls)
|
||||||
|
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 3 12:56:32 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to 3.0.28
|
||||||
|
* mkfs.fat now allows choosing 0xF0 as the media byte which was
|
||||||
|
previously rejected.
|
||||||
|
* mkfs.fat now supports the --invariant option to facilitate
|
||||||
|
testing mkfs.fat itself.
|
||||||
|
* Bugs fixed in fsck.fat are a read one byte beyond the end of
|
||||||
|
an allocated array when checking some FAT12 filesystems, and
|
||||||
|
checking that the first cluster of a file as specified in the
|
||||||
|
directory entry is not 1.
|
||||||
|
- Cleanup spec file with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 11 11:53:20 UTC 2015 - pgajdos@suse.com
|
Mon May 11 11:53:20 UTC 2015 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -17,16 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dosfstools
|
Name: dosfstools
|
||||||
Version: 3.0.27
|
Version: 3.0.28
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux
|
Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
Url: https://github.com/dosfstools/dosfstools/releases/
|
Url: https://github.com/dosfstools/dosfstools
|
||||||
|
|
||||||
#Git-Clone: git://daniel-baumann.ch/git/software/dosfstools
|
#Git-Clone: git://daniel-baumann.ch/git/software/dosfstools
|
||||||
Source: https://github.com/dosfstools/dosfstools/releases/download/v3.0.27/dosfstools-%{version}.tar.gz
|
Source: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz
|
||||||
Source2: https://github.com/dosfstools/dosfstools/releases/download/v3.0.27/dosfstools-%{version}.tar.gz.sig
|
Source2: https://github.com/dosfstools/dosfstools/releases/download/v%{version}/dosfstools-%{version}.tar.gz.sig
|
||||||
Source3: %{name}.keyring
|
Source3: %{name}.keyring
|
||||||
Patch0: %{name}-suse-dirs.patch
|
Patch0: %{name}-suse-dirs.patch
|
||||||
Supplements: filesystem(vfat)
|
Supplements: filesystem(vfat)
|
||||||
|
Loading…
Reference in New Issue
Block a user