Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] haproxy: update to 2.6.8.
@ 2023-02-10 18:29 zdykstra
  2023-02-10 22:40 ` [PR REVIEW] " paper42
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: zdykstra @ 2023-02-10 18:29 UTC (permalink / raw)
  To: ml

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

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

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

haproxy: update to 2.6.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

HAProxy 2.6 is the latest LTS release with some nice improvements over the 2.4 series. Until another LTS hits, it's reasonable to lock the package to 2.6.x.


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

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

From f9f48efc8c768ef71f8899a488448f2c4c1e2794 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 10 Feb 2023 12:26:41 -0600
Subject: [PATCH] haproxy: update to 2.6.8.

---
 srcpkgs/haproxy/template | 4 ++--
 srcpkgs/haproxy/update   | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)
 create mode 100644 srcpkgs/haproxy/update

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 373ff4e2c3c9..7874f3cfb80a 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,6 +1,6 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.20
+version=2.6.8
 revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
@@ -13,7 +13,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
 changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG"
 distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
-checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc
+checksum=a02ad64550dd30a94b25fd0e225ba699649d0c4037bca3b36b20e8e3235bb86f
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
diff --git a/srcpkgs/haproxy/update b/srcpkgs/haproxy/update
new file mode 100644
index 000000000000..a91811c640f5
--- /dev/null
+++ b/srcpkgs/haproxy/update
@@ -0,0 +1,2 @@
+# 2.6 is the current LTS
+ignore="2\.[!6].*"

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

* Re: [PR REVIEW] haproxy: update to 2.6.8.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
  2023-02-10 22:40 ` [PR REVIEW] " paper42
@ 2023-02-10 22:40 ` paper42
  2023-02-10 22:49 ` zdykstra
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2023-02-10 22:40 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42194#discussion_r1103320776

Comment:
if every even minor version is an LTS release, we could modify this pattern to match all even minor releases similar to how xbps-src does it for gnome projects by default

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

* Re: [PR REVIEW] haproxy: update to 2.6.8.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
@ 2023-02-10 22:40 ` paper42
  2023-02-10 22:40 ` paper42
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2023-02-10 22:40 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42194#discussion_r1103320277

Comment:
```suggestion
changelog="https://www.haproxy.org/download/2.6/src/CHANGELOG"
```

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

* Re: [PR REVIEW] haproxy: update to 2.6.8.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
  2023-02-10 22:40 ` [PR REVIEW] " paper42
  2023-02-10 22:40 ` paper42
@ 2023-02-10 22:49 ` zdykstra
  2023-02-10 22:49 ` [PR PATCH] [Updated] " zdykstra
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2023-02-10 22:49 UTC (permalink / raw)
  To: ml

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

New review comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/42194#discussion_r1103328164

Comment:
I'd rather bump that by hand, so that there's some time to work out the kinks in any given release. I'm only bumping the LTS version to `2.6.x` because we're deploying it en masse at $work.

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

* Re: [PR PATCH] [Updated] haproxy: update to 2.6.8.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
                   ` (2 preceding siblings ...)
  2023-02-10 22:49 ` zdykstra
@ 2023-02-10 22:49 ` zdykstra
  2023-02-10 22:50 ` [PR REVIEW] " zdykstra
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2023-02-10 22:49 UTC (permalink / raw)
  To: ml

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

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

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

haproxy: update to 2.6.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

HAProxy 2.6 is the latest LTS release with some nice improvements over the 2.4 series. Until another LTS hits, it's reasonable to lock the package to 2.6.x.


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

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

From f887da77ceae8642f2838dfac770818bdd0b8c86 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 10 Feb 2023 12:26:41 -0600
Subject: [PATCH] haproxy: update to 2.6.8.

---
 srcpkgs/haproxy/template | 6 +++---
 srcpkgs/haproxy/update   | 2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/haproxy/update

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 373ff4e2c3c9..2c01fff21595 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,6 +1,6 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.20
+version=2.6.8
 revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
@@ -11,9 +11,9 @@ short_desc="Reliable, high performance TCP/HTTP load balancer"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
-changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG"
+changelog="https://www.haproxy.org/download/2.6/src/CHANGELOG"
 distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
-checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc
+checksum=a02ad64550dd30a94b25fd0e225ba699649d0c4037bca3b36b20e8e3235bb86f
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
diff --git a/srcpkgs/haproxy/update b/srcpkgs/haproxy/update
new file mode 100644
index 000000000000..a91811c640f5
--- /dev/null
+++ b/srcpkgs/haproxy/update
@@ -0,0 +1,2 @@
+# 2.6 is the current LTS
+ignore="2\.[!6].*"

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

* Re: [PR REVIEW] haproxy: update to 2.6.8.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
                   ` (3 preceding siblings ...)
  2023-02-10 22:49 ` [PR PATCH] [Updated] " zdykstra
@ 2023-02-10 22:50 ` zdykstra
  2023-02-10 23:22 ` [PR PATCH] [Updated] " zdykstra
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2023-02-10 22:50 UTC (permalink / raw)
  To: ml

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

New review comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/42194#discussion_r1103329123

Comment:
Thank you, I missed that.

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

* Re: [PR PATCH] [Updated] haproxy: update to 2.6.8.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
                   ` (4 preceding siblings ...)
  2023-02-10 22:50 ` [PR REVIEW] " zdykstra
@ 2023-02-10 23:22 ` zdykstra
  2023-02-10 23:23 ` zdykstra
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2023-02-10 23:22 UTC (permalink / raw)
  To: ml

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

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

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

haproxy: update to 2.6.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

HAProxy 2.6 is the latest LTS release with some nice improvements over the 2.4 series. Until another LTS hits, it's reasonable to lock the package to 2.6.x.


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

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

From aba916e38a10d5aa666b20ae978adaef150e77d0 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 10 Feb 2023 12:26:41 -0600
Subject: [PATCH] haproxy: update to 2.6.8.

---
 srcpkgs/haproxy/template | 10 +++++-----
 srcpkgs/haproxy/update   |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/haproxy/update

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 373ff4e2c3c9..3ddd08a7d90f 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,19 +1,19 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.20
+version=2.6.8
 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 openssl-devel lua53-devel pcre-devel"
+makedepends="libatomic-devel openssl-devel lua53-devel pcre2-devel"
 checkdepends="curl varnish"
 short_desc="Reliable, high performance TCP/HTTP load balancer"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
-changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG"
+changelog="https://www.haproxy.org/download/2.6/src/CHANGELOG"
 distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
-checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc
+checksum=a02ad64550dd30a94b25fd0e225ba699649d0c4037bca3b36b20e8e3235bb86f
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
@@ -28,7 +28,7 @@ do_build() {
 		atomic="-latomic"
 	fi
 	make ${makejobs} CC="$CC" DEBUG_CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" EXTRA= \
-		TARGET=$target USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 \
+		TARGET=$target USE_PCRE2=1 USE_PCRE2_JIT=1 USE_ZLIB=1 \
 		USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1 \
 		USE_PROMEX=1 ADDLIB="$atomic"
 }
diff --git a/srcpkgs/haproxy/update b/srcpkgs/haproxy/update
new file mode 100644
index 000000000000..a91811c640f5
--- /dev/null
+++ b/srcpkgs/haproxy/update
@@ -0,0 +1,2 @@
+# 2.6 is the current LTS
+ignore="2\.[!6].*"

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

* Re: haproxy: update to 2.6.8.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
                   ` (5 preceding siblings ...)
  2023-02-10 23:22 ` [PR PATCH] [Updated] " zdykstra
@ 2023-02-10 23:23 ` zdykstra
  2023-02-14 16:30 ` [PR PATCH] [Updated] " zdykstra
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2023-02-10 23:23 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/42194#issuecomment-1426485840

Comment:
> What do you think about switching to pcre2? Is that ready?

I just talked with a coworker, and at $work we've been linking against pcre2 for about 6 months now with out any issues with haproxy-2.4 and now haproxy-2.6. I've flipped this package over to pcre2.

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

* Re: [PR PATCH] [Updated] haproxy: update to 2.6.8.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
                   ` (6 preceding siblings ...)
  2023-02-10 23:23 ` zdykstra
@ 2023-02-14 16:30 ` zdykstra
  2023-02-14 16:30 ` zdykstra
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2023-02-14 16:30 UTC (permalink / raw)
  To: ml

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

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

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

haproxy: update to 2.6.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

HAProxy 2.6 is the latest LTS release with some nice improvements over the 2.4 series. Until another LTS hits, it's reasonable to lock the package to 2.6.x.


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

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

From 357f750e274799180d0cf88b006db5b9b7056158 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 10 Feb 2023 12:26:41 -0600
Subject: [PATCH] haproxy: update to 2.6.8.

---
 srcpkgs/haproxy/template | 10 +++++-----
 srcpkgs/haproxy/update   |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/haproxy/update

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 373ff4e2c3c9..117fb9a3c39d 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,19 +1,19 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.20
+version=2.6.9
 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 openssl-devel lua53-devel pcre-devel"
+makedepends="libatomic-devel openssl-devel lua53-devel pcre2-devel"
 checkdepends="curl varnish"
 short_desc="Reliable, high performance TCP/HTTP load balancer"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
-changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG"
+changelog="https://www.haproxy.org/download/2.6/src/CHANGELOG"
 distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
-checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc
+checksum=a02ad64550dd30a94b25fd0e225ba699649d0c4037bca3b36b20e8e3235bb86f
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
@@ -28,7 +28,7 @@ do_build() {
 		atomic="-latomic"
 	fi
 	make ${makejobs} CC="$CC" DEBUG_CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" EXTRA= \
-		TARGET=$target USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 \
+		TARGET=$target USE_PCRE2=1 USE_PCRE2_JIT=1 USE_ZLIB=1 \
 		USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1 \
 		USE_PROMEX=1 ADDLIB="$atomic"
 }
diff --git a/srcpkgs/haproxy/update b/srcpkgs/haproxy/update
new file mode 100644
index 000000000000..a91811c640f5
--- /dev/null
+++ b/srcpkgs/haproxy/update
@@ -0,0 +1,2 @@
+# 2.6 is the current LTS
+ignore="2\.[!6].*"

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

* Re: [PR PATCH] [Updated] haproxy: update to 2.6.8.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
                   ` (7 preceding siblings ...)
  2023-02-14 16:30 ` [PR PATCH] [Updated] " zdykstra
@ 2023-02-14 16:30 ` zdykstra
  2023-02-14 16:33 ` [PR PATCH] [Updated] haproxy: update to 2.6.9 zdykstra
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2023-02-14 16:30 UTC (permalink / raw)
  To: ml

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

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

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

haproxy: update to 2.6.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

HAProxy 2.6 is the latest LTS release with some nice improvements over the 2.4 series. Until another LTS hits, it's reasonable to lock the package to 2.6.x.


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

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

From 7862042fe42245b5f5bbecefcf97be8708700c39 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 10 Feb 2023 12:26:41 -0600
Subject: [PATCH] haproxy: update to 2.6.9.

---
 srcpkgs/haproxy/template | 10 +++++-----
 srcpkgs/haproxy/update   |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/haproxy/update

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 373ff4e2c3c9..117fb9a3c39d 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,19 +1,19 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.20
+version=2.6.9
 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 openssl-devel lua53-devel pcre-devel"
+makedepends="libatomic-devel openssl-devel lua53-devel pcre2-devel"
 checkdepends="curl varnish"
 short_desc="Reliable, high performance TCP/HTTP load balancer"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
-changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG"
+changelog="https://www.haproxy.org/download/2.6/src/CHANGELOG"
 distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
-checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc
+checksum=a02ad64550dd30a94b25fd0e225ba699649d0c4037bca3b36b20e8e3235bb86f
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
@@ -28,7 +28,7 @@ do_build() {
 		atomic="-latomic"
 	fi
 	make ${makejobs} CC="$CC" DEBUG_CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" EXTRA= \
-		TARGET=$target USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 \
+		TARGET=$target USE_PCRE2=1 USE_PCRE2_JIT=1 USE_ZLIB=1 \
 		USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1 \
 		USE_PROMEX=1 ADDLIB="$atomic"
 }
diff --git a/srcpkgs/haproxy/update b/srcpkgs/haproxy/update
new file mode 100644
index 000000000000..a91811c640f5
--- /dev/null
+++ b/srcpkgs/haproxy/update
@@ -0,0 +1,2 @@
+# 2.6 is the current LTS
+ignore="2\.[!6].*"

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

* Re: [PR PATCH] [Updated] haproxy: update to 2.6.9.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
                   ` (8 preceding siblings ...)
  2023-02-14 16:30 ` zdykstra
@ 2023-02-14 16:33 ` zdykstra
  2023-02-14 17:40 ` zdykstra
  2023-02-14 17:44 ` [PR PATCH] [Merged]: " classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2023-02-14 16:33 UTC (permalink / raw)
  To: ml

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

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

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

haproxy: update to 2.6.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

HAProxy 2.6 is the latest LTS release with some nice improvements over the 2.4 series. Until another LTS hits, it's reasonable to lock the package to 2.6.x.


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

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

From c51d3b48045f28e89e1280b2f8abe211bbdf333d Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 10 Feb 2023 12:26:41 -0600
Subject: [PATCH] haproxy: update to 2.6.9.

---
 srcpkgs/haproxy/template | 10 +++++-----
 srcpkgs/haproxy/update   |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/haproxy/update

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 373ff4e2c3c9..9b46e558c07d 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,19 +1,19 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.20
+version=2.6.9
 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 openssl-devel lua53-devel pcre-devel"
+makedepends="libatomic-devel openssl-devel lua53-devel pcre2-devel"
 checkdepends="curl varnish"
 short_desc="Reliable, high performance TCP/HTTP load balancer"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
-changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG"
+changelog="https://www.haproxy.org/download/2.6/src/CHANGELOG"
 distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
-checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc
+checksum=f01a1c5f465dc1b5cd175d0b28b98beb4dfe82b5b5b63ddcc68d1df433641701
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
@@ -28,7 +28,7 @@ do_build() {
 		atomic="-latomic"
 	fi
 	make ${makejobs} CC="$CC" DEBUG_CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" EXTRA= \
-		TARGET=$target USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 \
+		TARGET=$target USE_PCRE2=1 USE_PCRE2_JIT=1 USE_ZLIB=1 \
 		USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1 \
 		USE_PROMEX=1 ADDLIB="$atomic"
 }
diff --git a/srcpkgs/haproxy/update b/srcpkgs/haproxy/update
new file mode 100644
index 000000000000..a91811c640f5
--- /dev/null
+++ b/srcpkgs/haproxy/update
@@ -0,0 +1,2 @@
+# 2.6 is the current LTS
+ignore="2\.[!6].*"

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

* Re: [PR PATCH] [Updated] haproxy: update to 2.6.9.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
                   ` (9 preceding siblings ...)
  2023-02-14 16:33 ` [PR PATCH] [Updated] haproxy: update to 2.6.9 zdykstra
@ 2023-02-14 17:40 ` zdykstra
  2023-02-14 17:44 ` [PR PATCH] [Merged]: " classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: zdykstra @ 2023-02-14 17:40 UTC (permalink / raw)
  To: ml

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

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

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

haproxy: update to 2.6.9.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

HAProxy 2.6 is the latest LTS release with some nice improvements over the 2.4 series. Until another LTS hits, it's reasonable to lock the package to 2.6.x.


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

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

From 9e65c7d1502df007b5da8f486ad67bc2f12ef87b Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Fri, 10 Feb 2023 12:26:41 -0600
Subject: [PATCH] haproxy: update to 2.6.9.

---
 srcpkgs/haproxy/template | 10 +++++-----
 srcpkgs/haproxy/update   |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/haproxy/update

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 373ff4e2c3c9..43c4fb1f8b50 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,19 +1,19 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.20
+version=2.6.9
 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 openssl-devel lua53-devel pcre-devel"
+makedepends="libatomic-devel openssl-devel lua53-devel pcre2-devel"
 checkdepends="curl varnish"
 short_desc="Reliable, high performance TCP/HTTP load balancer"
 maintainer="Zach Dykstra <dykstra.zachary@gmail.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.haproxy.org"
-changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG"
+changelog="https://www.haproxy.org/download/${version%.*}/src/CHANGELOG"
 distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
-checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc
+checksum=f01a1c5f465dc1b5cd175d0b28b98beb4dfe82b5b5b63ddcc68d1df433641701
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"
@@ -28,7 +28,7 @@ do_build() {
 		atomic="-latomic"
 	fi
 	make ${makejobs} CC="$CC" DEBUG_CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" EXTRA= \
-		TARGET=$target USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 \
+		TARGET=$target USE_PCRE2=1 USE_PCRE2_JIT=1 USE_ZLIB=1 \
 		USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=1 \
 		USE_PROMEX=1 ADDLIB="$atomic"
 }
diff --git a/srcpkgs/haproxy/update b/srcpkgs/haproxy/update
new file mode 100644
index 000000000000..a91811c640f5
--- /dev/null
+++ b/srcpkgs/haproxy/update
@@ -0,0 +1,2 @@
+# 2.6 is the current LTS
+ignore="2\.[!6].*"

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

* Re: [PR PATCH] [Merged]: haproxy: update to 2.6.9.
  2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
                   ` (10 preceding siblings ...)
  2023-02-14 17:40 ` zdykstra
@ 2023-02-14 17:44 ` classabbyamp
  11 siblings, 0 replies; 13+ messages in thread
From: classabbyamp @ 2023-02-14 17:44 UTC (permalink / raw)
  To: ml

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

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

haproxy: update to 2.6.9.
https://github.com/void-linux/void-packages/pull/42194

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl

HAProxy 2.6 is the latest LTS release with some nice improvements over the 2.4 series. Until another LTS hits, it's reasonable to lock the package to 2.6.x.


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

end of thread, other threads:[~2023-02-14 17:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10 18:29 [PR PATCH] haproxy: update to 2.6.8 zdykstra
2023-02-10 22:40 ` [PR REVIEW] " paper42
2023-02-10 22:40 ` paper42
2023-02-10 22:49 ` zdykstra
2023-02-10 22:49 ` [PR PATCH] [Updated] " zdykstra
2023-02-10 22:50 ` [PR REVIEW] " zdykstra
2023-02-10 23:22 ` [PR PATCH] [Updated] " zdykstra
2023-02-10 23:23 ` zdykstra
2023-02-14 16:30 ` [PR PATCH] [Updated] " zdykstra
2023-02-14 16:30 ` zdykstra
2023-02-14 16:33 ` [PR PATCH] [Updated] haproxy: update to 2.6.9 zdykstra
2023-02-14 17:40 ` zdykstra
2023-02-14 17:44 ` [PR PATCH] [Merged]: " classabbyamp

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