[arch-commits] Commit in haproxy/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Fri Jul 17 12:41:18 UTC 2020


    Date: Friday, July 17, 2020 @ 12:41:18
  Author: eworm
Revision: 664276

upgpkg: haproxy 2.2.0-3: lua 5.4 rebuild - switch to lua53

Modified:
  haproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-17 12:40:08 UTC (rev 664275)
+++ PKGBUILD	2020-07-17 12:41:18 UTC (rev 664276)
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.2.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -10,7 +10,11 @@
 arch=('x86_64')
 license=('GPL')
 
-depends=('openssl' 'pcre' 'zlib' 'lua' 'systemd-libs')
+# TODO: switch to lua 5.4 when possible
+# Function lua_resume() earned a new argument, requires haproxy to be updated.
+# https://github.com/haproxy/haproxy/issues/730
+
+depends=('openssl' 'pcre' 'zlib' 'lua53' 'systemd-libs')
 makedepends=('systemd')
 
 backup=('etc/haproxy/haproxy.cfg')



More information about the arch-commits mailing list