diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-03-31 14:36:06 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2017-03-31 14:36:06 +0000 |
commit | e4912b9e06388c3230f1b3aa45e0b972e2d903a0 (patch) | |
tree | 21554677d053ea8ea8c7b7b24e87952f242b2b15 | |
parent | Add net/p5-Net-NTP (diff) |
update sysutils/moosefs3-master to 3.0.90
Recent changes since MooseFS 3.0.88:
* MooseFS 3.0.90-1 (2017-03-15)
- (master) fixed 'move/rename' with quota
- (master) fixed chunk counters shown in cli/cgi
- (master+tools) added option 'preserve hardlinks' to mfsmakesnapshot
- (master) fixed acl copying during mfsmakesnapshot
* MooseFS 3.0.89-1 (2017-02-21)
- (mount) added fixing file length in all inodes after write
- (cs) split bitfiled into separate bytes (fixed potential race condition)
- (master) setting operation to NONE before sending status (silence unnecessary messages in some cases)
- (cs) increased verbosity of crc-error messages
- (cs) fixed invalidating preserved block in case of truncate down followed by truncate up
- (mount) increased master-proxy buffer sizes
PR: 218222
Submitted by: freebsd@moosefs.com (maintainer)
-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 bb9f41aa1eb0..a255523fd528 100644 --- a/sysutils/moosefs3-master/Makefile +++ b/sysutils/moosefs3-master/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= moosefs3 -PORTVERSION= 3.0.88 +PORTVERSION= 3.0.90 CATEGORIES= sysutils MASTER_SITES= http://ppa.moosefs.com/src/ PKGNAMESUFFIX?= -master diff --git a/sysutils/moosefs3-master/distinfo b/sysutils/moosefs3-master/distinfo index f4e52e45e9d6..c72b5e51e41e 100644 --- a/sysutils/moosefs3-master/distinfo +++ b/sysutils/moosefs3-master/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1486746875 -SHA256 (moosefs-3.0.88-1.tar.gz) = 5fae4eab7725df82fe4f82390111e872e107ec4db0f0bbd244b4acb1b0d6d533 -SIZE (moosefs-3.0.88-1.tar.gz) = 1101860 +TIMESTAMP = 1490841822 +SHA256 (moosefs-3.0.90-1.tar.gz) = 4e24d4e79c66986c3f4b0f20b9078fc17acc5654601972b7231dd8bf4fa5928b +SIZE (moosefs-3.0.90-1.tar.gz) = 1106247 |