From f927fc15089e3c84dc6f197afea66ade8d436a2a Mon Sep 17 00:00:00 2001 From: John Date: Sat, 4 Jul 2020 23:23:26 +0200 Subject: [PATCH] mosquitto: rebuild against libressl-3.1.3 --- srcpkgs/mosquitto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mosquitto/template b/srcpkgs/mosquitto/template index 929fc84c614..4a8743e231e 100644 --- a/srcpkgs/mosquitto/template +++ b/srcpkgs/mosquitto/template @@ -1,7 +1,7 @@ # Template file for 'mosquitto' pkgname=mosquitto version=1.6.3 -revision=3 +revision=4 build_style=gnu-makefile make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl make_install_args="prefix=/usr"