diff options
author | lifanov <lifanov@FreeBSD.org> | 2017-08-03 02:13:26 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:17:20 +0800 |
commit | 3b5831d1ffef9ba6ab963f7b1cb4127307d86c7f (patch) | |
tree | 6460f8111b1eb6e294f2c8d42454286dd6043bb8 /sysutils | |
parent | 8a881f8c714592b90499634d85ca651a75afcb88 (diff) | |
download | freebsd-ports-gnome-3b5831d1ffef9ba6ab963f7b1cb4127307d86c7f.tar.gz freebsd-ports-gnome-3b5831d1ffef9ba6ab963f7b1cb4127307d86c7f.tar.zst freebsd-ports-gnome-3b5831d1ffef9ba6ab963f7b1cb4127307d86c7f.zip |
update MooseFS to 3.0.97-1
* MooseFS 3.0.97-1 (2017-08-01)
- (tools) fixed trash/sustained size desynchronization after file length changed by chunk creation
- (mount) fixed handling invalid arguments in posix lock command
* MooseFS 3.0.96-1 (2017-07-25)
- (tools) fixed segfault in mfsscadmin
* MooseFS 3.0.95-1 (2017-07-17)
- (mount+master) added update master version during reconnection to master (after updating master server)
- (master) fixed winattr field size in setattr command
- (mount) fixed dirattrcache (freezes or inefficiences during listing directories - introduced in 3.0.93)
- (cgi) fixed displaying master charts without leader (pro only)
- (mount) added info about using open dir cache in oplog/ophisotry
PR: 221183
Submitted by: freebsd@moosefs.com (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/moosefs3-master/Makefile | 2 | ||||
-rw-r--r-- | sysutils/moosefs3-master/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/moosefs3-master/Makefile b/sysutils/moosefs3-master/Makefile index 62c4ae1fbe4f..4717e2612ff6 100644 --- a/sysutils/moosefs3-master/Makefile +++ b/sysutils/moosefs3-master/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.94 +PORTVERSION= 3.0.97 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master diff --git a/sysutils/moosefs3-master/distinfo b/sysutils/moosefs3-master/distinfo index 6f17d125b0af..b3eef4d6f0ae 100644 --- a/sysutils/moosefs3-master/distinfo +++ b/sysutils/moosefs3-master/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499032557 -SHA256 (moosefs-3.0.94-1.tar.gz) = 15bac4f8f4a2776719806d0efa661ddad4811e3231b2ccde395a0ae57a22618f -SIZE (moosefs-3.0.94-1.tar.gz) = 1114758 +TIMESTAMP = 1501695601 +SHA256 (moosefs-3.0.97-1.tar.gz) = c8d3f5d6e67ee832edc3f02be26fe8c9e267832bbb05c45fb9957ddc062cfd4f +SIZE (moosefs-3.0.97-1.tar.gz) = 1115228 |