aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssi Herrala <[email protected]>2018-04-03 09:29:16 +0000
committerOssi Herrala <[email protected]>2018-04-03 09:29:16 +0000
commite3045dc339010c4a8df91f9555658535eff077c2 (patch)
treec9464ef95e85eef47c8126979050b30bc82eb4fa
parentCombine LibreSSL 2.7.x versions into one (diff)
downloadrust-openssl-e3045dc339010c4a8df91f9555658535eff077c2.tar.xz
rust-openssl-e3045dc339010c4a8df91f9555658535eff077c2.zip
Add LibreSSL 2.7.3
-rw-r--r--.circleci/config.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 57bfa069..2e3ce6e8 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -104,9 +104,9 @@ openssl_101: &OPENSSL_101
libressl_250: &LIBRESSL_250
LIBRARY: libressl
VERSION: 2.5.0
-libressl_263: &LIBRESSL_270
+libressl_270: &LIBRESSL_272
LIBRARY: libressl
- VERSION: 2.7.0
+ VERSION: 2.7.2
x86_64: &X86_64
TARGET: x86_64-unknown-linux-gnu
@@ -171,10 +171,10 @@ jobs:
<<: *JOB
environment:
<<: [*LIBRESSL_250, *X86_64, *BASE]
- x86_64-libressl-2.7.0:
+ x86_64-libressl-2.7.2:
<<: *JOB
environment:
- <<: [*LIBRESSL_270, *X86_64, *BASE]
+ <<: [*LIBRESSL_272, *X86_64, *BASE]
macos:
<<: *MACOS_JOB
workflows:
@@ -192,5 +192,5 @@ workflows:
- armhf-openssl-1.1.0
- armhf-openssl-1.0.2
- x86_64-libressl-2.5.0
- - x86_64-libressl-2.7.0
+ - x86_64-libressl-2.7.2
- macos