Bug 220441 - sysutils/moosefs3-master: Update to 3.0.94
Summary: sysutils/moosefs3-master: Update to 3.0.94
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Nikolai Lifanov
URL: https://moosefs.com
Keywords: easy, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2017-07-03 00:56 UTC by MooseFS FreeBSD Team
Modified: 2017-07-03 17:07 UTC (History)
1 user (show)

See Also:


Attachments
Update to the latest stable version (3.0.94-1) (1.24 KB, patch)
2017-07-03 00:56 UTC, MooseFS FreeBSD Team
freebsd: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MooseFS FreeBSD Team 2017-07-03 00:56:49 UTC
Created attachment 184023 [details]
Update to the latest stable version (3.0.94-1)

This is a small change in ports and passes QA (portlint, poudriere).


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)
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-07-03 17:02:33 UTC
A commit references this bug:

Author: lifanov
Date: Mon Jul  3 17:01:59 UTC 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)

Changes:
  head/sysutils/moosefs3-master/Makefile
  head/sysutils/moosefs3-master/distinfo
Comment 2 Nikolai Lifanov freebsd_committer freebsd_triage 2017-07-03 17:07:38 UTC
Committed, thanks!