Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
haproxy
Commits:
f000cf09 by Christian Hesse at 2024-01-31T16:37:34+01:00
upgpkg: 2.9.4-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = haproxy
pkgdesc = Reliable, high performance TCP/HTTP load balancer
- pkgver = 2.9.3
+ pkgver = 2.9.4
pkgrel = 1
url = https://www.haproxy.org/
install = haproxy.install
@@ -15,11 +15,11 @@ pkgbase = haproxy
depends = lua
depends = systemd-libs
backup = etc/haproxy/haproxy.cfg
- source = https://www.haproxy.org/download/2.9/src/haproxy-2.9.3.tar.gz
+ source = https://www.haproxy.org/download/2.9/src/haproxy-2.9.4.tar.gz
source = haproxy.cfg
source = haproxy.sysusers
source = 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
- sha256sums =
ed517c65abd86945411f6bcb18c7ec657a706931cb781ea283063ba0a75858c0
+ sha256sums =
9c3892cc3c084ac4f00125ef22a151cf181416d84aa8a37af6af6aa0399096bc
sha256sums =
f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9
sha256sums =
b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e
sha256sums =
a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Bartłomiej Piotrowski <[email protected]>
pkgname=haproxy
-pkgver=2.9.3
+pkgver=2.9.4
pkgrel=1
pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -22,7 +22,7 @@
source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
haproxy.sysusers
0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch)
-sha256sums=('ed517c65abd86945411f6bcb18c7ec657a706931cb781ea283063ba0a75858c0'
+sha256sums=('9c3892cc3c084ac4f00125ef22a151cf181416d84aa8a37af6af6aa0399096bc'
'f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9'
'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
'a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/f000cf09fcc79709f30eaab9a5fb4f3506f56428
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/f000cf09fcc79709f30eaab9a5fb4f3506f56428
You're receiving this email because of your account on gitlab.archlinux.org.