pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/rsnapshot
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.
Modified files:
Index: pkgsrc/sysutils/rsnapshot/Makefile
diff -u pkgsrc/sysutils/rsnapshot/Makefile:1.25 pkgsrc/sysutils/rsnapshot/Makefile:1.26
--- pkgsrc/sysutils/rsnapshot/Makefile:1.25 Tue Jun 28 11:36:05 2022
+++ pkgsrc/sysutils/rsnapshot/Makefile Sun Nov 30 13:18:27 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.25 2022/06/28 11:36:05 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/11/30 13:18:27 wiz Exp $
-DISTNAME= rsnapshot-1.4.3
-PKGREVISION= 3
-CATEGORIES= net
+DISTNAME= rsnapshot-1.5.1
+CATEGORIES= sysutils net
MASTER_SITES= https://rsnapshot.org/downloads/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/sysutils/rsnapshot/distinfo
diff -u pkgsrc/sysutils/rsnapshot/distinfo:1.12 pkgsrc/sysutils/rsnapshot/distinfo:1.13
--- pkgsrc/sysutils/rsnapshot/distinfo:1.12 Tue Oct 26 11:20:08 2021
+++ pkgsrc/sysutils/rsnapshot/distinfo Sun Nov 30 13:18:27 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:20:08 nia Exp $
+$NetBSD: distinfo,v 1.13 2025/11/30 13:18:27 wiz Exp $
-BLAKE2s (rsnapshot-1.4.3.tar.gz) = 2a31f836795b680a1a70f1efb16f7f3592a2f7288e2fdf4de89668321415481f
-SHA512 (rsnapshot-1.4.3.tar.gz) = 606b5c195e609197ae6711a9764c07a0f0822fe228aba07014155636bd5caa7ad7dbf8f42316275a71490b5c9dd33bf04c42580b92f4910c38ef871694ae09e3
-Size (rsnapshot-1.4.3.tar.gz) = 370840 bytes
+BLAKE2s (rsnapshot-1.5.1.tar.gz) = ebcaa63d49f9dd7d752db059415c2e85f3f1b970eb4144a9104ca0545e6d8c12
+SHA512 (rsnapshot-1.5.1.tar.gz) = 332caba5ce063ad985555624e76d58dfd15bd8384ae4212385ae36dfd3433c307e871f0a97306e1d3051612ba34e5acb2b0226d284bfd44a6808126cbd34a600
+Size (rsnapshot-1.5.1.tar.gz) = 331049 bytes
Home |
Main Index |
Thread Index |
Old Index