From e17a4d2be00877dd3ba4247ff89838b5f2083ffc Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:47:01 +0200 Subject: [PATCH 1/2] rsyncd: update rsync version --- apps/rsyncd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rsyncd/Dockerfile b/apps/rsyncd/Dockerfile index b6302a8..1272194 100644 --- a/apps/rsyncd/Dockerfile +++ b/apps/rsyncd/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="iXsystems " LABEL description="rsynd on debian bookworm" RUN apt update && \ - apt install -y rsync=3.2.7-1+deb12u1 procps && \ + apt install -y rsync=3.2.7-1+deb12u2 procps && \ apt clean && \ rm -rf /var/lib/apt/lists/* From 69a01af06650c40a7b6e2c1fb3e389c347735991 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:48:53 +0200 Subject: [PATCH 2/2] bump --- apps/rsyncd/VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rsyncd/VERSION b/apps/rsyncd/VERSION index 7dea76e..6d7de6e 100644 --- a/apps/rsyncd/VERSION +++ b/apps/rsyncd/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2