configure.ac: update to November 2022
compile.sh: switch tuxera.com to https
This commit is contained in:
parent
548a12d704
commit
931421d4df
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ case "$crosscompile_target" in
|
|||
VER_LIBEWF=
|
||||
;;
|
||||
*-msdosdjgpp)
|
||||
VER_LIBNTFS3G="2014.2.15"
|
||||
VER_LIBNTFS3G="2022.5.17"
|
||||
VER_NTFSPROGS=
|
||||
VER_E2FSPROGS="1.42.8"
|
||||
;;
|
||||
|
@ -184,7 +184,7 @@ if [ ! -e "$compiledir"/ntfsprogs-$VER_LIBNTFS3G/configure ];
|
|||
then
|
||||
if [ ! -e ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz ];
|
||||
then
|
||||
$WGET http://tuxera.com/opensource/ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz
|
||||
$WGET https://tuxera.com/opensource/ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz
|
||||
fi
|
||||
if [ -e ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz ];
|
||||
then
|
||||
|
|
|
@ -6,7 +6,7 @@ AC_INIT([testdisk],[7.2-WIP],[grenier@cgsecurity.org])
|
|||
AC_LANG(C)
|
||||
sinclude(acx_pthread.m4)
|
||||
sinclude(mkdir.m4)
|
||||
TESTDISKDATE="July 2022"
|
||||
TESTDISKDATE="November 2022"
|
||||
AC_SUBST(TESTDISKDATE)
|
||||
AC_DEFINE_UNQUOTED([TESTDISKDATE],"$TESTDISKDATE",[Date of release])
|
||||
AC_CONFIG_AUX_DIR(config)
|
||||
|
|
Loading…
Reference in a new issue