diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS index f247a30c0d6238715f4ebdedfd151d9248cbea8f..968b94b3d5073df6f4a73993e2d4c889002eeefb 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 f0132c0c1ebcdc4c928de6e2bca720a0f686e362..09efab0d5e6246e914ad60d2554a3d549d0821c8 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 e3782b8fb25697697d5f522bd6999f8f4db6e342..b12a59bd69a34b7cc37ac32608056ea9b19e75cd 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