Hello,

patch attached.

Ilya Shipitcin
From ebc6529630cc86a41e894b8f80d2926dd3e5afcf Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin <chipits...@gmail.com>
Date: Sat, 9 May 2020 21:36:04 +0500
Subject: [PATCH] CI: travis-ci: upgrade LibreSSL versions

3.0.2 --> 3.1.1
2.9.2 --> 3.0.2
2.8.3 --> 2.9.2
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 08a8992d1..ea7168624 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,16 +74,16 @@ matrix:
   - os: linux
     if: type == push
     compiler: clang
-    env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9
+    env: TARGET=linux-glibc LIBRESSL_VERSION=3.1.1 CC=clang-9
   - os: linux
     env: DEBUG_OPTIONS=""
     if: type == cron
     compiler: clang
-    env: TARGET=linux-glibc LIBRESSL_VERSION=2.9.2 CC=clang-9
+    env: TARGET=linux-glibc LIBRESSL_VERSION=3.0.2 CC=clang-9
   - os: linux
     if: type == cron
     compiler: clang
-    env: TARGET=linux-glibc LIBRESSL_VERSION=2.8.3 EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" CC=clang-9
+    env: TARGET=linux-glibc LIBRESSL_VERSION=2.9.2 EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o" CC=clang-9
   - os: linux
     if: type == cron
     compiler: clang
-- 
2.25.4

Reply via email to