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

Johannes Löthberg demize at archlinux.org
Tue Jun 28 10:05:32 UTC 2016


    Date: Tuesday, June 28, 2016 @ 10:05:31
  Author: demize
Revision: 181485

upgpkg: haproxy 1.6.6-1

Modified:
  haproxy/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-28 09:53:34 UTC (rev 181484)
+++ PKGBUILD	2016-06-28 10:05:31 UTC (rev 181485)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=haproxy
-pkgver=1.6.5
-pkgrel=4
+pkgver=1.6.6
+pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='http://haproxy.org/'
@@ -18,20 +18,14 @@
 install=haproxy.install
 
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-        haproxy.cfg
-        gcc6-fix.patch
-        CVE-2016-5360-reqdeny.patch)
+        haproxy.cfg)
 
-md5sums=('5290f278c04e682e42ab71fed26fc082'
-         '02241a8ca257d12f7eb131e2d7da3f3b'
-         'c4b4fba82b6f33270ed57514ed3f53e8'
-         '24c814e197627f30b41f89ae10b8520f')
+md5sums=('b418d83cf4f2da328f6eb8c255b8716b'
+         '02241a8ca257d12f7eb131e2d7da3f3b')
 
 prepare() {
   cd haproxy-$pkgver
   sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-  patch -p1 -i "$srcdir"/gcc6-fix.patch
-  patch -p1 -i "$srcdir"/CVE-2016-5360-reqdeny.patch
 }
 
 build() {



More information about the arch-commits mailing list