Date: Thu, 16 Feb 2017 19:37:54 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434247 - head/sysutils/moosefs3-master Message-ID: <201702161937.v1GJbsrC084990@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Thu Feb 16 19:37:53 2017 New Revision: 434247 URL: https://svnweb.freebsd.org/changeset/ports/434247 Log: update sysutils/moosefs3-master to 3.0.88-1 * MooseFS 3.0.88-1 (2017-02-08) - (mount) added read cache clean on write (same file access using different descriptors) - (mount) added missing cond_destroy in readdata.c (fix sent by Jakub Ratajczak) - (master) fixed initializing packet size for reading 'sustained' directory - (all) fixed zassert for printing correct statuses in case of pthread functions * MooseFS 3.0.87-1 (2017-02-01) - (mount) fix fleng in finfo after truncate (patched by Davies Liu) - (mount) fix overlapped read (patched by Davies Liu) - (mount) fixed invalidating chunk cache after truncate - (mount) fixed fleng handling in read worker - (mount) fixed handling BREAK state in read worker - (mount) changed handling data invalidation in read module (sometimes could be less efficient, but it is much more safer) - (tools) fixed number parsing (patched by Paweł Gawroński) - (cli) fixed printed host/port options - (mount) moved pipes from requests to workers (read and write - huge decrease of descriptors used by mount) - (mount) changed signal to broadcast in rwlock (fixed very rare read/write deadlock) - (mount) fixed 'open descriptors' leak (lookup(with data for open)->open(with cached data)->close) - (mount) fixed potential 'race condition' - free 'csdata' during access - (master) split (only internally) sustained folder into 256 subfolders (too many sustained files caused socket timeouts in master) PR: 216974 Submitted by: freebsd@moosefs.com (maintainer) Modified: head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo Modified: head/sysutils/moosefs3-master/Makefile ============================================================================== --- head/sysutils/moosefs3-master/Makefile Thu Feb 16 19:30:20 2017 (r434246) +++ head/sysutils/moosefs3-master/Makefile Thu Feb 16 19:37:53 2017 (r434247) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.86 +PORTVERSION= 3.0.88 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master Modified: head/sysutils/moosefs3-master/distinfo ============================================================================== --- head/sysutils/moosefs3-master/distinfo Thu Feb 16 19:30:20 2017 (r434246) +++ head/sysutils/moosefs3-master/distinfo Thu Feb 16 19:37:53 2017 (r434247) @@ -1,3 +1,3 @@ -TIMESTAMP = 1480697931 -SHA256 (moosefs-3.0.86-1.tar.gz) = 2d6a8ecbe5d30c2a0d33648f9569bf6d5d0ca64a40bebdc3e1352c309688bde1 -SIZE (moosefs-3.0.86-1.tar.gz) = 1102401 +TIMESTAMP = 1486746875 +SHA256 (moosefs-3.0.88-1.tar.gz) = 5fae4eab7725df82fe4f82390111e872e107ec4db0f0bbd244b4acb1b0d6d533 +SIZE (moosefs-3.0.88-1.tar.gz) = 1101860
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702161937.v1GJbsrC084990>