From 24ee0cfd788dbe658c2f2f390d7abfaa159816fc Mon Sep 17 00:00:00 2001 From: Koichiro IWAO Date: Thu, 2 Jan 2020 22:27:24 +0900 Subject: [PATCH] FreeBSD CI: use security/openssl after recent ports update See ports/UPDATING 20200101: https://svnweb.freebsd.org/ports/head/UPDATING?view=markup --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6c261252..e489ae66 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,7 +5,7 @@ FreeBSD_task: freebsd_instance: image: freebsd-11-3-stable-amd64-v20191205 prepare_script: - - pkg install -y git autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm + - pkg install -y git openssl autoconf automake libtool pkgconf opus jpeg-turbo fdk-aac pixman libX11 libXfixes libXrandr nasm - git submodule update --init --recursive configure_script: - ./bootstrap