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

Johannes Löthberg demize at archlinux.org
Sat Aug 17 18:54:34 UTC 2019


    Date: Saturday, August 17, 2019 @ 18:54:33
  Author: demize
Revision: 500014

upgpkg: haproxy 2.0.5-1

Modified:
  haproxy/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-17 18:47:50 UTC (rev 500013)
+++ PKGBUILD	2019-08-17 18:54:33 UTC (rev 500014)
@@ -2,7 +2,7 @@
 # Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=haproxy
-pkgver=1.9.8
+pkgver=2.0.5
 pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -21,7 +21,7 @@
         haproxy.sysusers
         0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-md5sums=('efd17947e2c6d1fb26a0987968b1bc6a'
+md5sums=('497c716adf4b056484601a887f34d152'
          '27941f31d25d5629f4bdef6bc4b2555a'
          '2f00e81ee2f3f6e51a0cd9acc6f3ff3e'
          '5343b0563c2e0e59110a84e2e611d94f')
@@ -37,7 +37,7 @@
 
   make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
     CPU=generic \
-    TARGET=linux2628 \
+    TARGET=linux-glibc \
     USE_GETADDRINFO=1 \
     USE_OPENSSL=1 \
     USE_PCRE=1 USE_PCRE_JIT=1 \
@@ -66,12 +66,5 @@
   install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
   install -Dm644 contrib/systemd/haproxy.service \
     "$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-    "$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-    "$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
+  cp -r examples "$pkgdir"/usr/share/haproxy/examples
 }



More information about the arch-commits mailing list