svn commit: r475223 - head/sysutils/moosefs3-master

Nikolai Lifanov lifanov at FreeBSD.org
Tue Jul 24 03:44:26 UTC 2018


Author: lifanov
Date: Tue Jul 24 03:44:25 2018
New Revision: 475223
URL: https://svnweb.freebsd.org/changeset/ports/475223

Log:
  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 at moosefs.org (maintainer)

Modified:
  head/sysutils/moosefs3-master/Makefile
  head/sysutils/moosefs3-master/distinfo

Modified: head/sysutils/moosefs3-master/Makefile
==============================================================================
--- head/sysutils/moosefs3-master/Makefile	Tue Jul 24 03:16:31 2018	(r475222)
+++ head/sysutils/moosefs3-master/Makefile	Tue Jul 24 03:44:25 2018	(r475223)
@@ -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

Modified: head/sysutils/moosefs3-master/distinfo
==============================================================================
--- head/sysutils/moosefs3-master/distinfo	Tue Jul 24 03:16:31 2018	(r475222)
+++ head/sysutils/moosefs3-master/distinfo	Tue Jul 24 03:44:25 2018	(r475223)
@@ -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


More information about the svn-ports-all mailing list