From febf211e1d94f2e55aa0dab3e0e12f9d58cb6be4 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Mon, 26 Nov 2018 23:34:04 +0100 Subject: [PATCH] Update backuppc to 4.3.0 --- CHANGELOG.md | 6 ++++++ Dockerfile | 6 +++--- VERSION | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee66210..f544610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Unreleased +## [4.3.0] - 26/11/2018 +### Changed +* Update BackupPC to 4.2.0 +* Update perl lib BackupPC::XS to 0.58 +* Update rsync-bpc to 3.0.9.13 + ## [4.2.1-3] - 26/11/2018 ### Added * Add support for ACL to rsync-bpc (from @JoelLinn in #9) diff --git a/Dockerfile b/Dockerfile index b70580d..c7dd208 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,9 @@ FROM alpine:3.8 LABEL maintainer="Adrien Ferrand " -ENV BACKUPPC_VERSION 4.2.1 -ENV BACKUPPC_XS_VERSION 0.57 -ENV RSYNC_BPC_VERSION 3.0.9.12 +ENV BACKUPPC_VERSION 4.3.0 +ENV BACKUPPC_XS_VERSION 0.58 +ENV RSYNC_BPC_VERSION 3.0.9.13 ENV PAR2_VERSION v0.8.0 # Install backuppc runtime dependencies diff --git a/VERSION b/VERSION index 1bcb8c6..8089590 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2.1-3 +4.3.0