svn commit: r437361 - head/sysutils/moosefs3-master
Nikolai Lifanov
lifanov at FreeBSD.org
Fri Mar 31 14:36:08 UTC 2017
Author: lifanov
Date: Fri Mar 31 14:36:06 2017
New Revision: 437361
URL: https://svnweb.freebsd.org/changeset/ports/437361
Log:
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 at 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 Fri Mar 31 14:32:02 2017 (r437360)
+++ head/sysutils/moosefs3-master/Makefile Fri Mar 31 14:36:06 2017 (r437361)
@@ -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
Modified: head/sysutils/moosefs3-master/distinfo
==============================================================================
--- head/sysutils/moosefs3-master/distinfo Fri Mar 31 14:32:02 2017 (r437360)
+++ head/sysutils/moosefs3-master/distinfo Fri Mar 31 14:36:06 2017 (r437361)
@@ -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
More information about the svn-ports-all
mailing list