diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 97dde486..822c916e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -141,21 +141,21 @@ jobs: OPTIONAL_DEPS: ${{ matrix.optional_deps }} - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Set up builder - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 id: builder - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} if: ${{ github.event_name != 'pull_request' }} - name: Login to GitHub Container Registry - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: registry: ghcr.io username: ${{ github.repository_owner }} @@ -163,7 +163,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} - name: Build and push - uses: docker/build-push-action@v6 + uses: docker/build-push-action@v7 with: context: . builder: ${{ steps.builder.outputs.name }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dcafb26d..9ac10ee5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,7 +171,7 @@ jobs: prepare-mac: name: Prepare macOS binaries - runs-on: macos-13 + runs-on: macos-14 steps: - uses: actions/checkout@v6 diff --git a/pkgs/build.sh b/pkgs/build.sh index a32eb82b..71018748 100755 --- a/pkgs/build.sh +++ b/pkgs/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -NFPM_VERSION=2.44.1 +NFPM_VERSION=2.45.1 NFPM_ARCH=${NFPM_ARCH:-amd64} if [ -z ${SFTPGO_VERSION} ] then diff --git a/pkgs/choco/sftpgo.nuspec b/pkgs/choco/sftpgo.nuspec index 5ea834a6..026340e6 100644 --- a/pkgs/choco/sftpgo.nuspec +++ b/pkgs/choco/sftpgo.nuspec @@ -3,13 +3,13 @@ sftpgo - 2.7.0 + 2.7.1 https://github.com/drakkan/sftpgo/tree/main/pkgs/choco asheroto SFTPGo Nicola Murino https://sftpgo.com - https://cdn.statically.io/gh/drakkan/sftpgo/v2.7.0/static/img/logo.png + https://cdn.statically.io/gh/drakkan/sftpgo/v2.7.1/static/img/logo.png https://github.com/drakkan/sftpgo/blob/main/LICENSE false https://github.com/drakkan/sftpgo @@ -32,7 +32,7 @@ You can find more info [here](https://docs.sftpgo.com/2.6/). * 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.7/initial-configuration/). - https://github.com/drakkan/sftpgo/releases/tag/v2.7.0 + https://github.com/drakkan/sftpgo/releases/tag/v2.7.1 diff --git a/pkgs/choco/tools/ChocolateyInstall.ps1 b/pkgs/choco/tools/ChocolateyInstall.ps1 index 8cdc95f6..58740ac3 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.7.0/sftpgo_v2.7.0_windows_x86_64.exe' -$checksum = 'E091845514444E93F7FD4C89888E418FCEEC5A38D7D7FE7DA7A8F8B65D36E51F' +$url = 'https://github.com/drakkan/sftpgo/releases/download/v2.7.1/sftpgo_v2.7.1_windows_x86_64.exe' +$checksum = '5187F2DAA58987EAE1760B6383095EF8B7E18ED1A872F2514ACB767D781D1883' $silentArgs = '/VERYSILENT' $validExitCodes = @(0) @@ -47,6 +47,6 @@ Write-Output "" Write-Output "General information:" Write-Output "`thttps://sftpgo.com" Write-Output "Documentation location:" -Write-Output "`thttps://docs.sftpgo.com/" +Write-Output "`thttps://docs.sftpgo.com/latest/" Write-Output "" Write-Output "---------------------------" \ No newline at end of file diff --git a/pkgs/debian/changelog b/pkgs/debian/changelog index ead5ae74..1f9ddab0 100644 --- a/pkgs/debian/changelog +++ b/pkgs/debian/changelog @@ -1,3 +1,9 @@ +sftpgo (2.7.1-1ppa1) bionic; urgency=medium + + * New upstream release + + -- Nicola Murino Fri, 13 Mar 2026 21:05:12 +0100 + sftpgo (2.7.0-1ppa1) bionic; urgency=medium * New upstream release diff --git a/pkgs/debian/patches/config.diff b/pkgs/debian/patches/config.diff index 9b85f4e2..0bb88dc6 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": { -@@ -198,7 +198,7 @@ +@@ -200,7 +200,7 @@ }, "data_provider": { "driver": "sqlite", @@ -20,7 +20,7 @@ Index: sftpgo/sftpgo.json "host": "", "port": 0, "username": "", -@@ -214,7 +214,7 @@ +@@ -216,7 +216,7 @@ "track_quota": 2, "delayed_quota_update": 0, "pool_size": 0, @@ -29,7 +29,7 @@ Index: sftpgo/sftpgo.json "actions": { "execute_on": [], "execute_for": [], -@@ -256,7 +256,7 @@ +@@ -258,7 +258,7 @@ "port": 0, "proto": "http" }, diff --git a/windows-installer/icon.ico b/windows-installer/icon.ico index 89a95137..74d8fed9 100644 Binary files a/windows-installer/icon.ico and b/windows-installer/icon.ico differ