From 4a1aae3a0f9b98b64473370682ba89e31f535db6 Mon Sep 17 00:00:00 2001 From: sturm Date: Sat, 29 Oct 2005 14:59:08 +0000 Subject: [PATCH] sync MESSAGE with reality from Antoine Jacoutot maintainer timeout --- security/gnupg/Makefile | 4 ++-- security/gnupg/pkg/MESSAGE | 19 +++++-------------- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile index bf7a2015090..ba465e9189a 100644 --- a/security/gnupg/Makefile +++ b/security/gnupg/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.52 2005/05/17 15:08:34 martin Exp $ +# $OpenBSD: Makefile,v 1.53 2005/10/29 14:59:08 sturm Exp $ COMMENT= "GNU privacy guard - a free PGP replacement" DISTNAME= gnupg-1.4.1 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gnupg/ \ diff --git a/security/gnupg/pkg/MESSAGE b/security/gnupg/pkg/MESSAGE index 74c40d1ee6c..480ccac4e68 100644 --- a/security/gnupg/pkg/MESSAGE +++ b/security/gnupg/pkg/MESSAGE @@ -1,16 +1,7 @@ - The manpage of GnuPG mentions the need for memory page locking. -In fact this is not needed as OpenBSD supports swap file encryption. - -You can - -- enable memory page locking for non-root users if you set the setuid - bit for the gpg binary (most likely 'chmod u+s ${PREFIX}/bin/gpg'). - -- enable swap encryption by setting vm.swapencrypt.enable=1 with - sysctl(8). This is recommended. - -In the latter case you may want to get rid of the misleading 'using -insecure memory' warning. Just put 'no-secmem-warning' to your -~/.gnupg/gpg.conf file or use gpg with the --no-secmem-warning switch. +In fact this is not needed as OpenBSD enables swap file encryption +by default. +However you might want to get rid of the misleading 'using insecure +memory' warning. Just put 'no-secmem-warning' into your ~/.gnupg/gpg.conf +file or use gpg with the --no-secmem-warning switch.