diff options
author | Piotr Robert Konopelko (MooseFS) <piotr.konopelko@moosefs.pro> | 2021-08-18 20:56:32 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2021-08-18 20:58:38 +0000 |
commit | 917605615fbf250a4a1dc8fae3cc4adf6910c2a8 (patch) | |
tree | 3c285b4c5a19951ddb544a3b62b772a71d309417 | |
parent | 5a6318dc05807d80dc4413a62aa6fed1fda45961 (diff) | |
download | ports-917605615fbf250a4a1dc8fae3cc4adf6910c2a8.tar.gz ports-917605615fbf250a4a1dc8fae3cc4adf6910c2a8.zip |
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
-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 88a2509c165e..244de06d0634 100644 --- a/sysutils/moosefs3-master/Makefile +++ b/sysutils/moosefs3-master/Makefile @@ -1,7 +1,7 @@ # Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com> 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 |