From 10e9da38530d3a2a53eb05ede3bd4b9cb976df5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Mon, 4 Jan 2021 22:58:53 -0300 Subject: [PATCH] s6-networking: switch to BearSSL as default. Generally preferred by upstream and will ease a transition to OpenSSL. --- srcpkgs/s6-networking/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/s6-networking/template b/srcpkgs/s6-networking/template index e53eca35a33..d3a33e7b7ef 100644 --- a/srcpkgs/s6-networking/template +++ b/srcpkgs/s6-networking/template @@ -1,7 +1,7 @@ # Template file for 's6-networking' pkgname=s6-networking version=2.3.2.0 -revision=1 +revision=2 build_style=configure configure_args="--libdir=/usr/lib $(vopt_if libressl --enable-ssl=libressl) $(vopt_if bearssl --enable-ssl=bearssl) @@ -18,7 +18,7 @@ distfiles="${homepage}/${pkgname}-${version}.tar.gz" checksum=bbe36a8460d90f3bff56c934811876186f7224ced5bdc15c2c96d49b4e917d12 build_options="bearssl libressl" -build_options_default="libressl" +build_options_default="bearssl" desc_option_bearssl="Use BearSSL as SSL library" desc_option_libressl="Use LibreSSL as SSL library" vopt_conflict bearssl libressl