summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolai Lifanov <lifanov@FreeBSD.org>2018-07-24 03:44:25 +0000
committerNikolai Lifanov <lifanov@FreeBSD.org>2018-07-24 03:44:25 +0000
commita46d2b6bb665bb83bf38a4528e8e546b3e786d5f (patch)
tree5ed2086c2ebb922018903d451a0880f51eb9ab20
parentfix symlinks for ansible when non-default version is installed (diff)
update MooseFS to 3.0.101
* MooseFS 3.0.101-1 (2018-07-12) - (master) make under goal replications respect topology (patch made by tclh123) - (master) fix inforec undergoal (patch made by tclh123) - (cgiserv) fixed handling connection close during data sending (leaving active pipes which caused leaving mfs.cgi subprocesses) - (mount) decreased memory usage (fixed handling buffers allocated per thread) - (all) setting correct errno when read returns 0 (in sockets.c) - (mount) fixed double free of plock_data structure - (master) fixed inconsistency in calculating realsize when storage class definition has changed - (master+mount) fixed handling read-only filesystems (ro flag in exports and lookup-open lflags) - (all) fixed differences in defaults between source, config and manpages - (all) added 'nobreak' macro to explicitly inform compiler that intentionally there is no 'break' before following 'case' - (mount) added 'mfssuid' and 'mfsdev' options to mount (allows mounting with suid/dev options using system mount on Linux) - (cs) added using posix_fadvise(...DONTNEED) for tested chunks - (master) fixed HA bug (uninitialized variable might cause everlasting ELECT - PRO only) - (cs) fixed metaid handling - (master) added clearing SNAPHSOT eattr on file/directory modifications - (master) added optional same rack preference for destination server during undergoal replications - (mount+tools) increased masterproxy timeout from 1s to 20s PR: 229999 Submitted by: freebsd@moosefs.org (maintainer)
Notes
Notes: svn path=/head/; revision=475223
-rw-r--r--sysutils/moosefs3-master/Makefile2
-rw-r--r--sysutils/moosefs3-master/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/moosefs3-master/Makefile b/sysutils/moosefs3-master/Makefile
index 79dd87f1c79b..b814b8583977 100644
--- a/sysutils/moosefs3-master/Makefile
+++ b/sysutils/moosefs3-master/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= moosefs3
-PORTVERSION= 3.0.100
+PORTVERSION= 3.0.101
CATEGORIES= sysutils
MASTER_SITES= http://ppa.moosefs.com/src/
PKGNAMESUFFIX?= -master
diff --git a/sysutils/moosefs3-master/distinfo b/sysutils/moosefs3-master/distinfo
index b524f28435e9..100391ebffb6 100644
--- a/sysutils/moosefs3-master/distinfo
+++ b/sysutils/moosefs3-master/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516910184
-SHA256 (moosefs-3.0.100-1.tar.gz) = 5c2c8d8fcfc08a705f918f19e2dc968d43a9afa2ab3b356323e9407923846fb9
-SIZE (moosefs-3.0.100-1.tar.gz) = 1120173
+TIMESTAMP = 1532378658
+SHA256 (moosefs-3.0.101-1.tar.gz) = f1dbf1d24f701d980631b0d394a3c951e7f45bcc3eff0c038e0ec4b23c746175
+SIZE (moosefs-3.0.101-1.tar.gz) = 1125156