svn commit: r460223 - head/sysutils/moosefs3-master

Nikolai Lifanov lifanov at FreeBSD.org
Sun Jan 28 16:38:12 UTC 2018


Author: lifanov
Date: Sun Jan 28 16:38:11 2018
New Revision: 460223
URL: https://svnweb.freebsd.org/changeset/ports/460223

Log:
  update MooseFS to 3.0.100
  
  Recent changes since MooseFS 3.0.99:
  
  * MooseFS 3.0.100-1 (2018-01-24)
  
    - (cs) fixed rare segfault during chunk sending to master after disconection
    - (mount) added thread for cleaning released files with delay
    - (mount) added assertion for lru cache (sustained open files)
    - (master+mount) added chunks data cache invalidation after chunksever disconnection and reconnection
    - (mount) changed (lowered) number of connection retries (depends on I/O retry counter)
  
  PR:		225460
  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	Sun Jan 28 15:55:53 2018	(r460222)
+++ head/sysutils/moosefs3-master/Makefile	Sun Jan 28 16:38:11 2018	(r460223)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		moosefs3
-PORTVERSION=		3.0.99
+PORTVERSION=		3.0.100
 CATEGORIES=		sysutils
 MASTER_SITES=		http://ppa.moosefs.com/src/
 PKGNAMESUFFIX?=		-master

Modified: head/sysutils/moosefs3-master/distinfo
==============================================================================
--- head/sysutils/moosefs3-master/distinfo	Sun Jan 28 15:55:53 2018	(r460222)
+++ head/sysutils/moosefs3-master/distinfo	Sun Jan 28 16:38:11 2018	(r460223)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512615631
-SHA256 (moosefs-3.0.99-1.tar.gz) = 5440795e39b440ad19f8be849978b04abb2d3d1a714036cd5b5f7f4be757677a
-SIZE (moosefs-3.0.99-1.tar.gz) = 1120228
+TIMESTAMP = 1516910184
+SHA256 (moosefs-3.0.100-1.tar.gz) = 5c2c8d8fcfc08a705f918f19e2dc968d43a9afa2ab3b356323e9407923846fb9
+SIZE (moosefs-3.0.100-1.tar.gz) = 1120173


More information about the svn-ports-all mailing list