nginx-dav-ext: new package
authorJohan Oudinet <johan.oudinet@gmail.com>
Tue, 29 Nov 2016 16:47:51 +0000 (17:47 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Dec 2016 22:33:40 +0000 (23:33 +0100)
commite58ae36520f0109bbc171e0cc3872d2b0d1be610
treeffed3cd94636ef6aa91321f2d67a3c54d3b0b278
parent1120fdc379440b23063b0d083b1d3592e6a086a3
nginx-dav-ext: new package

Nginx built-in support for webdav is missing support for two commands:
PROPFIND and OPTIONS. This commit adds a new package that provides an
external nginx module with improved webdav support.

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
[Thomas:
 - Remove the BR2_PACKAGE_NGINX_HTTP_DAV_EXT_MODULE sub-option of the
   nginx package. The BR2_PACKAGE_NGINX_DAV_EXT option is sufficient.
 - Move the nginx.mk code together with another external module being
   enabled, nginx-upload.
 - Add LICENSE and LICENSE_FILES variables.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/nginx-dav-ext/Config.in [new file with mode: 0644]
package/nginx-dav-ext/nginx-dav-ext.hash [new file with mode: 0644]
package/nginx-dav-ext/nginx-dav-ext.mk [new file with mode: 0644]
package/nginx/nginx.mk