Major changes:
- tarsnap accepts an --iso-dates option, which causes times to be
printed in YYYY-MM-DD HH:MM:SS format rather than the traditional
unix ls -l style.
- tarsnap accepts a --force-resources option to proceed with
decryption of a passphrase-encrypted key file even if it is
anticipated to use an excessive amount of memory or CPU time. (This
may be useful if tarsnap inaccurately estimates the amount of memory
your system has available.)
- tarsnap accepts an --archive-names <file> option, which reads a list
of archive names to operate on when operating in -d and --print-stats
modes.
This version adds several new options, including --passphrase-time option for increased security of passphrase-protected key files, along with minor bug fixes and some additional warnings about common user errors.
Due to security and bug fixes this upgrade is strongly recommended.
This version fixes a theoretically exploitable one-byte buffer overflow
when archiving objects with long path names; a vulnerability which
allows a corrupt archive to crash tarsnap; and two bugs which cause
tarsnap to crash if the network is inoperative when it launches. This
version also adds support for performing "dry runs" without tarsnap
keys, which makes it possible to estimate tarsnap usage costs without
first creating a tarsnap account.
Tarsnap is an online encrypted backup service. It presents a tar-like
command-line interface, but stores data online rather than locally;
From maintainer Joachim Shipper, setting PERMIT_* markers to
'restrictive licence' after lengthy discussion on ports@
ok sthen@