head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.4 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.2 pkgsrc-2012Q4-base:1.8 pkgsrc-2012Q3:1.7.0.8 pkgsrc-2012Q3-base:1.7 pkgsrc-2012Q2:1.7.0.6 pkgsrc-2012Q2-base:1.7 pkgsrc-2012Q1:1.7.0.4 pkgsrc-2012Q1-base:1.7 pkgsrc-2011Q4:1.7.0.2 pkgsrc-2011Q4-base:1.7 pkgsrc-2011Q3:1.6.0.2 pkgsrc-2011Q3-base:1.6 pkgsrc-2011Q2:1.1.0.2 pkgsrc-2011Q2-base:1.1; locks; strict; comment @# @; 1.8 date 2012.10.19.04.15.21; author manu; state dead; branches; next 1.7; 1.7 date 2011.10.06.02.19.06; author manu; state Exp; branches; next 1.6; 1.6 date 2011.09.18.01.36.06; author manu; state Exp; branches; next 1.5; 1.5 date 2011.08.09.07.15.42; author manu; state Exp; branches; next 1.4; 1.4 date 2011.07.23.01.14.44; author manu; state Exp; branches; next 1.3; 1.3 date 2011.07.19.07.54.31; author manu; state Exp; branches; next 1.2; 1.2 date 2011.07.08.08.02.57; author manu; state Exp; branches; next 1.1; 1.1 date 2011.05.19.14.54.23; author manu; state Exp; branches; next ; desc @@ 1.8 log @Bump to glusterfs-3.3.1, which brings - unified file and object storage - storage for Hadoop (not tested here) - proactive self-healing - much better performance @ text @$NetBSD: patch-bn,v 1.7 2011/10/06 02:19:06 manu Exp $ Add xdr-sizeof() to the build --- rpc/rpc-lib/src/Makefile.in.orig 2011-08-23 14:31:53.000000000 +0200 +++ rpc/rpc-lib/src/Makefile.in 2011-09-17 15:45:30.000000000 +0200 @@@@ -59,9 +59,9 @@@@ libgfrpc_la_DEPENDENCIES = \ $(top_builddir)/libglusterfs/src/libglusterfs.la am_libgfrpc_la_OBJECTS = auth-unix.lo rpcsvc-auth.lo rpcsvc.lo \ auth-null.lo rpc-transport.lo xdr-rpc.lo xdr-rpcclnt.lo \ - rpc-clnt.lo auth-glusterfs.lo rpc-common.lo + rpc-clnt.lo auth-glusterfs.lo rpc-common.lo xdr-sizeof.lo libgfrpc_la_OBJECTS = $(am_libgfrpc_la_OBJECTS) DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles @@@@ -228,9 +228,9 @@@@ target_alias = @@target_alias@@ lib_LTLIBRARIES = libgfrpc.la libgfrpc_la_SOURCES = auth-unix.c rpcsvc-auth.c rpcsvc.c auth-null.c \ rpc-transport.c xdr-rpc.c xdr-rpcclnt.c rpc-clnt.c auth-glusterfs.c \ - rpc-common.c + rpc-common.c xdr-sizeof.lo libgfrpc_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la noinst_HEADERS = rpcsvc.h rpc-transport.h xdr-common.h xdr-rpc.h xdr-rpcclnt.h \ rpc-clnt.h rpcsvc-common.h protocol-common.h @@@@ -314,8 +314,9 @@@@ @@AMDEP_TRUE@@@@am__include@@ @@am__quote@@./$(DEPDIR)/auth-null.Plo@@am__quote@@ @@AMDEP_TRUE@@@@am__include@@ @@am__quote@@./$(DEPDIR)/auth-unix.Plo@@am__quote@@ @@AMDEP_TRUE@@@@am__include@@ @@am__quote@@./$(DEPDIR)/rpc-clnt.Plo@@am__quote@@ @@AMDEP_TRUE@@@@am__include@@ @@am__quote@@./$(DEPDIR)/rpc-common.Plo@@am__quote@@ +@@AMDEP_TRUE@@@@am__include@@ @@am__quote@@./$(DEPDIR)/xdr-sizeof.Plo@@am__quote@@ @@AMDEP_TRUE@@@@am__include@@ @@am__quote@@./$(DEPDIR)/rpc-transport.Plo@@am__quote@@ @@AMDEP_TRUE@@@@am__include@@ @@am__quote@@./$(DEPDIR)/rpcsvc-auth.Plo@@am__quote@@ @@AMDEP_TRUE@@@@am__include@@ @@am__quote@@./$(DEPDIR)/rpcsvc.Plo@@am__quote@@ @@AMDEP_TRUE@@@@am__include@@ @@am__quote@@./$(DEPDIR)/xdr-rpc.Plo@@am__quote@@ @ 1.7 log @Add missing comments and RCSId in 3.2.3 patches, fix patch-bb checksum @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @Update glusterfs to 3.2.3 This maintenance release with no new features. Majot bug fixes are: Bug 2464 Fixed all the issues caused by GFID mismatch during distribute rename. Bug 2988 Fixed the issue of high CPU usage when Directory Quota is enabled. Bug 3122 Enhanced the volume set interface to support io-threads on the client. Bug 3210 Fixed the issue of modified mtime/atime of the files after rebalance operation. Bug 3191 Fixed the issue with symlinks during rebalance operation. @ text @d1 4 @ 1.5 log @- Use linkat(2) if available. This fixes a EPERM error when using rename(2) on a symlink within a glusterfs volume that uses DHT - Consider gfid changes as nn fatal. Glustefs will fix instead of panic. @ text @d1 2 a2 6 $NetBSD$ Add xdr-sizeof() to the build --- rpc/rpc-lib/src/Makefile.in.orig 2011-07-14 14:21:20.000000000 +0200 +++ rpc/rpc-lib/src/Makefile.in 2011-07-22 09:01:21.000000000 +0200 d14 1 a14 1 @@@@ -222,9 +222,9 @@@@ d25 1 a25 1 @@@@ -308,8 +308,9 @@@@ @ 1.4 log @Update to glusterfs 3.2.2 (maintenance release for bug fixes) @ text @@ 1.3 log @Enable georeplication @ text @d5 2 a6 2 --- rpc/rpc-lib/src/Makefile.in.orig 2011-05-19 15:41:17.000000000 +0200 +++ rpc/rpc-lib/src/Makefile.in 2011-05-19 15:43:00.000000000 +0200 @ 1.2 log @Upgrade to glusterfs-3.2.1 This release is mostly about bug fixes, and we also fix bugs in the NetBSD port. @ text @@ 1.1 log @Update glusterfs to 3.2. According to http://www.gluster.org, news are: * Geo-Replication * Easily Accessible Usage Quotas * Advanced Monitoring Tools @ text @@