Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] haproxy: update to 2.4.20.
@ 2022-12-22 21:06 zdykstra
  2022-12-22 21:12 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zdykstra @ 2022-12-22 21:06 UTC (permalink / raw)
  To: ml

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

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

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

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

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

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

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

From ac200c40d4a022d42d6b1632581d5ac25cf41c9b Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 22 Dec 2022 15:05:57 -0600
Subject: [PATCH] haproxy: update to 2.4.20.

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

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 6ac772861c8d..ceaa80f23c3e 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,6 +1,6 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.18
+version=2.4.20
 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="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz"
-checksum=d7e46b56ac789d4fcf3ca209a109871e67ce4efca20a6537052f542f2af9616c
+checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"

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

* Re: [PR REVIEW] haproxy: update to 2.4.20.
  2022-12-22 21:06 [PR PATCH] haproxy: update to 2.4.20 zdykstra
@ 2022-12-22 21:12 ` paper42
  2022-12-22 21:24 ` [PR PATCH] [Updated] " zdykstra
  2022-12-23 10:44 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-22 21:12 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41247#discussion_r1055854485

Comment:
```suggestion
distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
```

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

* Re: [PR PATCH] [Updated] haproxy: update to 2.4.20.
  2022-12-22 21:06 [PR PATCH] haproxy: update to 2.4.20 zdykstra
  2022-12-22 21:12 ` [PR REVIEW] " paper42
@ 2022-12-22 21:24 ` zdykstra
  2022-12-23 10:44 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: zdykstra @ 2022-12-22 21:24 UTC (permalink / raw)
  To: ml

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

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

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

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

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

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

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

From c8b3f9a77f96f298568c561f38b699014fe88ddf Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 22 Dec 2022 15:05:57 -0600
Subject: [PATCH] haproxy: update to 2.4.20.

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

diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template
index 6ac772861c8d..373ff4e2c3c9 100644
--- a/srcpkgs/haproxy/template
+++ b/srcpkgs/haproxy/template
@@ -1,6 +1,6 @@
 # Template file for 'haproxy'
 pkgname=haproxy
-version=2.4.18
+version=2.4.20
 revision=1
 build_style=gnu-makefile
 make_install_args="SBINDIR=${DESTDIR}/usr/bin DOCDIR=${DESTDIR}/usr/share/doc/${pkgname}"
@@ -12,8 +12,8 @@ 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=d7e46b56ac789d4fcf3ca209a109871e67ce4efca20a6537052f542f2af9616c
+distfiles="https://www.haproxy.org/download/${version%.*}/src/haproxy-${version}.tar.gz"
+checksum=415c62d2159941a17c443941aa85e7353047d79f3b72a0e7062473f7e753cacc
 
 haproxy_homedir="/var/lib/${pkgname}"
 make_dirs="$haproxy_homedir 0750 ${pkgname} ${pkgname}"

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

* Re: [PR PATCH] [Merged]: haproxy: update to 2.4.20.
  2022-12-22 21:06 [PR PATCH] haproxy: update to 2.4.20 zdykstra
  2022-12-22 21:12 ` [PR REVIEW] " paper42
  2022-12-22 21:24 ` [PR PATCH] [Updated] " zdykstra
@ 2022-12-23 10:44 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-12-23 10:44 UTC (permalink / raw)
  To: ml

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

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

haproxy: update to 2.4.20.
https://github.com/void-linux/void-packages/pull/41247

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

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

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

end of thread, other threads:[~2022-12-23 10:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22 21:06 [PR PATCH] haproxy: update to 2.4.20 zdykstra
2022-12-22 21:12 ` [PR REVIEW] " paper42
2022-12-22 21:24 ` [PR PATCH] [Updated] " zdykstra
2022-12-23 10:44 ` [PR PATCH] [Merged]: " paper42

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