summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2002-05-06 08:14:39 +0000
committerRyan Phillips <rphillips@gentoo.org>2002-05-06 08:14:39 +0000
commitee1d5cce29d1aa8f99a98929605ae08b85bae0cc (patch)
treea1d6b6ed96707540d2ede3d6cc5568ebbbfdb62a /app-crypt/gnupg
parentUpdated package (diff)
downloadhistorical-ee1d5cce29d1aa8f99a98929605ae08b85bae0cc.tar.gz
historical-ee1d5cce29d1aa8f99a98929605ae08b85bae0cc.tar.bz2
historical-ee1d5cce29d1aa8f99a98929605ae08b85bae0cc.zip
Added warning message. 1.0.7 is NOT backwards compatible with 1.0.6
Diffstat (limited to 'app-crypt/gnupg')
-rw-r--r--app-crypt/gnupg/ChangeLog7
-rw-r--r--app-crypt/gnupg/gnupg-1.0.7.ebuild5
2 files changed, 11 insertions, 1 deletions
diff --git a/app-crypt/gnupg/ChangeLog b/app-crypt/gnupg/ChangeLog
index cc91f7f2bd27..50dd44962799 100644
--- a/app-crypt/gnupg/ChangeLog
+++ b/app-crypt/gnupg/ChangeLog
@@ -1,11 +1,16 @@
# ChangeLog for app-crypt/gnupg
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.2 2002/05/06 08:02:07 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/gnupg/ChangeLog,v 1.3 2002/05/06 08:14:39 rphillips Exp $
*gnupg-1.0.7 (1 Feb 2002)
6 May 2002; Ryan Phillips <rphillips@gentoo.org> gnupg-1.0.7.ebuild :
+ Added a comment to state this new release is not compatible with
+ 1.0.6 keyrings.
+
+ 6 May 2002; Ryan Phillips <rphillips@gentoo.org> gnupg-1.0.7.ebuild :
+
Updated to new version.
*gnupg-1.0.6 (1 Feb 2002)
diff --git a/app-crypt/gnupg/gnupg-1.0.7.ebuild b/app-crypt/gnupg/gnupg-1.0.7.ebuild
index db49eca450ca..c8d7b621dd26 100644
--- a/app-crypt/gnupg/gnupg-1.0.7.ebuild
+++ b/app-crypt/gnupg/gnupg-1.0.7.ebuild
@@ -56,4 +56,9 @@ pkg_postinst() {
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 passphrases,"
einfo "etc. at runtime but may make some sysadmins nervous"
+ echo " "
+ einfo "Note: this version is not backwards compatible with gnupg-1.0.6."
+ einfo " To update your keyrings run: gpg --rebuild-keydb-caches"
+ einfo " To backup your keyrings run: gpg --export-ownertrust"
+ einfo " and copy the keyrings out of your ~/.gnupg directory."
}