Browse Source

back to development

Nicola Murino 4 years ago
parent
commit
e1c66d96a1
4 changed files with 15 additions and 9 deletions
  1. 4 4
      docker/README.md
  2. 6 0
      pkgs/debian/changelog
  3. 4 4
      pkgs/debian/patches/config.diff
  4. 1 1
      version/version.go

+ 4 - 4
docker/README.md

@@ -4,10 +4,10 @@ SFTPGo provides an official Docker image, it is available on both [Docker Hub](h
 
 
 ## Supported tags and respective Dockerfile links
 ## Supported tags and respective Dockerfile links
 
 
-- [v2.0.2, v2.0, v2, latest](https://github.com/drakkan/sftpgo/blob/v2.0.2/Dockerfile)
-- [v2.0.2-alpine, v2.0-alpine, v2-alpine, alpine](https://github.com/drakkan/sftpgo/blob/v2.0.2/Dockerfile.alpine)
-- [v2.0.2-slim, v2.0-slim, v2-slim, slim](https://github.com/drakkan/sftpgo/blob/v2.0.2/Dockerfile)
-- [v2.0.2-alpine-slim, v2.0-alpine-slim, v2-alpine-slim, alpine-slim](https://github.com/drakkan/sftpgo/blob/v2.0.2/Dockerfile.alpine)
+- [v2.0.3, v2.0, v2, latest](https://github.com/drakkan/sftpgo/blob/v2.0.3/Dockerfile)
+- [v2.0.3-alpine, v2.0-alpine, v2-alpine, alpine](https://github.com/drakkan/sftpgo/blob/v2.0.3/Dockerfile.alpine)
+- [v2.0.3-slim, v2.0-slim, v2-slim, slim](https://github.com/drakkan/sftpgo/blob/v2.0.3/Dockerfile)
+- [v2.0.3-alpine-slim, v2.0-alpine-slim, v2-alpine-slim, alpine-slim](https://github.com/drakkan/sftpgo/blob/v2.0.3/Dockerfile.alpine)
 - [edge](../Dockerfile)
 - [edge](../Dockerfile)
 - [edge-alpine](../Dockerfile.alpine)
 - [edge-alpine](../Dockerfile.alpine)
 - [edge-slim](../Dockerfile)
 - [edge-slim](../Dockerfile)

+ 6 - 0
pkgs/debian/changelog

@@ -1,3 +1,9 @@
+sftpgo (2.0.3-1ppa1) bionic; urgency=medium
+
+  * New upstream release.
+
+ -- Nicola Murino <nicola.murino@gmail.com>  Sun, 28 Mar 2021 21:51:32 +0200
+
 sftpgo (2.0.2-1ppa1) bionic; urgency=medium
 sftpgo (2.0.2-1ppa1) bionic; urgency=medium
 
 
   * New upstream release.
   * New upstream release.

+ 4 - 4
pkgs/debian/patches/config.diff

@@ -2,7 +2,7 @@ Index: sftpgo/sftpgo.json
 ===================================================================
 ===================================================================
 --- sftpgo.orig/sftpgo.json
 --- sftpgo.orig/sftpgo.json
 +++ sftpgo/sftpgo.json
 +++ sftpgo/sftpgo.json
-@@ -113,7 +113,7 @@
+@@ -115,7 +115,7 @@
    },
    },
    "data_provider": {
    "data_provider": {
      "driver": "sqlite",
      "driver": "sqlite",
@@ -11,7 +11,7 @@ Index: sftpgo/sftpgo.json
      "host": "",
      "host": "",
      "port": 0,
      "port": 0,
      "username": "",
      "username": "",
-@@ -123,14 +123,14 @@
+@@ -125,14 +125,14 @@
      "sql_tables_prefix": "",
      "sql_tables_prefix": "",
      "track_quota": 2,
      "track_quota": 2,
      "pool_size": 0,
      "pool_size": 0,
@@ -28,8 +28,8 @@ Index: sftpgo/sftpgo.json
      "prefer_database_credentials": false,
      "prefer_database_credentials": false,
      "pre_login_hook": "",
      "pre_login_hook": "",
      "post_login_hook": "",
      "post_login_hook": "",
-@@ -156,9 +156,9 @@
-         "client_auth_type": 0
+@@ -160,9 +160,9 @@
+         "tls_cipher_suites": []
        }
        }
      ],
      ],
 -    "templates_path": "templates",
 -    "templates_path": "templates",

+ 1 - 1
version/version.go

@@ -2,7 +2,7 @@ package version
 
 
 import "strings"
 import "strings"
 
 
-const version = "2.0.2-dev"
+const version = "2.0.3-dev"
 
 
 var (
 var (
 	commit = ""
 	commit = ""