From 6d582a821b90fd65b6d7fd1c9c785e3760673010 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Fri, 31 Dec 2021 16:01:23 +0100 Subject: [PATCH] back to development Signed-off-by: Nicola Murino --- openapi/openapi.yaml | 2 +- pkgs/debian/changelog | 6 ++++++ pkgs/debian/patches/config.diff | 12 ++++++------ version/version.go | 2 +- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index c7897576..7065bc88 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -23,7 +23,7 @@ info: SFTPGo also supports virtual folders, a virtual folder can use any of the supported storage backends. So you can have, for example, an S3 user that exposes a GCS bucket (or part of it) on a specified path and an encrypted local filesystem on another one. Virtual folders can be private or shared among multiple users, for shared virtual folders you can define different quota limits for each user. SFTPGo allows to create HTTP/S links to externally share files and folders securely, by setting limits to the number of downloads/uploads, protecting the share with a password, limiting access by source IP address, setting an automatic expiration date. - version: 2.2.1 + version: 2.2.1-dev contact: name: API support url: 'https://github.com/drakkan/sftpgo' diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index 6d34ad27..88c2b155 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (2.2.1-1ppa1) bionic; urgency=medium + + * New upstream release + + -- Nicola Murino Fri, 31 Dec 2021 15:44:15 +0100 + sftpgo (2.2.0-1ppa1) bionic; urgency=medium * New upstream release diff --git a/pkgs/debian/patches/config.diff b/pkgs/debian/patches/config.diff index 271fae38..4c6f1165 100644 --- a/pkgs/debian/patches/config.diff +++ b/pkgs/debian/patches/config.diff @@ -2,7 +2,7 @@ Index: sftpgo/sftpgo.json =================================================================== --- sftpgo.orig/sftpgo.json +++ sftpgo/sftpgo.json -@@ -148,7 +148,7 @@ +@@ -149,7 +149,7 @@ }, "data_provider": { "driver": "sqlite", @@ -11,7 +11,7 @@ Index: sftpgo/sftpgo.json "host": "", "port": 0, "username": "", -@@ -159,7 +159,7 @@ +@@ -160,7 +160,7 @@ "track_quota": 2, "delayed_quota_update": 0, "pool_size": 0, @@ -20,7 +20,7 @@ Index: sftpgo/sftpgo.json "actions": { "execute_on": [], "execute_for": [], -@@ -167,7 +167,7 @@ +@@ -168,7 +168,7 @@ }, "external_auth_hook": "", "external_auth_scope": 0, @@ -29,8 +29,8 @@ Index: sftpgo/sftpgo.json "prefer_database_credentials": false, "pre_login_hook": "", "post_login_hook": "", -@@ -214,10 +214,10 @@ - "render_openapi": true +@@ -216,10 +216,10 @@ + "web_client_integrations": [] } ], - "templates_path": "templates", @@ -44,7 +44,7 @@ Index: sftpgo/sftpgo.json "web_root": "", "certificate_file": "", "certificate_key_file": "", -@@ -279,7 +279,7 @@ +@@ -281,7 +281,7 @@ "auth_type": 0, "encryption": 0, "domain": "", diff --git a/version/version.go b/version/version.go index 091404e6..8281cc12 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version import "strings" -const version = "2.2.1" +const version = "2.2.1-dev" var ( commit = ""