Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
haproxy
Commits:
ac960ec5 by Christian Hesse at 2026-06-08T10:08:35+02:00
upgpkg: 3.4.0-2: add an empty configuration directory...
... which is now referenced in service file and thus mandatory.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haproxy
pkgdesc = Reliable, high performance TCP/HTTP load balancer
pkgver = 3.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.haproxy.org/
install = haproxy.install
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=haproxy
pkgver=3.4.0
-pkgrel=1
+pkgrel=2
# Each release serie has its own repository. This is handled automatically in
# PKGBUILD, but nvchecker configuration needs to be updated on bump!
@@ -82,6 +82,7 @@ package() {
install -D -m0644 ../haproxy.sysusers
"$pkgdir"/usr/lib/sysusers.d/haproxy.conf
install -D -m0644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
+ install -d -m0755 "$pkgdir"/etc/haproxy/conf.d
install -D -m0644 admin/systemd/haproxy.service \
"$pkgdir"/usr/lib/systemd/system/haproxy.service
install -D -m0644 admin/syntax-highlight/haproxy.vim \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/ac960ec5174ba7d53039366b384d10e9e496d4a8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/commit/ac960ec5174ba7d53039366b384d10e9e496d4a8
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help