From b3a9b8d3195d8036e7db80f7118fbfb43d517407 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 4 Nov 2018 11:03:02 -0200 Subject: [PATCH] mosquitto: rebuild against libressl-2.8 --- srcpkgs/mosquitto/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mosquitto/template b/srcpkgs/mosquitto/template index b70d17adce2..e58f8acc858 100644 --- a/srcpkgs/mosquitto/template +++ b/srcpkgs/mosquitto/template @@ -1,7 +1,7 @@ # Template file for 'mosquitto' pkgname=mosquitto version=1.5.3 -revision=1 +revision=2 build_style=gnu-makefile make_build_args="WITH_TLS_PSK=no WITH_WEBSOCKETS=yes" # PSK not supported by libressl make_install_args="prefix=/usr"