configure.ac: update to November 2022

compile.sh: switch tuxera.com to https
This commit is contained in:
Christophe Grenier 2022-11-16 07:37:42 +01:00
parent 548a12d704
commit 931421d4df
2 changed files with 3 additions and 3 deletions

View file

@ -39,7 +39,7 @@ case "$crosscompile_target" in
VER_LIBEWF= VER_LIBEWF=
;; ;;
*-msdosdjgpp) *-msdosdjgpp)
VER_LIBNTFS3G="2014.2.15" VER_LIBNTFS3G="2022.5.17"
VER_NTFSPROGS= VER_NTFSPROGS=
VER_E2FSPROGS="1.42.8" VER_E2FSPROGS="1.42.8"
;; ;;
@ -184,7 +184,7 @@ if [ ! -e "$compiledir"/ntfsprogs-$VER_LIBNTFS3G/configure ];
then then
if [ ! -e ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz ]; if [ ! -e ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz ];
then then
$WGET http://tuxera.com/opensource/ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz $WGET https://tuxera.com/opensource/ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz
fi fi
if [ -e ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz ]; if [ -e ntfs-3g_ntfsprogs-$VER_LIBNTFS3G.tgz ];
then then

View file

@ -6,7 +6,7 @@ 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)
TESTDISKDATE="July 2022" TESTDISKDATE="November 2022"
AC_SUBST(TESTDISKDATE) AC_SUBST(TESTDISKDATE)
AC_DEFINE_UNQUOTED([TESTDISKDATE],"$TESTDISKDATE",[Date of release]) AC_DEFINE_UNQUOTED([TESTDISKDATE],"$TESTDISKDATE",[Date of release])
AC_CONFIG_AUX_DIR(config) AC_CONFIG_AUX_DIR(config)