From 86cdc438403f724d21f75beb0e8d66d4356b24e8 Mon Sep 17 00:00:00 2001 From: Adrien Beraud <adrien.beraud@savoirfairelinux.com> Date: Sun, 9 Jul 2017 08:48:01 -0400 Subject: [PATCH] contrib: bump opendht * fix potential invalid iterator access * reduce mtu to 1280 bytes Change-Id: I23ef1ef5be439068a03f25985724431efc82f66e Reviewed-by: Guillaume Roguez <guillaume.roguez@savoirfairelinux.com> --- 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 c8a7e6f445..656323521c 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 2ed99db9b1ec167327ef8fd7bfa2603b4f1ea009 +OPENDHT_VERSION := 2ca73023528a62bf789b5e7baa1f886109af15f2 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab