From 9c42ec34e8d9db8c1c863d21832939781c1753df Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 26 Oct 2025 08:12:32 +0100 Subject: [PATCH] pkgs update Signed-off-by: Nicola Murino --- pkgs/choco/sftpgo.nuspec | 10 +++++----- pkgs/choco/tools/ChocolateyInstall.ps1 | 4 ++-- pkgs/debian/changelog | 6 ++++++ pkgs/debian/patches/config.diff | 6 +++--- 4 files changed, 16 insertions(+), 10 deletions(-) diff --git a/pkgs/choco/sftpgo.nuspec b/pkgs/choco/sftpgo.nuspec index afb12d14..5ea834a6 100644 --- a/pkgs/choco/sftpgo.nuspec +++ b/pkgs/choco/sftpgo.nuspec @@ -3,17 +3,17 @@ sftpgo - 2.6.6 + 2.7.0 https://github.com/drakkan/sftpgo/tree/main/pkgs/choco asheroto SFTPGo Nicola Murino https://sftpgo.com - https://cdn.statically.io/gh/drakkan/sftpgo/v2.6.6/static/img/logo.png + https://cdn.statically.io/gh/drakkan/sftpgo/v2.7.0/static/img/logo.png https://github.com/drakkan/sftpgo/blob/main/LICENSE false https://github.com/drakkan/sftpgo - https://docs.sftpgo.com/2.6/ + https://docs.sftpgo.com/2.7/ https://github.com/drakkan/sftpgo/issues sftp sftp-server ftp webdav s3 azure-blob google-cloud-storage cloud-storage scp data-at-rest-encryption multi-factor-authentication multi-step-authentication Full-featured and highly configurable file transfer server: SFTP, HTTP/S,FTP/S, WebDAV. @@ -31,8 +31,8 @@ You can find more info [here](https://docs.sftpgo.com/2.6/). ### Notes * This package installs SFTPGo as Windows Service. -* After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.6/initial-configuration/). - https://github.com/drakkan/sftpgo/releases/tag/v2.6.6 +* After the first installation please take a look at the [Getting Started Guide](https://docs.sftpgo.com/2.7/initial-configuration/). + https://github.com/drakkan/sftpgo/releases/tag/v2.7.0 diff --git a/pkgs/choco/tools/ChocolateyInstall.ps1 b/pkgs/choco/tools/ChocolateyInstall.ps1 index 9b431510..8cdc95f6 100644 --- a/pkgs/choco/tools/ChocolateyInstall.ps1 +++ b/pkgs/choco/tools/ChocolateyInstall.ps1 @@ -1,8 +1,8 @@ $ErrorActionPreference = 'Stop' $packageName = 'sftpgo' $softwareName = 'SFTPGo' -$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.6.6/sftpgo_v2.6.6_windows_x86_64.exe' -$checksum = '42FD81261F8472E67DA18206EF96050329D156B745AC5F9FF1CA31DD3EE9114C' +$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.7.0/sftpgo_v2.7.0_windows_x86_64.exe' +$checksum = 'E091845514444E93F7FD4C89888E418FCEEC5A38D7D7FE7DA7A8F8B65D36E51F' $silentArgs = '/VERYSILENT' $validExitCodes = @(0) diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index 6eae35ba..ead5ae74 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (2.7.0-1ppa1) bionic; urgency=medium + + * New upstream release + + -- Nicola Murino Thu, 23 Oct 2025 20:05:08 +0200 + sftpgo (2.6.6-1ppa1) bionic; urgency=medium * New upstream release diff --git a/pkgs/debian/patches/config.diff b/pkgs/debian/patches/config.diff index 9336f870..9b85f4e2 100644 --- a/pkgs/debian/patches/config.diff +++ b/pkgs/debian/patches/config.diff @@ -11,7 +11,7 @@ Index: sftpgo/sftpgo.json "ca_endpoint": "https://acme-v02.api.letsencrypt.org/directory", "renew_days": 30, "http01_challenge": { -@@ -201,7 +201,7 @@ +@@ -198,7 +198,7 @@ }, "data_provider": { "driver": "sqlite", @@ -20,7 +20,7 @@ Index: sftpgo/sftpgo.json "host": "", "port": 0, "username": "", -@@ -217,7 +217,7 @@ +@@ -214,7 +214,7 @@ "track_quota": 2, "delayed_quota_update": 0, "pool_size": 0, @@ -29,7 +29,7 @@ Index: sftpgo/sftpgo.json "actions": { "execute_on": [], "execute_for": [], -@@ -259,7 +259,7 @@ +@@ -256,7 +256,7 @@ "port": 0, "proto": "http" },