diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index f2f5ba9a..16076551 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (2.1.0-1ppa1) bionic; urgency=medium + + * New upstream release. + + -- Nicola Murino Wed, 16 Jun 2021 18:20:12 +0200 + sftpgo (2.0.4-1ppa1) bionic; urgency=medium * New upstream release. diff --git a/pkgs/debian/patches/config.diff b/pkgs/debian/patches/config.diff index 3e0b6bf2..609a0282 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 -@@ -115,7 +115,7 @@ +@@ -139,7 +139,7 @@ }, "data_provider": { "driver": "sqlite", @@ -11,9 +11,9 @@ Index: sftpgo/sftpgo.json "host": "", "port": 0, "username": "", -@@ -125,14 +125,14 @@ - "sql_tables_prefix": "", +@@ -150,14 +150,14 @@ "track_quota": 2, + "delayed_quota_update": 0, "pool_size": 0, - "users_base_dir": "", + "users_base_dir": "/srv/sftpgo/data", @@ -28,8 +28,8 @@ Index: sftpgo/sftpgo.json "prefer_database_credentials": false, "pre_login_hook": "", "post_login_hook": "", -@@ -160,9 +160,9 @@ - "tls_cipher_suites": [] +@@ -193,9 +193,9 @@ + "proxy_allowed": [] } ], - "templates_path": "templates", @@ -38,6 +38,6 @@ Index: sftpgo/sftpgo.json + "templates_path": "/usr/share/sftpgo/templates", + "static_files_path": "/usr/share/sftpgo/static", + "backups_path": "/srv/sftpgo/backups", + "web_root": "", "certificate_file": "", "certificate_key_file": "", - "ca_certificates": [], diff --git a/version/version.go b/version/version.go index 9cbac2d9..4f9e1ecb 100644 --- a/version/version.go +++ b/version/version.go @@ -2,7 +2,7 @@ package version import "strings" -const version = "2.1.0" +const version = "2.1.0-dev" var ( commit = ""