pkgsrc/security/netpgp/Makefile
khorben bee6262660 Do not truncate pass-phrases without a newline character
This also fixes a crash when the pass-phrase entered is empty.

Originally submitted on tech-pkg@ as:
[PATCH 02/11] Do not truncate pass-phrases without a newline character

Only modified for consistency with the coding style; as also applied in
NetBSD's src repository.

Tested on NetBSD/amd64.
2018-03-15 19:51:08 +00:00

22 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.26 2018/03/15 19:51:08 khorben Exp $
DISTNAME= netpgp-20140220
PKGREVISION= 4
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= PGP signing, verification, encryption and decryption program
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-openssl=${BUILDLINK_PREFIX.openssl}
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"