From df0a8fe19960f43560acd48cd9b4574cced8dbe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 20 Oct 2017 17:53:18 +0200 Subject: [PATCH] contrib: bump OpenDHT to 1.4.1 * bug fixes Change-Id: Ibb43672a1a0209f109df579dff1a1f9176ed2186 --- contrib/src/opendht/fetch_and_patch.bat | 2 +- contrib/src/opendht/rules.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/src/opendht/fetch_and_patch.bat b/contrib/src/opendht/fetch_and_patch.bat index 01c7939a11..4cabc25eb9 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=4501217c2131e99ea1748801b07753b09fac6626 +set OPENDHT_VERSION=a789ffe7ae37a638e7e551706138ae6246fbd522 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 b50e96e7ce..699fa7622a 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 1.4.0.1 +OPENDHT_VERSION := a789ffe7ae37a638e7e551706138ae6246fbd522 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab