[arch-commits] Commit in haproxy/trunk (PKGBUILD)
Christian Hesse
eworm at gemini.archlinux.org
Sun Sep 4 19:55:23 UTC 2022
Date: Sunday, September 4, 2022 @ 19:55:23
Author: eworm
Revision: 1292889
upgpkg: haproxy 2.6.5-2: switch to pcre2 (FS#75789)
Modified:
haproxy/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-04 19:50:53 UTC (rev 1292888)
+++ PKGBUILD 2022-09-04 19:55:23 UTC (rev 1292889)
@@ -3,7 +3,7 @@
pkgname=haproxy
pkgver=2.6.5
-pkgrel=1
+pkgrel=2
pkgdesc='Reliable, high performance TCP/HTTP load balancer'
url='https://www.haproxy.org/'
@@ -10,7 +10,7 @@
arch=('x86_64')
license=('GPL')
-depends=('openssl' 'pcre' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 'systemd-libs')
+depends=('openssl' 'pcre2' 'zlib' 'libxcrypt' 'libcrypt.so' 'lua' 'systemd-libs')
makedepends=('systemd')
options=('debug')
@@ -47,7 +47,7 @@
USE_GETADDRINFO=1 \
USE_LUA=1 \
USE_OPENSSL=1 \
- USE_PCRE=1 USE_PCRE_JIT=1 \
+ USE_PCRE2=1 USE_PCRE2_JIT=1 \
USE_PROMEX=1 \
USE_SYSTEMD=1 \
USE_ZLIB=1
More information about the arch-commits
mailing list