Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
haproxy
Commits:
9e762cfd by Christian Hesse at 2025-02-19T17:58:09+01:00
upgpkg: 3.1.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 = 3.1.3
+ pkgver = 3.1.4
pkgrel = 1
url = https://www.haproxy.org/
install = haproxy.install
@@ -16,13 +16,13 @@ pkgbase = haproxy
depends = lua
depends = systemd-libs
backup = etc/haproxy/haproxy.cfg
- source =
git+https://git.haproxy.org/git/haproxy-3.1.git#tag=v3.1.3?signed
+ source =
git+https://git.haproxy.org/git/haproxy-3.1.git#tag=v3.1.4?signed
source = haproxy.cfg
source = haproxy.sysusers
source = 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
validpgpkeys = 0C9568FA554656551590C5E44E386D9C9C61702F
validpgpkeys = 07D5F18D201984D7D13FB7AAF5F936267AA4B280
- sha256sums =
b952d907f12a1298cdcb3b39ef9aa69717088fd33c9933aa818dc8a85d3d7c80
+ sha256sums =
de89bf2e331638ad686f69c568b7f2e2abd4bee30586ea999abe6953910a0247
sha256sums =
f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9
sha256sums =
c6e716ea59272a8e871af53703726dd2a75b56c82dacf097d4bf08ac5e841a0d
sha256sums =
a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Bartłomiej Piotrowski <[email protected]>
pkgname=haproxy
-pkgver=3.1.3
+pkgver=3.1.4
pkgrel=1
pkgdesc='Reliable, high performance TCP/HTTP load balancer'
@@ -24,7 +24,7 @@
source=("git+https://git.haproxy.org/git/haproxy-${pkgver%.*}.git#tag=v${pkgver}
'haproxy.sysusers'
'0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch')
-sha256sums=('b952d907f12a1298cdcb3b39ef9aa69717088fd33c9933aa818dc8a85d3d7c80'
+sha256sums=('de89bf2e331638ad686f69c568b7f2e2abd4bee30586ea999abe6953910a0247'
'f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9'
'c6e716ea59272a8e871af53703726dd2a75b56c82dacf097d4bf08ac5e841a0d'
'a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/9e762cfd94fb24b6ab434a74a910063de179995e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/9e762cfd94fb24b6ab434a74a910063de179995e
You're receiving this email because of your account on gitlab.archlinux.org.