Hi, this partially enables 51 degrees (only "pattern" flavour). libressl updated to 3.3.0
Ilya
From 88c5672da982ee37505631bd5224ca29ee5a6339 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin <[email protected]> Date: Thu, 26 Nov 2020 20:56:51 +0500 Subject: [PATCH 1/2] CI: github actions: update LibreSSL to 3.3.0 --- .github/matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/matrix.py b/.github/matrix.py index 406218d0a..148dcde2d 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -105,7 +105,7 @@ for CC in ["gcc", "clang"]: "stock", "OPENSSL_VERSION=1.0.2u", "LIBRESSL_VERSION=2.9.2", - "LIBRESSL_VERSION=3.1.1", + "LIBRESSL_VERSION=3.3.0", "BORINGSSL=yes", ]: flags = ["USE_OPENSSL=1"] -- 2.28.0
From acef7af02a03d9503c52d51e03116960807c14e9 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin <[email protected]> Date: Thu, 26 Nov 2020 20:59:42 +0500 Subject: [PATCH 2/2] CI: github actions: enable 51degrees feature --- .github/matrix.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/matrix.py b/.github/matrix.py index 148dcde2d..a5ce1919a 100644 --- a/.github/matrix.py +++ b/.github/matrix.py @@ -82,8 +82,8 @@ for CC in ["gcc", "clang"]: "USE_DEVICEATLAS=1", "DEVICEATLAS_SRC=contrib/deviceatlas", "EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o", - # "USE_51DEGREES=1", - # "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern", + "USE_51DEGREES=1", + "51DEGREES_SRC=contrib/51d/src/pattern", ], } ) @@ -148,8 +148,8 @@ matrix.append( "USE_DEVICEATLAS=1", "DEVICEATLAS_SRC=contrib/deviceatlas", "EXTRA_OBJS=contrib/prometheus-exporter/service-prometheus.o", - # "USE_51DEGREES=1", - # "FIFTYONEDEGREES_SRC=contrib/51d/src/pattern", + "USE_51DEGREES=1", + "51DEGREES_SRC=contrib/51d/src/pattern", ], } ) -- 2.28.0

