diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-06-13 21:02:24 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-14 22:31:24 -0700 |
commit | 4ea3135e945aadba7d1cb6424a861378c484b570 (patch) | |
tree | 08c0c9e2c3ef2a0869f5385762f88aa0eee97d20 /meta-oe/recipes-support/rsnapshot | |
parent | 06a9209d8fb944dc1e24b00e68886c00135c72c0 (diff) | |
download | meta-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.bb | 4 |
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 efe95b1019..dcadede0ed 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 | ||
23 | SRCREV = "27209563f924a22f510698ea225f53ea52f07cb4" | 23 | SRCREV = "a9e29850fc33c503c289e245c7bad350eed746d9" |
24 | PV = "1.4.2+git${SRCPV}" | 24 | PV = "1.4.3+git${SRCPV}" |
25 | 25 | ||
26 | SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=git \ | 26 | SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=git \ |
27 | file://configure-fix-cmd_rsync.patch \ | 27 | file://configure-fix-cmd_rsync.patch \ |