diff options
author | Emmanuel N. Millan <emmanueln@gmail.com> | 2023-02-17 20:31:37 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-18 10:06:46 +0700 |
commit | f0add20d4338a39540ad0fb0de921fab4826cf00 (patch) | |
tree | 2de2fc83f402850fa4007d5f663f58c8b768e3f5 /network/varnish/varnish.SlackBuild | |
parent | 5c22160fdb3283997b3cd3842d4fe0ecfd79df44 (diff) |
network/varnish: Updated for version 7.2.1.
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/varnish/varnish.SlackBuild')
-rw-r--r-- | network/varnish/varnish.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/varnish/varnish.SlackBuild b/network/varnish/varnish.SlackBuild index cad34e3806e4e..783e92b6ce676 100644 --- a/network/varnish/varnish.SlackBuild +++ b/network/varnish/varnish.SlackBuild @@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=varnish -VERSION=${VERSION:-6.5.1} +VERSION=${VERSION:-7.2.1} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -55,8 +55,8 @@ cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tgz cd $PRGNAM-$VERSION -patch -p1 -i $CWD/0051cbe3b9cc24586e0ad99cff72041c6df944b8.patch -patch -p1 -i $CWD/f04d7df6e6d5b350740e01d24749a3930390b7a0.patch +#patch -p1 -i $CWD/0051cbe3b9cc24586e0ad99cff72041c6df944b8.patch +#patch -p1 -i $CWD/f04d7df6e6d5b350740e01d24749a3930390b7a0.patch chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |