From 3b2f30e9f0bdb2a3173d4ad613d40a38e86e7395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= Date: Tue, 1 Oct 2019 11:49:16 -0400 Subject: [PATCH] opendht: bump to latest master Change-Id: Iaa3e9a88638b32b3f0b56f10256c67d81f0a5c19 --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/fetch_and_patch.bat | 2 +- contrib/src/opendht/rules.mak | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS index f247a30c0..968b94b3d 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -ec649cd38aacaf580a18244a9da67cf64d2535a052a05ddf15ef2479a0378b4605b4a8fd30702609a771394946480d4c24f16348a6b5141f92866596fa12c9b0 opendht-6f87e9dbc3ec9ef2609d338175fab0fcb4d7e70b.tar.gz +4533b12c6269b4762425a10428fef42458a5f20372b6f633aa1a14b4b4ab417d64a15fcc012685543687a34e5639824469b8478d352532888af3f8bd7f8592f9 opendht-739f4d0c0d6aff5dd18d84269fe2e276e0530433.tar.gz diff --git a/contrib/src/opendht/fetch_and_patch.bat b/contrib/src/opendht/fetch_and_patch.bat index f0132c0c1..09efab0d5 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=6f87e9dbc3ec9ef2609d338175fab0fcb4d7e70b +set OPENDHT_VERSION=739f4d0c0d6aff5dd18d84269fe2e276e0530433 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 e3782b8fb..b12a59bd6 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 6f87e9dbc3ec9ef2609d338175fab0fcb4d7e70b +OPENDHT_VERSION := 739f4d0c0d6aff5dd18d84269fe2e276e0530433 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht @@ -15,7 +15,7 @@ ifneq ($(call need_pkg,"libargon2"),) DEPS_opendht += argon2 endif ifneq ($(call need_pkg,"libressl >= 1-12-2"),) -DEPS_opendht += libressl +DEPS_opendht += libressl endif ifneq ($(call need_pkg,"restinio >= v.0.5.1"),) DEPS_opendht += restinio