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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Oct 25 19:38:58 UTC 2015


    Date: Sunday, October 25, 2015 @ 20:38:58
  Author: bpiotrowski
Revision: 144975

upgpkg: haproxy 1.6.1-1

new upstream release

Modified:
  haproxy/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-25 19:18:50 UTC (rev 144974)
+++ PKGBUILD	2015-10-25 19:38:58 UTC (rev 144975)
@@ -2,18 +2,18 @@
 # Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=haproxy
-pkgver=1.5.14
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 arch=('i686' 'x86_64')
 url='http://haproxy.org/'
 license=('GPL')
-depends=('openssl' 'pcre' 'zlib')
+depends=('openssl' 'pcre' 'zlib' 'lua')
 backup=('etc/haproxy/haproxy.cfg')
 install=haproxy.install
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
         haproxy.cfg)
-md5sums=('ad9d7262b96ba85a0f8c6acc6cb9edde'
+md5sums=('7343def2af8556ebc8972a9748176094'
          '7e41518332eeae70fa30dc30861c17c8')
 
 prepare() {
@@ -27,7 +27,8 @@
     USE_GETADDRINFO=1 \
     USE_OPENSSL=1 \
     USE_PCRE=1 USE_PCRE_JIT=1 \
-    USE_ZLIB=1
+    USE_ZLIB=1 \
+    USE_LUA=1
 
   for contrib in halog iprange systemd; do
     make -C contrib/$contrib SBINDIR=/usr/bin



More information about the arch-commits mailing list