Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
haproxy
Commits:
4dfa258b by Christian Hesse at 2024-11-07T19:39:56+01:00
upgpkg: 3.0.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 = 3.0.5
+ pkgver = 3.0.6
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.0.git#tag=v3.0.5?signed
+ source =
git+https://git.haproxy.org/git/haproxy-3.0.git#tag=v3.0.6?signed
source = haproxy.cfg
source = haproxy.sysusers
source = 0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch
validpgpkeys = 0C9568FA554656551590C5E44E386D9C9C61702F
validpgpkeys = 07D5F18D201984D7D13FB7AAF5F936267AA4B280
- sha256sums =
a25a2713dfc5d1c6c4d309d0bd3a6725ad3a41df44fdf32ea9b81d2e0daca015
+ sha256sums =
c25d9367b9a6738e231564c200aeaa783507c9c43575ce0740baf9ef4b3edfb0
sha256sums =
f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9
sha256sums =
b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e
sha256sums =
a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Bartłomiej Piotrowski <[email protected]>
pkgname=haproxy
-pkgver=3.0.5
+pkgver=3.0.6
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=('a25a2713dfc5d1c6c4d309d0bd3a6725ad3a41df44fdf32ea9b81d2e0daca015'
+sha256sums=('c25d9367b9a6738e231564c200aeaa783507c9c43575ce0740baf9ef4b3edfb0'
'f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9'
'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
'a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/4dfa258b1fcdf8a61f7f06ec12defe22277f340c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/4dfa258b1fcdf8a61f7f06ec12defe22277f340c
You're receiving this email because of your account on gitlab.archlinux.org.