diff options
author | Christophe Grenier <[email protected]> | 2022-11-16 07:37:42 +0100 |
---|---|---|
committer | Christophe Grenier <[email protected]> | 2022-11-16 07:37:42 +0100 |
commit | 931421d4dfac042d579e5602b5f76b14e969990f (patch) | |
tree | d5a25b0ebb23a0a2f57bb48db0aad1355a1a605a | |
parent | 548a12d70454044e5c33d10f051fa2437755d77d (diff) |
configure.ac: update to November 2022
compile.sh: switch tuxera.com to https
-rwxr-xr-x | compile.sh | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 3 insertions, 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 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],[[email protected]]) 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) |