[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_NGINX_DAV_EXT
bool "nginx-dav-ext"
depends on BR2_PACKAGE_NGINX_HTTP_DAV_MODULE
select BR2_PACKAGE_LIBXSLT
help
NGINX WebDAV missing commands support (PROPFIND & OPTIONS).
https://github.com/arut/nginx-dav-ext-module

View File

@ -0,0 +1,3 @@
# Locally computed
sha256 d2499d94d82d4e4eac8425d799e52883131ae86a956524040ff2fd230ef9f859 nginx-dav-ext-3.0.0.tar.gz
sha256 e377bb81e5024682a66438306e8ff9541d843d3831e480aec2f58eb8d83e48de LICENSE

View File

@ -0,0 +1,13 @@
################################################################################
#
# nginx-dav-ext
#
################################################################################
NGINX_DAV_EXT_VERSION = 3.0.0
NGINX_DAV_EXT_SITE = $(call github,arut,nginx-dav-ext-module,v$(NGINX_DAV_EXT_VERSION))
NGINX_DAV_EXT_LICENSE = BSD-2-Clause
NGINX_DAV_EXT_LICENSE_FILES = LICENSE
NGINX_DAV_EXT_DEPENDENCIES = libxslt
$(eval $(generic-package))