Package: disktype / 9-12

Metadata

Package Version Patches format
disktype 9-12 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_add_new_FS_to_manpage.patch | (download)

disktype.1 | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 add ext4 and btrfs to manpage.
20_add_ext4_btrfs_grub_improv.patch | (download)

detect.c | 8 5 3 - 0 !
linux.c | 192 120 72 - 0 !
2 files changed, 125 insertions( ), 75 deletions(-)

 add support to ext4 and brtfs. update detection string
             for recent GRUB2 versions. This patch was pulled from
             upstream CVS (revision 1.32 for detect.c and 1.19 for
             linux.c). Thanks to Frederic Boiteux for suggest this
             solution in #563805.
30_add_GCC_hardening.patch | (download)

Makefile | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 add gcc hardening and extra recommended flags to makefile.
40_add_support_exfat.patch | (download)

detect.c | 2 2 0 - 0 !
disktype.1 | 2 1 1 - 0 !
dos.c | 21 21 0 - 0 !
3 files changed, 24 insertions( ), 1 deletion(-)

 add support to exfat filesystem
50_add_support_f2fs.patch | (download)

Makefile | 2 1 1 - 0 !
detect.c | 4 4 0 - 0 !
disktype.1 | 2 1 1 - 0 !
f2fs.c | 36 36 0 - 0 !
4 files changed, 42 insertions( ), 2 deletions(-)

 add support to f2fs
60_update_README.patch | (download)

README | 3 2 1 - 0 !
1 file changed, 2 insertions( ), 1 deletion(-)

 make readme compliant with debian systems