From aedcc7ba7378c95313cf79d6ae4b5ee743c46856 Mon Sep 17 00:00:00 2001 From: Edric Milaret <edric.ladent-milaret@savoirfairelinux.com> Date: Tue, 2 Jun 2015 10:13:06 -0400 Subject: [PATCH] opendht: bump to 996d89e This bump fixes random_device impl for Windows and typo in Makefile.am Refs #73065 Change-Id: I70b4ea27e41b58ad66b8e1f103fd7f5297817c4d --- 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 b1708df37a..da06a2ec2a 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 98233954c430d95a3225ae3c47afd469af3c6462 +OPENDHT_VERSION := 996d89e2d47dccd266414024f9d59985d6033a75 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab