Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] haproxy: update to 2.2.4.
@ 2020-10-28 18:41 zdykstra
  2020-10-30  0:40 ` ericonr
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: zdykstra @ 2020-10-28 18:41 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1716 bytes --]

From 88bea0742872c8fcc0657e99f26424e386575d50 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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index a51a4126e14..4c130165b11 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}"
@@ -27,7 +27,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] 8+ messages in thread
* [PR PATCH] haproxy: update to 2.2.3
@ 2020-09-21  3:15 ArmedAviator
  2020-12-30  7:10 ` haproxy: update to 2.2.4 the-maldridge
  0 siblings, 1 reply; 8+ 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] 8+ messages in thread

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-28 18:41 [PR PATCH] haproxy: update to 2.2.4 zdykstra
2020-10-30  0:40 ` ericonr
2020-10-30  0:55 ` zdykstra
2020-10-30 17:13 ` [PR PATCH] [Updated] " zdykstra
2020-10-30 17:23 ` zdykstra
2020-10-31  0:12 ` jnbr
2020-10-31  0:12 ` [PR PATCH] [Merged]: " jnbr
  -- strict thread matches above, loose matches on Subject: below --
2020-09-21  3:15 [PR PATCH] haproxy: update to 2.2.3 ArmedAviator
2020-12-30  7:10 ` haproxy: update to 2.2.4 the-maldridge

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).