From 758491bdaedac403f21a4f5b913fc1055759d33a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 30 Dec 2022 13:01:14 +0800 Subject: [PATCH] rsnapshot: upgrade 1.4.4 -> 1.4.5 Changelog: ========== - Fix regression (#310) - Merge pull request #303 from rsnapshot/update-HOWTO-to-talk-about-retain-instead-of-interval - Removing legacy Docbook files, as per discussion at https://github.com/rsnapshot/rsnapshot/pull/296 - Merge pull request #296 from hoclun-rigsep/hoclun-rigsep-patch-1 - Use @prefix@ instead of hardcoded value in rsnapshot.conf.default.in comment line (#289). Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb | 4 ++-- 1 file 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 2203663c178..3cbd04bd5ce 100644 --- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb +++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb @@ -22,8 +22,8 @@ RDEPENDS:${PN} = "rsync \ perl-module-ipc-open3 \ " -SRCREV = "4dc82bfe6be3f83fcfa94946dcf6accfd6a18031" -PV = "1.4.4+git${SRCPV}" +SRCREV = "1b943dbc7695d62fac5c0f9549ec696a538be19c" +PV = "1.4.5" SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=https \ file://configure-fix-cmd_rsync.patch \