Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] haproxy: update to 2.2.3
@ 2020-09-21  3:15 ArmedAviator
  2020-10-15  2:41 ` [PR PATCH] [Updated] " ArmedAviator
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: ArmedAviator @ 2020-09-21  3:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 381 bytes --]

There is a new pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages haproxy
https://github.com/void-linux/void-packages/pull/25005

haproxy: update to 2.2.3
Tested working.  This brings HAProxy to the latest LTS branch.

A patch file from https://github.com/void-linux/void-packages/pull/25005.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haproxy-25005.patch --]
[-- Type: text/x-diff, Size: 1345 bytes --]

From 9546460595d2be7d5f95c93abe54a2fb3c3fceaa Mon Sep 17 00:00:00 2001
From: Rich G <rich@richgannon.net>
Date: Sun, 20 Sep 2020 23:11:48 -0400
Subject: [PATCH] haproxy: update to 2.2.3

---
 srcpkgs/haproxy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index a51a4126e14..66d4e509b48 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,17 +1,17 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.1.7
-revision=3
+version=2.2.3
+revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
 makedepends="libatomic-devel libressl-devel lua53-devel pcre-devel"
 checkdepends="varnish"
 short_desc="Reliable, high performance TCP/HTTP load balancer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Rich Gannon <rich@richgannon.net>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
 distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
-checksum=392e6cf18e75fe7e166102e8c4512942890a0b5ae738f6064faab4687f60a339
+checksum=7209db363d4dbecb21133f37b01048df666aebc14ff543525dbea79be202064e
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] haproxy: update to 2.2.3
  2020-09-21  3:15 [PR PATCH] haproxy: update to 2.2.3 ArmedAviator
@ 2020-10-15  2:41 ` ArmedAviator
  2020-10-15  2:43 ` [PR PATCH] [Updated] haproxy: update to 2.2.4 ArmedAviator
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: ArmedAviator @ 2020-10-15  2:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

There is an updated pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages haproxy
https://github.com/void-linux/void-packages/pull/25005

haproxy: update to 2.2.3
Tested working.  This brings HAProxy to the latest LTS branch.

A patch file from https://github.com/void-linux/void-packages/pull/25005.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haproxy-25005.patch --]
[-- Type: text/x-diff, Size: 1345 bytes --]

From 6dece6f32c094fa70f1fd12fb6bea7cb691d72c3 Mon Sep 17 00:00:00 2001
From: Rich G <rich@richgannon.net>
Date: Sun, 20 Sep 2020 23:11:48 -0400
Subject: [PATCH] haproxy: update to 2.2.4

---
 srcpkgs/haproxy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index a51a4126e14..66d4e509b48 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,17 +1,17 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.1.7
-revision=3
+version=2.2.3
+revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
 makedepends="libatomic-devel libressl-devel lua53-devel pcre-devel"
 checkdepends="varnish"
 short_desc="Reliable, high performance TCP/HTTP load balancer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Rich Gannon <rich@richgannon.net>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
 distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
-checksum=392e6cf18e75fe7e166102e8c4512942890a0b5ae738f6064faab4687f60a339
+checksum=7209db363d4dbecb21133f37b01048df666aebc14ff543525dbea79be202064e
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] haproxy: update to 2.2.4
  2020-09-21  3:15 [PR PATCH] haproxy: update to 2.2.3 ArmedAviator
  2020-10-15  2:41 ` [PR PATCH] [Updated] " ArmedAviator
@ 2020-10-15  2:43 ` ArmedAviator
  2020-11-01 22:30 ` ArmedAviator
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 7+ messages in thread
From: ArmedAviator @ 2020-10-15  2:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

There is an updated pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages haproxy
https://github.com/void-linux/void-packages/pull/25005

haproxy: update to 2.2.4
Tested working.  This brings HAProxy to the latest LTS branch.

A patch file from https://github.com/void-linux/void-packages/pull/25005.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haproxy-25005.patch --]
[-- Type: text/x-diff, Size: 1345 bytes --]

From 210a320de54d4547eb391273722d1b4ab6a3966a Mon Sep 17 00:00:00 2001
From: Rich G <rich@richgannon.net>
Date: Sun, 20 Sep 2020 23:11:48 -0400
Subject: [PATCH] haproxy: update to 2.2.4

---
 srcpkgs/haproxy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index a51a4126e14..237e4ff006e 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,17 +1,17 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.1.7
-revision=3
+version=2.2.4
+revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
 makedepends="libatomic-devel libressl-devel lua53-devel pcre-devel"
 checkdepends="varnish"
 short_desc="Reliable, high performance TCP/HTTP load balancer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Rich Gannon <rich@richgannon.net>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
 distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
-checksum=392e6cf18e75fe7e166102e8c4512942890a0b5ae738f6064faab4687f60a339
+checksum=87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] haproxy: update to 2.2.4
  2020-09-21  3:15 [PR PATCH] haproxy: update to 2.2.3 ArmedAviator
  2020-10-15  2:41 ` [PR PATCH] [Updated] " ArmedAviator
  2020-10-15  2:43 ` [PR PATCH] [Updated] haproxy: update to 2.2.4 ArmedAviator
@ 2020-11-01 22:30 ` ArmedAviator
  2020-12-30  7:10 ` the-maldridge
  2020-12-30  7:10 ` [PR PATCH] [Closed]: " the-maldridge
  4 siblings, 0 replies; 7+ messages in thread
From: ArmedAviator @ 2020-11-01 22:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

There is an updated pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages haproxy
https://github.com/void-linux/void-packages/pull/25005

haproxy: update to 2.2.4
Tested working.  This brings HAProxy to the latest LTS branch.

A patch file from https://github.com/void-linux/void-packages/pull/25005.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haproxy-25005.patch --]
[-- Type: text/x-diff, Size: 1352 bytes --]

From 89b4dd5f494d16fc35624d30808e826cdb93f083 Mon Sep 17 00:00:00 2001
From: Rich G <rich@richgannon.net>
Date: Sun, 20 Sep 2020 23:11:48 -0400
Subject: [PATCH] haproxy: update to 2.2.4

---
 srcpkgs/haproxy/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index a51a4126e14..d290b491ae8 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,17 +1,17 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.1.7
-revision=3
+version=2.2.4
+revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
 makedepends="libatomic-devel libressl-devel lua53-devel pcre-devel"
 checkdepends="varnish"
 short_desc="Reliable, high performance TCP/HTTP load balancer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
 distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
-checksum=392e6cf18e75fe7e166102e8c4512942890a0b5ae738f6064faab4687f60a339
+checksum=87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: haproxy: update to 2.2.4
  2020-09-21  3:15 [PR PATCH] haproxy: update to 2.2.3 ArmedAviator
                   ` (2 preceding siblings ...)
  2020-11-01 22:30 ` ArmedAviator
@ 2020-12-30  7:10 ` the-maldridge
  2020-12-30  7:10 ` [PR PATCH] [Closed]: " the-maldridge
  4 siblings, 0 replies; 7+ messages in thread
From: the-maldridge @ 2020-12-30  7:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

New comment by the-maldridge on void-packages repository

https://github.com/void-linux/void-packages/pull/25005#issuecomment-752354602

Comment:
obsolete

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Closed]: haproxy: update to 2.2.4
  2020-09-21  3:15 [PR PATCH] haproxy: update to 2.2.3 ArmedAviator
                   ` (3 preceding siblings ...)
  2020-12-30  7:10 ` the-maldridge
@ 2020-12-30  7:10 ` the-maldridge
  4 siblings, 0 replies; 7+ messages in thread
From: the-maldridge @ 2020-12-30  7:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 220 bytes --]

There's a closed pull request on the void-packages repository

haproxy: update to 2.2.4
https://github.com/void-linux/void-packages/pull/25005

Description:
Tested working.  This brings HAProxy to the latest LTS branch.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] haproxy: update to 2.2.4.
  2020-10-28 18:41 [PR PATCH] " zdykstra
@ 2020-10-30 17:13 ` zdykstra
  0 siblings, 0 replies; 7+ messages in thread
From: zdykstra @ 2020-10-30 17:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 435 bytes --]

There is an updated pull request by zdykstra against master on the void-packages repository

https://github.com/zdykstra/void-packages haproxy-2.2
https://github.com/void-linux/void-packages/pull/25947

haproxy: update to 2.2.4.
Assume maintainership, enable the `prometheus-exporter` service and bump to the latest LTS (2.1 is EOL in Q1 2021)

A patch file from https://github.com/void-linux/void-packages/pull/25947.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-haproxy-2.2-25947.patch --]
[-- Type: text/x-diff, Size: 1936 bytes --]

From e0ea808c6b09fc61e4311eaf55ad773825593e2d Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Wed, 28 Oct 2020 13:38:53 -0500
Subject: [PATCH] haproxy: update to 2.2.4.

---
 srcpkgs/haproxy/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index a51a4126e14..4911185c21b 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,23 +1,25 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.1.7
-revision=3
+version=2.2.4
+revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
+hostmakedepends="lua53-devel"
 makedepends="libatomic-devel libressl-devel lua53-devel pcre-devel"
 checkdepends="varnish"
 short_desc="Reliable, high performance TCP/HTTP load balancer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
 distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
-checksum=392e6cf18e75fe7e166102e8c4512942890a0b5ae738f6064faab4687f60a339
+checksum=87a4d9d4ff8dc3094cb61bbed4a8eed2c40b5ac47b9604daebaf036d7b541be2
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
 conf_files="/etc/${pkgname}/${pkgname}.cfg"
 system_accounts="$pkgname"
 
+CFLAGS="-Wno-address-of-packed-member"
 do_build() {
 	local target="linux-${XBPS_TARGET_LIBC}"
 	local atomic
@@ -27,7 +29,7 @@ do_build() {
 	make ${makejobs} CC="$CC" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" EXTRA= \
 		TARGET=$target USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 \
 		USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1 \
-		ADDLIB="$atomic"
+		ADDLIB="$atomic" EXTRA_OBJS="contrib/prometheus-exporter/service-prometheus.o"
 }
 
 do_check() {

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-30  7:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-21  3:15 [PR PATCH] haproxy: update to 2.2.3 ArmedAviator
2020-10-15  2:41 ` [PR PATCH] [Updated] " ArmedAviator
2020-10-15  2:43 ` [PR PATCH] [Updated] haproxy: update to 2.2.4 ArmedAviator
2020-11-01 22:30 ` ArmedAviator
2020-12-30  7:10 ` the-maldridge
2020-12-30  7:10 ` [PR PATCH] [Closed]: " the-maldridge
2020-10-28 18:41 [PR PATCH] " zdykstra
2020-10-30 17:13 ` [PR PATCH] [Updated] " zdykstra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).