Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / haproxy
Commits: a7c13d56 by Christian Hesse at 2023-07-12T09:36:33+02:00 add shebang in install script - - - - - 122acae3 by Christian Hesse at 2023-08-09T17:25:31+02:00 upgpkg: 2.8.2-1: new upstream release - - - - - 2 changed files: - PKGBUILD - haproxy.install Changes: ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: Bartłomiej Piotrowski <[email protected]> pkgname=haproxy -pkgver=2.8.1 +pkgver=2.8.2 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=('485552fcd9d5d5f41aad046f131fc0a7e849bef25a349a040750af0c6fc56807' +sha256sums=('698d6906d170946a869769964e57816ba3da3adf61ff75e89972b137f4658db0' 'f6babef513b99a3fa0e50f2b144c73c980f1b78b119874ffa2580af1e651e7a9' 'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e' 'a1e3a1c2923465081383eb431bae55ff9841d89909469311cdba4b394ec4a998') ===================================== haproxy.install ===================================== @@ -1,3 +1,5 @@ +#!/bin/sh + post_install() { printf '==> %s\n' "The example config chroots HAProxy, meaning that logging to journald won't work." printf ' %s\n' "Either disable chrooting, use rsyslog, or bind /run/systemd/journal/dev-log into the chroot." View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/compare/bf74bbdcc3ae6f31bea4e1add89ae7c4dfcd706e...122acae3dd587350ef921c9f8de9de1fa82a7683 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haproxy/-/compare/bf74bbdcc3ae6f31bea4e1add89ae7c4dfcd706e...122acae3dd587350ef921c9f8de9de1fa82a7683 You're receiving this email because of your account on gitlab.archlinux.org.
