From 77a2d0c04809b9772b421d3dfb2a13772fef9722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Wed, 27 Oct 2021 14:08:23 -0400 Subject: [PATCH] contrib: bump opendht https://git.jami.net/savoirfairelinux/jami-client-ios/-/issues/150 Change-Id: I4f6d1b5e8db5be8e1c31b1bb7534080a13766edc --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/package.json | 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 6a12811501..8f0cf7f21e 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -9996b989c1be6010e965b711f39ce50741d7be63d6b5e599611c09a728f27a04fd35f3ab9514dc1fd5a847cba7570fa4bf3c67c9ce87cd4d4c4ad58fa4974ecf opendht-2.3.1.tar.gz +1ae6fdf068a14f33825efe585ab93a9a37f143ae5139865b218410f6539c86bc049f75f02aa5bc1f5ad859ea99917c1313d81c06f104f4b331ce5ba759264e8f opendht-dbbfdaab0f4119abf79646313e0dbc52881dcd56.tar.gz diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index 6db2a41371..92e30307dd 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "19fe34415aa4f9f9c82277955a8385f9d65a61f3", + "version": "dbbfdaab0f4119abf79646313e0dbc52881dcd56", "url": "https://github.com/savoirfairelinux/opendht/archive/__VERSION__.tar.gz", "deps": [ "argon2", diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index cfc534b686..2956a6ddb6 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 2.3.1 +OPENDHT_VERSION := dbbfdaab0f4119abf79646313e0dbc52881dcd56 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab