ece50e164c
First the new release: Tarsnap 1.0.37 is now available. This version brings the following substantive changes compared to tarsnap 1.0.36: * tarsnap-key(gen|mgmt|regen) now accept a --passphrase-time option, which specifies the duration to be spent on computing the derived keys used for encrypting the tarsnap key file. * tarsnap now accepts a --keep-going option when deleting or printing statistics about multiple archives. * tarsnap-keymgmt now accepts a --print-key-permissions option for listing the permissions contained in a key file. * tarsnap --print-stats now accepts a --csv-file option for printing statistics in comma-separated-value format. * tarsnap now accepts a --verify-config command which exits silently after checking the configuration file(s) for syntax errors. * tarsnap now looks for a server named "v1-0-0-server.tarsnap.com" instead of the historic "betatest-server.tarsnap.com" hostname. This should have no user-visible effect in most configurations. * tarsnap now correctly warns if a sparse extract fails due to hardlinks. * tarsnap now prints a warning if creating an empty archive. As usual, there are also many minor build fixes, harmless bug fixes, and code refactoring / cleanup changes. For a full listing of changes, consult the tarsnap git repository: https://github.com/Tarsnap/tarsnap
23 lines
696 B
Makefile
23 lines
696 B
Makefile
# $NetBSD: Makefile,v 1.13 2016/03/10 22:54:13 wiz Exp $
|
|
|
|
DISTNAME= tarsnap-autoconf-1.0.37
|
|
PKGNAME= ${DISTNAME:S/-autoconf//}
|
|
CATEGORIES= sysutils archivers security
|
|
MASTER_SITES= https://www.tarsnap.com/download/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.tarsnap.com/
|
|
COMMENT= Secure online backup service
|
|
LICENSE= tarsnap-license
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_MAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/tarsnap
|
|
|
|
LDFLAGS.SunOS+= -lnsl
|
|
|
|
CONF_FILES= ${PREFIX}/share/examples/tarsnap/tarsnap.conf.sample ${PKG_SYSCONFDIR}/tarsnap.conf
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|