diff mbox series

[meta-oe,36/40] rsnapshot: upgrade 1.4.5 -> 1.5.1

Message ID 20250730232923.522-10-wangmy@fujitsu.com
State New
Headers show
Series None | expand

Commit Message

Wang Mingyu July 30, 2025, 11:29 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
=============
- Fix make tar.
- Rotate only if there will be a new <interval>.0 folder (#331)
- Add publish GitHub workflow. (#367)
- Use POSIX::lchown (#360)
- Add test GitHub workflow. (#366)
- Add new backup script for sqlite3 databases (#364)
- wait between rsync tries (#352)
- Update AUTHORS
- Update rsnapshot-HOWTO.en.md
- Point at the new Markdown HOWTO from the repo's README
- Docs: add description for 'rsync_numtries' to man page (#342)
- Docs: fix spelling issues
- Docs: mention the behavior of "sync" cron job in case of "warnings"
- Remove Benedikt Heine from maintainer list (#337)
- Docs: Use L<...> for other man pages
- Docs: Use F<...> for filenames
- Docs: Fix some styling issues
- Docs: Fix literal hyphens being turned into en-dash
- Docs: Fix grammatical error
- Fix rsync_numtries example in default config
- Fix validation of rsync_numtries = 0 (#323)
- update readme with info on cross interval rotation
- replace deprecated 'interval' with 'retain' in readme example
- Minor bugfix: Check retval for termination by signal (#315)
- Fix typo in docs: rm trailing slash in backup_exec example (#314).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../rsnapshot/{rsnapshot_git.bb => rsnapshot_1.5.1.bb}       | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/rsnapshot/{rsnapshot_git.bb => rsnapshot_1.5.1.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb b/meta-oe/recipes-support/rsnapshot/rsnapshot_1.5.1.bb
similarity index 95%
rename from meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
rename to meta-oe/recipes-support/rsnapshot/rsnapshot_1.5.1.bb
index 8c4183bae3..29b8be9b3c 100644
--- a/meta-oe/recipes-support/rsnapshot/rsnapshot_git.bb
+++ b/meta-oe/recipes-support/rsnapshot/rsnapshot_1.5.1.bb
@@ -22,10 +22,9 @@  RDEPENDS:${PN} = "rsync \
                   perl-module-ipc-open3 \
                  "
 
-SRCREV = "1b943dbc7695d62fac5c0f9549ec696a538be19c"
-PV = "1.4.5"
+SRCREV = "367a49cda9d428c27a50641d99734c7b790f2cc1"
 
-SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=https \
+SRC_URI = "git://github.com/DrHyde/${BPN};branch=master;protocol=https;tag=${PV} \
            file://configure-fix-cmd_rsync.patch \
           "