From b70b53182799de4a79287bb71af3c150b5437f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Tue, 11 Dec 2018 17:12:07 -0500 Subject: [PATCH] contrib: bump opendht to fix crash on windows settings view Change-Id: I37afeb8cf918790b51bd51d529069d33bf5ffbcc Reviewed-by: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/fetch_and_patch.bat | 2 +- contrib/src/opendht/rules.mak | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS index 521697ed74..201d270e51 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -128adb0d671456ce1dbc4a24c1ea36d19f73362dc8d1e9774ccc0c87a01201a82672dea785ac0e18a4755ff844760ef6b94a70b571b2587a431223b97a9abf58 opendht-cb9fe9d1fecc610e43060f64afdb635ba6606ddd.tar.gz +c38181ab8fee9cf59afa41a1e5ece40ebf5a2f392e1f3c901fca4bd53f87364db0fc55eaa5caec0769af99609b642c852b2048ae24bd06bfd7a7c255ae7e4173 opendht-20f4355b7345c08ab18aaa9f556b394161a0598d.tar.gz diff --git a/contrib/src/opendht/fetch_and_patch.bat b/contrib/src/opendht/fetch_and_patch.bat index 816c37fc4b..adb961b189 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=cb9fe9d1fecc610e43060f64afdb635ba6606ddd +set OPENDHT_VERSION=20f4355b7345c08ab18aaa9f556b394161a0598d 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 2543ff942c..b9a32e78e3 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := cb9fe9d1fecc610e43060f64afdb635ba6606ddd +OPENDHT_VERSION := 20f4355b7345c08ab18aaa9f556b394161a0598d OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab