mbox series

[bug#62247,0/2] : gnu: haproxy: Update to 2.7.5.

Message ID 20230317220247.7388-1-sharlatanus@gmail.com
Headers show
Series : gnu: haproxy: Update to 2.7.5. | expand

Message

Sharlatan Hellseher March 17, 2023, 10:02 p.m. UTC
Hi Guix!

While update thc-ipv6 I've noticed that HAProxy is on a quite old version and
does not have service yet. This patch series updates it the latest stable
version and moves from general (gnu packages networking) module to more
logically close (gnu packages high-availability) module with keeping the
history of copyright strings.

I'll try to write my first service base on availale exaples for HAProxy :) in
free time.

Thanks,
Oleg

Sharlatan Hellseher (2):
  gnu: haproxy: Update to 2.7.5.
  gnu: haproxy: Move to (gnu packages high-availability).

 gnu/packages/high-availability.scm | 53 +++++++++++++++++++++++++++++-
 gnu/packages/networking.scm        | 42 +----------------------
 2 files changed, 53 insertions(+), 42 deletions(-)


base-commit: 933051281fbed0ae71bd40c24a701faf2a02791c

Comments

Ludovic Courtès March 26, 2023, 9:30 p.m. UTC | #1
Hi,

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

>   gnu: haproxy: Update to 2.7.5.
>   gnu: haproxy: Move to (gnu packages high-availability).

Applied, thanks!

Ludo’.