summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-03-23 23:01:48 +0000
committergdt <gdt@pkgsrc.org>2020-03-23 23:01:48 +0000
commit4ad6e67ec3d66c9958be690be2c4260a3ff95b6d (patch)
treed6341e5a5746a0eedd54232186a327b5963ae7e9 /filesystems/glusterfs
parent669dc83c3c106f26dc4b0b4287f7006d176ab47c (diff)
downloadpkgsrc-4ad6e67ec3d66c9958be690be2c4260a3ff95b6d.tar.gz
glusterfs: Add bashism remediation patch
Diffstat (limited to 'filesystems/glusterfs')
-rw-r--r--filesystems/glusterfs/Makefile4
-rw-r--r--filesystems/glusterfs/distinfo5
-rw-r--r--filesystems/glusterfs/patches/patch-libglusterfs_src_common-utils.c10
3 files changed, 9 insertions, 10 deletions
diff --git a/filesystems/glusterfs/Makefile b/filesystems/glusterfs/Makefile
index d2286a51375..7281930d5ff 100644
--- a/filesystems/glusterfs/Makefile
+++ b/filesystems/glusterfs/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.94 2020/03/12 23:52:37 gdt Exp $
+# $NetBSD: Makefile,v 1.95 2020/03/23 23:01:48 gdt Exp $
DISTNAME= glusterfs-3.12.8
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= filesystems
MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/
diff --git a/filesystems/glusterfs/distinfo b/filesystems/glusterfs/distinfo
index 4ba341adb6b..e7c972f846e 100644
--- a/filesystems/glusterfs/distinfo
+++ b/filesystems/glusterfs/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.67 2018/09/03 00:06:35 gdt Exp $
+$NetBSD: distinfo,v 1.68 2020/03/23 23:01:48 gdt Exp $
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
-SHA1 (patch-libglusterfs_src_common-utils.c) = 71fbae30991b93c2e06c0213eafb4d8b28c2cd91
+SHA1 (patch-libglusterfs_src_common-utils.c) = 526e702fe5538d3957f4192dec0781edae686d20
+SHA1 (patch-tools_gfind__missing__files_gfind__missing__files.sh) = 000cbc70acbb4645b9e55654698fade5605aa5b8
diff --git a/filesystems/glusterfs/patches/patch-libglusterfs_src_common-utils.c b/filesystems/glusterfs/patches/patch-libglusterfs_src_common-utils.c
index f523361db31..5d257281443 100644
--- a/filesystems/glusterfs/patches/patch-libglusterfs_src_common-utils.c
+++ b/filesystems/glusterfs/patches/patch-libglusterfs_src_common-utils.c
@@ -1,11 +1,10 @@
-$NetBSD: patch-libglusterfs_src_common-utils.c,v 1.2 2018/08/06 02:22:31 manu Exp $
+$NetBSD: patch-libglusterfs_src_common-utils.c,v 1.3 2020/03/23 23:01:48 gdt Exp $
Make NetBSD memory size reading routine 64-bit aware
---- libglusterfs/src/common-utils.c.orig 2018-08-05 19:00:57.102350607 +0200
-+++ libglusterfs/src/common-utils.c 2018-08-05 19:21:38.677872008 +0200
-@@ -2970,15 +2970,25 @@
-
+--- libglusterfs/src/common-utils.c.orig 2018-04-12 17:46:46.578237383 +0000
++++ libglusterfs/src/common-utils.c
+@@ -2971,13 +2971,23 @@ get_mem_size ()
memsize = page_size * num_pages;
#endif
@@ -30,4 +29,3 @@ Make NetBSD memory size reading routine 64-bit aware
return memsize;
}
- /* Strips all whitespace characters in a string and returns length of new string