Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jul 2017 17:01:59 +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: r444964 - head/sysutils/moosefs3-master
Message-ID:  <201707031701.v63H1xe5002731@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lifanov
Date: Mon Jul  3 17:01:59 2017
New Revision: 444964
URL: https://svnweb.freebsd.org/changeset/ports/444964

Log:
  update MooseFS to 3.0.94-1
  
  Recent changes since MooseFS 3.0.92-1:
  
  * MooseFS 3.0.94-1 (2017-06-22)
  
    - (mount) fixed support for CREATE/REPLACE flags in setxattr
    - (mount) added headers for flock defines
    - (all) added check for poll.h header file and use it instead of sys/poll.h if possible
    - (master) added test for WRITE access on directory during moving between different parents
    - (master) added clearing suig/sgid during write
    - (master+mount) increased max symlink path size to 4096 (posix compliance)
  
  * MooseFS 3.0.93-1 (2017-06-01)
  
    - (master) redesigned xattr storage (much faster and uses less memory)
    - (master) improved hash map in xattr and acl (static -> dynamic)
    - (cgi+cli) added possibility to define master group as set of IP adresses divided by comma or semicolon
    - (cs) fixed using fsync on closed descriptors (after change FSYNC_BEFORE_CLOSE option)
    - (master) fixed removing default acl
    - (master+mount) added support for basic Windows attributes (hidden,ro,system,archive)
    - (cgi+cli) fixed working with followers only
    - (all) added api for reading config parameters from master and chunkserver
    - (tools) increased timeout from 10 seconds to 20 seconds (needed for huge snapshots)
  
  PR:		220441
  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	Mon Jul  3 15:44:51 2017	(r444963)
+++ head/sysutils/moosefs3-master/Makefile	Mon Jul  3 17:01:59 2017	(r444964)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		moosefs3
-PORTVERSION=		3.0.92
+PORTVERSION=		3.0.94
 CATEGORIES=		sysutils
 MASTER_SITES=		http://ppa.moosefs.com/src/
 PKGNAMESUFFIX?=		-master

Modified: head/sysutils/moosefs3-master/distinfo
==============================================================================
--- head/sysutils/moosefs3-master/distinfo	Mon Jul  3 15:44:51 2017	(r444963)
+++ head/sysutils/moosefs3-master/distinfo	Mon Jul  3 17:01:59 2017	(r444964)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1493924147
-SHA256 (moosefs-3.0.92-1.tar.gz) = 4a80170797cdd4afe4cf84601440e49d5e3ba879926d9525dbbedf5c5e6d8c85
-SIZE (moosefs-3.0.92-1.tar.gz) = 1113254
+TIMESTAMP = 1499032557
+SHA256 (moosefs-3.0.94-1.tar.gz) = 15bac4f8f4a2776719806d0efa661ddad4811e3231b2ccde395a0ae57a22618f
+SIZE (moosefs-3.0.94-1.tar.gz) = 1114758



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