update MooseFS to 3.0.99

Recent changes since MooseFS 3.0.97:

* MooseFS 3.0.99-1 (2017-11-23)

  - (master) disconnect all clients when exports has changed
  - (mount) do not show message about 'negative travel time' when the measured time is zero (happens in virtual machines)
  - (all) fixed get16bit function on big-endian machines

* MooseFS 3.0.98-1 (2017-10-12)

  - (mount) changed default cache mode on OS X from 'direct' to 'auto' due to problems with mmap
  - (cgiserv) added seteuid to 'mfs' or 'nobody'
  - (cs+tools) use readdir instead of readdir_r on glibc 2.24+
  - (debian) added support for systemd in debian packages
  - (all) fixed library dependencies (for libpcap,libz and libm)
  - (mount) fixed race between defered 'open' and 'locks'
  - (master) more chunk debugs and better handling chunk status change
  - (cs) fixed handling mark for removal (after reload sometimes cs could send chunks marked for removal as normal chunks)
  - (master) added file with metadata checksums (for future use)
  - (master) fixed way of sending gids to changelog/follower
  - (master) added inode checksum for some changes sent to changelog/follower
  - (metadump) added '0x' prefix for fileds dumped as hex numbers
  - (master) fixed ACL mask synchronization issues (restoring from changelog/leader->follower)

PR:		224157
Submitted by:	freebsd@moosefs.com (maintainer)
This commit is contained in:
Nikolai Lifanov 2017-12-07 15:45:00 +00:00
parent 09bc079590
commit f16f36ed31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455704
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= moosefs3
PORTVERSION= 3.0.97
PORTVERSION= 3.0.99
CATEGORIES= sysutils
MASTER_SITES= http://ppa.moosefs.com/src/
PKGNAMESUFFIX?= -master

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1501695601
SHA256 (moosefs-3.0.97-1.tar.gz) = c8d3f5d6e67ee832edc3f02be26fe8c9e267832bbb05c45fb9957ddc062cfd4f
SIZE (moosefs-3.0.97-1.tar.gz) = 1115228
TIMESTAMP = 1512615631
SHA256 (moosefs-3.0.99-1.tar.gz) = 5440795e39b440ad19f8be849978b04abb2d3d1a714036cd5b5f7f4be757677a
SIZE (moosefs-3.0.99-1.tar.gz) = 1120228