webdav: performance improvements and bug fixes

we need my custom golang/x/net/webdav fork for now

https://github.com/drakkan/net/tree/sftpgo
This commit is contained in:
Nicola Murino
2020-11-04 19:11:40 +01:00
parent 442efa0607
commit 0a14297b48
22 changed files with 448 additions and 202 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
NFPM_VERSION=1.8.0
NFPM_VERSION=1.9.0
if [ -z ${SFTPGO_VERSION} ]
then
@@ -94,7 +94,7 @@ EOF
curl --retry 5 --retry-delay 2 --connect-timeout 10 -L -O \
https://github.com/goreleaser/nfpm/releases/download/v${NFPM_VERSION}/nfpm_${NFPM_VERSION}_Linux_x86_64.tar.gz
tar xvf nfpm_1.8.0_Linux_x86_64.tar.gz nfpm
tar xvf nfpm_${NFPM_VERSION}_Linux_x86_64.tar.gz nfpm
chmod 755 nfpm
mkdir deb
./nfpm -f nfpm.yaml pkg -p deb -t deb