From b469ecddd72cbb8958118bf85102a4ad19bb4bf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20D=C3=A9saulniers?= <sim.desaulniers@gmail.com> Date: Tue, 19 Jul 2016 14:21:33 -0400 Subject: [PATCH] contrib: bump opendht -> 0.6.2 * Permanent 'put' feature; * Enhanced search's nodes handler algorithm; * fix bug when IPv[46] empty table, would not call some callbacks; * man page for dhtnode; * support for make DESTDIR= syntax; Change-Id: I0ae58edb706a6344a45fc7c254c7cd29ef8bc90a Reviewed-by: Edric Milaret <edric.ladent-milaret@savoirfairelinux.com> --- contrib/src/opendht/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index c616fb8b3f..b516f59237 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 0.6.1 +OPENDHT_VERSION := 0.6.2 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab