Commit graph

8 commits

Author SHA1 Message Date
drochner
e3cf6115d8 Update sysutils/testdisk to testdisk-6.14.
from Leonardo Taccari per PR pkg/48189

Changes:
General Improvements
====================
     * The log file generated by the Windows version (cygwin) reports bad
       sectors in a more readable fashion, example
         ReadFile Data error (cyclic redundancy check).
     * As openssl isn't used, don't link with this cryptographic library
       (Debian tries to avoid mixing GPL code and openssl)

TestDisk
========
Improvements
------------
     * testdisk /list now displays the disk model, serial number, firmware
       version and hpa or dco presence if detected
     * Recover WBFS (Wii Backup File System) partition
     * Make FAT RebuildBS works when there is a single FAT table
     * Interface: Display the partition table type if autodetected
     * Interface: modified warning about mismatching geometry between FAT
       or NTFS boot sector and HD geometry information (Debian #651756)
     * Interface: Remove "Allow partial last cylinder" option

Bug fixes
---------
     * Fix crc in EFI backup GPT
     * Rewrote how TestDisk aligns partition on cylinder or 1MB boundary.
       It avoids to create partition entry where the partition ends after
       the end of the disk.

PhotoRec
========
Improvements
------------
     * Improve Olympus .orf recovery
     * Improve WP Mac/WP5/WP6 Corel Documents .wpd files recovery
     * Fix thumbs.db recovery, avoid some false positive with .doc
     * Interface: if less than 10 file families are enabled, display the
       results even if zero has been found yet

   New file formats:
     * .aep After Effects
     * .axx AxCrypt
     * .dp Designer, a Photobook Designer Software
     * .lzh archive
     * .mmap MindManager
     * .plt Gerber Graphix Advantage
     * .prproj Adobe Premiere project
     * .psb Adobe Photoshop Image
     * .pts PTGui, panoramic stitching software
     * .qcp The QCP File Format and Media Types for Speech Data (RFC3625)
     * .shn Shorten audio file
     * .snt Windows Sticky Notes
     * .ttd TinyTag Data
     * .wallet Armory bitcoin wallet
     * .wim Windows imaging (WIM) image

Bug fixes
---------
     * Fix an endless loop during .caf file recovery
     * Fix tiff recovery including some raw file formats, 64-bit version
       wasn't affected
2013-09-09 17:45:58 +00:00
dsainty
0e8f2d7448 Mention exFAT (on corrupted SD cards everywhere) is supported too. 2013-05-05 20:59:22 +00:00
dsainty
fcacf2adf4 Revert the accidental bump to the beta release in previous. 2013-05-04 13:16:40 +00:00
dsainty
d72554d003 libuuid will never be used if buitin uuidgen(2) exists. For the moment,
[over-?]confidently assume that means Linux only.

Suggested by obache@
2013-05-04 13:13:44 +00:00
dsainty
5bb49db77d Pull in filesystems/fuse-ntfs-3g for additional functionality.
Bump PKGREVISION.
2013-05-04 12:38:28 +00:00
dsainty
6339194c9f Pull in devel/libuuid to fix the build if it is present on the system but
not buildlinked.

Fixes the build on Linux.  Appears to change functionality on other
systems, so bump PKGREVISION.
2013-05-04 10:37:38 +00:00
asau
54c5cd959e Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-23 19:50:50 +00:00
drochner
4313d95c50 add testdisk-6.13, a Tool to check and undelete partitions, plus
an inage recovery tool, from pancake@phreaker.net per pkgsrc-wip
2012-07-04 17:58:31 +00:00