Changes since version 1.0.30: - A race condition in key generation has been fixed which could allow a newly-generated key file to be read by another local user if the key file is being generated in a world-readable directory and the user running tarsnap-keygen has a umask other than 0066. - A bug in key generation has been fixed which could allow a newly-generated key file to be read by another local user if they key file is being generated in a world-writable directory (e.g., /tmp). - Tarsnap now supports Minix. - Tarsnap now ignores blank lines in key files; line-buffers its output (which makes tarsnap --list-archives | foo more responsive); and prints a progress indicator during tarsnap --fsck. - Multiple minor bug fixes.
22 lines
619 B
Makefile
22 lines
619 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/12/03 07:09:31 riz Exp $
|
|
#
|
|
|
|
DISTNAME= tarsnap-autoconf-1.0.31
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_MAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/tarsnap
|
|
|
|
CONF_FILES= ${PREFIX}/share/examples/tarsnap/tarsnap.conf.sample ${PKG_SYSCONFDIR}/tarsnap.conf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|