Skip to content

Commit

Permalink
Update sysutils/rsnapshot to 1.4.3
Browse files Browse the repository at this point in the history
VERSION 1.4.3
- Restore rsync error code 23 as an important warning.
- Non-LVM backup source breaks after LVM backup source.

VERSION 1.4.2
- Fix double 8 bit shift regression in #65.

VERSION 1.4.1
- Properly capture rsyncs exitcode.

VERSION 1.4.0
- Fix --rsh command line option
  The --rsh option of rsync got errornously quoted (Debian Bug #743310)
- Define traps to unmount LVM parts after fail
  If you use LVM snapshots and rsnapshot fails, rsnapshot will unmount and
  remove the snapshot, too.
- Bail on failing cmd_(pre|post)exec
  If one of those commands fails, rsnapshot will exit with exit code != 0
- Capture output from rsync and print/log if level is >=4
- rsnapshot-diff: Fixed removed files reported as addition (+ mark)
- Introduction of backup_exec resource for running unix commands interspersed
  with backup and backup_script jobs.
- check for SIGPIPE, mainly in case cron fails when trying to mail
  (this is probably why rsnapshot dies mysteriously if it outputs when
  called by cron on a system which does not have mail working).
- When snapshot_root does not exist, check existence of parent directories.
- include_conf `command` now strips backticks before execution (bug fix
  based on suggestion from David Osborn).
- Ignore extraneous output from lvremove command.  (patch by Tim Connors)
- Allow linux_lvm_cmd_* in config file to have options also.
- Allow `backticks with options` in include_conf.
- rsnapshot-diff: Add -s option to show size of each file.
  • Loading branch information
suominen committed Jan 7, 2020
1 parent f8eb3f5 commit ad481af
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 57 deletions.
15 changes: 7 additions & 8 deletions sysutils/rsnapshot/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.21 2019/08/11 13:23:16 wiz Exp $
# $NetBSD: Makefile,v 1.22 2020/01/07 11:40:14 kim Exp $

DISTNAME= rsnapshot-1.3.1
PKGREVISION= 8
DISTNAME= rsnapshot-1.4.3
CATEGORIES= net
MASTER_SITES= http://www.rsnapshot.org/downloads/
MASTER_SITES= https://rsnapshot.org/downloads/

MAINTAINER= [email protected]
HOMEPAGE= http://www.rsnapshot.org/
MAINTAINER= [email protected]
HOMEPAGE= https://rsnapshot.org/
COMMENT= Filesystem snapshot utility
LICENSE= gnu-gpl-v2

Expand Down Expand Up @@ -36,7 +35,7 @@ do-install:
${INSTALL_SCRIPT} ${WRKSRC}/rsnapshot-diff ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/rsnapshot-diff.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA} ${WRKSRC}/rsnapshot.conf.default ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/INSTALL.md ${DESTDIR}${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${DOCDIR}

.include "../../mk/bsd.pkg.mk"
6 changes: 3 additions & 3 deletions sysutils/rsnapshot/PLIST
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@comment $NetBSD: PLIST,v 1.4 2015/02/01 01:48:36 wiz Exp $
@comment $NetBSD: PLIST,v 1.5 2020/01/07 11:40:14 kim Exp $
bin/rsnapshot
bin/rsnapshot-diff
man/man1/rsnapshot-diff.1
man/man1/rsnapshot.1
share/doc/rsnapshot/INSTALL
share/doc/rsnapshot/README
share/doc/rsnapshot/INSTALL.md
share/doc/rsnapshot/README.md
share/examples/rsnapshot/rsnapshot.conf.default
12 changes: 5 additions & 7 deletions sysutils/rsnapshot/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
$NetBSD: distinfo,v 1.9 2015/11/04 01:32:29 agc Exp $
$NetBSD: distinfo,v 1.10 2020/01/07 11:40:14 kim Exp $

SHA1 (rsnapshot-1.3.1.tar.gz) = a3aa3560dc389e1b00155a5869558522c4a29e05
RMD160 (rsnapshot-1.3.1.tar.gz) = 948ee5669c5da0728f607007da4d5fbbcfcdd8c7
SHA512 (rsnapshot-1.3.1.tar.gz) = a74ad0a21d213dd2e05cb577a47c491af90d8994df8f5a154195515345da438ac9c0d72b563aa02314883a0b3bb86e3c23f8b530a7078c2b55a9547a2d666c10
Size (rsnapshot-1.3.1.tar.gz) = 215806 bytes
SHA1 (patch-aa) = 3ee93516cd2ccf3e9f608019dd405cde9d3711e2
SHA1 (patch-rsnapshot-program.pl) = cb3a4cb745bbf1de8e9bd647e6c0b4fcebe583a4
SHA1 (rsnapshot-1.4.3.tar.gz) = 0596d14bd852114db99f4e441040058b3ebf166f
RMD160 (rsnapshot-1.4.3.tar.gz) = db7e6858e3cd7334b8d6c207dafec7aeb529b5a3
SHA512 (rsnapshot-1.4.3.tar.gz) = 606b5c195e609197ae6711a9764c07a0f0822fe228aba07014155636bd5caa7ad7dbf8f42316275a71490b5c9dd33bf04c42580b92f4910c38ef871694ae09e3
Size (rsnapshot-1.4.3.tar.gz) = 370840 bytes
18 changes: 0 additions & 18 deletions sysutils/rsnapshot/patches/patch-aa

This file was deleted.

21 changes: 0 additions & 21 deletions sysutils/rsnapshot/patches/patch-rsnapshot-program.pl

This file was deleted.

0 comments on commit ad481af

Please sign in to comment.