diff --git a/contrib/src/fmt/rules.mak b/contrib/src/fmt/rules.mak
index 38fff72ced139cc6a103a5858fcb14907553d0e9..6ba2b4f4fcba30428e8620b68bdb224b3c53620b 100644
--- a/contrib/src/fmt/rules.mak
+++ b/contrib/src/fmt/rules.mak
@@ -19,7 +19,7 @@ $(TARBALLS)/fmt-$(FMT_VERSION).tar.gz:
 
 fmt: fmt-$(FMT_VERSION).tar.gz
 	$(UNPACK)
-	$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR)
+	cd $(UNPACK_DIR)
 	$(MOVE)
 
 .fmt: fmt toolchain.cmake .sum-fmt
diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS
index 2abd2637c988ebeca0b735d3aefcf760910da7b2..fd0d7a7a6f7fba71d6880389765cbeebf3f71796 100644
--- a/contrib/src/opendht/SHA512SUMS
+++ b/contrib/src/opendht/SHA512SUMS
@@ -1 +1 @@
-8193aba528b9a4c4f2c97625966c2e237a8d5d7e47a8086a4fbdb7bc48f5b86dac63744d1420254d2cbdb5a076b7465ea0ca0b535d388582b607531e78f211f2  opendht-2.4.3.tar.gz
\ No newline at end of file
+0af70f262fc0081cca0dcf5033b14c09f431a0d52dd112afc78d684c149a9a2a0fa3d5c6bbf642101844475eaed557907a33d5a11d1aab6363bc0f15a2145413  opendht-2.4.7.1.tar.gz
\ No newline at end of file
diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json
index cc3815cd12eebad72552742ecf74996dabeedf53..6d940b66ba50c9ea7b0d74454ba8805b542aa117 100644
--- a/contrib/src/opendht/package.json
+++ b/contrib/src/opendht/package.json
@@ -1,6 +1,6 @@
 {
     "name": "opendht",
-    "version": "2.4.0",
+    "version": "0183c2191edd52e1e32d6dfe29169ad721ff3a57",
     "url": "https://github.com/savoirfairelinux/opendht/archive/__VERSION__.tar.gz",
     "deps": [
         "argon2",
diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak
index d3c7f4426bbf364b3a427487bc4a3380d62d81bc..c938d70704a0fec28b237b9894767bd7cb345aaf 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -1,5 +1,5 @@
 # OPENDHT
-OPENDHT_VERSION := 2.4.3
+OPENDHT_VERSION := 2.4.7.1
 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
 
 PKGS += opendht