From 434e8e2bf5972a8cd7daea6966ac3bcdf6f51336 Mon Sep 17 00:00:00 2001 From: tyranron Date: Wed, 25 Sep 2024 15:10:00 +0300 Subject: [PATCH] Upgrade Pure-FTPd to 1.0.52 version --- CHANGELOG.md | 12 ++++++++++++ Dockerfile | 6 +++--- README.md | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a4df68..4425d74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ All user visible changes to this project will be documented in this file. This p +## [1.0.52-r0] · 2024-09-25 +[1.0.52-r0]: /../../tree/1.0.52-r0 + +[Diff](/../../compare/1.0.51-r29...1.0.52-r0) + +### Upgraded + +- [Pure-FTPd] 1.0.52: + + + + ## [1.0.51-r29] · 2024-09-09 [1.0.51-r29]: /../../tree/1.0.51-r29 diff --git a/Dockerfile b/Dockerfile index c3e61ac..8f5325f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # https://hub.docker.com/_/alpine FROM alpine:3.20 -ARG pure_ftpd_ver=1.0.51 +ARG pure_ftpd_ver=1.0.52 ARG s6_overlay_ver=3.2.0.0 -ARG build_rev=29 +ARG build_rev=0 # Build and install Pure-FTPd @@ -30,7 +30,7 @@ RUN apk update \ # Download and prepare Pure-FTPd sources && curl -fL -o /tmp/pure-ftpd.tar.gz \ https://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-${pure_ftpd_ver}.tar.gz \ - && (echo "8048e41cbe3d982807f3e4594776c65b0918d8782389b40f38a4505facad8bb4e2e62b042c69ad6fff637ea53ec1bd7839577b0e5d70c00f7261c764c34f579c /tmp/pure-ftpd.tar.gz" \ + && (echo "d3aa87e0e9beca464f5dc23ea86835ba42a8bb57120e8c0a4cd975925aed850a442766c1ef605e563d6c61a37967b4f283ababb991493327ce6f0a1749aae01a /tmp/pure-ftpd.tar.gz" \ | sha512sum -c -) \ && tar -xzf /tmp/pure-ftpd.tar.gz -C /tmp/ \ && cd /tmp/pure-ftpd-* \ diff --git a/README.md b/README.md index 14bc035..1597fb0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Pure-FTPd Docker image ## Supported tags and respective `Dockerfile` links -- [`1.0.51-r29`, `1.0.51`, `1.0`, `1`, `latest`][201] +- [`1.0.52-r0`, `1.0.52`, `1.0`, `1`, `latest`][201]