d67eeea225
Tarsnap 1.0.39 is now available. (Yes, just 2 weeks after 1.0.38.) This version brings several important bug fixes: * tarsnap 1.0.38 (but not earlier versions) would exit with an assertion failure after successfully creating an archive containing a file with a "last modified" time prior to January 1st, 1970. * tarsnap 1.0.38 and earlier could crash if instructed to archive the contents of corrupt cpio or ar archives (via the @archive directive). * tarsnap 1.0.38 and earlier could crash if passed an invalidly encrypted key file.
21 lines
673 B
Makefile
21 lines
673 B
Makefile
# $NetBSD: Makefile,v 1.15 2017/07/29 06:19:28 wiz Exp $
|
|
|
|
DISTNAME= tarsnap-autoconf-1.0.39
|
|
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
|
|
|
|
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"
|