aboutsummaryrefslogtreecommitdiff
path: root/net/davfs2
Commit message (Collapse)AuthorAge
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* neon: removed forced LFS support, the library automatically checks for off_t ↵Federico Di Marco2017-06-07
| | | | | | | | type length davfs2: patched build error (#1327) when 'Compile with full language support' option was enabled Signed-off-by: fededim@gmail.com
* davfs2: No forced stack protectorMichal Hrusecky2016-07-02
| | | | | | | | | | davfs2 had hardcoded value for stack protector. If stack protector is disabled in toolchain, it would break the build. Disabling the hardcoded value, counting on settings in cross-build system. Signed-off-by: Michal Hrusecky <michal.hrusecky@nic.cz> [bump PKG_RELEASE] Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
* davfs2: updated to 1.5.4Rupan2016-04-24
| | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* lftp: updated to 4.7.1Rupan2016-04-13
| | | | | | davfs2: updated to 1.5.3 and reintroduced support for libssp Signed-off-by: Federico Di Marco <fededim@gmail.com>
* davfs2: simplified dependencies and added support for LFSRupan2015-12-11
| | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* davfs2: fix musl compatibilityJo-Philipp Wich2015-06-30
| | | | | | | | | | | | | - Add header tests for `error.h`, `sys/types.h` and `sys/select.h` - Add function tests for `canonicalize_file_name()` and `fopencookie()` - Add `compat.h` header to provide replacements for `error()`, `error_at_line()` and `canonicalize_file_name()` as well as the `_PATH_MOUNTED` and `_PATH_MNTTAB` defines - Add missing includes for `sys/select.h` and `sys/types.h` - Disable libneon debugging if no `fopencookie()` implementation is available Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* davfs2: add 'gettext-version' fixupNicolas Thill2015-02-01
| | | | Signed-off-by: Nicolas Thill <nico@openwrt.org>
* Davfs2: fixed issue with automakeRupan2015-01-19
| | | | Signed-off-by: Federico Di Marco fededim@gmail.com
* net/davfs2: add new package version 1.5.2 porting the davfs2 filesystemEtienne CHAMPETIER2014-09-12
Signed-off-by: Federico Di Marco <fededim@gmail.com> Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>