--- ./Makefile 2019-04-09 16:04:49.000000000 +0200 +++ ./Makefile 2019-07-02 11:34:08.994650000 +0200 @@ -1,8 +1,7 @@ # $FreeBSD: head/net/glusterfs/Makefile 498476 2019-04-09 14:04:49Z sunpoet $ PORTNAME= glusterfs -PORTVERSION= 3.11.1 -PORTREVISION= 6 +PORTVERSION= 3.12.15 CATEGORIES= net MASTER_SITES= http://bits.gluster.org/pub/gluster/glusterfs/src/ --- ./distinfo 2017-07-31 00:45:50.000000000 +0200 +++ ./distinfo 2019-07-02 11:34:21.499749000 +0200 @@ -1,3 +1,3 @@ -TIMESTAMP = 1499632037 -SHA256 (glusterfs-3.11.1.tar.gz) = c7e0502631c9bc9da05795b666b74ef40a30a0344f5a2e205e65bd2faefe1442 -SIZE (glusterfs-3.11.1.tar.gz) = 9155001 +TIMESTAMP = 1562060061 +SHA256 (glusterfs-3.12.15.tar.gz) = 9524f63d4d884adf99abb2234f549e798206b7ed01404992c223a62c2d3e25f2 +SIZE (glusterfs-3.12.15.tar.gz) = 7387504 --- ./files/patch-xlators_cluster_afr_src_afr-common.c 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-xlators_cluster_afr_src_afr-common.c 2019-07-02 11:37:12.543114000 +0200 @@ -0,0 +1,11 @@ +--- xlators/cluster/afr/src/afr-common.c.orig 2019-07-02 09:36:21 UTC ++++ xlators/cluster/afr/src/afr-common.c +@@ -2774,7 +2774,7 @@ afr_lookup_entry_heal (call_frame_t *frame, xlator_t * + continue; + + if (replies[i].op_ret == 0) { +- if (uuid_is_null (gfid)) { ++ if (gf_uuid_is_null (gfid)) { + gf_uuid_copy (gfid, + replies[i].poststat.ia_gfid); + }