Some important changes since last OpenBSD package: - New metadata format introduced; shrinks md archives for most users by not storing redundant path names for each file - Speed up operations that do not need crypto secrets by not decrypting secrets upon startup - Add ctctl tool to change local crypto password - Fixed a metadata bug that made mixed endian architectures fail - Extract creates temporary files and then renames them instead of extracting directly into the original filename - Add support for include and exclude patterns for archive mode - Validate metadata file before commencing extract operation - Fix a bug where crypto secrets could not be copied between little and big endian machines and vice versa - Dramatically decrease memory footprint of cyphertite - Print out the filesize and mtime from the server prettily in md list mode - Permit differential backups of absolute paths to come from different working directories ok sthen@
19 lines
511 B
Plaintext
19 lines
511 B
Plaintext
@comment $OpenBSD: PLIST,v 1.4 2011/08/29 21:42:54 dhill Exp $
|
|
@bin bin/ct
|
|
@bin bin/ctctl
|
|
@bin bin/cyphertite
|
|
@bin bin/cyphertitectl
|
|
include/cyphertite/
|
|
include/cyphertite/ct_socket.h
|
|
include/cyphertite/ct_xml.h
|
|
include/cyphertite/ctutil.h
|
|
lib/libctutil.a
|
|
lib/libctutil_p.a
|
|
@man man/man1/ct.1
|
|
@man man/man1/cyphertite.1
|
|
@man man/man5/cyphertite.conf.5
|
|
share/examples/cyphertite/
|
|
@sample ${SYSCONFDIR}/cyphertite/
|
|
share/examples/cyphertite/cyphertite.conf.sample
|
|
@sample ${SYSCONFDIR}/cyphertite/cyphertite.conf
|