summaryrefslogtreecommitdiffstats
path: root/system/davfs2
diff options
context:
space:
mode:
author Chris Abela <chris.abela@maltats.com>2010-08-14 17:30:31 -0400
committer dsomero <xgizzmo@slackbuilds.org>2010-08-14 17:30:31 -0400
commitd5ec11ec51c0e744d4d8d2d0b2e138092b887d2b (patch)
treeeeb7b5b517f1f361c009a1b0c4edddcc8beac280 /system/davfs2
parent54a0db1350d83dd7da03df65bfdd10dceb25eaf3 (diff)
downloadslackbuilds-d5ec11ec51c0e744d4d8d2d0b2e138092b887d2b.tar.gz
slackbuilds-d5ec11ec51c0e744d4d8d2d0b2e138092b887d2b.tar.xz
system/davfs2: Updated for version 1.4.6.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'system/davfs2')
-rw-r--r--system/davfs2/MINI_HOWTO18
-rw-r--r--system/davfs2/davfs2.SlackBuild2
-rw-r--r--system/davfs2/davfs2.info8
3 files changed, 17 insertions, 11 deletions
diff --git a/system/davfs2/MINI_HOWTO b/system/davfs2/MINI_HOWTO
index bb14fc0387..e7f6914f51 100644
--- a/system/davfs2/MINI_HOWTO
+++ b/system/davfs2/MINI_HOWTO
@@ -1,5 +1,4 @@
-HOW TO CONNECT WITH A WEBDAV SERVER
-on SLACKWARE LINUX 13.0
+HOW TO CONNECT WITH A WEBDAV SERVER WITH THE DAVF2 APPLICATION
In this HOWTO, the user is named "user"
Amend as required for your choice of username.
@@ -20,9 +19,9 @@ Amend as required for your choice of username.
5. Build and install your package:
# tar xvf davfs2.tar.gz
# cd davfs2
- # wget http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.5.tar.gz
- # ./davfs.SlackBuild
- # installpkg /tmp/davfs2-1.4.5-x86_64-1_SBo.txz
+ # wget http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.6.tar.gz
+ # ./davfs.SlackBuild
+ # installpkg /tmp/davfs2-1.4.5-x86_64-2_SBo.txz
6. Add the user if not already defined. My user shall be called user, so:
@@ -35,6 +34,10 @@ Amend as required for your choice of username.
Or press the UP arrow to add/select/edit additional groups
: audio cdrom floppy plugdev video power netdev davfs2
+ If the user was already defined, then add davfs2 to the groups:
+
+ # usermod -ga davfs2 user
+
7. Edit /etc/fstab with the following line:
WEBDAV_SERVER_URL mount_point davfs noauto,user 0 0
@@ -77,10 +80,13 @@ Amend as required for your choice of username.
14. Edit $HOME/.davfs2/secrets with the following 2 lines:
- https://example.org/user username password
+ /home/user/mnt/dav username password
CERTIFICATE.pfx passphrase
+ The username and password are relevant to the Webdav server, not for the
+ local account.
passphrase is the password for the PFX certificate
+ You should obtain all these from the Webdav server Administrator
15. Restrict permssion for $HOME/.davfs2/secrets to rw-------:
diff --git a/system/davfs2/davfs2.SlackBuild b/system/davfs2/davfs2.SlackBuild
index eea6cedc93..6b88f56417 100644
--- a/system/davfs2/davfs2.SlackBuild
+++ b/system/davfs2/davfs2.SlackBuild
@@ -19,7 +19,7 @@
# Modified by Robby Workman <rworkman@slackbuilds.org>
PRGNAM=davfs2
-VERSION=${VERSION:-1.4.5}
+VERSION=${VERSION:-1.4.6}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
diff --git a/system/davfs2/davfs2.info b/system/davfs2/davfs2.info
index 11a7488911..f2b1557e28 100644
--- a/system/davfs2/davfs2.info
+++ b/system/davfs2/davfs2.info
@@ -1,10 +1,10 @@
PRGNAM="davfs2"
-VERSION="1.4.5"
+VERSION="1.4.6"
HOMEPAGE="http://savannah.nongnu.org/projects/davfs2"
-DOWNLOAD="http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.5.tar.gz"
-MD5SUM="e209a7e663c20671afea309178eae734"
+DOWNLOAD="http://ftp.cc.uoc.gr/mirrors/nongnu.org/davfs2/davfs2-1.4.6.tar.gz"
+MD5SUM="c9e8aeb15daeba4b6283b40bb640e908"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Chris Abela"
EMAIL="chris.abela@maltats.com"
-APPROVED="Erik Hanson"
+APPROVED="dsomero"