Accepting request 178604 from Base:System
- update to 3.0.19: * This release fixes a segfault with fortify. - removed dosfstools-system_id-overflow.patch - update to 3.0.18: * Adding initial i18n support for manpages with po4a. * Renaming tools to sane namespace and keeping legacy symlinks in place. | dosfslabel becomes fatlabel, | dosfsck becomes fsck.fat, | and mkdosfs becomes mkfs.fat. * Correcting spelling typo in boot.c. * dosfslabel: Do not read beyond string length (Closes: #709587). - refreshed both dosfstools-suse-dirs.patch and ppc-reserved-sectors-fix.patch - added dosfstools-system_id-overflow.patch OBS-URL: https://build.opensuse.org/request/show/178604 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=35
This commit is contained in:
commit
0899a6db44
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dade6b7c8ef06f7d679fcdc4524aa332ec7929837874b51c9bd490fbd4cb29f
|
||||
size 73496
|
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,9 +1,9 @@
|
||||
Index: dosfstools-3.0.15/Makefile
|
||||
Index: dosfstools-3.0.18/Makefile
|
||||
===================================================================
|
||||
--- dosfstools-3.0.15.orig/Makefile
|
||||
+++ dosfstools-3.0.15/Makefile
|
||||
@@ -20,9 +20,9 @@
|
||||
|
||||
--- dosfstools-3.0.18.orig/Makefile
|
||||
+++ dosfstools-3.0.18/Makefile
|
||||
@@ -22,9 +22,9 @@ SHELL := sh -e
|
||||
LANGUAGES = $(shell cd manpages/po && ls)
|
||||
|
||||
DESTDIR =
|
||||
-PREFIX = /usr/local
|
||||
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- update to 3.0.18:
|
||||
* Adding initial i18n support for manpages with po4a.
|
||||
* Renaming tools to sane namespace and keeping legacy symlinks in place.
|
||||
| dosfslabel becomes fatlabel,
|
||||
| dosfsck becomes fsck.fat,
|
||||
| and mkdosfs becomes mkfs.fat.
|
||||
* Correcting spelling typo in boot.c.
|
||||
* dosfslabel: Do not read beyond string length (Closes: #709587).
|
||||
- refreshed both dosfstools-suse-dirs.patch and
|
||||
ppc-reserved-sectors-fix.patch
|
||||
- added dosfstools-system_id-overflow.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 13:44:15 UTC 2013 - pgajdos@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@ Provides: mkdosfs
|
||||
Summary: Utilities for Making and Checking MS-DOS FAT File Systems on Linux
|
||||
License: GPL-3.0+
|
||||
Group: System/Filesystems
|
||||
Version: 3.0.17
|
||||
Version: 3.0.19
|
||||
Release: 0
|
||||
Url: http://daniel-baumann.ch/software/dosfstools/
|
||||
Source: http://daniel-baumann.ch/files/software/dosfstools/dosfstools-%{version}.tar.xz
|
||||
@ -61,5 +61,6 @@ ln -sf %{_sbindir}/{dosfsck,dosfslabel,mkdosfs,fsck.msdos,mkfs.msdos} $RPM_BUILD
|
||||
#EndUsrMerge
|
||||
%{_sbindir}/*
|
||||
%{_mandir}/man8/*.gz
|
||||
%{_mandir}/de/man8/*.gz
|
||||
|
||||
%changelog
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: dosfstools-3.0.17/src/mkdosfs.c
|
||||
Index: dosfstools-3.0.17/src/mkfs.fat.c
|
||||
===================================================================
|
||||
--- dosfstools-3.0.17.orig/src/mkdosfs.c
|
||||
+++ dosfstools-3.0.17/src/mkdosfs.c
|
||||
--- dosfstools-3.0.17.orig/src/mkfs.fat.c
|
||||
+++ dosfstools-3.0.17/src/mkfs.fat.c
|
||||
@@ -995,7 +995,7 @@ static void setup_tables(void)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user