From d59fb79af0194edbc030593e9b32343be41648a1 Mon Sep 17 00:00:00 2001 From: John Date: Sun, 5 Jul 2020 13:59:21 +0200 Subject: [PATCH] haproxy: rebuild against libressl-3.1.3 --- srcpkgs/haproxy/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 16d7f240fda..a51a4126e14 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,7 +1,7 @@ # Template file for 'haproxy' pkgname=haproxy version=2.1.7 -revision=2 +revision=3 build_style=gnu-makefile make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}" makedepends="libatomic-devel libressl-devel lua53-devel pcre-devel"