network/haproxy: Updated for version 3.0.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Badchay 2024-10-08 11:03:29 +07:00 committed by Willy Sudiarto Raharjo
parent 4a9d76e8bb
commit 8ea9c5bd7a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
4 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haproxy
VERSION=${VERSION:-3.0.4}
VERSION=${VERSION:-3.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haproxy"
VERSION="3.0.4"
VERSION="3.0.5"
HOMEPAGE="https://www.haproxy.org/"
DOWNLOAD="https://www.haproxy.org/download/3.0/src/haproxy-3.0.4.tar.gz"
MD5SUM="6bbce01abf8deba6ed518d6da029dd97"
DOWNLOAD="https://www.haproxy.org/download/3.0/src/haproxy-3.0.5.tar.gz"
MD5SUM="afe05e15455aa6aa190fa39d160b1c33"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""

View file

@ -4,6 +4,6 @@
missingok
rotate 4
postrotate
/bin/kill -HUP $(cat /var/run/syslogd.pid 2>/dev/null) 2>/dev/null || true
/bin/kill -HUP $(cat /run/syslogd.pid 2>/dev/null) 2>/dev/null || true
endscript
}

View file

@ -9,7 +9,7 @@
HAPROXY=/usr/sbin/haproxy
CONFIG=/etc/haproxy/haproxy.cfg
PIDFILE=/var/run/haproxy.pid
PIDFILE=/run/haproxy.pid
if [[ ! -f $CONFIG && "$1" == "start" ]]; then
echo "No configuration file found. Cannot continue."