summaryrefslogtreecommitdiff
path: root/security/gnupg/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-05-14 13:40:04 +0000
committerwiz <wiz@pkgsrc.org>2001-05-14 13:40:04 +0000
commit5dc23e94daafc70728fdc2c76a1bf59dc3d22f73 (patch)
treebc037e8b575d176bf892f3253cdc78c7a153808b /security/gnupg/Makefile
parent21cbf0fd6972b74bb20b5d13921336321f9bf41a (diff)
downloadpkgsrc-5dc23e94daafc70728fdc2c76a1bf59dc3d22f73.tar.gz
Update to 1.0.5, provided by Mark White in private mail.
Some pkg related changes by me. Changes since 1.0.4: * WARNING: The semantics of --verify have changed to address a problem with detached signature detection. --verify now ignores signed material given on stdin unless this is requested by using a "-" as the name for the file with the signed material. Please check all your detached signature handling applications and make sure that they don't pipe the signed material to stdin without using a filename together with "-" on the the command line. * WARNING: Corrected hash calculation for input data larger than 512M - it was just wrong, so you might notice bad signature in some very big files. It may be wise to keep an old copy of GnuPG around. * Secret keys are no longer imported unless you use the new option --allow-secret-key-import. This is a kludge and future versions will handle it in another way. * New command "showpref" in the --edit-key menu to show an easier to understand preference listing. * There is now the notation of a primary user ID. For example, it is printed with a signature verification as the first user ID; revoked user IDs are not printed there anymore. In general the primary user ID is the one with the latest self-signature. * New --charset=utf-8 to bypass all internal conversions. * Large File Support (LFS) is now working. * New options: --ignore-crc-error, --no-sig-create-check, --no-sig-cache, --fixed_list_mode, --no-expensive-trust-checks, --enable-special-filenames and --use-agent. See man page. * New command --pipemode, which can be used to run gpg as a co-process. Currently only the verification of detached signatures are working. See doc/DETAILS. * Rewritten key selection code so that GnuPG can better cope with multiple subkeys, expire dates and so. The drawback is that it is slower. * A whole lot of bug fixes. * The verification status of self-signatures are now cached. To increase the speed of key list operations for existing keys you can do the following in your GnuPG homedir (~/.gnupg): $ cp pubring.gpg pubring.gpg.save && $ gpg --export-all >x && \ rm pubring.gpg && gpg --import x Only v4 keys (i.e not the old RSA keys) benefit from this caching. * New translations: Estonian, Turkish.
Diffstat (limited to 'security/gnupg/Makefile')
-rw-r--r--security/gnupg/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
index 510db299cca..5b0eb4b6dfc 100644
--- a/security/gnupg/Makefile
+++ b/security/gnupg/Makefile
@@ -1,18 +1,12 @@
-# $NetBSD: Makefile,v 1.24 2001/03/31 11:14:30 zuntum Exp $
-# FreeBSD Id: Makefile,v 1.20 1997/08/27 13:06:01 ache Exp
+# $NetBSD: Makefile,v 1.25 2001/05/14 13:40:04 wiz Exp $
#
-DISTNAME= gnupg-1.0.4
-PKGNAME= ${DISTNAME}nb3
+DISTNAME= gnupg-1.0.5
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/
# don't remove this -- we may add idea.c to it below
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-PATCHFILES= gnupg-1.0.4.security-patch1.diff
-PATCH_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/
-PATCH_DIST_STRIP= -p1
-
MAINTAINER= wiz@netbsd.org
HOMEPAGE= http://www.gnupg.org/
COMMENT= Privacy Guard, a public-Key encryption and digital signature utility
@@ -26,6 +20,8 @@ USE_LIBINTL= yes
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+INFO_FILES= gpg.info gpgv.info
+
.include "../../mk/bsd.prefs.mk"
BUILD_DEFS+= USE_IDEA