Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
haproxy
Commits:
6423620a by Christian Hesse at 2024-02-26T21:54:13+01:00
upgpkg: 2.9.6-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.5
+ pkgver = 2.9.6
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.5.tar.gz
+ source = https://www.haproxy.org/download/2.9/src/haproxy-2.9.6.tar.gz
source = haproxy.cfg
source = haproxy.sysusers
source = 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
- sha256sums =
32b785b128838f4218b8d54690c86c48794d03f817cbb627fb48769f79efd59b
+ sha256sums =
208adf47c8fa83c54978034ba5c0110b7463c47078f119bd052342171a3b9a0b
sha256sums =
f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9
sha256sums =
b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e
sha256sums =
a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Bartłomiej Piotrowski <[email protected]>
pkgname=haproxy
-pkgver=2.9.5
+pkgver=2.9.6
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=('32b785b128838f4218b8d54690c86c48794d03f817cbb627fb48769f79efd59b'
+sha256sums=('208adf47c8fa83c54978034ba5c0110b7463c47078f119bd052342171a3b9a0b'
'f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9'
'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
'a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/6423620a201e9a70264b3295525225e1376a0dd6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/6423620a201e9a70264b3295525225e1376a0dd6
You're receiving this email because of your account on gitlab.archlinux.org.