diff options
author | Tavis Ormandy <taviso@gentoo.org> | 2003-11-12 22:17:39 +0000 |
---|---|---|
committer | Tavis Ormandy <taviso@gentoo.org> | 2003-11-12 22:17:39 +0000 |
commit | b3b35813bf10353dba4d663d1fc0a75907d63959 (patch) | |
tree | 47bbb33ed96c7b37ddb38465c6f2cded21a79f6b /app-crypt | |
parent | added ~sparc keyword (diff) | |
download | gentoo-2-b3b35813bf10353dba4d663d1fc0a75907d63959.tar.gz gentoo-2-b3b35813bf10353dba4d663d1fc0a75907d63959.tar.bz2 gentoo-2-b3b35813bf10353dba4d663d1fc0a75907d63959.zip |
comment changes.
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gnupg/Manifest | 2 | ||||
-rw-r--r-- | app-crypt/gnupg/gnupg-1.2.3-r3.ebuild | 9 |
2 files changed, 2 insertions, 9 deletions
diff --git a/app-crypt/gnupg/Manifest b/app-crypt/gnupg/Manifest index 977890cf635e..ac60b555001d 100644 --- a/app-crypt/gnupg/Manifest +++ b/app-crypt/gnupg/Manifest @@ -1,5 +1,5 @@ MD5 0761192752d3ed8c1ced6a858261eff6 gnupg-1.2.3-r2.ebuild 1626 -MD5 eb88dd0e2151421ebb47212dd985b8dc gnupg-1.2.3-r3.ebuild 3559 +MD5 7996b1f85d1b95cfe77c9ea554678c73 gnupg-1.2.3-r3.ebuild 3203 MD5 1e9408fd66353634a5fb19fef4d66cda ChangeLog 5674 MD5 5ffa87354a03beae320d15a7be997529 gnupg-1.2.2-r1.ebuild 1629 MD5 773ecd19392b8f793d7626c9814e1e0b files/digest-gnupg-1.2.2-r1 65 diff --git a/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild b/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild index 53b5b7ac1659..0a2f816e7821 100644 --- a/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild +++ b/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild,v 1.5 2003/11/10 15:46:56 taviso Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/gnupg-1.2.3-r3.ebuild,v 1.6 2003/11/12 22:17:30 taviso Exp $ DESCRIPTION="The GNU Privacy Guard, a GPL pgp replacement" HOMEPAGE="http://www.gnupg.org/" @@ -107,16 +107,9 @@ src_install() { } pkg_postinst() { - if ! use caps; then einfo "gpg is installed suid root to make use of protected memory space" einfo "This is needed in order to have a secure place to store your" einfo "passphrases, etc. at runtime but may make some sysadmins nervous." - else - # a quick blurb to explain the linux capabilities. - einfo "gpg has not been installed setuid, as you have the \"caps\" USE flag" - einfo "set, you should now configure gpg to use cap_ipc_lock+p capability" - einfo "to give non-root users access to locked memory pages." - einfo "please refer to the capabilities(7) manpage for more information." fi } |