From: Tobias Brunner Date: Thu, 3 Sep 2020 11:30:30 +0000 (+0200) Subject: testing: Use latest x509-ada release X-Git-Tag: 5.9.1dr1~21^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f97415fe79a7992b8fa25dd4f17bb508419b130;p=thirdparty%2Fstrongswan.git 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. --- 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