From c04b80ecbb4243fbfff10bbb0c40968935daeea6 Mon Sep 17 00:00:00 2001 From: Sebastian Meiling Date: Mon, 9 Dec 2019 23:14:08 +0100 Subject: [PATCH] pkg/tinydtls: bump version This version bump fixes an issues when using RIOT native on FreeBSD with the tinydtls package, e.g. for native tests of sock_dtls. --- pkg/tinydtls/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/tinydtls/Makefile b/pkg/tinydtls/Makefile index 632e7de437..cfe35f946a 100644 --- a/pkg/tinydtls/Makefile +++ b/pkg/tinydtls/Makefile @@ -1,6 +1,6 @@ PKG_NAME=tinydtls PKG_URL=https://github.com/eclipse/tinydtls.git -PKG_VERSION=865ca387cd9d05e52943e5641ad0eefafef218a3 +PKG_VERSION=7a0420bfe3c041789cc0fe87822832f2fd12d0c3 PKG_LICENSE=EPL-1.0,EDL-1.0 CFLAGS += -Wno-implicit-fallthrough