- update to 3.0.19:
* This release fixes a segfault with fortify. - removed dosfstools-system_id-overflow.patch OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=41
This commit is contained in:
parent
7c959e6529
commit
3be637697c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a9ee82da84d83e486c650384d2a4e8d2d38d22ef792eac79bd05caea2ee3a403
|
|
||||||
size 76364
|
|
3
dosfstools-3.0.19.tar.xz
Normal file
3
dosfstools-3.0.19.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db8cba57e7d7fd1fda4950581e2bb44fba07a76c6cbe9284d5d80a3d9cde17e3
|
||||||
|
size 76428
|
@ -1,13 +0,0 @@
|
|||||||
Index: dosfstools-3.0.18/src/mkfs.fat.c
|
|
||||||
===================================================================
|
|
||||||
--- dosfstools-3.0.18.orig/src/mkfs.fat.c
|
|
||||||
+++ dosfstools-3.0.18/src/mkfs.fat.c
|
|
||||||
@@ -746,7 +746,7 @@ static void setup_tables(void)
|
|
||||||
strcpy((char *)bs.system_id, "kdosf");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
- strcpy((char *)bs.system_id, "mkfs.fat");
|
|
||||||
+ strncpy((char *)bs.system_id, "mkfs.fat", 8);
|
|
||||||
if (sectors_per_cluster)
|
|
||||||
bs.cluster_size = (char)sectors_per_cluster;
|
|
||||||
if (size_fat == 32) {
|
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 12 08:06:17 UTC 2013 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- update to 3.0.19:
|
||||||
|
* This release fixes a segfault with fortify.
|
||||||
|
- removed dosfstools-system_id-overflow.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 11 09:20:20 UTC 2013 - pgajdos@suse.com
|
Tue Jun 11 09:20:20 UTC 2013 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -22,13 +22,11 @@ Provides: mkdosfs
|
|||||||
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
|
||||||
Version: 3.0.18
|
Version: 3.0.19
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://daniel-baumann.ch/software/dosfstools/
|
Url: http://daniel-baumann.ch/software/dosfstools/
|
||||||
Source: http://daniel-baumann.ch/files/software/dosfstools/dosfstools-%{version}.tar.xz
|
Source: http://daniel-baumann.ch/files/software/dosfstools/dosfstools-%{version}.tar.xz
|
||||||
Patch0: %{name}-suse-dirs.patch
|
Patch0: %{name}-suse-dirs.patch
|
||||||
# sent 2013-06-11 upstream:
|
|
||||||
Patch1: %{name}-system_id-overflow.patch
|
|
||||||
# workaround for
|
# workaround for
|
||||||
# https://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/746262
|
# https://bugs.launchpad.net/ubuntu/+source/dosfstools/+bug/746262
|
||||||
Patch100: ppc-reserved-sectors-fix.patch
|
Patch100: ppc-reserved-sectors-fix.patch
|
||||||
@ -43,7 +41,6 @@ drives or on floppies.
|
|||||||
%prep
|
%prep
|
||||||
%setup
|
%setup
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user