Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2020 08:48:28 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r551269 - head/sysutils/moosefs3-master
Message-ID:  <202010030848.0938mSOk057136@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Oct  3 08:48:28 2020
New Revision: 551269
URL: https://svnweb.freebsd.org/changeset/ports/551269

Log:
  sysutils/moosefs3: pdate to 3.0.114-1
  
  * MooseFS 3.0.114-1 (2020-07-27)
  
    - (mount) fixed trunacting files open with O_APPEND flag (bug itntr. in 3.0.113, issue #368)
    - (cs) added disk rebalance when all designated source disks are already empty (issue #364)
    - (mount) added additional info to '.params' file (versions of mfs,libfuse itp.)
    - (master+cs) added check against EACCES after lockf (according to Linux man - such stupid error can be returned here - issue #369)
    - (master) fixed access checks in snapshot
    - (cgi+cli) removed using supervisor (only available in PRO version)
    - (cs) fixed deadlock condition on mutexes 'folderlock' and 'hashlock' (exists since 3.0.110)
    - (tools) fixed oveflow protection in number parsing function
    - (cs) fixed reporting to master duplicates with newer version
    - (cs) changed job queue policy (some tasks are not limited now)
    - (master) fixed reaction to status NOTDONE received from chunkservers
    - (master) fixed syncing and closing negative file descriptor in bgsaver
    - (mount+master) fixed handling keepcache and direct flags (related to issue #374)
    - (cgi) changed time format (issue #197)
    - (cs) added logging info when '.chunkdb' is not written to disk
    - (master) fixed alphabetical order of commands detected in changelog
    - (cs) changed queue limit to max workers (limited dynamically)
    - (cs) fixed automatic chunkserver removal in master
    - (master) added meta version increment in chunks_set_version
    - (cs) added error detection during writing '.chunkdb'
    - (all) added build id to 'what' strings
    - (nbd+cgiserv) added chdir("/")
  
  PR:		250060
  Submitted by:	MooseFS FreeBSD Team <freebsd@moosefs.pro> (maintainer)

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

Modified: head/sysutils/moosefs3-master/Makefile
==============================================================================
--- head/sysutils/moosefs3-master/Makefile	Sat Oct  3 08:46:08 2020	(r551268)
+++ head/sysutils/moosefs3-master/Makefile	Sat Oct  3 08:48:28 2020	(r551269)
@@ -2,9 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=		moosefs3
-DISTVERSION=		3.0.113
+DISTVERSION=		3.0.114
 DISTVERSIONSUFFIX=	1
-PORTREVISION=		1
+PORTREVISION=		0
 CATEGORIES=		sysutils
 MASTER_SITES=		http://ppa.moosefs.com/src/
 PKGNAMESUFFIX?=		-master

Modified: head/sysutils/moosefs3-master/distinfo
==============================================================================
--- head/sysutils/moosefs3-master/distinfo	Sat Oct  3 08:46:08 2020	(r551268)
+++ head/sysutils/moosefs3-master/distinfo	Sat Oct  3 08:48:28 2020	(r551269)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1589284896
-SHA256 (moosefs-3.0.113-1.tar.gz) = f88cc0142b5fe8a6a4c3fcb2ae58053fcb98787848cf09286a57718a982093a9
-SIZE (moosefs-3.0.113-1.tar.gz) = 1215603
+TIMESTAMP = 1601670466
+SHA256 (moosefs-3.0.114-1.tar.gz) = cd55a90bebea285783548b8e6da7472b224d88d9b3ec50fd57078d27e52e6ce4
+SIZE (moosefs-3.0.114-1.tar.gz) = 1219070



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010030848.0938mSOk057136>