From 1f97415fe79a7992b8fa25dd4f17bb508419b130 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 3 Sep 2020 13:30:30 +0200 Subject: [PATCH] testing: Use latest x509-ada release This fixes an issue with newer compiler versions where crashes would be caused if functions of the generated C X.509 parser are not aligned. --- testing/scripts/recipes/007_x509-ada.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/scripts/recipes/007_x509-ada.mk b/testing/scripts/recipes/007_x509-ada.mk index ecfea297f6..112f93999c 100644 --- a/testing/scripts/recipes/007_x509-ada.mk +++ b/testing/scripts/recipes/007_x509-ada.mk @@ -2,7 +2,7 @@ PKG = x509-ada SRC = http://git.codelabs.ch/git/$(PKG).git -REV = caeea59c945945afd7dc092b37c85a9fef73a395 +REV = v0.1.2 PREFIX = /usr/local/ada -- 2.47.2