- pkg/MESSAGE from Sebastian Stark <seb@todesplanet.de>
- distinfo, NEED_VERSION - REGRESS_TARGET - maintainer; markus@
This commit is contained in:
parent
8c8bcc9d44
commit
c9564112ae
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.32 2001/09/28 06:02:14 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.33 2001/12/09 12:51:40 reinhard Exp $
|
||||
|
||||
COMMENT= 'GNU privacy guard - a free PGP replacement'
|
||||
|
||||
DISTNAME= gnupg-1.0.6
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= security
|
||||
NEED_VERSION= 1.419
|
||||
NEED_VERSION= 1.500
|
||||
MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ \
|
||||
ftp://ftp.progsoc.uts.edu.au/pub/gnupg/gnupg/ \
|
||||
ftp://openbsd.rug.ac.be/pub/gcrypt/gnupg/ \
|
||||
@ -18,21 +18,17 @@ MASTER_SITES= ftp://ftp.gnupg.org/pub/gcrypt/gnupg/ \
|
||||
ftp://ftp.net.lut.ac.uk/gcrypt/gnupg/ \
|
||||
ftp://gd.tuwien.ac.at/privacy/gnupg/gnupg/
|
||||
|
||||
MASTER_SITES0= ftp://ftp.sunet.se/pub7/security/tools/crypt/gcrypt/contrib/ \
|
||||
ftp://ftp.netsw.org/crypto/systems/gnupg/rsaidea/ \
|
||||
ftp://ftp.sunsite.auc.dk/afs/mirror/cryptoarchive/mirrors/ftp.gnupg.org/pub/gcrypt/contrib/ \
|
||||
ftp://ftp.uni-passau.de/mount/common.lib.archive.unix/Network/mail/GnuPG/ \
|
||||
ftp://ftp.ruhr-uni-bochum.de/mirrors/ftp.gnupg.org/pub/gcrypt/contrib/ \
|
||||
ftp://ftp.csua.berkeley.edu/pub/.1/ports/distfiles/gnupg-idea/ \
|
||||
ftp://ftp.hacktic.nl/pub/crypto/mirror/ftp.gnupg.org/contrib/ \
|
||||
MASTER_SITES0= ftp://ftp.ruhr-uni-bochum.de/mirrors/ftp.gnupg.org/pub/gcrypt/contrib/ \
|
||||
ftp://ftp.uni-bielefeld.de/pub/crypto/replay/mirror/ftp.pgp.net/gnupgp/contrib/ \
|
||||
ftp://ftp.fh-schmalkalden.de/pub/dfncert/crypt/gcrypt/contrib/
|
||||
ftp://ftp.hacktic.nl/pub/crypto/mirror/ftp.gnupg.org/contrib/ \
|
||||
ftp://ftp.fh-schmalkalden.de/pub/dfncert/crypt/gcrypt/contrib/
|
||||
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
HOMEPAGE= http://www.gnupg.org/
|
||||
|
||||
MAINTAINER= Markus Friedl <markus@openbsd.org>
|
||||
MAINTAINER= Reinhard J. Sammer <reinhard@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
@ -43,6 +39,8 @@ CONFIGURE_STYLE= gnu
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/scripts
|
||||
CONFIGURE_ARGS= --with-included-gettext
|
||||
|
||||
REGRESS_TARGET= check
|
||||
|
||||
FLAVORS= idea
|
||||
FLAVOR?=
|
||||
|
||||
|
16
security/gnupg/pkg/MESSAGE
Normal file
16
security/gnupg/pkg/MESSAGE
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
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
|
||||
config(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/options file or use gpg with the --no-secmem-warning switch.
|
||||
|
Loading…
Reference in New Issue
Block a user