summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs
diff options
context:
space:
mode:
authormanu <manu@pkgsrc.org>2018-04-19 02:49:04 +0000
committermanu <manu@pkgsrc.org>2018-04-19 02:49:04 +0000
commit3de7fd0d40589e5ef2b303483eb472ce981b73b5 (patch)
tree24241239744314f03068493400de7d755f03afcc /filesystems/glusterfs
parent9f4bb1413cde248fa1cd3fc2a158403684695eb8 (diff)
downloadpkgsrc-3de7fd0d40589e5ef2b303483eb472ce981b73b5.tar.gz
Updated filesystems/glusterfs to 3.12.8
This is a maintenance release
Diffstat (limited to 'filesystems/glusterfs')
-rw-r--r--filesystems/glusterfs/Makefile6
-rw-r--r--filesystems/glusterfs/PLIST2
-rw-r--r--filesystems/glusterfs/distinfo11
-rw-r--r--filesystems/glusterfs/patches/patch-1977849
4 files changed, 9 insertions, 59 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index a650cff9125..3a8f33f4e5a 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.83 2018/04/14 07:34:20 adam Exp $
+# $NetBSD: Makefile,v 1.84 2018/04/19 02:49:04 manu Exp $
-DISTNAME= glusterfs-3.12.3
-PKGREVISION= 2
+DISTNAME= glusterfs-3.12.8
+#PKGREVISION= 1
CATEGORIES= filesystems
MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/
diff --git a/filesystems/glusterfs/PLIST b/filesystems/glusterfs/PLIST
index a273692dd1d..1f8103f97fe 100644
--- a/filesystems/glusterfs/PLIST
+++ b/filesystems/glusterfs/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.38 2017/11/15 03:31:56 manu Exp $
+@comment $NetBSD: PLIST,v 1.39 2018/04/19 02:49:04 manu Exp $
${PYSITELIB}/gluster/__init__.py
${PYSITELIB}/gluster/__init__.pyc
${PYSITELIB}/gluster/__init__.pyo
diff --git a/filesystems/glusterfs/distinfo b/filesystems/glusterfs/distinfo
index 7befaacff03..659e949e004 100644
--- a/filesystems/glusterfs/distinfo
+++ b/filesystems/glusterfs/distinfo
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.63 2017/11/15 03:31:56 manu Exp $
+$NetBSD: distinfo,v 1.64 2018/04/19 02:49:04 manu Exp $
-SHA1 (glusterfs-3.12.3.tar.gz) = ea423aaa1b59fa8f83d01779ac13b2a00e03d2b1
-RMD160 (glusterfs-3.12.3.tar.gz) = 83a41e4006d79237c24d31eef2881fce281179ac
-SHA512 (glusterfs-3.12.3.tar.gz) = fdc16373b50b7b9443e981b76c3456a7a48d63abdccb9557d0eccfed54ccacfae8a88b8fab0ddea9b321a55d25e646e7102f4ceaa6f280c7ad807ffb90ca8ab3
-Size (glusterfs-3.12.3.tar.gz) = 7393120 bytes
-SHA1 (patch-19778) = c46bb27f78c2cd266d639f41795939d745f434c9
+SHA1 (glusterfs-3.12.8.tar.gz) = 9e8ab7a86c1a3eb476816c908718ad57753406ac
+RMD160 (glusterfs-3.12.8.tar.gz) = d0e09f748893829f85f6570eaad977f545745115
+SHA512 (glusterfs-3.12.8.tar.gz) = 4dfe00704489e5ce1c599d691105081c14f85209319c829d82e783fec09a4544e078dc956db5dce1d130e8fcc4e617b1dfecf915f9239e250869dc0cb2ef4397
+Size (glusterfs-3.12.8.tar.gz) = 7389786 bytes
diff --git a/filesystems/glusterfs/patches/patch-19778 b/filesystems/glusterfs/patches/patch-19778
deleted file mode 100644
index e4ff008a4dc..00000000000
--- a/filesystems/glusterfs/patches/patch-19778
+++ /dev/null
@@ -1,49 +0,0 @@
-$NetBSD: patch-19778,v 1.1 2017/11/15 03:31:56 manu Exp $
-
-From 3bfb4e454eb639f9d1a370dc056eb5b2ef38e484 Mon Sep 17 00:00:00 2001
-From: Emmanuel Dreyfus <manu@netbsd.org>
-Date: Wed, 15 Nov 2017 04:04:39 +0100
-Subject: [PATCH] Disable gfid2path by default on NetBSD
-
-NetBSD storage of extended attributes for UFS1 badly scales when
-the list of extended attributes names rises. gfid2path can add as
-many extended attributes names as we have files, hence we keep it
-disabled for performance sake.
-
-> Change-Id: Id77b5f5ceb4d5eba1b3362b4b9fc693450ffbc2b
-> Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
-> BUG: 1129939
-
-Change-Id: I5232a0bd8cb30fa42124f49b1054153f9c31f108
-Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org>
-BUG: 1513258
----
- xlators/storage/posix/src/posix.c | 11 +++++++++++
- 1 file changed, 11 insertions(+)
-
-diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c
-index d858878d3..577515263 100644
---- xlators/storage/posix/src/posix.c
-+++ xlators/storage/posix/src/posix.c
-@@ -7967,7 +7967,18 @@ struct volume_options options[] = {
- },
- { .key = {"gfid2path"},
- .type = GF_OPTION_TYPE_BOOL,
-+#ifdef __NetBSD__
-+ /*
-+ * NetBSD storage of extended attributes for UFS1 badly
-+ * scales when the list of extended attributes names rises.
-+ * This option can add as many extended attributes names
-+ * as we have files, hence we keep it disabled for performance
-+ * sake.
-+ */
-+ .default_value = "off",
-+#else
- .default_value = "on",
-+#endif
- .description = "Enable logging metadata for gfid to path conversion"
- },
- { .key = {"gfid2path-separator"},
---
-2.11.0
-