diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS
index bc8e1c6a97fbda269bef98fb65451d65cf66f192..60a713a42caaf9f996aee964e06252a68f3f32e7 100644
--- a/contrib/src/opendht/SHA512SUMS
+++ b/contrib/src/opendht/SHA512SUMS
@@ -1 +1 @@
-7af2f88495a842251a5975d4133dde9bd981e59beaacbedaedd59042158270560167d07688bda320d4abd48a17eb6d1d4cd4b600c17193f8bfd6290b15d1a2e0  opendht-ed642b0337653180e64cbe44c81a9df9cdd3c62c.tar.gz
\ No newline at end of file
+54af462edf51278d6cbe938353880140b9496ef2b86bc836f0dec8ce4cc84d4985d3451354f23064581dbbc9d09d675e3ca72c76baca89996975dfc67f1db01e  opendht-090da49fed407a4cc8eef7b1331ac8befd1399c3.tar.gz
\ No newline at end of file
diff --git a/contrib/src/opendht/fetch_and_patch.bat b/contrib/src/opendht/fetch_and_patch.bat
index 5fd36b381aed41b7fdc1d38796e64bd5ffa32cf1..bc4bc68e466dcfe1f746ac3ac383afe2408d0658 100644
--- a/contrib/src/opendht/fetch_and_patch.bat
+++ b/contrib/src/opendht/fetch_and_patch.bat
@@ -1,6 +1,6 @@
 set BUILD=%SRC%..\build
 
-set OPENDHT_VERSION=ed642b0337653180e64cbe44c81a9df9cdd3c62c
+set OPENDHT_VERSION=090da49fed407a4cc8eef7b1331ac8befd1399c3
 set OPENDHT_URL=https://github.com/savoirfairelinux/opendht/archive/%OPENDHT_VERSION%.tar.gz
 
 mkdir %BUILD%
diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak
index d1bfc55ddc1f4632fe92f728a800402c9e9cdfcc..b702096c7cc7ea8dc52f5fc1ab7679f34f6a3e50 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -1,5 +1,5 @@
 # OPENDHT
-OPENDHT_VERSION := ed642b0337653180e64cbe44c81a9df9cdd3c62c
+OPENDHT_VERSION := 090da49fed407a4cc8eef7b1331ac8befd1399c3
 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
 
 PKGS += opendht
diff --git a/contrib/src/restinio/SHA512SUMS b/contrib/src/restinio/SHA512SUMS
index d582da917b2b64b169f8ab0e497d37963aa3633c..9f32adf53aefdee09fd22b264f1eb370c526de2c 100644
--- a/contrib/src/restinio/SHA512SUMS
+++ b/contrib/src/restinio/SHA512SUMS
@@ -1 +1 @@
-3713ec6fce780974c1b833411282e878c00dff3ae1b8a252884a9e970b12dc67899cd7642632a97ec9715a928232953cbb26f128e9e603b043faa9774559f8a2  restinio-v.0.5.1.2.tar.gz
+42df0b2e4470c8367deccd31b4fc91c55239956a2a32a22599177d62d1425030b238b7d926cc7135ea650cf28ff3d3509e2ff6ecafbe16a33f8e52ae72c96344  restinio-8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59.tar.gz
\ No newline at end of file
diff --git a/contrib/src/restinio/fetch_and_patch.bat b/contrib/src/restinio/fetch_and_patch.bat
index 35109f25691b1051b280f9951f8bfa91d1033b55..9bc3e4fc5a6c9f4ea7dd64e8c4c9cab2f1bfeb6c 100644
--- a/contrib/src/restinio/fetch_and_patch.bat
+++ b/contrib/src/restinio/fetch_and_patch.bat
@@ -1,6 +1,6 @@
 set BUILD=%SRC%..\build
 
-set RESTINIO_VERSION=v.0.5.1.2
+set RESTINIO_VERSION=8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59
 set RESTINIO_URL=https://github.com/Stiffstream/restinio/archive/%RESTINIO_VERSION%.tar.gz
 
 mkdir %BUILD%
diff --git a/contrib/src/restinio/rules.mak b/contrib/src/restinio/rules.mak
index dafabc176721efdc20443945c47793d3949ccca7..4aa24d97cf7c86357a600a0b5291ad61fdba0555 100644
--- a/contrib/src/restinio/rules.mak
+++ b/contrib/src/restinio/rules.mak
@@ -1,6 +1,6 @@
 # RESTINIO
-RESTINIO_VERSION := v.0.5.1.2
-RESTINIO_URL := https://github.com/Stiffstream/restinio/archive/$(RESTINIO_VERSION).tar.gz
+RESTINIO_VERSION := 8d5d3e8237e0947adb9ba1ffc8281f4ad7cb2a59
+RESTINIO_URL := https://github.com/aberaud/restinio/archive/$(RESTINIO_VERSION).tar.gz
 
 PKGS += restinio
 ifeq ($(call need_pkg,'restinio'),)
@@ -17,9 +17,7 @@ endif
 ifneq ($(call need_pkg,"fmt >= 5.3.0"),)
 DEPS_restinio += fmt
 endif
-ifneq ($(call need_pkg,"http_parser >= 2.9.3"),)
 DEPS_restinio += http_parser
-endif
 
 RESTINIO_CMAKECONF = -DRESTINIO_TEST=OFF -DRESTINIO_SAMPLE=OFF -DRESTINIO_INSTALL_SAMPLES=OFF \
 					 -DRESTINIO_BENCH=OFF -DRESTINIO_INSTALL_BENCHES=OFF -DRESTINIO_FIND_DEPS=ON \
@@ -33,7 +31,7 @@ $(TARBALLS)/restinio-$(RESTINIO_VERSION).tar.gz:
 
 restinio: restinio-$(RESTINIO_VERSION).tar.gz
 	$(UNPACK)
-	$(APPLY) $(SRC)/restinio/cmake.patch
+	#$(APPLY) $(SRC)/restinio/cmake.patch
 	$(UPDATE_AUTOCONFIG) && cd $(UNPACK_DIR)
 	$(MOVE)