TestDisk & PhotoRec 7.2-WIP
This commit is contained in:
parent
3bb714e653
commit
a3ee7c653d
9 changed files with 20 additions and 19 deletions
|
@ -36,6 +36,7 @@ else
|
||||||
fi
|
fi
|
||||||
case "$crosscompile_target" in
|
case "$crosscompile_target" in
|
||||||
"")
|
"")
|
||||||
|
VER_LIBEWF=
|
||||||
;;
|
;;
|
||||||
*-msdosdjgpp)
|
*-msdosdjgpp)
|
||||||
VER_LIBNTFS3G="2014.2.15"
|
VER_LIBNTFS3G="2014.2.15"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AC_INIT([testdisk],[7.1],[grenier@cgsecurity.org])
|
AC_INIT([testdisk],[7.2-WIP],[grenier@cgsecurity.org])
|
||||||
AC_LANG(C)
|
AC_LANG(C)
|
||||||
sinclude(acx_pthread.m4)
|
sinclude(acx_pthread.m4)
|
||||||
sinclude(mkdir.m4)
|
sinclude(mkdir.m4)
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
%{?cygwin_package_header}
|
%{?cygwin_package_header}
|
||||||
|
|
||||||
#% define is_wip 1
|
%define is_wip 1
|
||||||
%{?is_wip:%define ver_wip -WIP}
|
%{?is_wip:%define ver_wip -WIP}
|
||||||
|
|
||||||
Name: cygwin-testdisk
|
Name: cygwin-testdisk
|
||||||
Version: 7.1
|
Version: 7.2
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: TestDisk checks and undeletes partitions, PhotoRec recovers lost files
|
Summary: TestDisk checks and undeletes partitions, PhotoRec recovers lost files
|
||||||
Summary(pl.UTF8): Narzędzie sprawdzające i odzyskujące partycje
|
Summary(pl.UTF8): Narzędzie sprawdzające i odzyskujące partycje
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
%{?mingw_package_header}
|
%{?mingw_package_header}
|
||||||
|
|
||||||
#% define is_wip 1
|
%define is_wip 1
|
||||||
%{?is_wip:%define ver_wip -WIP}
|
%{?is_wip:%define ver_wip -WIP}
|
||||||
|
|
||||||
Name: mingw-testdisk
|
Name: mingw-testdisk
|
||||||
Version: 7.1
|
Version: 7.2
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: TestDisk checks and undeletes partitions, PhotoRec recovers lost files
|
Summary: TestDisk checks and undeletes partitions, PhotoRec recovers lost files
|
||||||
Summary(pl.UTF8): Narzędzie sprawdzające i odzyskujące partycje
|
Summary(pl.UTF8): Narzędzie sprawdzające i odzyskujące partycje
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
%define ver_progsreiserfs 0.3.1-rc8
|
%define ver_progsreiserfs 0.3.1-rc8
|
||||||
#% define is_wip 1
|
%define is_wip 1
|
||||||
%{?is_wip:%define ver_wip -WIP}
|
%{?is_wip:%define ver_wip -WIP}
|
||||||
|
|
||||||
Summary: Tool to check and undelete partition, PhotoRec recovers lost files
|
Summary: Tool to check and undelete partition, PhotoRec recovers lost files
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
sonar.projectKey=testdisk
|
sonar.projectKey=testdisk
|
||||||
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
|
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
|
||||||
sonar.projectName=testdisk
|
sonar.projectName=testdisk
|
||||||
sonar.projectVersion=7.1
|
sonar.projectVersion=7.2
|
||||||
|
|
||||||
# =====================================================
|
# =====================================================
|
||||||
# Meta-data for the project
|
# Meta-data for the project
|
||||||
|
|
|
@ -4,8 +4,8 @@ app ICON DISCARDABLE "../icons/photorec.ico"
|
||||||
1 24 "../win/photorec_win.exe.manifest"
|
1 24 "../win/photorec_win.exe.manifest"
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 7, 1, 0, 0
|
FILEVERSION 7, 2, 0, 0
|
||||||
PRODUCTVERSION 7, 1, 0, 0
|
PRODUCTVERSION 7, 2, 0, 0
|
||||||
FILEFLAGSMASK 0x3f
|
FILEFLAGSMASK 0x3f
|
||||||
FILEOS 0x4
|
FILEOS 0x4
|
||||||
FILETYPE 0x1
|
FILETYPE 0x1
|
||||||
|
@ -20,8 +20,8 @@ BEGIN
|
||||||
VALUE "InternalName", "PhotoRec"
|
VALUE "InternalName", "PhotoRec"
|
||||||
VALUE "OriginalFilename", "photorec_win.exe"
|
VALUE "OriginalFilename", "photorec_win.exe"
|
||||||
VALUE "Comments", "Signature based file recovery utility"
|
VALUE "Comments", "Signature based file recovery utility"
|
||||||
VALUE "FileVersion", "7.1"
|
VALUE "FileVersion", "7.2"
|
||||||
VALUE "ProductVersion", "7.1"
|
VALUE "ProductVersion", "7.2"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 1998-2019 Christophe GRENIER, et al."
|
VALUE "LegalCopyright", "Copyright (C) 1998-2019 Christophe GRENIER, et al."
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
|
@ -4,8 +4,8 @@ app ICON DISCARDABLE "../icons/photorec.ico"
|
||||||
1 24 "../win/qphotorec_win.exe.manifest"
|
1 24 "../win/qphotorec_win.exe.manifest"
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 7, 1, 0, 0
|
FILEVERSION 7, 2, 0, 0
|
||||||
PRODUCTVERSION 7, 1, 0, 0
|
PRODUCTVERSION 7, 2, 0, 0
|
||||||
FILEFLAGSMASK 0x3f
|
FILEFLAGSMASK 0x3f
|
||||||
FILEOS 0x4
|
FILEOS 0x4
|
||||||
FILETYPE 0x1
|
FILETYPE 0x1
|
||||||
|
@ -20,8 +20,8 @@ BEGIN
|
||||||
VALUE "InternalName", "PhotoRec"
|
VALUE "InternalName", "PhotoRec"
|
||||||
VALUE "OriginalFilename", "qphotorec_win.exe"
|
VALUE "OriginalFilename", "qphotorec_win.exe"
|
||||||
VALUE "Comments", "Signature based file recovery utility"
|
VALUE "Comments", "Signature based file recovery utility"
|
||||||
VALUE "FileVersion", "7.1"
|
VALUE "FileVersion", "7.2"
|
||||||
VALUE "ProductVersion", "7.1"
|
VALUE "ProductVersion", "7.2"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 1998-2019 Christophe GRENIER, et al."
|
VALUE "LegalCopyright", "Copyright (C) 1998-2019 Christophe GRENIER, et al."
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
|
@ -4,8 +4,8 @@ app ICON DISCARDABLE "../icons/testdisk.ico"
|
||||||
1 24 MOVEABLE PURE "../win/testdisk_win.exe.manifest"
|
1 24 MOVEABLE PURE "../win/testdisk_win.exe.manifest"
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 7, 1, 0, 0
|
FILEVERSION 7, 2, 0, 0
|
||||||
PRODUCTVERSION 7, 1, 0, 0
|
PRODUCTVERSION 7, 2, 0, 0
|
||||||
FILEFLAGSMASK 0x3f
|
FILEFLAGSMASK 0x3f
|
||||||
FILEOS 0x4
|
FILEOS 0x4
|
||||||
FILETYPE 0x1
|
FILETYPE 0x1
|
||||||
|
@ -20,8 +20,8 @@ BEGIN
|
||||||
VALUE "InternalName", "TestDisk"
|
VALUE "InternalName", "TestDisk"
|
||||||
VALUE "OriginalFilename", "testdisk_win.exe"
|
VALUE "OriginalFilename", "testdisk_win.exe"
|
||||||
VALUE "Comments", "Partition and file recovery utility"
|
VALUE "Comments", "Partition and file recovery utility"
|
||||||
VALUE "FileVersion", "7.1"
|
VALUE "FileVersion", "7.2"
|
||||||
VALUE "ProductVersion", "7.1"
|
VALUE "ProductVersion", "7.2"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 1998-2019 Christophe GRENIER, et al."
|
VALUE "LegalCopyright", "Copyright (C) 1998-2019 Christophe GRENIER, et al."
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
|
Loading…
Reference in a new issue