# HG changeset patch # User Hans-G?nter Theisgen # Date 1645103404 -3600 # Node ID 534e605017f9a02e68740dbea2e3841189a93f81 # Parent 07031a7ec1d48e25242aa7090d1d76523f34c455 updated davfs2 (1.5.6 -> 1.6.1) diff -r 07031a7ec1d4 -r 534e605017f9 davfs2/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/davfs2/description.txt Thu Feb 17 14:10:04 2022 +0100 @@ -0,0 +1,17 @@ +Web Distributed Authoring and Versioning (WebDAV), an extension +to the HTTP-protocol, allows authoring of resources on a remote +web server. +Davfs2 provides the ability to access such resources like a typical +filesystem, allowing for use by standard applications with no +built-in support for WebDAV. + +Davfs2 is designed to fully integrate into the filesystem semantics +of Unix-like systems (mount, umount, etc.). Davfs2 makes mounting +by unprivileged users as easy and secure as possible. + +Davfs2 does extensive caching to make the file system responsive, +to avoid unnecessary network traffic and to prevent data loss, and +to cope for slow or unreliable connections. + +Davfs2 will work with most WebDAV servers needing little or no +configuration. diff -r 07031a7ec1d4 -r 534e605017f9 davfs2/receipt --- a/davfs2/receipt Thu Feb 17 13:56:33 2022 +0100 +++ b/davfs2/receipt Thu Feb 17 14:10:04 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="davfs2" -VERSION="1.5.6" +VERSION="1.6.1" CATEGORY="network" SHORT_DESC="Remote collaborative authoring of Web resources." MAINTAINER="pascal.bellard@slitaz.org" @@ -36,7 +36,7 @@ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -47,8 +47,8 @@ cp -a $install/usr/sbin $fs/usr cp -a $install/etc $fs - sed -i -e 's/# dav_user/dav_user/' \ - -e 's/# dav_group/dav_group/' \ - -e 's/ davfs2 / www /' \ + sed -i -e 's|# dav_user|dav_user|' \ + -e 's|# dav_group|dav_group|' \ + -e 's| davfs2 | www |' \ $fs/etc/davfs2/davfs2.conf }