aboutsummaryrefslogtreecommitdiff
path: root/net/davfs2/patches
Commit message (Collapse)AuthorAge
* davfs2: update to 1.6.1Rosen Penev2021-12-16
| | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* davfs2: update to 1.6.0Rosen Penev2020-08-19
| | | | | | | | Removed now unnecessary gcc10 patch. Removed neon patch. It's now upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* davfs2: update to 1.5.6Rosen Penev2020-07-16
| | | | | | | | | | | Split musl patch into multiple small ones. Much easier to reason about. Removed stack protector patch. This is not an issue anymore. Removed NLS support. There seems to be a linking issue as libiconv-stub does not have a shared library component. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* davfs2: fix compilation with GCC10Rosen Penev2020-07-02
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* davfs2: fix compilation with newer neonRosen Penev2020-05-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* davfs2: Update to 1.5.5Rosen Penev2019-02-02
| | | | | | | | | | | | Switched URL to @SAVANNAH for more mirrors. Added PKG_BUILD_PARALLEL for faster compilation. Added PKG_LICENSE info. Minor reorganization for consistency between packages. Signed-off-by: Rosen Penev <rosenp@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>
* 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: 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>
* 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>