From 66a5d04fdf32fbfe16ecfa5b6539969de41e041b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Mon, 30 Oct 2017 13:23:21 -0400
Subject: [PATCH] contrib: bump OpenDHT to 1.4.2

* fix issue with reported addresses
* other minor improvements

Change-Id: Ic3a162fec5566c85d88533f5790977ee00eda379
---
 contrib/src/opendht/fetch_and_patch.bat | 2 +-
 contrib/src/opendht/rules.mak           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/opendht/fetch_and_patch.bat b/contrib/src/opendht/fetch_and_patch.bat
index 4cabc25eb9..db3bf9815e 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=a789ffe7ae37a638e7e551706138ae6246fbd522
+set OPENDHT_VERSION=fcaaa01b2d40011df650cd092cb841e825c4e49c
 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 699fa7622a..66f0df2a81 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -1,5 +1,5 @@
 # OPENDHT
-OPENDHT_VERSION := a789ffe7ae37a638e7e551706138ae6246fbd522
+OPENDHT_VERSION := fcaaa01b2d40011df650cd092cb841e825c4e49c
 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
 
 PKGS += opendht
-- 
GitLab