Added Davfs2 1.5.2 package, copy and updated neon to version 0.3.0 #303
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As requested by Etienne Champetier champetier.etienne@gmail.com, please see (https://lists.openwrt.org/pipermail/openwrt-devel/2014-August/027269.html)
From: Federico Di Marco fededim@gmail.com
Body of explanation:
A new package has been added in packages feed under net/davfs2 directory, porting a simple tool to mount a WebDAV resource as a regular file system (please see https://savannah.nongnu.org/projects/davfs2/ ) to OpenWRT. There was also a previous ticket requesting the porting of this tool (https://dev.openwrt.org/ticket/12843). The neon library used by this tool has been ported as well.
The patch consists of the following files:
Makefile: standard makefile of OpenWRT packages which downloads from the source code and compiles it into a package using the uClibc.
files/davfs2.conf: configuration file for davfs2
patches/010-main_code_fix.patch: minor fixes to allow the source code to compile under uClibc (code replacement rpmatch function not present in uclibc, fix of an include path and removed libssp not supported under openwrt)
Signed-off-by: Federico Di Marco fededim@gmail.com