From bdfaeedfdef24c6bdd563d75015cf83636cdec8a Mon Sep 17 00:00:00 2001 From: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> Date: Fri, 1 May 2015 11:20:05 -0400 Subject: [PATCH] contrib: bump opendht to 48c10af32f This bump brings these fixes: - crypto: revert to DER fmt to pack certificate Refs #72156 Change-Id: I4e9f8dd9e4a9982fdb73dfc0c9069a26b7de6b14 --- 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 afef1534a4..84919b67af 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 06a32eedd15330f42227fb554ca2006e424c02ff +OPENDHT_VERSION := 48c10af32fca51cac8c7f9dca54e17595152e73b OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab