Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions network/varnish/varnish.SlackBuild
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# Slackware build script for varnish-cache

# Written by Matt Schurenko <matt.schurenko@gmail.com>
# Updated by Emmanuel N. Millan
# Updated by 2020-2026 Emmanuel N. Millan, Mendoza, Argentina

cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=varnish
VERSION=${VERSION:-7.6.0}
VERSION=${VERSION:-8.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
8 changes: 4 additions & 4 deletions network/varnish/varnish.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="varnish"
VERSION="7.6.0"
HOMEPAGE="https://www.varnish-cache.org/"
DOWNLOAD="https://varnish-cache.org/downloads/varnish-7.6.0.tgz"
MD5SUM="e8c909c3b83d0ef23fa2c9504a4f6a66"
VERSION="8.0.0"
HOMEPAGE="https://vinyl-cache.org"
DOWNLOAD="https://vinyl-cache.org/downloads/varnish-8.0.0.tgz"
MD5SUM="ab9c1b722c1398df22cdf903fbae1576"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Sphinx"
Expand Down
6 changes: 3 additions & 3 deletions system/monitorix/monitorix.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Copyright 2014-2016 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
# Updated 2019-2021 by Emmanuel N. Millan, Mendoza, Argentina
# Updated 2019-2026 by Emmanuel N. Millan, Mendoza, Argentina
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
Expand All @@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=monitorix
VERSION=${VERSION:-3.15.0}
VERSION=${VERSION:-3.16.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -87,7 +87,7 @@ if [ "$ARCH" = "x86_64" ]; then
sed -i 's#/usr/lib#/usr/lib64#' {$PRGNAM,$PRGNAM.cgi}
fi

mkdir -p $PKG/etc/$PRGNAM $PKG/etc/$PRGNAM/conf.d
mkdir -p $PKG/etc/$PRGNAM
cat $CWD/$PRGNAM.conf > $PKG/etc/$PRGNAM/$PRGNAM.conf.new

mkdir -p $PKG/etc/rc.d
Expand Down
6 changes: 3 additions & 3 deletions system/monitorix/monitorix.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="monitorix"
VERSION="3.15.0"
VERSION="3.16.0"
HOMEPAGE="https://www.monitorix.org/"
DOWNLOAD="https://www.monitorix.org/monitorix-3.15.0.tar.gz"
MD5SUM="48ff1d8398d7eca13c97270464cd66c7"
DOWNLOAD="https://www.monitorix.org/monitorix-3.16.0.tar.gz"
MD5SUM="c38c814585e5ac0d8c5d660db7fd48f4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-lwp-useragent-cached perl-http-server-simple perl-config-general rrdtool"
Expand Down