Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] haproxy: update to 2.4.8
@ 2021-11-04  5:51 uhohspaghetios
  2021-11-04 16:31 ` [PR PATCH] [Updated] " uhohspaghetios
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: uhohspaghetios @ 2021-11-04  5:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhohspaghetios/void-packages haproxy-2.4.8
https://github.com/void-linux/void-packages/pull/33893

haproxy: update to 2.4.8
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 3a2d6061b0047b026abe0d784a3864bec971e3dc Mon Sep 17 00:00:00 2001
From: Rich G <rich@richgannon.net>
Date: Thu, 4 Nov 2021 01:50:49 -0400
Subject: [PATCH] haproxy: update to 2.4.8

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

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 40e6b2efc5c0..52f64c2d6b84 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,6 +1,6 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.4
+version=2.4.8
 revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
@@ -12,7 +12,7 @@ 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=116b7329cebee5dab8ba47ad70feeabd0c91680d9ef68c28e41c34869920d1fe
+checksum=e3e4c1ad293bc25e8d8790cc5e45133213dda008bfd0228bf3077259b32ebaa5
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"

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

* Re: [PR PATCH] [Updated] haproxy: update to 2.4.8
  2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
@ 2021-11-04 16:31 ` uhohspaghetios
  2021-11-05 20:10 ` paper42
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: uhohspaghetios @ 2021-11-04 16:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhohspaghetios/void-packages haproxy-2.4.8
https://github.com/void-linux/void-packages/pull/33893

haproxy: update to 2.4.8
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 1f8c72a7da4d5d17a9eee183187129c5f973c0b4 Mon Sep 17 00:00:00 2001
From: uhohspaghetios <rich@servermonkeys.com>
Date: Thu, 4 Nov 2021 01:50:49 -0400
Subject: [PATCH] haproxy: update to 2.4.8

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

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 40e6b2efc5c0..52f64c2d6b84 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,6 +1,6 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.4
+version=2.4.8
 revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
@@ -12,7 +12,7 @@ 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=116b7329cebee5dab8ba47ad70feeabd0c91680d9ef68c28e41c34869920d1fe
+checksum=e3e4c1ad293bc25e8d8790cc5e45133213dda008bfd0228bf3077259b32ebaa5
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"

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

* Re: haproxy: update to 2.4.8
  2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
  2021-11-04 16:31 ` [PR PATCH] [Updated] " uhohspaghetios
@ 2021-11-05 20:10 ` paper42
  2021-11-05 20:21 ` zdykstra
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2021-11-05 20:10 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33893#issuecomment-962187476

Comment:
@zdykstra

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

* Re: haproxy: update to 2.4.8
  2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
  2021-11-04 16:31 ` [PR PATCH] [Updated] " uhohspaghetios
  2021-11-05 20:10 ` paper42
@ 2021-11-05 20:21 ` zdykstra
  2021-11-05 20:22 ` zdykstra
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2021-11-05 20:21 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33893#issuecomment-962196163

Comment:
Looks good here - nothing in the 2.4.4 -> 2.4.8 changelog stands out here as requiring adjustments in the template.

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

* Re: haproxy: update to 2.4.8
  2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
                   ` (2 preceding siblings ...)
  2021-11-05 20:21 ` zdykstra
@ 2021-11-05 20:22 ` zdykstra
  2021-11-05 20:22 ` zdykstra
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2021-11-05 20:22 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33893#issuecomment-962196163

Comment:
Looks good here - nothing in the 2.4.4 -> 2.4.8 changelog stands out here as requiring adjustments in the template.

Edit: Can you bump the PR to include the changelog in the template - `http://www.haproxy.org/download/2.4/src/CHANGELOG` ?

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

* Re: haproxy: update to 2.4.8
  2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
                   ` (3 preceding siblings ...)
  2021-11-05 20:22 ` zdykstra
@ 2021-11-05 20:22 ` zdykstra
  2021-11-05 21:34 ` uhohspaghetios
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2021-11-05 20:22 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33893#issuecomment-962196163

Comment:
Looks good here - nothing in the 2.4.4 -> 2.4.8 changelog stands out here as requiring adjustments in the template.

Edit: Can you bump the PR to include the changelog in the template - `https://www.haproxy.org/download/2.4/src/CHANGELOG` ?

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

* Re: haproxy: update to 2.4.8
  2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
                   ` (4 preceding siblings ...)
  2021-11-05 20:22 ` zdykstra
@ 2021-11-05 21:34 ` uhohspaghetios
  2021-11-05 21:37 ` zdykstra
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: uhohspaghetios @ 2021-11-05 21:34 UTC (permalink / raw)
  To: ml

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

New comment by uhohspaghetios on void-packages repository

https://github.com/void-linux/void-packages/pull/33893#issuecomment-962235546

Comment:
> Looks good here - nothing in the 2.4.4 -> 2.4.8 changelog stands out here as requiring adjustments in the template.
> 
> Edit: Can you bump the PR to include the changelog in the template - `https://www.haproxy.org/download/2.4/src/CHANGELOG` ?

Dumb question, perhaps, but how do I do that in the template?  I haven't included the changelog before.

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

* Re: haproxy: update to 2.4.8
  2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
                   ` (5 preceding siblings ...)
  2021-11-05 21:34 ` uhohspaghetios
@ 2021-11-05 21:37 ` zdykstra
  2021-11-05 21:55 ` [PR PATCH] [Updated] " uhohspaghetios
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2021-11-05 21:37 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/33893#issuecomment-962236954

Comment:
> > Looks good here - nothing in the 2.4.4 -> 2.4.8 changelog stands out here as requiring adjustments in the template.
> > Edit: Can you bump the PR to include the changelog in the template - `https://www.haproxy.org/download/2.4/src/CHANGELOG` ?
> 
> Dumb question, perhaps, but how do I do that in the template? I haven't included the changelog before.

Add the following on the line after `homepage=...` in the template:

`changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG"` 

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

* Re: [PR PATCH] [Updated] haproxy: update to 2.4.8
  2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
                   ` (6 preceding siblings ...)
  2021-11-05 21:37 ` zdykstra
@ 2021-11-05 21:55 ` uhohspaghetios
  2021-11-05 21:55 ` uhohspaghetios
  2021-11-06  1:04 ` [PR PATCH] [Merged]: " Piraty
  9 siblings, 0 replies; 11+ messages in thread
From: uhohspaghetios @ 2021-11-05 21:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/uhohspaghetios/void-packages haproxy-2.4.8
https://github.com/void-linux/void-packages/pull/33893

haproxy: update to 2.4.8
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 554ea54b9f331328729c44be5305d356aa5738c3 Mon Sep 17 00:00:00 2001
From: uhohspaghetios <rich@servermonkeys.com>
Date: Thu, 4 Nov 2021 01:50:49 -0400
Subject: [PATCH] haproxy: update to 2.4.8

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

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 40e6b2efc5c0..ffa473d66df3 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,6 +1,6 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.4
+version=2.4.8
 revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
@@ -11,8 +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"
 distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
-checksum=116b7329cebee5dab8ba47ad70feeabd0c91680d9ef68c28e41c34869920d1fe
+checksum=e3e4c1ad293bc25e8d8790cc5e45133213dda008bfd0228bf3077259b32ebaa5
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"

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

* Re: haproxy: update to 2.4.8
  2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
                   ` (7 preceding siblings ...)
  2021-11-05 21:55 ` [PR PATCH] [Updated] " uhohspaghetios
@ 2021-11-05 21:55 ` uhohspaghetios
  2021-11-06  1:04 ` [PR PATCH] [Merged]: " Piraty
  9 siblings, 0 replies; 11+ messages in thread
From: uhohspaghetios @ 2021-11-05 21:55 UTC (permalink / raw)
  To: ml

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

New comment by uhohspaghetios on void-packages repository

https://github.com/void-linux/void-packages/pull/33893#issuecomment-962244925

Comment:
> > > Looks good here - nothing in the 2.4.4 -> 2.4.8 changelog stands out here as requiring adjustments in the template.
> > > Edit: Can you bump the PR to include the changelog in the template - `https://www.haproxy.org/download/2.4/src/CHANGELOG` ?
> > 
> > 
> > Dumb question, perhaps, but how do I do that in the template? I haven't included the changelog before.
> 
> Add the following on the line after `homepage=...` in the template:
> 
> `changelog="https://www.haproxy.org/download/2.4/src/CHANGELOG"`

Thanks for that.  Done.

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

* Re: [PR PATCH] [Merged]: haproxy: update to 2.4.8
  2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
                   ` (8 preceding siblings ...)
  2021-11-05 21:55 ` uhohspaghetios
@ 2021-11-06  1:04 ` Piraty
  9 siblings, 0 replies; 11+ messages in thread
From: Piraty @ 2021-11-06  1:04 UTC (permalink / raw)
  To: ml

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

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

haproxy: update to 2.4.8
https://github.com/void-linux/void-packages/pull/33893

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-11-06  1:04 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-04  5:51 [PR PATCH] haproxy: update to 2.4.8 uhohspaghetios
2021-11-04 16:31 ` [PR PATCH] [Updated] " uhohspaghetios
2021-11-05 20:10 ` paper42
2021-11-05 20:21 ` zdykstra
2021-11-05 20:22 ` zdykstra
2021-11-05 20:22 ` zdykstra
2021-11-05 21:34 ` uhohspaghetios
2021-11-05 21:37 ` zdykstra
2021-11-05 21:55 ` [PR PATCH] [Updated] " uhohspaghetios
2021-11-05 21:55 ` uhohspaghetios
2021-11-06  1:04 ` [PR PATCH] [Merged]: " Piraty

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