summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Thomas Szteliga <ts@websafe.pl>2017-07-29 04:15:17 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-29 04:15:17 +0700
commitf02436157a97d4a576720d6d76a4b4c13adb7a96 (patch)
tree5e6440243e9da8fdbd5b13b0d5c8483f36067eef /network
parentd73f5b2ce0b9939a67cc5af2139d05e3e7694f80 (diff)
downloadslackbuilds-f02436157a97d4a576720d6d76a4b4c13adb7a96.tar.gz
slackbuilds-f02436157a97d4a576720d6d76a4b4c13adb7a96.tar.xz
network/glusterfs: Updated for version 3.11.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/glusterfs/doinst.sh5
-rw-r--r--network/glusterfs/glusterfs.SlackBuild11
-rw-r--r--network/glusterfs/glusterfs.info6
3 files changed, 13 insertions, 9 deletions
diff --git a/network/glusterfs/doinst.sh b/network/glusterfs/doinst.sh
index 71a4cb9407..be34b56d25 100644
--- a/network/glusterfs/doinst.sh
+++ b/network/glusterfs/doinst.sh
@@ -22,8 +22,11 @@ preserve_perms() {
config $NEW
}
-config etc/ganesha/ganesha-ha.conf.sample.new
+config etc/glusterfs/eventsconfig.json.new
config etc/glusterfs/glusterd.vol.new
+config etc/glusterfs/group-gluster-block.new
+config etc/glusterfs/group-metadata-cache.new
+config etc/glusterfs/group-nl-cache.new
config etc/glusterfs/group-virt.example.new
config etc/glusterfs/logger.conf.example.new
config etc/logrotate.d/glusterfs-georep.new
diff --git a/network/glusterfs/glusterfs.SlackBuild b/network/glusterfs/glusterfs.SlackBuild
index 514c3a9162..b165efce7c 100644
--- a/network/glusterfs/glusterfs.SlackBuild
+++ b/network/glusterfs/glusterfs.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for GlusterFS
-# Copyright (c) 2016 Thomas Szteliga <ts@websafe.pl>, Opole, PL
+# Copyright (c) 2016-2017 Thomas Szteliga <ts@websafe.pl>, Opole, PL
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
@@ -23,7 +23,7 @@
# THE SOFTWARE.
PRGNAM=glusterfs
-VERSION=${VERSION:-3.9.1}
+VERSION=${VERSION:-3.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -98,10 +98,11 @@ rm -f \
install -D -m 0755 extras/command-completion/gluster.bash \
$PKG/etc/bash_completion.d/gluster-bash-completion.sh
-mv $PKG/etc/ganesha/ganesha-ha.conf.sample \
- $PKG/etc/ganesha/ganesha-ha.conf.sample.new
-
+mv $PKG/etc/$PRGNAM/eventsconfig.json $PKG/etc/$PRGNAM/eventsconfig.json.new
mv $PKG/etc/$PRGNAM/glusterd.vol $PKG/etc/$PRGNAM/glusterd.vol.new
+mv $PKG/etc/$PRGNAM/group-gluster-block $PKG/etc/$PRGNAM/group-gluster-block.new
+mv $PKG/etc/$PRGNAM/group-metadata-cache $PKG/etc/$PRGNAM/group-metadata-cache.new
+mv $PKG/etc/$PRGNAM/group-nl-cache $PKG/etc/$PRGNAM/group-nl-cache.new
mv $PKG/etc/$PRGNAM/group-virt.example $PKG/etc/$PRGNAM/group-virt.example.new
mv $PKG/etc/$PRGNAM/logger.conf.example $PKG/etc/$PRGNAM/logger.conf.example.new
diff --git a/network/glusterfs/glusterfs.info b/network/glusterfs/glusterfs.info
index cd50e93d2c..bef8b51f74 100644
--- a/network/glusterfs/glusterfs.info
+++ b/network/glusterfs/glusterfs.info
@@ -1,8 +1,8 @@
PRGNAM="glusterfs"
-VERSION="3.9.1"
+VERSION="3.11.2"
HOMEPAGE="https://www.gluster.org/"
-DOWNLOAD="https://download.gluster.org/pub/gluster/glusterfs/3.9/3.9.1/glusterfs-3.9.1.tar.gz"
-MD5SUM="5e68466012b2d1977865f5176635d05f"
+DOWNLOAD="https://download.gluster.org/pub/gluster/glusterfs/3.11/3.11.2/glusterfs-3.11.2.tar.gz"
+MD5SUM="d4a047f010cd5805cf780fd8c4723bc7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="liburcu"