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

Christian Hesse eworm at archlinux.org
Wed Jul 8 12:45:35 UTC 2020


    Date: Wednesday, July 8, 2020 @ 12:45:35
  Author: eworm
Revision: 661733

upgpkg: haproxy 2.2.0-1: new upstream release

Modified:
  haproxy/trunk/0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
  haproxy/trunk/PKGBUILD

---------------------------------------------------------+
 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch |   28 ++------------
 PKGBUILD                                                |    8 ++--
 2 files changed, 9 insertions(+), 27 deletions(-)

Modified: 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch
===================================================================
--- 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch	2020-07-08 12:34:59 UTC (rev 661732)
+++ 0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch	2020-07-08 12:45:35 UTC (rev 661733)
@@ -1,20 +1,5 @@
-From 53fd8dbb4ecd3f8bcf4c1f3c0bc7fe39c7be6bd7 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= <johannes at kyriasis.com>
-Date: Wed, 9 Jan 2019 23:37:02 +0100
-Subject: [PATCH] Use CFLAGS and LDFLAGS when building contrib
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
----
- contrib/halog/Makefile    | 2 +-
- contrib/ip6range/Makefile | 2 +-
- contrib/iprange/Makefile  | 2 +-
- 3 files changed, 3 insertions(+), 3 deletions(-)
-
 diff --git a/contrib/halog/Makefile b/contrib/halog/Makefile
-index 5e687c09..2474409a 100644
+index bf67c1f..e98a3fa 100644
 --- a/contrib/halog/Makefile
 +++ b/contrib/halog/Makefile
 @@ -16,7 +16,7 @@ DEFINE   =
@@ -21,13 +6,13 @@
  OBJS     = halog
  
  halog: halog.c fgets2.c
--	$(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
-+	$(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) $(EBTREE_DIR)/ebtree.c $(EBTREE_DIR)/eb32tree.c $(EBTREE_DIR)/eb64tree.c $(EBTREE_DIR)/ebmbtree.c $(EBTREE_DIR)/ebsttree.c $(EBTREE_DIR)/ebistree.c $(EBTREE_DIR)/ebimtree.c $^
+-	$(CC) $(OPTIMIZE) $(DEFINE) -o $@ $(INCLUDE) $(SRC)/ebtree.c $(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c $(SRC)/ebsttree.c $(SRC)/ebistree.c $(SRC)/ebimtree.c $^
++	$(CC) $(OPTIMIZE) $(CFLAGS) $(LDFLAGS) $(DEFINE) -o $@ $(INCLUDE) $(SRC)/ebtree.c $(SRC)/eb32tree.c $(SRC)/eb64tree.c $(SRC)/ebmbtree.c $(SRC)/ebsttree.c $(SRC)/ebistree.c $(SRC)/ebimtree.c $^
  
  clean:
  	rm -f $(OBJS) *.[oas]
 diff --git a/contrib/ip6range/Makefile b/contrib/ip6range/Makefile
-index 55849b6d..1276b97d 100644
+index 55849b6..1276b97 100644
 --- a/contrib/ip6range/Makefile
 +++ b/contrib/ip6range/Makefile
 @@ -7,7 +7,7 @@ OBJS     = ip6range
@@ -40,7 +25,7 @@
  clean:
  	rm -f $(OBJS) *.o *.a *~
 diff --git a/contrib/iprange/Makefile b/contrib/iprange/Makefile
-index b3c72eda..e92baf3d 100644
+index b3c72ed..e92baf3 100644
 --- a/contrib/iprange/Makefile
 +++ b/contrib/iprange/Makefile
 @@ -7,7 +7,7 @@ OBJS     = iprange
@@ -52,6 +37,3 @@
  
  clean:
  	rm -f $(OBJS) *.o *.a *~
--- 
-2.20.1
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-08 12:34:59 UTC (rev 661732)
+++ PKGBUILD	2020-07-08 12:45:35 UTC (rev 661733)
@@ -2,8 +2,8 @@
 # Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=haproxy
-pkgver=2.1.7
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
 url='https://www.haproxy.org/'
@@ -25,10 +25,10 @@
         haproxy.sysusers
         0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
 
-sha256sums=('392e6cf18e75fe7e166102e8c4512942890a0b5ae738f6064faab4687f60a339'
+sha256sums=('3c1a87160eea40e067f1e2813bfe692280a10c455beb17a8ee7fae11e4223274'
             'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
             'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
-            'ba489cec86ea7dae643128825d69fd560a53dd9dc85d0bf4e81f2614aade164e')
+            '81c03ef5d69f4f2ef2c7caa6722c82cda4a53b65f788a46e668ec2faa3abd8f5')
 
 prepare() {
   cd haproxy-$pkgver



More information about the arch-commits mailing list