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)
Changelog:
* Pass hostname to vnc_init_server and also free sc pointer.
* Update bhyve patch to reflect the latest changes.
Note: Previous release 0.1.4 has a bug and will never bind the vnc port.
Update is highly recommended.
Sponsored by: iXsystems, Inc.
- Pass MAKEFLAGS down into do-depends properly.
- Remove redundant dependencies, run-depends and lib-depends, from
targets that already depend on earlier targets that depend on
the needed targets.
Reported by: emaste
With hat: portmgr
- In addition to r455114 [1], the GitHub account changed because the main dev
moved the repo to his personal account. Verifed via IRC
Notified by: danfe [1]
- x11-toolkits/{py-gtk2,py-wxPython28} do not support Python 3.x, so
exclude the GTKBACKEND, GTKAGGBACKEND, and WXAGGBACKEND in that case.
PR: 213636
Reported by: lbartoletti@tuxfamily.org
Submitted by: rsmith@xs4all.nl (based on)
Reviewed by: mat
Approved by: maintainer timeout
Differential Revision: https://reviews.freebsd.org/D13377
This software analyzes all files of your project and collect all PHP classes,
functions and constants found in your project. For the collection of classes,
functions and constants it determined all modules of PHP needed to be installed
on the webserver for your project.
To display the result of the analyze you can choose different ways. One way is
to display an output on your command line. But what do you do if you don't have
a command line access on the server you want to test? Then you use the testfile
generator of aPHPbreakdown! It generates a testfile you can upload to the
webserver, or sent it to you customer to upload it, and run it very simple in
the browser.
WWW: http://gitlab.code-mesa.com/code-mesa/aphpbreakdown/
PR: 223867
Submitted by: Felix Flor <freebsd@felix.flornet.de>