From 931421d4dfac042d579e5602b5f76b14e969990f Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Wed, 16 Nov 2022 07:37:42 +0100 Subject: [PATCH] configure.ac: update to November 2022 compile.sh: switch tuxera.com to https --- compile.sh | 4 ++-- configure.ac | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compile.sh b/compile.sh index 1317ba02..4b3512cb 100755 --- a/compile.sh +++ b/compile.sh @@ -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 diff --git a/configure.ac b/configure.ac index dee20a6b..23d5b08d 100644 --- a/configure.ac +++ b/configure.ac @@ -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)