From owner-dev-commits-ports-all@freebsd.org Wed Aug 18 20:59:52 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E3351656A3D; Wed, 18 Aug 2021 20:59:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GqgJS5pxXz3KKh; Wed, 18 Aug 2021 20:59:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id ABD0E182FC; Wed, 18 Aug 2021 20:59:52 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 17IKxqj3073572; Wed, 18 Aug 2021 20:59:52 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 17IKxqtX073571; Wed, 18 Aug 2021 20:59:52 GMT (envelope-from git) Date: Wed, 18 Aug 2021 20:59:52 GMT Message-Id: <202108182059.17IKxqtX073571@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Tobias C. Berner" Subject: git: 917605615fbf - main - sysutils/moosefs3-*: update to 3.0.116 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: tcberner X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 917605615fbf250a4a1dc8fae3cc4adf6910c2a8 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2021 20:59:53 -0000 The branch main has been updated by tcberner: URL: https://cgit.FreeBSD.org/ports/commit/?id=917605615fbf250a4a1dc8fae3cc4adf6910c2a8 commit 917605615fbf250a4a1dc8fae3cc4adf6910c2a8 Author: Piotr Robert Konopelko (MooseFS) AuthorDate: 2021-08-18 20:56:32 +0000 Commit: Tobias C. Berner CommitDate: 2021-08-18 20:58:38 +0000 sysutils/moosefs3-*: update to 3.0.116 Recent changes since MooseFS 3.0.115: * MooseFS 3.0.116-1 (2021-08-10) - (check) making clock test less prone to single failure - (master) added protection against listing too big directory - (master) servers in 'rebalance' state are now allowed to be used in replication - (cs) changed handling 'load+hlstatus' packet - (mount) added symlink cache timeout - (master) added option to define inode reuse delay - (cgi+cli) fixed division by zero when scount is zero (no chunkservers - issue #412) - (master) added inode virtual length for append mode - (mount) moved rwlock from descriptor to inode (fixes append issues) - (cgi) changed method of charts selection in charts comparison - (cgi) added message to function that handles exceptions - (cgi) added using htmlentities function for various strings - (mount) removed old osxfuse patch (doesn't work with current osxfuse and is no longer needed) - (master) fixed default paths for exports.cfg and topology.cfg - (master) fixed restore mode (missing cache initialization - issue #432) - (mount) added parents of CWD's to 'sustained' inodes (workaround for FreeBSD problem - issue #362) - (all) fixed spelling - (master) fixed handling copy sgid for directories on follower and during restore from changelog - (master) fixed changelog order between unlock and close file or session - (cgi) fixed using '&' in javascript URLs (issue #439) - (cgiserv) fixed error/redirect responses (pull request by Eronana) - (master+cs) fixed overflows in cgi charts - (cs) fixed crc data in info packets (*_CHUNK_CHECKSUM,*_CHUNK_CHECKSUM_TAB) PR: 257781 --- sysutils/moosefs3-master/Makefile | 2 +- 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 88a2509c165e..244de06d0634 100644 --- a/sysutils/moosefs3-master/Makefile +++ b/sysutils/moosefs3-master/Makefile @@ -1,7 +1,7 @@ # Created by: Jakub Kruszona-Zawadzki ; Based on port created by: Chifeng Qu PORTNAME= moosefs3 -DISTVERSION= 3.0.115 +DISTVERSION= 3.0.116 DISTVERSIONSUFFIX= 1 PORTREVISION= 0 CATEGORIES= sysutils diff --git a/sysutils/moosefs3-master/distinfo b/sysutils/moosefs3-master/distinfo index 18d2906ebc0d..25e294b2f218 100644 --- a/sysutils/moosefs3-master/distinfo +++ b/sysutils/moosefs3-master/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602310650 -SHA256 (moosefs-3.0.115-1.tar.gz) = 53d38d46016e85cda6b5ef189677d75bab2dc8d8b51d2c61cf3d759562963462 -SIZE (moosefs-3.0.115-1.tar.gz) = 1221607 +TIMESTAMP = 1628739237 +SHA256 (moosefs-3.0.116-1.tar.gz) = abb933d330ff0f0df8794119e33cf71feb7fb82b51a3bb7ae5985b75df55e0d1 +SIZE (moosefs-3.0.116-1.tar.gz) = 1227081