# HG changeset patch # User Hans-G?nter Theisgen # Date 1649570284 -3600 # Node ID f07afdedc98adabd210a89b0fa9cc0d7b1d56aed # Parent 0bfe034e9d09425da7c750ee8fb31dc6baccb4d2 updated moosefs (3.0.111 -> 3.0.116) diff -r 0bfe034e9d09 -r f07afdedc98a moosefs/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/moosefs/description.txt Sun Apr 10 06:58:04 2022 +0100 @@ -0,0 +1,14 @@ +MooseFS is a Fault-tolerant, Highly available, Highly performing, +Scaling-out, Network distributed file system. +It spreads data over several physical commodity servers, which are +visible to the user as one virtual disk. +It is POSIX compliant and acts like any other Unix-like +file system supporting: + +- Hierarchical structure: Files and Folders, +- File attributes, +- Special files: Pipes, Sockets, Block and Character devices, +- Symbolic and Hard links, +- Security attributes and ACLs. + +It works with all applications that require a standard file system. diff -r 0bfe034e9d09 -r f07afdedc98a moosefs/receipt --- a/moosefs/receipt Sat Apr 09 20:43:45 2022 +0000 +++ b/moosefs/receipt Sun Apr 10 06:58:04 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="moosefs" -VERSION="3.0.111" +VERSION="3.0.116" CATEGORY="system-tools" SHORT_DESC="Fault tolerant, network distributed file system." MAINTAINER="pascal.bellard@slitaz.org" @@ -25,12 +25,12 @@ { ./configure \ --prefix=/usr \ + --localstatedir=/var \ --mandir=/usr/share/man \ --sysconfdir=/etc \ - --localstatedir=/var \ $CONFIGURE_ARGS && - make -j 1 && - make DESTDIR=$DESTDIR install + make && + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.