Date: Thu, 7 Dec 2017 15:45:00 +0000 (UTC) From: Nikolai Lifanov <lifanov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r455704 - head/sysutils/moosefs3-master Message-ID: <201712071545.vB7Fj0Ad082463@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lifanov Date: Thu Dec 7 15:45:00 2017 New Revision: 455704 URL: https://svnweb.freebsd.org/changeset/ports/455704 Log: 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) Modified: head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/distinfo Modified: head/sysutils/moosefs3-master/Makefile ============================================================================== --- head/sysutils/moosefs3-master/Makefile Thu Dec 7 11:26:19 2017 (r455703) +++ head/sysutils/moosefs3-master/Makefile Thu Dec 7 15:45:00 2017 (r455704) @@ -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 Modified: head/sysutils/moosefs3-master/distinfo ============================================================================== --- head/sysutils/moosefs3-master/distinfo Thu Dec 7 11:26:19 2017 (r455703) +++ head/sysutils/moosefs3-master/distinfo Thu Dec 7 15:45:00 2017 (r455704) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712071545.vB7Fj0Ad082463>