Commit Graph

40 Commits

Author SHA256 Message Date
8348cfe52b Accepting request 394137 from home:pluskalm:branches:Base:System
- Update to 4.0
  * Switch build system to autotools.
  * Fixed data corruption errors in fsck.fat Writing to the third 
    to last cluster on FAT12 with an odd number of clusters would 
    corrupt the following cluster.
  * The automatic alignment of data clusters that was added in 
    3.0.8 and broken for FAT32 starting with 3.0.20 has been 
    reinstated.
- Small spec file cleanup
- Drop no longer needed dosfstools-suse-dirs.patch

OBS-URL: https://build.opensuse.org/request/show/394137
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=68
2016-05-13 08:10:51 +00:00
8476a63c8e 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
2015-06-03 13:41:51 +00:00
d5a1110b75 - fix url
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=64
2015-05-11 11:53:31 +00:00
c43409c259 - updated to 3.0.27:
* fsck.fat: Don't print version string every time -v is 
    encountered
  * Fix attempt to rename root dir in fsck due to uninitialized 
    fields
  * Support long file names in volume labeling code
- upstream changed

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=62
2015-01-16 13:30:24 +00:00
2209804425 Accepting request 251708 from home:jengelh:branches:Base:System
- Drop gpg-offline build-time requirement

OBS-URL: https://build.opensuse.org/request/show/251708
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=60
2014-09-24 06:00:32 +00:00
2812919437 - added fsck.{v,}fat and mkfs.{v,}fat compat symlinks in /sbin
[bnc#884516]
- call spec-cleaner

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=58
2014-06-26 12:12:17 +00:00
18087688fb - updated to 3.0.26:
* Fix "odd" files created by frequent power-loss.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=56
2014-03-17 08:24:01 +00:00
cb2e4fb166 - 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/package/show/Base:System/dosfstools?expand=0&rev=54
2014-03-06 12:26:08 +00:00
cd136175bb - updated to 3.0.24:
* Fixed dosfsck on big endian platforms.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=52
2013-11-25 08:33:27 +00:00
0bbc9a004f - updated to 3.0.23:
* Corrects clustersize to fix issues with EFI System Partitions.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=50
2013-10-16 06:06:27 +00:00
b03f9c535c - updated to 3.0.22:
* Improved boot compatiblity.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=48
2013-07-29 09:00:09 +00:00
8147046131 - updated to 3.0.21
* Minor miscellaneous cleanups.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=46
2013-07-17 09:06:10 +00:00
0da7f8e7bf (use -a switch to disable aligning structures)
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=44
2013-06-14 06:43:20 +00:00
dac3982d93 Accepting request 178877 from home:jengelh:branches:Base:System
- Update to new upstream release 3.0.20

OBS-URL: https://build.opensuse.org/request/show/178877
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=42
2013-06-13 14:21:50 +00:00
3be637697c - 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
2013-06-12 08:08:36 +00:00
7c959e6529 - 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/package/show/Base:System/dosfstools?expand=0&rev=40
2013-06-11 09:48:56 +00:00
dbadbc6663 - update to 3.0.17:
* Fixing segfault in dosfslabel.
  * Allow operation on SH4 CPUs.
  * Finish cleanup of byteswap code.
  * Fix offsetof definition.
  * etc., see ChangeLog
- refreshed ppc-reserved-sectors-fix.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=37
2013-06-03 13:52:42 +00:00
4d2fb4abd5 Accepting request 160992 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/160992
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=35
2013-03-25 15:30:15 +00:00
7aad6adc66 - update to 3.0.16: label fixes
* dropped upstreamed
    - dosfstools-create-rootdir-label.patch
    - dosfstools-dosfslabel-forbid-lowercase.patch
    - dosfstools-dosfslabel-from-rootdir.patch
    - dosfstools-fsck-file-name.patch
    - dosfstools-mkdosfs-no-label.patch
    - dosfstools-mkdosfs-uppercase-label.patch

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=33
2013-03-04 07:18:27 +00:00
b476038bc2 - update to 3.0.15: bugfixes for device detection, root directory
allocation, and messages about unicode filenames. 
  * dropped dosfstools-filename-buffer-overflow.patch (upstreamed)
  * dropped dosfstools-mdraid-partition.patch (upstreamed)
  * refreshed dosfstools-suse-dirs.patch
  * refreshed ppc-reserved-sectors-fix.patch
    (will be dropped if not upstreamed)
  * dosfstools-label.patch splitted to:
    - dosfstools-create-rootdir-label.patch
    - dosfstools-dosfslabel-forbid-lowercase.patch
    - dosfstools-dosfslabel-from-rootdir.patch
    - dosfstools-fsck-file-name.patch
    - dosfstools-mkdosfs-no-label.patch
    - dosfstools-mkdosfs-uppercase-label.patch
    (will be upstreamed or dropped)

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=31
2013-02-27 14:39:12 +00:00
Cristian Rodríguez
3f1f465906 Accepting request 139467 from home:k0da:branches:Base:System
- hack to use just 1 sector for embedded devices. should be made 
  into a flag, but this shouldn't break normal systems ...
  lunchpad bug (746262)
- fixes ppc boot from vfat (in case root on raid,lvm,ext4)

OBS-URL: https://build.opensuse.org/request/show/139467
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=29
2012-10-26 15:59:10 +00:00
Ismail Dönmez
5f6eb55055 Accepting request 136335 from home:babelworx:ldig:branches:Base:System
license update: GPL-3.0+
No indication that the authors restricted the package to GPL-3.0 (i.e. "only"). Accordingly, GPL-3.0+ seems a better choice and is also the choice made by Fedora

OBS-URL: https://build.opensuse.org/request/show/136335
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=27
2012-09-28 12:17:26 +00:00
0f45dc012f Accepting request 103436 from home:rjschwei:branches:Base:System
usrMerge project - move files from toplevel to /usr

OBS-URL: https://build.opensuse.org/request/show/103436
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=25
2012-02-09 10:46:12 +00:00
2abedfe19f Accepting request 86379 from home:uli_suse:branches:Base:System
- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86379
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=23
2011-10-04 08:34:39 +00:00
Stephan Kulow
0e7f1a7b12 Accepting request 83291 from home:jengelh:bl-d
- Remove redundant tags/sections from specfile
  (cf. packaging guidelines)
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83291
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=21
2011-09-20 07:50:21 +00:00
608ed90113 - fixed fsck.vfat crashing [bnc#677236]
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=19
2011-03-09 11:40:44 +00:00
16f956640c - fixed dosfslabel crashing and improved label handling in mkdosfs
and dosfslabel [bnc#657011]

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=17
2011-01-04 09:37:38 +00:00
3553039064 - fixed:
* [bnc#639553] -- mkdosfs now detects md raid partition correctly
  * [bnc#649046] -- install dosfslabel
  * spec file cleanup

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=13
2010-11-01 12:27:32 +00:00
OBS User buildservice-autocommit
5f47a56b03 Updating link to change in openSUSE:Factory/dosfstools revision 15.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=c4ce3cd45868870aef4899d0cd39694d
2010-09-13 11:50:36 +00:00
OBS User autobuild
ff283a516c Accepting request 47977 from Base:System
checked in (request 47977)

OBS-URL: https://build.opensuse.org/request/show/47977
OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=11
2010-09-13 11:50:33 +00:00
57bd3f9d37 - updated to 3.0.10:
* LFN handling and false positives with bad filenames were 
    corrected.

OBS-URL: https://build.opensuse.org/package/show/Base:System/dosfstools?expand=0&rev=10
2010-09-13 09:31:25 +00:00
OBS User autobuild
eb4432cd5a Accepting request 30899 from Base:System
Copy from Base:System/dosfstools based on submit request 30899 from user pgajdos

OBS-URL: https://build.opensuse.org/request/show/30899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=11
2010-02-05 16:00:07 +00:00
OBS User autobuild
676d1ab311 Accepting request 24413 from Base:System
Copy from Base:System/dosfstools based on submit request 24413 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/24413
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=10
2009-11-16 13:30:04 +00:00
OBS User unknown
874a625937 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=7 2008-06-24 20:36:57 +00:00
OBS User unknown
937ef436e1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=6 2007-09-10 22:41:41 +00:00
OBS User unknown
1207314d33 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=5 2007-08-09 16:38:07 +00:00
OBS User unknown
3ad65164cf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=4 2007-04-26 12:27:22 +00:00
OBS User unknown
90682b0a41 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=3 2007-04-04 18:41:44 +00:00
OBS User unknown
e52f5be258 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=2 2007-01-30 14:22:03 +00:00
OBS User unknown
ef3a86c951 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dosfstools?expand=0&rev=1 2007-01-15 23:10:35 +00:00