PR/59809 CVS commit: pkgsrc/sysutils/rsnapshot
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/59809; it has been noted by GNATS. From: "Thomas Klausner" <[email protected]> To: [email protected] Cc: Subject: PR/59809 CVS commit: pkgsrc/sysutils/rsnapshot Date: Sun, 30 Nov 2025 13:18:27 +0000 Module Name: pkgsrc Committed By: wiz Date: Sun Nov 30 13:18:27 UTC 2025 Modified Files: pkgsrc/sysutils/rsnapshot: Makefile distinfo Log Message: rsnapshot: update to 1.5.1. Based on PR 59809 by Bartosz Kuzma. ------------------------------------------------------------------------------ VERSION 1.5.1 (Jan 27 2025) ------------------------------------------------------------------------------ - Fix make tar. VERSION 1.5.0 (Jan 27 2025) ------------------------------------------------------------------------------ - 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). VERSION 1.4.5 (Dec 27 2022) ------------------------------------------------------------------------------ - 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). VERSION 1.4.4 (Jun 12 2021) ------------------------------------------------------------------------------ - Add sentence explaining rsync_long|short_args + sign to man page (ref #11) - Fix rsnapreport problems (incorrect header, fail when rsync present, fail with LVM) (#204) - Add notes about documentation, and link to the website repo - Fix for 'rsync_cleanup_after_native_cp_al() only works on directories' fail when sync_first on and cmd_cp not set (#133). Add test - Fix for rm -rf failing when the path contains ./ - Suppress noisy error from non-GNU cp on BSD-ish machines, including MacOS - Add CentOS 7 to successfully tested to docs - Minor tidy up rel configure options --with-test-(true|false). Refs #189 (#248) - Update travis build settings (#189). Dont use m4_esyscmd_s in configure.ac (#245) - Update docs to remove dangling refs to HOWTO on rsnapshot.org. - Skip both SSH tests (rather one) if SSH doesn't work - Use perl-5.30 for tests (used in ubuntu 20.04 focal) - Lower verbose level of rsync output to 1.3.x equivalent to work with rsnapreport.pl again - Fix location of true and false binaries on macOS To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/sysutils/rsnapshot/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/sysutils/rsnapshot/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.