summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/rsnapshot
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-06-13 21:02:24 +0200
committerKhem Raj <raj.khem@gmail.com>2020-06-14 22:31:24 -0700
commit4ea3135e945aadba7d1cb6424a861378c484b570 (patch)
tree08c0c9e2c3ef2a0869f5385762f88aa0eee97d20 /meta-oe/recipes-support/rsnapshot
parent06a9209d8fb944dc1e24b00e68886c00135c72c0 (diff)
downloadmeta-openembedded-4ea3135e945aadba7d1cb6424a861378c484b570.tar.gz
rsnapshot: upgrade 1.4.2 -> 1.4.3
VERSION 1.4.3 ------------------------------------------------------------------------------ - Fixes and minor updates to Pod / man page. - Adds more tests. - Restore rsync error code 23 as an important warning. - Fixes shortargs appending. - Non-LVM backup source breaks after LVM backup source. - Update rsnapreport.pl utility script to work with rsync >= 3.1.0 stats and bytes changes. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/rsnapshot')
-rw-r--r--meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
index efe95b101..dcadede0e 100644
--- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
+++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
@@ -20,8 +20,8 @@ RDEPENDS_${PN} = "rsync \
20 perl-module-overloading \ 20 perl-module-overloading \
21 " 21 "
22 22
23SRCREV = "27209563f924a22f510698ea225f53ea52f07cb4" 23SRCREV = "a9e29850fc33c503c289e245c7bad350eed746d9"
24PV = "1.4.2+git${SRCPV}" 24PV = "1.4.3+git${SRCPV}"
25 25
26SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=git \ 26SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=git \
27 file://configure-fix-cmd_rsync.patch \ 27 file://configure-fix-cmd_rsync.patch \