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

Christian Hesse eworm at archlinux.org
Thu Jul 23 18:46:30 UTC 2020


    Date: Thursday, July 23, 2020 @ 18:46:30
  Author: eworm
Revision: 665050

upgpkg: haproxy 2.2.1-2: 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-23 18:43:34 UTC (rev 665049)
+++ PKGBUILD	2020-07-23 18:46:30 UTC (rev 665050)
@@ -3,7 +3,7 @@
 
 pkgname=haproxy
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 
 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