From 82090d2ea1c3a3fd3b6987ae81fe30b1157cd5a5 Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Fri, 14 Aug 2020 12:57:26 +0200 Subject: [PATCH] libsparkcrypto: mark some units pure * switch to a libsparkcrypto fork of m-stein * switch to a libsparkcrypto state that makes some units pure that are used by the consistent block encrypter, in order that the latter can become completely pure Ref #3849 --- repos/libports/ports/libsparkcrypto.hash | 2 +- repos/libports/ports/libsparkcrypto.port | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/repos/libports/ports/libsparkcrypto.hash b/repos/libports/ports/libsparkcrypto.hash index 20f01eeb0a..fb7720ae8a 100644 --- a/repos/libports/ports/libsparkcrypto.hash +++ b/repos/libports/ports/libsparkcrypto.hash @@ -1 +1 @@ -d479dc027fefb628996e6b58e864ed91437c955c +128833c0cc96fb90bae3f02a69d1ea03dbf55d78 diff --git a/repos/libports/ports/libsparkcrypto.port b/repos/libports/ports/libsparkcrypto.port index 8770190ece..79b2228e09 100644 --- a/repos/libports/ports/libsparkcrypto.port +++ b/repos/libports/ports/libsparkcrypto.port @@ -2,6 +2,6 @@ LICENSE := BSD VERSION := git DOWNLOADS := libsparkcrypto.git -URL(libsparkcrypto) := https://github.com/Componolit/libsparkcrypto.git +URL(libsparkcrypto) := https://github.com/m-stein/libsparkcrypto.git DIR(libsparkcrypto) := libsparkcrypto -REV(libsparkcrypto) := ceb57ace3df2b27a7a2f2617c9c4089c4e44e555 +REV(libsparkcrypto) := a8d7086714d90aa772829c69064a7236bddec6d9