8000 Added Davfs2 1.5.2 package, copy and updated neon to version 0.3.0 by fededim · Pull Request #303 · openwrt/packages · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Added Davfs2 1.5.2 package, copy and updated neon to version 0.3.0 #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

fededim
Copy link
Contributor
@fededim fededim commented Sep 12, 2014

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

…tainer, copyright year, ...)

-libs/neon: updated to version 0.30
-net/davfs2: add new package version 1.5.2 porting the davfs2 filesystem

signed-off: Federico Di Marco <fededim@gmail.com>
@champtar
Copy link
Member

hi, i've reworked a bit your PR and merged it, see #304
thanks @fededim

@champtar champtar closed this Sep 12, 2014
Fanfwe pushed a commit to Fanfwe/packages that referenced this pull request Aug 18, 2021
dangowrt added a commit to dangowrt/packages that referenced this pull request Nov 16, 2024
Changes since v0.12:
 7fb6416 tests: fix segfault with no /etc/protocols (openwrt#286)
 0dddc42 README: Update branch references in badge URLs
 5eea3f4 github: Update branch names for actions
 b102523 scripts: get debug info for bug reports
 334bb9c Make listening socket creation optional. (openwrt#297)
 a4e7b65 {etc,man}: improve check_route address notification flag documentation (openwrt#301)
 ffa276f Support ELL 0.68 l_netlink_message API. (openwrt#303)
 269f10a gh: daily validation of the ELL compatibility (openwrt#308)
 824ff8c Support listener events (openwrt#304)
 5d9f33a Some clean-ups (openwrt#305)
 05a08bf lib: switch to v4.0.1: only added items (openwrt#306)
 3702487 scripts: debug: also print system info (openwrt#307)
 5d8db15 ell: only include 'ell/ell.h' header (openwrt#309)
 772afe9 AUTHORS: Update e-mail addresses.
 0c36dba mptcpd 0.13

Drop backported patches which are part of the release.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
dangowrt added a commit that referenced this pull request Nov 17, 2024
Changes since v0.12:
 7fb6416 tests: fix segfault with no /etc/protocols (#286)
 0dddc42 README: Update branch references in badge URLs
 5eea3f4 github: Update branch names for actions
 b102523 scripts: get debug info for bug reports
 334bb9c Make listening socket creation optional. (#297)
 a4e7b65 {etc,man}: improve check_route address notification flag documentation (#301)
 ffa276f Support ELL 0.68 l_netlink_message API. (#303)
 269f10a gh: daily validation of the ELL compatibility (#308)
 824ff8c Support listener events (#304)
 5d9f33a Some clean-ups (#305)
 05a08bf lib: switch to v4.0.1: only added items (#306)
 3702487 scripts: debug: also print system info (#307)
 5d8db15 ell: only include 'ell/ell.h' header (#309)
 772afe9 AUTHORS: Update e-mail addresses.
 0c36dba mptcpd 0.13

Drop backported patches which are part of the release.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
dangowrt added a commit that referenced this pull request Nov 26, 2024
Changes since v0.12:
 7fb6416 tests: fix segfault with no /etc/protocols (#286)
 0dddc42 README: Update branch references in badge URLs
 5eea3f4 github: Update branch names for actions
 b102523 scripts: get debug info for bug reports
 334bb9c Make listening socket creation optional. (#297)
 a4e7b65 {etc,man}: improve check_route address notification flag documentation (#301)
 ffa276f Support ELL 0.68 l_netlink_message API. (#303)
 269f10a gh: daily validation of the ELL compatibility (#308)
 824ff8c Support listener events (#304)
 5d9f33a Some clean-ups (#305)
 05a08bf lib: switch to v4.0.1: only added items (#306)
 3702487 scripts: debug: also print system info (#307)
 5d8db15 ell: only include 'ell/ell.h' header (#309)
 772afe9 AUTHORS: Update e-mail addresses.
 0c36dba mptcpd 0.13

Drop backported patches which are part of the release.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 46e1b60)
pschmitt pushed a commit to pschmitt/packages that referenced this pull request Feb 20, 2025
Changes since v0.12:
 7fb6416 tests: fix segfault with no /etc/protocols (openwrt#286)
 0dddc42 README: Update branch references in badge URLs
 5eea3f4 github: Update branch names for actions
 b102523 scripts: get debug info for bug reports
 334bb9c Make listening socket creation optional. (openwrt#297)
 a4e7b65 {etc,man}: improve check_route address notification flag documentation (openwrt#301)
 ffa276f Support ELL 0.68 l_netlink_message API. (openwrt#303)
 269f10a gh: daily validation of the ELL compatibility (openwrt#308)
 824ff8c Support listener events (openwrt#304)
 5d9f33a Some clean-ups (openwrt#305)
 05a08bf lib: switch to v4.0.1: only added items (openwrt#306)
 3702487 scripts: debug: also print system info (openwrt#307)
 5d8db15 ell: only include 'ell/ell.h' header (openwrt#309)
 772afe9 AUTHORS: Update e-mail addresses.
 0c36dba mptcpd 0.13

Drop backported patches which are part of the release.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0