Subject: CVS commit: pkgsrc/sysutils/bup
From: Thomas Klausner
Date: 2013-12-31 12:03:12
Message id: 20131231110312.A1F7B96@cvs.netbsd.org

Log Message:
Update to 0.25:

This release includes a veritable ton of work, but the biggest change
is probably the addition of real (YMMV) metadata support, including
hardlinks, and the ability to directly save/restore trees without tar
and split/join.  See bup-index(1), bup-save(1), bup-restore(1),
bup-meta(1), bup-xstat(1), and the updated "Using bup" section in the
README.

Note though, that the metadata support really is our first pass, and
there are already things that we know need fixing (i.e. better support
for cross-filesystem-type save/restore (too noisy), etc.).  And check
the "Notes on ..." sections in the README for some platform-specific
limitations.

An incomplete list of other notable changes since 0.24b:

  - bup will no longer create ~/.bup implicitly; "bup init" is
    required.

  - "bup split" now supports a compression-level option (-#).

  - "bup tag" now supports "-f".

  - "bup ls" now supports "-a", "-s", \ 
"--human-readable", etc., and
     reports more information.

  - "bup web" now supports "--human-readable".

  - "bup import-rdiff-backup" has been added.

  - "bup cat-file" has been added.

  - The default "/usr" installation prefix can be overridden via PREFIX.

  - Python 2.4 is no longer supported.

And we have at least one (likely minor) known issue:

  - *Very* large (i.e. probably greater than MAX_LONG), or negative
    filesystem timestamps may not always be handled correctly at the
    moment.  We'll fix that soon.  And related -- some of the tests
    may fail on FUSE filesystems.

Files:
RevisionActionfile
1.3modifypkgsrc/sysutils/bup/DESCR
1.12modifypkgsrc/sysutils/bup/Makefile
1.4modifypkgsrc/sysutils/bup/PLIST
1.4modifypkgsrc/sysutils/bup/distinfo
1.4modifypkgsrc/sysutils/bup/patches/patch-Makefile
1.2modifypkgsrc/sysutils/bup/patches/patch-config_configure
1.1removepkgsrc/sysutils/bup/patches/patch-lib_bup_helpers.py