From 102dabcf1e7c180ea40210a08c0baf5d7ff68fd3 Mon Sep 17 00:00:00 2001
From: Adrien Beraud <adrien.beraud@savoirfairelinux.com>
Date: Thu, 10 Aug 2017 15:10:17 -0400
Subject: [PATCH] contrib: bump opendht

* fix major issue where values where dropped
  before their normal expiration.

Change-Id: I2010f75a1d45aef4780950fa8fb753632ab780f1
---
 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 e9208a70fd..1ecdb9e78d 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=1.3.5
+set OPENDHT_VERSION=c40750f6e4b0356881675201bbba2d47511c83de
 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 37c906160e..48c6ef9b48 100644
--- a/contrib/src/opendht/rules.mak
+++ b/contrib/src/opendht/rules.mak
@@ -1,5 +1,5 @@
 # OPENDHT
-OPENDHT_VERSION := 6f3eafc5eea1b456a625bdf473419464eb0b202a
+OPENDHT_VERSION := c40750f6e4b0356881675201bbba2d47511c83de
 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
 
 PKGS += opendht
-- 
GitLab